summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2022-03-23lib: Use talloc_zero, save a ZERO_STRUCTVolker Lendecke1-2/+1
2022-03-23lib: Add a pair of {}Volker Lendecke1-2/+2
2022-03-23lib: Slightly simplify add_interface()Volker Lendecke1-1/+5
2022-03-17s4:policy: Fix ACE type comparisonJoseph Sutton1-1/+2
2022-02-07lib: Fix CID 1465285 Double closeVolker Lendecke1-0/+1
2021-09-10s4/regtree: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regshell: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regpatch: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regdiff: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-20s4:lib: Remove obsolete popt cmdline parserAndreas Schneider5-726/+0
2021-06-20s4:registry: Migrate regpatch to new cmdline option parserAndreas Schneider2-10/+46
2021-06-20s4:registry: Migrate regtree to new cmdline option parserAndreas Schneider2-14/+45
2021-06-20s4:registry: Migrate regdiff to new cmdline option parserAndreas Schneider2-8/+35
2021-06-20s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider2-21/+59
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-2/+4
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2021-03-24s4:lib:cmdline: Rename cli_credentials_set_cmdline_callbacks()Andreas Schneider2-2/+2
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore5-0/+9
2020-08-17Fix a comment typo copied aroundVolker Lendecke2-2/+2
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2-0/+2
2020-07-06policy/gp: always close a file (CID 1445119)Douglas Bagnall1-0/+1
2020-06-17s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider1-10/+30
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer6-9/+9
2020-05-06lib/messaging: Move messages_dgm out of source3Amitay Isaacs2-4/+4
2020-04-08s4:tls: Fix generating TLS RSA certs with FIPS140-2Andreas Schneider1-1/+3
2020-03-25lib: Remove unused SOCKET_FLAG_BLOCKVolker Lendecke4-50/+33
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett4-17/+17
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2-6/+6
2020-03-23py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2-5/+5
2019-12-10s4:lib: Make sure we close fd's in error pathAndreas Schneider1-1/+9
2019-12-08build: messaging.c uses talloc_report_printf()Volker Lendecke1-1/+1
2019-12-08build: Multi-line a long list of depsVolker Lendecke1-1/+11
2019-11-19s4:lib:tls: Fix cert and privkey typesAndreas Schneider1-2/+2
2019-11-14s4:lib: Remove gnutls_global_(de)init() from libtlsAndreas Schneider2-15/+0
2019-09-18messaging: Do POOL_USAGE via a socketVolker Lendecke1-10/+10
2019-09-18lib: Align integer typesVolker Lendecke1-2/+2
2019-09-18messaging4: Pass fds to messaging handlersVolker Lendecke5-28/+179
2019-09-01Spelling fixes s/staticly/statically/Mathieu Parent1-1/+1
2019-08-08registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig1-8/+8
2019-08-07s4:lib/http: move to the toplevelRalph Boehme8-2312/+0
2019-08-07s4:lib/http: add support for http POSTRalph Boehme1-0/+3
2019-08-07s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme3-21/+17
2019-08-07s4:lib/http: remove stream and send_queue from stateRalph Boehme1-4/+0
2019-08-07s4:lib/http: move struct http_read_response_state to the implementationRalph Boehme2-9/+7
2019-08-07s4:lib/http: move struct http_send_request_state to the implementationRalph Boehme2-13/+13
2019-08-07s4:lib/http: add http_[dis]connect_send and recvRalph Boehme4-2/+382
2019-08-06s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall1-2/+0
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2-5/+16