summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/common: add samdb_domain_guid() helper functionStefan Metzmacher2018-09-051-0/+55
* 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
* 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: Do not use free'd memory.Andreas Schneider2016-09-091-1/+1
* dsdb: Limit potential stack use when parsing extended DNsAndrew Bartlett2016-07-281-9/+15
* dsdb: add vanish links controlDouglas Bagnall2016-07-151-0/+7
* 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
* 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
* 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-011-0/+11
* 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
* s4:dsdb/common: supported trusted domains in samdb_set_password_sid()Stefan Metzmacher2015-07-081-8/+362
* s4:dsdb/common: make use of dsdb_search_one() in samdb_set_password_sid()Stefan Metzmacher2015-07-081-12/+21
* s4:dsdb/common: pass optional new_version to samdb_set_password_sid()Stefan Metzmacher2015-07-081-0/+1
* Fix segfault in the very rare case when we are not able to find the rootnamin...Matthieu Patou2015-05-271-1/+1
* s4-dsdb: Refactor user objects defaults setter to use attribute/value mapKamen Mazdrashki2015-02-031-28/+49
* s4-dsdb: common helper to determine "primaryGroupID" attribute valueKamen Mazdrashki2015-02-031-0/+32
* s4-dsdb: Common helper for setting "sAMAccountType" on User objectsKamen Mazdrashki2015-02-031-0/+36
* s4-dsdb: Move User object default attribute values in separate helperKamen Mazdrashki2015-02-031-0/+42
* s4-dsdb-util: Mark attributes with ADD flag in samdb_find_or_add_attribute()Kamen Mazdrashki2015-02-031-1/+7
* CVE-2014-8143:dsdb: Allow use of dsdb_autotransaction_request outside util.cAndrew Bartlett2015-01-151-2/+2
* dsdb: Do not attempt to return beyond the end of the password history arrayAndrew Bartlett2014-10-131-2/+2
* dsdb: Make log message more clearAndrew Bartlett2014-09-011-2/+6
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-14/+45
* dsdb: Allow SAMR server to return the computed, not actual badPwdCountAndrew Bartlett2014-04-021-11/+49
* dsdb: check type with talloc_get_type_abort in samdb_set_passwordAndrew Bartlett2014-04-021-2/+5
* dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.cAndrew Bartlett2014-04-021-0/+113
* dsdb: Add samdb_result_passwords_from_history helper functionAndrew Bartlett2014-04-021-0/+37
* dsdb: give a better error message and return code on failed password changeAndrew Bartlett2014-04-021-0/+5
* dsdb: Put password lockout support in samdb_result_passwords()Andrew Bartlett2014-04-021-2/+27
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-021-17/+13