summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4/regtree: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regshell: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regpatch: don't ignore unknown optionsRalph Boehme2021-09-101-0/+7
* s4/regdiff: don't ignore unknown optionsRalph Boehme2021-09-101-0/+5
* s4:lib: Remove obsolete popt cmdline parserAndreas Schneider2021-06-205-726/+0
* s4:registry: Migrate regpatch to new cmdline option parserAndreas Schneider2021-06-202-10/+46
* s4:registry: Migrate regtree to new cmdline option parserAndreas Schneider2021-06-202-14/+45
* s4:registry: Migrate regdiff to new cmdline option parserAndreas Schneider2021-06-202-8/+35
* s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider2021-06-202-21/+59
* auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider2021-04-281-2/+4
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+2
* s4:lib:cmdline: Rename cli_credentials_set_cmdline_callbacks()Andreas Schneider2021-03-242-2/+2
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-2/+2
* Fix build after removal of an extra safe_string.hAlexander Bokovoy2020-10-011-0/+2
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-285-0/+9
* Fix a comment typo copied aroundVolker Lendecke2020-08-172-2/+2
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-032-0/+2
* policy/gp: always close a file (CID 1445119)Douglas Bagnall2020-07-061-0/+1
* s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider2020-06-171-10/+30
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-086-9/+9
* lib/messaging: Move messages_dgm out of source3Amitay Isaacs2020-05-062-4/+4
* s4:tls: Fix generating TLS RSA certs with FIPS140-2Andreas Schneider2020-04-081-1/+3
* lib: Remove unused SOCKET_FLAG_BLOCKVolker Lendecke2020-03-254-50/+33
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-234-17/+17
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-232-6/+6
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-232-5/+5
* s4:lib: Make sure we close fd's in error pathAndreas Schneider2019-12-101-1/+9
* build: messaging.c uses talloc_report_printf()Volker Lendecke2019-12-081-1/+1
* build: Multi-line a long list of depsVolker Lendecke2019-12-081-1/+11
* s4:lib:tls: Fix cert and privkey typesAndreas Schneider2019-11-191-2/+2
* s4:lib: Remove gnutls_global_(de)init() from libtlsAndreas Schneider2019-11-142-15/+0
* messaging: Do POOL_USAGE via a socketVolker Lendecke2019-09-181-10/+10
* lib: Align integer typesVolker Lendecke2019-09-181-2/+2
* messaging4: Pass fds to messaging handlersVolker Lendecke2019-09-185-28/+179
* Spelling fixes s/staticly/statically/Mathieu Parent2019-09-011-1/+1
* registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig2019-08-081-8/+8
* s4:lib/http: move to the toplevelRalph Boehme2019-08-078-2312/+0
* s4:lib/http: add support for http POSTRalph Boehme2019-08-071-0/+3
* s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme2019-08-073-21/+17
* s4:lib/http: remove stream and send_queue from stateRalph Boehme2019-08-071-4/+0
* s4:lib/http: move struct http_read_response_state to the implementationRalph Boehme2019-08-072-9/+7
* s4:lib/http: move struct http_send_request_state to the implementationRalph Boehme2019-08-072-13/+13
* s4:lib/http: add http_[dis]connect_send and recvRalph Boehme2019-08-074-2/+382
* s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall2019-08-061-2/+0
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-302-5/+16
* lib/tls: Remove unused header definitions from source4/lib/tls/tls.h (tls soc...Andrew Bartlett2019-06-261-27/+0
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-242-4/+4
* s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider2019-05-211-9/+11
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-162-12/+24