summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:provision_self_join.ldif - the object SID in AD is called "objectSid"Matthias Dieter Wallnöfer2010-11-091-1/+1
* s4:provision.py - strip trailing whitespacesMatthias Dieter Wallnöfer2010-11-091-106/+106
* s4:provision - switch to "clearTextPassword" for setting passwordsMatthias Dieter Wallnöfer2010-11-094-8/+8
* s4-test: make sure the selftest prefix existsAndrew Tridgell2010-11-091-0/+3
* s4-drs: reduce verbosity of dreplsrv_out_connection_attachAndrew Tridgell2010-11-081-2/+2
* heimdal: fixed a shadowed variable warning for error_messageAndrew Tridgell2010-11-081-23/+23
* s4-attid: Uppercase ATTID type constantsKamen Mazdrashki2010-11-083-10/+10
* s4-test: Initial implementation for Schema replication black box testKamen Mazdrashki2010-11-081-0/+174
* s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...Matthias Dieter Wallnöfer2010-11-081-15/+37
* s4:pyldb.c - fix "py_ldb_contains" according to the comment by JelmerMatthias Dieter Wallnöfer2010-11-081-4/+2
* s4:passwords.py - test empty password attributes behaviourMatthias Dieter Wallnöfer2010-11-081-1/+154
* s4:password_hash LDB module - deleting password attributes is a little more c...Matthias Dieter Wallnöfer2010-11-081-6/+6
* s4:samdb_msg_find_old_and_new_ldb_val - reworkMatthias Dieter Wallnöfer2010-11-082-10/+38
* s4:password_hash LDB module - clear the fact that a delete of password attrib...Matthias Dieter Wallnöfer2010-11-081-1/+1
* s4:acl LDB module - define the delete passwords special case a bit betterMatthias Dieter Wallnöfer2010-11-081-3/+4
* s4:passwords.py - add another two failure casesMatthias Dieter Wallnöfer2010-11-081-0/+21
* ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int...Matthias Dieter Wallnöfer2010-11-081-3/+3
* ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ...Matthias Dieter Wallnöfer2010-11-081-3/+10
* ldb:pyldb.c - most of the times "time_t" is defined as "long int"Matthias Dieter Wallnöfer2010-11-081-5/+5
* ldb:pyldb.c - fix some "Py_ssize_t" output warningsMatthias Dieter Wallnöfer2010-11-081-3/+2
* ldb:pyldb.c - use "Py_ssize_t" for counting list entriesMatthias Dieter Wallnöfer2010-11-081-12/+11
* ldb:pyldb.c - fix indentationMatthias Dieter Wallnöfer2010-11-081-2/+3
* 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:drsuapi RPC server - writespn.c - fix indentationsMatthias Dieter Wallnöfer2010-11-081-15/+24
* s4-drs: allow bypass of writespn checking for some SPNsAndrew Tridgell2010-11-081-1/+111
* heimdal Add clock-skew handling to DCE-style GSSAPIAndrew Bartlett2010-11-081-39/+65
* s4-auth Supply more useful error messages on Kerberos failureAndrew Bartlett2010-11-083-13/+28
* s4-auth Fix typos in samba4 auth codeBrad Hards2010-11-081-7/+7
* 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-083-4/+4
* s4-ldb: don't give an error if a module is already registeredAndrew Tridgell2010-11-081-0/+7
* s4-dns: ensure we get the right case on the grant rule for administratorAndrew Tridgell2010-11-081-2/+1
* s4-ldb: better error message when we try to register a module twiceAndrew Tridgell2010-11-081-2/+3
* s4-pydrs: validate the DsGetNCChanges responseAndrew Tridgell2010-11-081-0/+2
* s4-join: modify join behaviour according to domain levelAndrew Tridgell2010-11-074-43/+112
* s4-drs: allow override of the replica_flagsAndrew Tridgell2010-11-071-2/+7
* 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:upgradeprovision - remove some "recalculate_sd" usesMatthias Dieter Wallnöfer2010-11-071-3/+3
* 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
* ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t...Matthias Dieter Wallnöfer2010-11-071-2/+0