summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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.2.3ldb-2.2.3Stefan Metzmacher2021-11-023-1/+288
* ldb_kv_index: fix empty initializer compile warningBjörn Jacke2021-11-021-1/+1
* ldb: Use hex_byte() in ldb_binary_decode()Volker Lendecke2021-11-021-23/+4
* lib: Add "hex_byte()" to replace.hVolker Lendecke2021-11-021-0/+16
* ldb_controls: control_to_string avoids crashDouglas Bagnall2021-11-021-0/+22
* 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.2.1ldb-2.2.2Andrew Bartlett2021-10-283-1/+287
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-10-281-0/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-10-281-0/+23
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-10-281-15/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-10-281-0/+6
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-10-281-0/+4
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-10-281-0/+4
* Fix Python docstringsJoseph Sutton2021-10-283-3/+3
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-10-281-2/+16
* ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton2021-10-281-2/+4
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-271-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-272-36/+169
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-09-161-2/+2
* ldb: version 2.2.1ldb-2.2.1Stefan Metzmacher2021-03-243-1/+287
* CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall2021-03-192-0/+46
* CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explodeDouglas Bagnall2021-03-191-0/+1
* CVE-2021-20277 ldb/attrib_handlers casefold: stay in boundsDouglas Bagnall2021-03-191-1/+1
* CVE-2021-20277 ldb: Remove tests from ldb_match_test that do not passAndrew Bartlett2021-03-191-2/+0
* CVE-2021-20277 ldb tests: ldb_match tests with extra spacesDouglas Bagnall2021-03-191-1/+7
* ldb: add tests for ldb_wildcard_compareDouglas Bagnall2021-03-191-10/+124
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-081-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-081-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-082-1/+129
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-133-7/+165
* debug: detect logrotation by checking inode numberRalph Boehme2020-12-091-2/+29
* debug: pass struct debug_class *config to do_one_check_log_size()Ralph Boehme2020-12-091-13/+9
* debug: pass struct debug_class *config to reopen_one_log()Ralph Boehme2020-12-091-6/+6
* loadparm: setup debug subsystem setting max_log_size from configRalph Boehme2020-12-091-0/+1
* lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher2020-09-101-0/+3
* param: Allow tests to silence deprecation warningsAndrew Bartlett2020-08-241-4/+18