summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett2016-11-301-0/+51
* dsdb: Remove use of schema USN in samldb_add_handle_msDS_IntIdAndrew Bartlett2016-07-061-45/+21
* provision: Ignore duplicate attid and governsID checkBob Campbell2016-07-061-6/+12
* s4:dsdb/samldb: pwdLastSet = -1 requires Unexpire-Password rightStefan Metzmacher2016-06-271-0/+145
* s4:dsdb/samldb: fix comment "lockoutTime" reset as per MS-SAMR 3.1.1.8.10Stefan Metzmacher2016-06-271-1/+1
* s4:samldb: pass down DSDB_CONTROL_PASSWORD_USER_ACCOUNT_CONTROL_OID with chan...Stefan Metzmacher2016-06-271-2/+31
* s4:dsdb/samldb: add DSDB_CONTROL_PASSWORD_DEFAULT_LAST_SET_OID when defaultin...Stefan Metzmacher2016-06-271-1/+1
* samldb: Make checks for schema attributes much more strictAndrew Bartlett2016-06-061-97/+172
* s4:dsdb/samldb: check for valid lDAPDisplayName vaues on add()Stefan Metzmacher2016-02-171-0/+30
* samdb: Fix CID 1347320 Dereference null return valueVolker Lendecke2016-01-081-0/+6
* dsdb subnets: warn when an IPv6 address is in IPv4 embedding rangeDouglas Bagnall2015-12-241-0/+11
* samldb: ensure subnets have proper net rangesDouglas Bagnall2015-12-241-0/+268
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-161-2/+22
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* Fix the developer O3 buildVolker Lendecke2015-02-251-1/+2
* s4-dsdb: common helper to determine "primaryGroupID" attribute valueKamen Mazdrashki2015-02-031-10/+5
* s4-dsdb: Common helper for setting "sAMAccountType" on User objectsKamen Mazdrashki2015-02-031-11/+3
* s4-dsdb: Move User object default attribute values in separate helperKamen Mazdrashki2015-02-031-26/+1
* s4-dsdb/samldb: Don't allow rename requests on Deleted objectKamen Mazdrashki2015-02-031-0/+11
* s4-dsdb/samldb: Relax a bit restrictions in Config partition while restoring ...Kamen Mazdrashki2015-02-031-1/+2
* s4-dsdb/samdb: Don't relax contraint checking during rename for Deleted objectsKamen Mazdrashki2015-02-031-3/+0
* s4-dsdb/samldb: Skip 'sAMAccountType' and 'primaryGroupID' during Tombstone r...Kamen Mazdrashki2015-02-031-11/+23
* s4-dsdb/samldb: Fix type "omputer" -> "computer"Kamen Mazdrashki2015-02-031-1/+1
* dsdb-samldb: Clarify userAccountControl manipulation code by always using UF_...Andrew Bartlett2015-01-221-8/+6
* dsdb-samldb: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT i...Andrew Bartlett2015-01-221-3/+8
* dsdb-samldb: Only allow known and settable userAccountControl bits to be setAndrew Bartlett2015-01-221-4/+9
* s4:dsdb/samldb: let samldb_prim_group_change() protect DOMAIN_RID_{READONLY_,...Stefan Metzmacher2015-01-221-2/+26
* dsdb: Improve userAccountControl handlingAndrew Bartlett2015-01-221-24/+142
* dsdb: Default to UF_NORMAL_ACCOUNT when no account type is specifiedAndrew Bartlett2015-01-221-3/+3
* libds: UF_PARTIAL_SECRETS_ACCOUNT is a flag, not an account typeAndrew Bartlett2015-01-221-10/+9
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-151-1/+189
* s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for nowStefan Metzmacher2014-07-091-0/+18
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-111-1/+2
* s4:dsdb/samldb: rework samldb_user_account_control_change()Stefan Metzmacher2014-04-021-99/+134
* s4:dsdb/samldb: remove fantasy code from samldb_user_account_control_change()Stefan Metzmacher2014-04-021-10/+0
* s4:dsdb/samldb: add let lockoutTime=0 reset badPwdCount=0Stefan Metzmacher2014-04-021-0/+57
* s4:dsdb/ldb_modules: avoid invalid pointer type warningsStefan Metzmacher2014-04-021-1/+0
* dsdb: Do checks for invalid renames in samldb, before repl_meta_dataAndrew Bartlett2014-03-261-1/+260
* s4:dsdb fix compiler warningsChristian Ambach2013-12-121-1/+1
* s4-samldb: Do not allow deletion of objects with RID < 1000Nadezhda Ivanova2013-10-141-0/+5
* s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl"Matthias Dieter Wallnöfer2013-06-101-16/+66
* s4:samldb LDB module - permit "userAccountControl" modifications without acct...Matthias Dieter Wallnöfer2013-06-051-2/+26
* s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on addMatthias Dieter Wallnöfer2013-06-051-3/+11
* s4:samldb LDB module - remove unused "member" attribute from search filterMatthias Dieter Wallnöfer2012-08-221-1/+1
* s4-samldb: do not talloc_steal() the elements of the original requestAndrew Bartlett2012-06-261-4/+10
* s4-dsdb: Try to avoid much of the time a db search for msDS-IntIDMatthieu Patou2012-06-221-14/+73
* dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou2012-06-221-0/+3
* s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...Andrew Bartlett2012-05-041-4/+6
* s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldbAndrew Bartlett2012-05-041-5/+5
* s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...Matthias Dieter Wallnöfer2012-05-041-12/+41