summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:rootdse LDB module - remove unused variableMatthias Dieter Wallnöfer2010-11-261-1/+0
* s4:objectclass LDB module - simply use "msg" when requesting the messageMatthias Dieter Wallnöfer2010-11-261-2/+2
* s4:objectclass LDB module - move the "mem_ctx" allocation to a better placeMatthias Dieter Wallnöfer2010-11-261-7/+6
* s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP)Andrew Bartlett2010-11-261-15/+28
* s4-objectclass Use a specific local variable name, not 'value'Andrew Bartlett2010-11-261-4/+5
* s4-dsdb Remove rootDSE and anonymous checks from acl_readAndrew Bartlett2010-11-261-15/+0
* s4-dsdb Add 'block anonymous' checks to the rootdse moduleAndrew Bartlett2010-11-261-0/+100
* s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett2010-11-262-4/+3
* s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma...Matthias Dieter Wallnöfer2010-11-251-7/+1
* s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...Matthias Dieter Wallnöfer2010-11-241-3/+7
* s4:objectclass LDB module - move one checks into the "objectclass derivation ...Matthias Dieter Wallnöfer2010-11-241-11/+17
* s4:objectclass LDB module - some more or less cosmetic return value macro cha...Matthias Dieter Wallnöfer2010-11-241-14/+22
* s4:repl_meta_data LDB module - fix a counter typeMatthias Dieter Wallnöfer2010-11-201-2/+4
* s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higherMatthias Dieter Wallnöfer2010-11-201-29/+29
* s4:objectclass_attrs LDB module - add more delete protected attributesMatthias Dieter Wallnöfer2010-11-201-1/+4
* s4:samldb LDB module - objectclass trigger - reorder template attributesMatthias Dieter Wallnöfer2010-11-201-9/+10
* s4:acl LDB module - it's more correct to count the password attributes using ...Matthias Dieter Wallnöfer2010-11-201-3/+6
* s4/operational: Fix swapped parameters for ldb_msg_copy_attrAnatoliy Atanasov2010-11-181-2/+2
* s4:password_hash LDB module - remove unused headersMatthias Dieter Wallnöfer2010-11-181-3/+0
* s4:repl_meta_data LDB module - allow also special DNs to be renamed correctlyMatthias Dieter Wallnöfer2010-11-181-1/+1
* s4-repl: save the result of the last replication in repsFrom/repsToAndrew Tridgell2010-11-171-5/+0
* s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the NC-spe...Matthias Dieter Wallnöfer2010-11-161-28/+57
* s4:descriptor LDB module - also "get_default_ag" should make use of "dsdb_fin...Matthias Dieter Wallnöfer2010-11-161-12/+12
* s4:descriptor LDB module - handle the NCs in a more generic way by using "dsd...Matthias Dieter Wallnöfer2010-11-161-10/+22
* s4:descriptor LDB module - make more clear that special control entries never...Matthias Dieter Wallnöfer2010-11-161-0/+7
* s4:objectclass LDB module - the "olddn" is the special DN for rename requestsMatthias Dieter Wallnöfer2010-11-161-1/+1
* s4-schema_load: Don't clean in_transaction flag until transaction is really f...Kamen Mazdrashki2010-11-161-7/+6
* s4:subtree_rename LDB module - make use of "dsdb_find_nc_root"Matthias Dieter Wallnöfer2010-11-161-22/+27
* s4:objectclass LDB module - free "nc_root" after name context comparisonsMatthias Dieter Wallnöfer2010-11-161-0/+2
* s4:objectclass LDB module - improve the default name context checking on modi...Matthias Dieter Wallnöfer2010-11-151-16/+12
* s4:objectclass LDB module - implement the "objectClass" change restrictions o...Matthias Dieter Wallnöfer2010-11-151-0/+25
* s4:password_hash LDB module - return "ERR_CONSTRAINT_VIOLATION" on password c...Matthias Dieter Wallnöfer2010-11-131-6/+9
* s4:objectclass LDB module - multiple "objectClass" change elements are unfort...Matthias Dieter Wallnöfer2010-11-131-161/+169
* samldb: relax groupType modification checksMatthieu Patou2010-11-121-27/+32
* s4:objectclass LDB module - we should not simply ignore additional "objectCla...Matthias Dieter Wallnöfer2010-11-121-2/+16
* s4:repl_meta_data LDB module - convert two debug messages into error messagesMatthias Dieter Wallnöfer2010-11-121-4/+4
* s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje...Matthias Dieter Wallnöfer2010-11-122-43/+81
* s4-dsdb Remove incorrectly declared ** variable used as *.Andrew Bartlett2010-11-111-6/+3
* s4-dsdb Convert new krbtgt_xxx password into UTF16Andrew Bartlett2010-11-111-1/+12
* s4-dsdb Return an error if we can't convert UTF16MUNGED -> UTF8Andrew Bartlett2010-11-111-1/+5
* s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer2010-11-113-2/+23
* s4:objectclass LDB module - allow RDNs also to come from superclassesMatthias Dieter Wallnöfer2010-11-111-11/+39
* s4:password_hash and acl LDB modules - handle the "userPassword" attribute ac...Matthias Dieter Wallnöfer2010-11-114-12/+59
* s4:password_hash LDB module - move "samdb_msg_find_old_and_new_ldb_val" into ...Matthias Dieter Wallnöfer2010-11-111-16/+77
* s4:local_password LDB module - remove schema checking code and fix some typosMatthias Dieter Wallnöfer2010-11-111-12/+6
* s4:ldb_modules/util.c - "dsHeuristics" -> "dSHeuristics"Matthias Dieter Wallnöfer2010-11-111-2/+2
* s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()Stefan Metzmacher2010-11-091-5/+2
* s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTESStefan Metzmacher2010-11-091-7/+3
* s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...Matthias Dieter Wallnöfer2010-11-081-15/+37
* s4:password_hash LDB module - deleting password attributes is a little more c...Matthias Dieter Wallnöfer2010-11-081-6/+6