summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:passwords.py - add another two failure casesMatthias Dieter Wallnöfer2010-11-081-0/+21
* s4:pydsdb.c - use "Py_ssize_t" for Python list countersMatthias Dieter Wallnöfer2010-11-081-1/+1
* s4:pydsdb.c - introduce Python 2.4 compatibility definesMatthias Dieter Wallnöfer2010-11-081-0/+11
* s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updatesMatthias Dieter Wallnöfer2010-11-083-0/+29
* s4:objectclass LDB module - no idea why we'd need the "objectGUID" hereMatthias Dieter Wallnöfer2010-11-081-1/+1
* s4:objectguid LDB module - make use of "dsdb_next_callback"Matthias Dieter Wallnöfer2010-11-082-30/+6
* s4-dsdb Explain why we may not use the GC name in some situations.Andrew Bartlett2010-11-081-0/+8
* s4-repl: fixed replication notifications to RODCsAndrew Tridgell2010-11-083-7/+58
* fixAndrew Tridgell2010-11-082-4/+4
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-2/+2
* s4-dns: ensure we get the right case on the grant rule for administratorAndrew Tridgell2010-11-081-2/+1
* s4-dsdb: give the DN on a shema attribute failureAndrew Tridgell2010-11-071-1/+1
* s4:ldap.py - add more "objectGUID" related testsMatthias Dieter Wallnöfer2010-11-071-2/+76
* s4:objectguid LDB module - fix typo in output messageMatthias Dieter Wallnöfer2010-11-071-1/+1
* s4:objectguid LDB module - objectGUIDs cannot be specified on add operationsMatthias Dieter Wallnöfer2010-11-071-2/+6
* s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully be...Matthias Dieter Wallnöfer2010-11-072-52/+117
* s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the attribute...Matthias Dieter Wallnöfer2010-11-072-10/+20
* s4:descriptor LDB module - save a pointer to the request message on the tempo...Matthias Dieter Wallnöfer2010-11-071-33/+33
* s4:descriptor LDB module - by "dsdb_next_callback" we don't need anymore the ...Matthias Dieter Wallnöfer2010-11-071-33/+2
* s4:descriptor LDB module - remove a bit pointless memory contextMatthias Dieter Wallnöfer2010-11-071-9/+1
* s4:descriptor LDB module - remove a "ldb_msg_sanity_check" callMatthias Dieter Wallnöfer2010-11-071-7/+0
* s4:descriptor LDB module - don't ignore referrals if we are executing an ordi...Matthias Dieter Wallnöfer2010-11-071-4/+2
* credentials: Lowercase library name,Jelmer Vernooij2010-11-072-2/+2
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-072-4/+4
* samdb: Lowercase library name.Jelmer Vernooij2010-11-072-91/+91
* samdb: Make private (at least for the moment).Jelmer Vernooij2010-11-071-1/+1
* s4:ldap.py - enhance the "distinguishedName" testsMatthias Dieter Wallnöfer2010-11-061-0/+24
* s4:update_keytab LDB module - we don't need to search for the "distinguishedN...Matthias Dieter Wallnöfer2010-11-061-2/+2
* s4:operational LDB module - "canonicalName" doesn't make use of the "distingu...Matthias Dieter Wallnöfer2010-11-061-2/+2
* s4-pydsdb: added DsReplicaAttribute()Andrew Tridgell2010-11-052-1/+75
* s4:password_hash LDB module - fix indentationMatthias Dieter Wallnöfer2010-11-051-10/+10
* s4:dsdb/drepl_notify: reuse dreplsrv_notify_operation structuresStefan Metzmacher2010-11-051-0/+22
* s4:ldap.py/passwords.py - just use objectclass "user" for usersMatthias Dieter Wallnöfer2010-11-042-7/+7
* s4:dsdb/objectclass_attrs: not all objects have delete protected attributes a...Stefan Metzmacher2010-11-041-0/+14
* s4:dsdb/samdb: optimize samldb_prim_group_change()Stefan Metzmacher2010-11-041-60/+60
* s4:dsdb/common: fix memory leak in samdb_ntds_settings_dn()Stefan Metzmacher2010-11-041-1/+1
* s4:dsdb/kcc: fix memory leak in kcctpl_copy_output_edges()Stefan Metzmacher2010-11-041-0/+1
* s4-dsdb Fix urgent_replication test not to set an invalid userAccountControlAndrew Bartlett2010-11-041-2/+3
* urgent_replication: Fix syntax error.Jelmer Vernooij2010-11-041-1/+1
* s4-dsdb: use LDB_FLAG_MOD_REPLACE for isDeletedAndrew Tridgell2010-11-041-1/+1
* s4-dsdb: use LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK in dsdbAndrew Tridgell2010-11-042-2/+8
* Move the checking of single valued attributes back into the tdb backend.Andrew Tridgell2010-11-041-12/+0
* urgent_replication: Fix formattingJelmer Vernooij2010-11-031-33/+33
* possibleinferiors: Report subunit.Jelmer Vernooij2010-11-031-4/+8
* possibleinferiors: Fix formatting.Jelmer Vernooij2010-11-031-15/+14
* s4:dsdb/samldb: avoid nested unindexed searches in samldb_member_check()Stefan Metzmacher2010-11-031-14/+31
* s4:dsdb/tests/python/sam.py: test with member: <SID=...>Stefan Metzmacher2010-11-031-0/+16
* s4:descriptor LDB module - a bit cleanupMatthias Dieter Wallnöfer2010-11-031-13/+34
* s4:sam.py - assign valid values when performing the special-attributes constr...Matthias Dieter Wallnöfer2010-11-031-3/+3
* s4:samldb LDB module - improve the "get_single_valued_attr" call and move it ...Matthias Dieter Wallnöfer2010-11-032-84/+36