summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-2031 lib:krb5_wrap: Generate valid error codes in smb_krb5_mk_error()Joseph Sutton2022-07-241-1/+1
* CVE-2022-32746 ldb: Release LDB 2.3.4ldb-2.3.4Andrew Bartlett2022-07-243-1/+295
* CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton2022-07-243-28/+8
* CVE-2022-32746 ldb: Add functions for appending to an ldb_messageJoseph Sutton2022-07-242-4/+185
* CVE-2022-32746 ldb: Ensure shallow copy modifications do not affect original ...Joseph Sutton2022-07-242-8/+50
* CVE-2022-32746 ldb: Add flag to mark message element values as sharedJoseph Sutton2022-07-242-6/+43
* CVE-2022-32746 ldb:rdn_name: Use LDB_FLAG_MOD_TYPE() for flags equality checkJoseph Sutton2022-07-241-1/+1
* lib:krb5_wrap: Fix wrong debug message and use newer debug macroSamuel Cabrero2022-02-251-1/+4
* lib:krb5_wrap: Improve debug message and use newer debug macroSamuel Cabrero2022-02-251-1/+1
* lib/util: add dump_data_diff*() helpersStefan Metzmacher2022-01-302-0/+112
* lib/util: split out a dump_data_block16() helperStefan Metzmacher2022-01-301-60/+59
* ldb: version 2.3.3ldb-2.3.3Stefan Metzmacher2022-01-243-1/+287
* lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2022-01-122-0/+32
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...Andrew Bartlett2021-12-024-1/+85
* lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme2021-11-101-3/+3
* lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme2021-11-101-0/+1
* lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme2021-11-102-2/+2
* lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme2021-11-101-1/+1
* lib: fix null_nttime() testsRalph Boehme2021-11-101-1/+1
* lib: add NTTIME_THAWRalph Boehme2021-11-101-0/+1
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-083-0/+4
* CVE-2020-25717: loadparm: Add new parameter "min domain uid"Samuel Cabrero2021-11-081-0/+4
* ldb: version 2.3.2ldb-2.3.2Stefan Metzmacher2021-11-023-1/+288
* lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider2021-11-022-6/+23
* lib:ldb: Use C99 initializers for builtin_popt_options[]Andreas Schneider2021-11-021-25/+225
* pyldb: fix a typoBjörn Baumbach2021-11-021-1/+1
* ldb: improve comments for ldb_module_connect_backend()Douglas Bagnall2021-11-021-5/+9
* ldb: correct comments in attrib_handers val_to_int64Douglas Bagnall2021-11-021-3/+1
* ldb.h: remove undefined async_ctx function signaturesDouglas Bagnall2021-11-021-12/+0
* lib:ldb: Add missing break in switch statementAndreas Schneider2021-11-021-0/+1
* pyldb: Fix Message.items() for a message containing elementsJoseph Sutton2021-11-021-2/+2
* ldb_match: remove redundant checkDouglas Bagnall2021-11-021-2/+0
* pyldb: catch potential overflow error in py_timestringStefan Metzmacher2021-11-023-0/+27
* ldb: fix ldb_comparison_fold off-by-one overrunDouglas Bagnall2021-11-021-2/+2
* ldb_match: trailing chunk must match end of stringDouglas Bagnall2021-11-021-45/+35
* ldb/attrib_handler casefold: simplify space droppingDouglas Bagnall2021-11-022-28/+27
* ldb: Release ldb 2.3.1ldb-2.3.1Andrew Bartlett2021-10-263-1/+287
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-10-261-0/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-10-261-0/+23
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-10-261-15/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-10-261-0/+6
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-10-261-0/+4
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-10-261-0/+4
* Fix Python docstringsJoseph Sutton2021-10-263-3/+3
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-261-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-262-36/+169
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-09-291-2/+16
* ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton2021-09-291-2/+4
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-09-161-2/+2
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-08-114-0/+143