summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* CVE-2023-0614 ldb: Centralise checking for inaccessible matchesJoseph Sutton2023-04-052-30/+31
* CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton2023-04-057-0/+92
* CVE-2023-0614 ldb: Add ldb_parse_tree_get_attr()Joseph Sutton2023-04-053-0/+29
* CVE-2023-0614 ldb: Make use of ldb_filter_attrs_in_place()Joseph Sutton2023-04-053-57/+62
* CVE-2023-0614 ldb: Make ldb_filter_attrs_in_place() work in placeJoseph Sutton2023-04-054-443/+308
* CVE-2023-0614 ldb: Add function to filter message in placeJoseph Sutton2023-04-055-0/+1149
* CVE-2023-0614 ldb: Add function to add distinguishedName to messageJoseph Sutton2023-04-053-3/+9
* CVE-2023-0614 ldb: Add function to remove excess capacity from an ldb messageJoseph Sutton2023-04-053-0/+20
* CVE-2023-0614 ldb: Add function to take ownership of an ldb messageJoseph Sutton2023-04-053-0/+46
* CVE-2023-0614 ldb:tests: Ensure all tests are accounted forJoseph Sutton2023-04-051-2/+3
* CVE-2023-0614 ldb:tests: Ensure ldb_val data is zero-terminatedJoseph Sutton2023-04-051-85/+86
* CVE-2023-0614 ldb: Add functions for handling inaccessible message elementsJoseph Sutton2023-04-053-0/+33
* lib:ldb:tests: Fix code spellingAndreas Schneider2023-04-047-21/+21
* lib:ldb:nssldb: Fix code spellingAndreas Schneider2023-04-041-1/+1
* lib:ldb:ldb_sqlite3: Fix code spellingAndreas Schneider2023-04-041-1/+1
* lib:ldb:ldb_map: Fix code spellingAndreas Schneider2023-04-042-3/+3
* lib:ldb:ldb_key_value: Fix code spellingAndreas Schneider2023-04-045-12/+12
* lib:ldb:include: Fix code spellingAndreas Schneider2023-04-042-5/+5
* lib:ldb:common: Fix code spellingAndreas Schneider2023-04-045-7/+7
* lib:krb5_wrap: Fix code spellingAndreas Schneider2023-04-032-18/+18
* lib:fuzzing: Fix code spellingAndreas Schneider2023-04-033-5/+5
* lib:dbwrap: Fix code spellingAndreas Schneider2023-04-032-2/+2
* lib:crypto: Improve comment about weak cryptoAndreas Schneider2023-04-031-2/+1
* lib:compression: Fix code spellingAndreas Schneider2023-04-035-9/+9
* lib:cmdline: Fix code spellingAndreas Schneider2023-04-032-7/+7
* lib:audit_logging: Fix code spellingAndreas Schneider2023-04-031-1/+1
* lib:addns: Fix code spellingAndreas Schneider2023-04-032-3/+3
* lib:addns: Rename additionals to additionalAndreas Schneider2023-04-033-9/+9
* ldb: Add ldb_val -> bool,uint64,int64 parsing functionsJoseph Sutton2023-03-313-19/+52
* ldb: Split out ldb_val_as_dn() helper functionJoseph Sutton2023-03-313-2/+14
* lib/compression: Fix documentation of lzxpress_huffman_compress()Andrew Bartlett2023-03-311-2/+2
* lib/compression: Add helper function lzxpress_huffman_max_compressed_size()Andrew Bartlett2023-03-312-6/+25
* pyldb: Fix a copy&paste error, CID 1524512 DEADCODEVolker Lendecke2023-03-301-1/+1
* lib:talloc: Move talloc_get_size() out of the talloc reference groupAndreas Schneider2023-03-301-13/+13
* lib/ldb: add LDB_CHANGETYPE_MODRDN support to ldb_ldif_to_pyobject()Stefan Metzmacher2023-03-221-2/+51
* lib/ldb: add LDB_CHANGETYPE_DELETE support to ldb_ldif_to_pyobject()Stefan Metzmacher2023-03-221-0/+9
* lib/ldb: re-order code in ldb_ldif_to_pyobject()Stefan Metzmacher2023-03-221-10/+32
* lib/ldb: let ldb_ldif_parse_modrdn() handle names without 'rdn_name=' prefixStefan Metzmacher2023-03-221-0/+20
* ldb: Don't create error string if there is no errorJoseph Sutton2023-03-221-7/+8
* replace: add ARRAY_INSERT_ELEMENT() helperStefan Metzmacher2023-03-221-0/+15
* lib/ldb-samba: let ldif_read_ntSecurityDescriptor() only try sddl if isupper()Stefan Metzmacher2023-03-221-7/+17
* lib:ldb: Correctly cast pointers for assert_string_equal()Andreas Schneider2023-03-152-16/+16
* lib/ldb: Avoid allocation and memcpy() for every wildcard match candidateAndrew Bartlett2023-03-141-10/+50
* tsocket: Increase tcp_user_timeout max_loopsAndrew Bartlett2023-03-141-1/+1
* audit_logging: Use `json_int_t` instead of `int` for `json_add_int` value typeLi Yuxuan2023-03-092-7/+9
* audit_logging:tests: Add big_int test for `json_add_int`Li Yuxuan2023-03-091-1/+10
* lib:util: prefer mallinfo2() over mallinfo() if availableDmitry Antipov2023-03-092-4/+41
* lib: Add dump_data_addbuf()Volker Lendecke2023-03-092-0/+15
* lib: Move the dump_data_pw() prototype to the other dump_data_* onesVolker Lendecke2023-03-092-8/+8
* lib: Fix whitespaceVolker Lendecke2023-03-091-7/+7