summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall2021-03-222-0/+46
* CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explodeDouglas Bagnall2021-03-221-0/+1
* CVE-2021-20277 ldb/attrib_handlers casefold: stay in boundsDouglas Bagnall2021-03-221-1/+1
* CVE-2021-20277 ldb: Remove tests from ldb_match_test that do not passAndrew Bartlett2021-03-221-2/+0
* CVE-2021-20277 ldb tests: ldb_match tests with extra spacesDouglas Bagnall2021-03-221-1/+7
* ldb: add tests for ldb_wildcard_compareDouglas Bagnall2021-03-221-10/+124
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-051-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-051-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-052-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-091-0/+3
* util: Add cmocka unit test for directory_create_or_existsChristof Schmitt2020-08-172-0/+240
* util: Allow symlinks in directory_create_or_existChristof Schmitt2020-08-171-2/+16
* lib/debug: set the correct default backend loglevel to MAX_DEBUG_LEVELRalph Boehme2020-07-091-1/+1
* lib/debug: assert file backendRalph Boehme2020-07-091-6/+6
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-061-0/+1
* util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke2020-07-061-1/+1
* util: Reallocate larger buffer if getpwuid_r() returns ERANGEMartin Schwenke2020-07-061-0/+13
* util: Fix build on FreeBSD by avoiding NSS_BUFLEN_PASSWDMartin Schwenke2020-07-061-5/+22
* util: Simplify input validationMartin Schwenke2020-07-061-5/+4
* Merge tag 'samba-4.12.4' into v4-12-testKarolin Seeger2020-07-024-2/+295
|\
| * ldb: Bump version to 2.1.4ldb-2.1.4Gary Lockyer2020-06-253-1/+287
| * CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer2020-06-251-1/+8
* | ldb_ldap: fix off-by-one increment in lldb_add_msg_attrAlexander Bokovoy2020-06-241-2/+0
* | lib/ldb: add unit test for ldb_ldap internal codeAlexander Bokovoy2020-06-242-0/+119
* | s3: lib: Paranoia around use of snprintf copying into a fixed-size buffer fro...Jeremy Allison2020-05-251-2/+6
* | lib:util: Add test for path_expand_tilde()Andreas Schneider2020-05-252-0/+133
* | lib:util: Add path_expand_tilde()Andreas Schneider2020-05-252-0/+81
|/
* lib: util: Add sys_pwrite_full().Jeremy Allison2020-05-142-0/+50
* lib: util: Add sys_pread_full().Jeremy Allison2020-05-142-0/+49
* lib: util: Add sys_valid_io_range()Stefan Metzmacher2020-05-142-0/+25
* ldb: Bump version to 2.1.3ldb-2.1.3Gary Lockyer2020-05-143-1/+287
* lib ldb: lmdb init var before calling mdb_reader_checkGary Lockyer2020-05-141-1/+1
* lib ldb: lmdb clear stale readers on write txn startGary Lockyer2020-05-142-1/+23
* ldb tests: Confirm lmdb free list handlingGary Lockyer2020-05-142-1/+663
* lib:util: Fix smbclient -l basename dirAmit Kumar2020-05-141-1/+7
* CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-04-222-0/+8
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-04-222-1/+10
* CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-04-221-0/+5
* CVE-2020-10704: lib util asn1: Check parse tree depthGary Lockyer2020-04-221-0/+13
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-224-4/+30
* CVE-2020-10700: ldb: Bump version up to 2.1.2.ldb-2.1.2Karolin Seeger2020-04-223-1/+287
* CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ moduleAndrew Bartlett2020-04-221-9/+3
* ldb: version 2.1.1Stefan Metzmacher2020-02-253-1/+287
* ldb: Add tests aimed at the SCOPE_ONELEVEL bug in particularAndrew Bartlett2020-02-251-0/+8
* ldb: Fix search with scope ONE and small result setsAndrew Bartlett2020-02-251-9/+12