summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2021-06-29s4:dsdsb: Check return code of cli_credentials_guess()Andreas Schneider1-1/+7
2021-06-20dsdb periodic: DNS: split aging from tombstone deletionDouglas Bagnall1-11/+34
2021-06-20dns scavenging: add an explanatory commentDouglas Bagnall1-2/+5
2021-06-20dns scavenging: ensure tombstoned node has one recordDouglas Bagnall1-2/+24
2021-06-20dns scavenging: avoid leak in dns_tombstone_recordsDouglas Bagnall1-3/+12
2021-06-20dns scavenging: log tombstone inconsistencyDouglas Bagnall1-0/+2
2021-06-20dns scavenging: tighten lifetime of filtered recordsDouglas Bagnall1-1/+1
2021-06-20dns scavenging: avoid useless copy of msgDouglas Bagnall1-21/+4
2021-06-20dns scavenging: simplify copy_current_recordsDouglas Bagnall1-44/+12
2021-06-20dns scavenging: avoid passing blobsDouglas Bagnall2-45/+37
2021-06-20dns scavenging: ensure usual ownership of element valuesDouglas Bagnall1-3/+38
2021-06-20dns scavenging: avoid setting same flags twiceDouglas Bagnall1-2/+0
2021-06-20dns scavenging: avoid another small memory leakDouglas Bagnall1-8/+12
2021-06-20dns scavenging: avoid a small memory leakDouglas Bagnall1-7/+6
2021-06-20dns scavenging: correctly set tombstome timestampDouglas Bagnall1-6/+9
2021-06-20dns scavenging: tombstone deletion uses correct time unitsDouglas Bagnall1-7/+41
2021-06-11ridalloc: Don't skip the first RID of a poolJoseph Sutton1-1/+2
2021-06-11samldb: Fix function name typo in error messageJoseph Sutton1-1/+1
2021-05-07Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall30-30/+0
2021-04-19dsdb: Slightly tune get_new_descriptor()Volker Lendecke1-3/+7
2021-04-07cracknames: Allow auto-conversion from an extended canonical nameJoseph Sutton1-0/+2
2021-04-07cracknames: Add support for SID string formatJoseph Sutton1-2/+30
2021-04-07s4:dsdb/password_hash: Add a more useful error message for passwords too long...Joseph Sutton1-4/+11
2021-04-07s4:dsdb/password_hash: Add additional check for crypt() and crypt_r() failureJoseph Sutton1-1/+6
2021-04-07s4:dsdb/password_hash: Don't generate crypt() password for krbtgt accountJoseph Sutton1-1/+6
2021-03-29librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall1-2/+2
2021-03-29dsdb/dns scavange: make a helper function staticDouglas Bagnall2-9/+4
2021-03-29dsdb/scavange dns: reserve NTTIME type for NTTIME valuesDouglas Bagnall2-9/+9
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall1-4/+2
2021-03-17py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall1-4/+2
2021-03-10samba-tool: Enable pydsdb without ad dcDavid Mulder2-2/+5
2021-03-06dsdb: Fix CID 1473454: Null pointer dereferencesVolker Lendecke1-2/+8
2021-03-06dsdb: Fix CID 1473453: Null pointer dereferencesVolker Lendecke1-0/+4
2021-03-01s4:dsdb/dirsync: fix a typo in a commentBjörn Baumbach1-2/+2
2021-01-28dsdb: Avoid an unneeded #includeVolker Lendecke1-1/+0
2021-01-08dsdb: Fix a typoVolker Lendecke1-1/+1
2021-01-08dsdb: Fix comment wordingVolker Lendecke1-1/+1
2020-11-30samldb: Align two integer typesVolker Lendecke1-2/+4
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme17-17/+17
2020-11-26Do not create an empty DB when accessing a sam.ldbAndrew Bartlett1-0/+3
2020-11-04selftest: add test for new "samba-tool user unlock" commandBjörn Baumbach2-0/+21
2020-11-03dsdb/mod/operational: correct comment arithmeticDouglas Bagnall1-1/+4
2020-10-21s4:dsdb:acl_read: Implement "List Object" mode featureStefan Metzmacher1-1/+78
2020-10-21s4:dsdb:util: add dsdb_do_list_object() helperStefan Metzmacher1-0/+21
2020-10-21s4:dsdb:acl_read: defer LDB_ERR_NO_SUCH_OBJECTStefan Metzmacher1-1/+23
2020-10-21s4:dsdb:acl_read: make use of aclread_check_object_visible() for the search baseStefan Metzmacher1-17/+5
2020-10-21s4:dsdb:acl_read: fully set up 'struct aclread_context' before the search bas...Stefan Metzmacher1-30/+32
2020-10-21s4:dsdb:acl_read: introduce aclread_check_object_visible() helperStefan Metzmacher1-9/+25
2020-10-21s4:dsdb:tests: add AclVisibiltyTestsStefan Metzmacher1-1/+320