summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib:audit_logging: Fix typo in log messageJoseph Sutton2023-05-181-1/+1
* lib:audit_logging: Add function to add a formatted time value to a JSON messageJoseph Sutton2023-05-182-17/+44
* lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton2023-05-182-0/+47
* lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton2023-05-182-0/+55
* python: Safely clear structure membersJoseph Sutton2023-05-163-14/+11
* lib:util: prefer size_t for random data generation functionsDmitry Antipov2023-05-162-7/+7
* param: Add new parameter "ad dc functional level"Andrew Bartlett2023-05-162-0/+11
* lib:ldb: do not offset against NULL pointer in ldb_ldif_read()Dmitry Antipov2023-05-091-4/+4
* lib:addns: Don’t call memcpy() with a NULL pointerJoseph Sutton2023-05-051-1/+3
* lib:util: Fix undefined bitshiftJoseph Sutton2023-05-051-1/+1
* lib/fuzzing: add fuzzer for sddl_parseDouglas Bagnall2023-04-282-0/+70
* lib:krb5_wrap: Fix debug statements when princ_s is NULLAndreas Schneider2023-04-271-4/+9
* ldb: Implement ldap_whoami in pyldbVolker Lendecke2023-04-261-0/+36
* ldb: Allow extended operations through ildapVolker Lendecke2023-04-261-0/+111
* ldb: Add the RFC4532 LDB_EXTENDED_WHOAMI_OID definitionVolker Lendecke2023-04-261-0/+5
* Add ROLE_IPA_DC into two more placesAlexander Bokovoy2023-04-251-0/+1
* debug: Only initialize gpfs wrapper when gpfs logging is enabledChristof Schmitt2023-04-141-1/+3
* lib:util: Fix code spellingAndreas Schneider2023-04-1423-230/+230
* lib:util: Remove trailing white spaces in byteorder.hAndreas Schneider2023-04-141-6/+6
* lib:tsocket: Fix code spellingAndreas Schneider2023-04-142-4/+4
* lib:tevent: Fix code spellingAndreas Schneider2023-04-147-13/+13
* lib:tdb: Fix code spellingAndreas Schneider2023-04-147-13/+13
* lib:talloc: Fix code spellingAndreas Schneider2023-04-143-5/+5
* lib:socket: Fix code spellingAndreas Schneider2023-04-141-1/+1
* lib:smbconf: Fix code spellingAndreas Schneider2023-04-142-5/+5
* lib:replace: Fix code spellingAndreas Schneider2023-04-141-1/+1
* lib:replace: Remove trailing white spaces in xattr.cAndreas Schneider2023-04-141-4/+4
* lib/torture: Don't overwrite test outcomesJoseph Sutton2023-04-122-12/+20
* pyldb: Handle allocation failureJoseph Sutton2023-04-121-0/+4
* ldb: Avoid undefined pointer arithmeticJoseph Sutton2023-04-121-9/+9
* ldb: Fix function documentation to be consistentJoseph Sutton2023-04-121-12/+12
* ldb: Don't wrongly claim to return message elementsJoseph Sutton2023-04-121-0/+2
* ldb: Remove misleading commentJoseph Sutton2023-04-121-2/+2
* ldb: Remove old misleading commentsJoseph Sutton2023-04-121-4/+0
* talloc: Remove unneeded va_copy()Joseph Sutton2023-04-121-3/+1
* talloc: Put comment back in appropriate placeJoseph Sutton2023-04-121-1/+1
* lib:replace: Fix snprintf of rep_inet_ntop()Andreas Schneider2023-04-111-6/+8
* lib:replace: Fix code spellingAndreas Schneider2023-04-114-7/+7
* lib:pthreadpool: Fix code spellingAndreas Schneider2023-04-111-1/+1
* lib:param: Fix code spellingAndreas Schneider2023-04-113-6/+6
* lib:messaging: Fix code spellingAndreas Schneider2023-04-111-1/+1
* lib:ldb: Fix code spellingAndreas Schneider2023-04-114-5/+5
* lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett2023-04-063-9/+50
* lib:ldb:tests: Fix signedness build errorAndreas Schneider2023-04-061-1/+1
* CVE-2023-0922 set default ldap client sasl wrapping to sealRob van der Linde2023-04-051-1/+1
* ldb: Use correct member of unionJoseph Sutton2023-04-052-9/+18
* CVE-2023-0614 lib/ldb-samba Ensure ACLs are evaluated on SAMBA_LDAP_MATCH_RUL...Andrew Bartlett2023-04-051-1/+6
* CVE-2023-0614 lib/ldb-samba: Add test for SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EV...Andrew Bartlett2023-04-052-57/+174
* CVE-2023-0614 dsdb: Add pre-cleanup and self.addCleanup() of OU created in ma...Andrew Bartlett2023-04-051-0/+8
* CVE-2023-0614 ldb: Filter on search base before redacting messageJoseph Sutton2023-04-055-23/+48