summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-1010-101/+208
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
* s4: point to the wiki howto for s4Andrew Tridgell2010-11-091-214/+4
* s4-join: raise mininum password length to 32 in new join codeAndrew Tridgell2010-11-101-1/+1
* s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()Stefan Metzmacher2010-11-091-5/+2
* s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX()Stefan Metzmacher2010-11-091-11/+14
* s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTESStefan Metzmacher2010-11-091-7/+3
* s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static constStefan Metzmacher2010-11-091-1/+2
* s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTESStefan Metzmacher2010-11-091-11/+1
* s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we do...Stefan Metzmacher2010-11-091-1/+0
* s4:rpc_server/drsuapi: make msg_attrs static constStefan Metzmacher2010-11-091-1/+3
* s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use DSDB_SECRET_AT...Stefan Metzmacher2010-11-091-5/+1
* s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret attrib...Stefan Metzmacher2010-11-092-12/+15
* s3: Quieten a bogus error messageVolker Lendecke2010-11-091-3/+1
* s3: Package autorid moduleVolker Lendecke2010-11-091-0/+1
* raw.h is only needed in the S4 buildVolker Lendecke2010-11-091-0/+2
* 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
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-081-1/+3
* Ensure we always have a mapped group for "Domain Users".Jeremy Allison2010-11-081-1/+6
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-081-0/+10
* s3/configure: fix typo and warningBjörn Jacke2010-11-081-1/+1
* 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
* s3-waf: add idmap_autorid to the build.Günther Deschner2010-11-082-1/+10
* s3: Fix an uninitialized variableVolker Lendecke2010-11-081-0/+1
* s3: Build idmap_autorid by defaultVolker Lendecke2010-11-081-0/+1
* s3:idmap: add a new ID mapping module autoridChristian Ambach2010-11-084-0/+610
* s3:winbind add wcache_tdc_fetch_domainbysidChristian Ambach2010-11-082-0/+53
* s3: Put some parentheses around conditionalsVolker Lendecke2010-11-081-2/+2
* s3: Consistently use stdbool types in new codeVolker Lendecke2010-11-081-11/+11
* s3:winbind add timeouts to winbind cacheChristian Ambach2010-11-081-14/+57
* 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