summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-093-0/+4
* CVE-2020-25717: loadparm: Add new parameter "min domain uid"Samuel Cabrero2021-11-091-0/+4
* lib/dbwrap: reset deleted record to tdb_nullRalph Boehme2021-11-041-6/+3
* debug: Add new smb.conf option "debug syslog format"Martin Schwenke2021-11-012-0/+4
* debug: Add debug_syslog_format settingMartin Schwenke2021-11-012-1/+76
* lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme2021-10-281-3/+3
* lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme2021-10-281-0/+1
* lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme2021-10-282-2/+2
* lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme2021-10-281-1/+1
* lib: fix null_nttime() testsRalph Boehme2021-10-281-1/+1
* lib: add NTTIME_THAWRalph Boehme2021-10-281-0/+1
* lib:cmdline: Fix -k option which doesn't expect anythingAndreas Schneider2021-10-281-1/+1
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-231-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-202-36/+169
* debug: Optimise construction of msg_no_nlMartin Schwenke2021-10-141-5/+15
* debug: Move msg_no_nl to stateMartin Schwenke2021-10-141-38/+14
* debug: Optimise early return when header string buffer is fullMartin Schwenke2021-10-141-6/+3
* debug: Optimise to avoid walking the header stringMartin Schwenke2021-10-141-5/+8
* debug: Optimise construction of header_str_no_nlMartin Schwenke2021-10-141-4/+34
* debug: Rename variable for consistencyMartin Schwenke2021-10-141-6/+6
* debug: Push message length argument down to backend log functionsMartin Schwenke2021-10-141-18/+34
* debug: Add length argument to Debug1()Martin Schwenke2021-10-141-4/+5
* debug: Avoid debug header being separated from debug textMartin Schwenke2021-10-141-4/+42
* debug: Factor out function copy_no_nl()Martin Schwenke2021-10-141-8/+22
* debug: Add a level of indirection to ring buffer loggingMartin Schwenke2021-10-141-3/+9
* debug: Move header_str and hs_len to stateMartin Schwenke2021-10-141-26/+54
* audit_logging.c: fix compilation on macOSAlex Richardson2021-10-131-1/+1
* charset_macosxfs.c: fix compilation on macOSAlex Richardson2021-10-131-1/+2
* lib: add sys_block_align[_truncate]()Ralph Boehme2021-10-083-0/+85
* lib: Add talloc_asprintf_addbuf()Volker Lendecke2021-10-082-0/+37
* Release ldb 2.50 for the future samba 4.16 seriesAndrew Bartlett2021-10-053-2/+288
* Release ldb 2.4.1Andrew Bartlett2021-10-053-1/+287
* lib:fuzzing: Fix quoting of --fuzz-target-ldflagsAndreas Schneider2021-10-041-1/+1
* selftest: test tsocket_address_inet_from_hostport_stringsUri Simchoni2021-09-281-0/+143
* selftest: add more tests for test_address_inet_from_stringsUri Simchoni2021-09-281-0/+43
* lib/tsocket: new function to parse host port strs.Matthew Grant2021-09-282-0/+143
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-09-281-0/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-09-281-0/+23
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-09-281-15/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-09-281-0/+6
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-09-281-0/+4
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-09-281-0/+4
* lib:cmdline: fix a commentMichael Adam2021-09-211-2/+2
* lib: Move closefrom_except*() to a separate fileVolker Lendecke2021-09-213-1/+126
* debug: Remove "override_logfile"Volker Lendecke2021-09-181-10/+0
* lib/tsocket: Fix build on FreebsdAmitay Isaacs2021-09-161-0/+2
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-09-151-2/+16
* ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton2021-09-151-2/+4
* loadparm: Set default of "kernel share modes" to "no"Christof Schmitt2021-09-141-1/+1
* tsocket: set errno on some failures of tsocket_address_inet_from_stringsUri Simchoni2021-09-131-0/+2