summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/common: add samdb_domain_guid() helper functionStefan Metzmacher2018-09-051-0/+55
* dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper functionStefan Metzmacher2018-09-051-0/+16
* dsdb/util_trusts: domain_dn is an input parameter of dsdb_trust_crossref_tdo_...Stefan Metzmacher2018-09-051-6/+0
* s4:dsdb: add dsdb_trust_domain_by_{sid,name}()Stefan Metzmacher2018-02-271-0/+222
* s4:dsdb: add dsdb_trust_search_tdo_by_sid() helper functionStefan Metzmacher2018-01-131-0/+65
* Update util.c to include DBGC_AUTH classkkplein2018-01-081-2/+2
* drs: Add basic GET_TGT supportTim Beale2017-09-181-0/+40
* dsdb: Add missing \n to debugAndrew Bartlett2017-09-071-1/+1
* dsdb: Add comment showing where the normal password rules are appliedAndrew Bartlett2017-08-301-0/+5
* dsdb: Add a samdb_dns_host_name which avoids searchingGarming Sam2017-06-221-0/+47
* dsdb: Ensure replication of renames works in schema partitionAndrew Bartlett2017-06-151-0/+13
* dsdb: Allow parsed_dn_find to have a prefixed blob matchGarming Sam2017-03-132-1/+13
* dsdb: Move parsed_dn_find into a common locationGarming Sam2017-03-132-0/+241
* Correct "hexidecimal" typos.Chris Lamb2017-02-221-1/+1
* source4: Change to use lib/util/access functions.Jeremy Allison2016-11-161-1/+2
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/dsdb/co...Günther Deschner2016-09-281-1/+1
* dsdb: Avoid ldb_dn_validate() call on trusted input when not requiredAndrew Bartlett2016-09-271-4/+20
* dsdb: Do not use free'd memory.Andreas Schneider2016-09-091-1/+1
* dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()Andrew Bartlett2016-09-011-0/+10
* dsdb: Limit potential stack use when parsing extended DNsAndrew Bartlett2016-07-281-9/+15
* dsdb: add vanish links controlDouglas Bagnall2016-07-152-16/+24
* s4:dsdb/common: prepare dsdb_user_obj_set_defaults() for tombstone reanimationStefan Metzmacher2016-07-091-14/+47
* s4:dsdb/common: add a replication metadata stamp for an empty logonHours attr...Stefan Metzmacher2016-07-081-3/+21
* s4-dsdb: Add missing header file for write() and close()Andreas Schneider2016-07-061-0/+1
* check_password_script: Add a DEBUG message for timeoutsBob Campbell2016-07-051-12/+35
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-051-1/+60
* s4:dsdb: add some const to {samdb_result,dsdb}_effective_badPwdCount()Stefan Metzmacher2016-06-301-2/+2
* s4:dsdb/common: remove unused samdb_result_force_password_change()Stefan Metzmacher2016-06-301-39/+0
* s4:dsdb/common: add some const to helper functionsStefan Metzmacher2016-06-271-3/+3
* s4:dsdb/samldb: add DSDB_CONTROL_PASSWORD_DEFAULT_LAST_SET_OID when defaultin...Stefan Metzmacher2016-06-271-5/+38
* dsdb: Avoid talloc() calls in dsdb_get_extended_dn_*()Andrew Bartlett2016-06-271-18/+14
* s4-dsdb: Fix a possible NULL pointer dereferenceAndreas Schneider2016-06-221-1/+3
* repl: Allow GetNCChanges DRSUAPI_EXOP_REPL_OBJ to succeed against a deleted o...Andrew Bartlett2016-06-061-1/+1
* dsdb/common/util: be careful about zero length string listsDouglas Bagnall2016-05-101-1/+2
* dsdb/common/util: remove some unnecessary str_list_length()sDouglas Bagnall2016-05-101-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s4-dsdb: Add debug message if we have a ldb error stringAndreas Schneider2016-02-021-0/+1
* s4:dsdb/common: make it possible to find a reason for LDB_ERR_NO_SUCH_OBJECTStefan Metzmacher2016-02-011-9/+9
* s4:dsdb/common: add dsdb_module_werror() helper functionStefan Metzmacher2016-02-012-0/+21
* s4:dsdb/common: add some const to dsdb_dn_is_upgraded_link_val()Stefan Metzmacher2016-02-011-1/+1
* lib: Convert callers of sid_blob_parse to sid_parseVolker Lendecke2015-08-261-1/+1
* CID 1311772: Fix null pointer checkAndreas Schneider2015-07-151-1/+1
* CID 1311771: Fix a null pointer dereferenceAndreas Schneider2015-07-151-1/+1
* CID 1311767: Cast enum type to avoid compiler warningsAndreas Schneider2015-07-151-1/+1
* CID 1311764: Fix logical compare in if clauseAndreas Schneider2015-07-151-2/+2
* s4:dsdb/common: add dsdb_trust_merge_forest_info() helper functionStefan Metzmacher2015-07-081-0/+418
* s4:dsdb/common: dsdb_trust_normalize_forest_info_step[1,2]() and dsdb_trust_v...Stefan Metzmacher2015-07-081-0/+752
* s4:dsdb/common: add dsdb_trust_xref_tdo_info() helper functionStefan Metzmacher2015-07-081-0/+20
* s4:dsdb/common: add dsdb_trust_forest_info_from_lsa() helper functionStefan Metzmacher2015-07-081-0/+103
* s4:dsdb/common: add dsdb_trust_get_incoming_passwords() helper functionStefan Metzmacher2015-07-081-0/+116