summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2010-11-10s4-pydsdb: py_dsdb_am_rodc() may call samdb_rodc() only once to get the job d...Kamen Mazdrashki1-1/+1
2010-11-10s4-pydsdb: py_dsdb_load_partition_usn() - simplify error handling inKamen Mazdrashki1-2/+4
2010-11-10s4-pydsdb-py_samdb_ntds_objectGUID(): Avoid potential memory leakKamen Mazdrashki1-7/+6
2010-11-10s4-pydsdb-py_dsdb_get_oid_from_attid(): Avoid potential memory leakKamen Mazdrashki1-2/+2
2010-11-10s4-pydsdb.c: Fix small memory leak in py_samdb_set_domain_sid()Kamen Mazdrashki1-0/+1
2010-11-10s4/syntax: Add tests for DN+String and DN+BinaryAnatoliy Atanasov1-0/+420
2010-11-09s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()Stefan Metzmacher1-5/+2
2010-11-09s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX()Stefan Metzmacher1-11/+14
2010-11-09s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTESStefan Metzmacher1-7/+3
2010-11-09s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static constStefan Metzmacher1-1/+2
2010-11-09s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTESStefan Metzmacher1-11/+1
2010-11-09s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret attrib...Stefan Metzmacher2-12/+15
2010-11-08s4-drs: reduce verbosity of dreplsrv_out_connection_attachAndrew Tridgell1-2/+2
2010-11-08s4-attid: Uppercase ATTID type constantsKamen Mazdrashki3-10/+10
2010-11-08s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...Matthias Dieter Wallnöfer1-15/+37
2010-11-08s4:passwords.py - test empty password attributes behaviourMatthias Dieter Wallnöfer1-1/+154
2010-11-08s4:password_hash LDB module - deleting password attributes is a little more c...Matthias Dieter Wallnöfer1-6/+6
2010-11-08s4:samdb_msg_find_old_and_new_ldb_val - reworkMatthias Dieter Wallnöfer2-10/+38
2010-11-08s4:password_hash LDB module - clear the fact that a delete of password attrib...Matthias Dieter Wallnöfer1-1/+1
2010-11-08s4:acl LDB module - define the delete passwords special case a bit betterMatthias Dieter Wallnöfer1-3/+4
2010-11-08s4:passwords.py - add another two failure casesMatthias Dieter Wallnöfer1-0/+21
2010-11-08s4:pydsdb.c - use "Py_ssize_t" for Python list countersMatthias Dieter Wallnöfer1-1/+1
2010-11-08s4:pydsdb.c - introduce Python 2.4 compatibility definesMatthias Dieter Wallnöfer1-0/+11
2010-11-08s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updatesMatthias Dieter Wallnöfer3-0/+29
2010-11-08s4:objectclass LDB module - no idea why we'd need the "objectGUID" hereMatthias Dieter Wallnöfer1-1/+1
2010-11-08s4:objectguid LDB module - make use of "dsdb_next_callback"Matthias Dieter Wallnöfer2-30/+6
2010-11-08s4-dsdb Explain why we may not use the GC name in some situations.Andrew Bartlett1-0/+8
2010-11-08s4-repl: fixed replication notifications to RODCsAndrew Tridgell3-7/+58
2010-11-08fixAndrew Tridgell2-4/+4
2010-11-08s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell1-2/+2
2010-11-08s4-dns: ensure we get the right case on the grant rule for administratorAndrew Tridgell1-2/+1
2010-11-07s4-dsdb: give the DN on a shema attribute failureAndrew Tridgell1-1/+1
2010-11-07s4:ldap.py - add more "objectGUID" related testsMatthias Dieter Wallnöfer1-2/+76
2010-11-07s4:objectguid LDB module - fix typo in output messageMatthias Dieter Wallnöfer1-1/+1
2010-11-07s4:objectguid LDB module - objectGUIDs cannot be specified on add operationsMatthias Dieter Wallnöfer1-2/+6
2010-11-07s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully be...Matthias Dieter Wallnöfer2-52/+117
2010-11-07s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the attribute...Matthias Dieter Wallnöfer2-10/+20
2010-11-07s4:descriptor LDB module - save a pointer to the request message on the tempo...Matthias Dieter Wallnöfer1-33/+33
2010-11-07s4:descriptor LDB module - by "dsdb_next_callback" we don't need anymore the ...Matthias Dieter Wallnöfer1-33/+2
2010-11-07s4:descriptor LDB module - remove a bit pointless memory contextMatthias Dieter Wallnöfer1-9/+1
2010-11-07s4:descriptor LDB module - remove a "ldb_msg_sanity_check" callMatthias Dieter Wallnöfer1-7/+0
2010-11-07s4:descriptor LDB module - don't ignore referrals if we are executing an ordi...Matthias Dieter Wallnöfer1-4/+2
2010-11-07credentials: Lowercase library name,Jelmer Vernooij2-2/+2
2010-11-07ldbsamba: Lowercase library name.Jelmer Vernooij2-4/+4
2010-11-07samdb: Lowercase library name.Jelmer Vernooij2-91/+91
2010-11-07samdb: Make private (at least for the moment).Jelmer Vernooij1-1/+1
2010-11-06s4:ldap.py - enhance the "distinguishedName" testsMatthias Dieter Wallnöfer1-0/+24
2010-11-06s4:update_keytab LDB module - we don't need to search for the "distinguishedN...Matthias Dieter Wallnöfer1-2/+2
2010-11-06s4:operational LDB module - "canonicalName" doesn't make use of the "distingu...Matthias Dieter Wallnöfer1-2/+2
2010-11-05s4-pydsdb: added DsReplicaAttribute()Andrew Tridgell2-1/+75