summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-07ldb:attrib_handlers: reduce non-transitive behaviour in ldb_comparison_foldDouglas Bagnall1-5/+15
2024-05-07ldb:attrib_handlers: use NUMERIC_CMP in ldb_comparison_foldDouglas Bagnall1-1/+1
2024-05-07ldb-samba: remove unused ldif_comparision_objectSid_isString()Douglas Bagnall1-11/+0
2024-05-07ldb-samba: simplify extended_dn_read_SID()Douglas Bagnall1-4/+3
2024-05-07ldb-samba: simplify ldif_canonicalise_objectSid()Douglas Bagnall1-5/+3
2024-05-07ldb-samba: simplify ldif_comparison_objectSid()Douglas Bagnall1-25/+16
2024-05-07ldb-samba: ldif_write_schemaInfo() uses correct sizeDouglas Bagnall1-1/+1
2024-05-07lib:util: codepoint_cmpi: be transitive and case-insensitiveDouglas Bagnall1-16/+2
2024-05-07lib:util:tests: more tests for codepoint_cmpiDouglas Bagnall1-1/+10
2024-05-07ldb:tools: ldbsearch doesn't need ldb_qsort()Douglas Bagnall1-3/+2
2024-05-07ldb:tests: add a test for dotted i uppercaseDouglas Bagnall1-0/+4
2024-05-07ldb: avoid NULL deref in ldb_db_compareDouglas Bagnall1-3/+13
2024-05-07lib/krb5_wrap: make use of smb_krb5_cc_new_unique_memory() in smb_krb5_kinit_...Stefan Metzmacher1-2/+2
2024-05-07lib/krb5_wrap: add smb_krb5_cc_new_unique_memory()Stefan Metzmacher2-0/+79
2024-05-07lib/cmdline: skip the password prompt if we have a valid krb5 ccacheStefan Metzmacher1-0/+19
2024-04-30lib: Fix whitespaceVolker Lendecke1-7/+7
2024-04-30lib:ldb: Use correct integer types for sizesAndreas Schneider1-1/+2
2024-04-30lib:ldb: Add missing overflow check in ldb_msg_normalize()Andreas Schneider1-1/+1
2024-04-30lib:tdb: Add missing overflow check for num_values in pytdb.cAndreas Schneider1-1/+5
2024-04-30lib:tdb: Remove trailing spaces from pytdb.cAndreas Schneider1-8/+8
2024-04-24ldb: Remove unnecessary declarationJo Sutton1-1/+0
2024-04-24lib:crypto: Fix Coverity buildJo Sutton1-1/+1
2024-04-23smbdotconf: finally remove unused "client use spnego principal" optionStefan Metzmacher1-1/+0
2024-04-23smbdotconf: add client ldap sasl wrapping = {starttls,ldaps}Stefan Metzmacher1-0/+2
2024-04-23s4:ldap_server: add support for tls channel bindingsStefan Metzmacher2-0/+3
2024-04-23lib/crypto: add legacy_gnutls_server_end_point_cb() if neededStefan Metzmacher3-1/+141
2024-04-23ldb_ildap: require ldb_get_opaque(ldb, "loadparm") to be validStefan Metzmacher1-3/+6
2024-04-23lib/cmdline: only call cli_credentials_get_password_and_obtained if neededStefan Metzmacher1-2/+4
2024-04-23lib/cmdline: move cli_credentials_set_cmdline_callbacks to the end of POPT_CA...Stefan Metzmacher1-13/+13
2024-04-23lib/krb5_wrap: let smb_krb5_cc_get_lifetime() behave more like the heimdal kr...Stefan Metzmacher1-1/+27
2024-04-23ldb:utf8: ldb_ascii_toupper() avoids real toupper()Douglas Bagnall1-1/+11
2024-04-23ldb:attrib_handlers: use ldb_ascii_toupper() in first loopDouglas Bagnall1-1/+2
2024-04-23ldb:pytests: test for Turkic i-dots in ldb_comparison_foldDouglas Bagnall1-0/+16
2024-04-23ldb:attrib_handlers: make ldb_comparison_Boolean more consistentDouglas Bagnall1-4/+25
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison: sort invalid DNsDouglas Bagnall1-1/+7
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison leaks lessDouglas Bagnall1-1/+3
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison correctly sorts deleted objectsDouglas Bagnall1-4/+11
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison semi-sorts invalid DNsDouglas Bagnall1-1/+3
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison semi-sorts deleted objectsDouglas Bagnall1-3/+5
2024-04-23ldb-samba:ldif_handlers: extended_dn_read_Sid(): free on failureDouglas Bagnall1-0/+1
2024-04-23ldb-samba:ldif_handlers: ldif_read_objectSid(): free a thing on failureDouglas Bagnall1-0/+1
2024-04-23ldb-samba: ldif-handlers: make ldif_comparison_objectSid() accurateDouglas Bagnall1-23/+34
2024-04-23ldb: comment for ldb_dn_compare_baseDouglas Bagnall1-1/+5
2024-04-23lib/socket: rearrange iface_comp() to use NUMERIC_CMPDouglas Bagnall1-11/+11
2024-04-23ldb:dn: make ldb_dn_compare() self-consistentDouglas Bagnall1-1/+15
2024-04-23ldb:sort: generalise both-NULL check to equality checkDouglas Bagnall1-1/+1
2024-04-23ldb:sort: check that elements have valuesDouglas Bagnall1-1/+11
2024-04-23ldb:mod:sort: rearrange NULL checksDouglas Bagnall1-5/+8
2024-04-21lib:crypto: Add more unit tests for GKDI functionsJo Sutton1-0/+183
2024-04-21ldb: Check result of py_ldb_msg_keys()Jo Sutton1-0/+3