summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 2.3.2ldb-2.3.2Stefan Metzmacher2021-11-023-1/+288
* 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
* VERSION: Bump version up to Samba 4.14.10...Jule Anger2021-10-271-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.14.9 release.samba-4.14.9Jule Anger2021-10-271-1/+1
* WHATSNEW: Add release notes for Samba 4.14.9.Jule Anger2021-10-271-2/+102
* ldb: Release ldb 2.3.1ldb-2.3.1Andrew Bartlett2021-10-263-1/+287
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-10-262-4/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-10-262-0/+27
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-10-262-16/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-10-262-0/+7
* s4/torture/drs/python: Fix attribute existence checkJoseph Sutton2021-10-261-1/+1
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-10-262-1/+4
* pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton2021-10-262-0/+8
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-10-262-1/+6
* pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton2021-10-262-0/+6
* Fix Python docstringsJoseph Sutton2021-10-264-4/+4
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-261-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-266-66/+195
* tests/krb5: Add tests for account salt calculationJoseph Sutton2021-10-266-0/+466
* tests/krb5: Fix account salt calculation to match WindowsJoseph Sutton2021-10-261-2/+11
* tests/krb5: Allow specifying the UPN for test accountsJoseph Sutton2021-10-262-0/+11
* tests/krb5: Allow creating machine accounts without a trailing dollarJoseph Sutton2021-10-261-4/+8
* tests/krb5: Allow specifying prefix or suffix for test account namesJoseph Sutton2021-10-261-0/+8
* tests/krb5: Decrease length of test account prefixJoseph Sutton2021-10-261-1/+1
* selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd =...Stefan Metzmacher2021-10-261-4/+8
* selftest/Samba3: remove unused close(USERMAP); callsStefan Metzmacher2021-10-261-4/+0
* waf: Allow building with MIT KRB5 >= 1.20Andreas Schneider2021-10-261-0/+1
* selftest: Improve error handling and perl style when setting up users in Samb...Andrew Bartlett2021-10-261-19/+53
* selftest: Remove duplicate setup of $base_dn and $ldbmodifyAndrew Bartlett2021-10-261-4/+0
* selftest: krb5 account creation: clarify account type as an enumJoseph Sutton2021-10-267-63/+100
* pytest: dynamic tests optionally add __doc__Douglas Bagnall2021-10-261-1/+2
* selftest: Increase account lockout windows to make test more realiableJoseph Sutton2021-10-261-2/+2
* pytest/rodc_rwdc: try to avoid race.Douglas Bagnall2021-10-261-0/+4
* HEIMDAL:kdc: Fix transit path validation CVE-2017-6594Viktor Dukhovni2021-10-261-3/+10
* tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton2021-10-262-2/+113
* tests/krb5: Ensure PAC is not present if expect_pac is falseJoseph Sutton2021-10-261-7/+7
* kdc: Correctly strip PAC, rather than error on UF_NO_AUTH_DATA_REQUIRED for s...Andrew Bartlett2021-10-262-16/+26
* kdc: Remove UF_NO_AUTH_DATA_REQUIRED from client principalsAndrew Bartlett2021-10-264-14/+0