Age | Commit message (Expand) | Author | Files | Lines |
2010-11-09 | s4:provision - switch to "clearTextPassword" for setting passwords | Matthias Dieter Wallnöfer | 4 | -8/+8 |
2010-11-09 | s4-test: make sure the selftest prefix exists | Andrew Tridgell | 1 | -0/+3 |
2010-11-08 | s4-drs: reduce verbosity of dreplsrv_out_connection_attach | Andrew Tridgell | 1 | -2/+2 |
2010-11-08 | heimdal: fixed a shadowed variable warning for error_message | Andrew Tridgell | 1 | -23/+23 |
2010-11-08 | s4-attid: Uppercase ATTID type constants | Kamen Mazdrashki | 3 | -10/+10 |
2010-11-08 | s4-test: Initial implementation for Schema replication black box test | Kamen Mazdrashki | 1 | -0/+174 |
2010-11-08 | Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ... | Jeremy Allison | 1 | -1/+3 |
2010-11-08 | Ensure we always have a mapped group for "Domain Users". | Jeremy Allison | 1 | -1/+6 |
2010-11-08 | First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w... | Jeremy Allison | 1 | -0/+10 |
2010-11-08 | s3/configure: fix typo and warning | Björn Jacke | 1 | -1/+1 |
2010-11-08 | s4:password_hash LDB module - introduce a "userPassword" flag which enables/d... | Matthias Dieter Wallnöfer | 1 | -15/+37 |
2010-11-08 | s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2010-11-08 | s3-waf: add idmap_autorid to the build. | Günther Deschner | 2 | -1/+10 |
2010-11-08 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 |
2010-11-08 | s3: Build idmap_autorid by default | Volker Lendecke | 1 | -0/+1 |
2010-11-08 | s3:idmap: add a new ID mapping module autorid | Christian Ambach | 4 | -0/+610 |
2010-11-08 | s3:winbind add wcache_tdc_fetch_domainbysid | Christian Ambach | 2 | -0/+53 |
2010-11-08 | s3: Put some parentheses around conditionals | Volker Lendecke | 1 | -2/+2 |
2010-11-08 | s3: Consistently use stdbool types in new code | Volker Lendecke | 1 | -11/+11 |
2010-11-08 | s3:winbind add timeouts to winbind cache | Christian Ambach | 1 | -14/+57 |
2010-11-08 | s4:passwords.py - test empty password attributes behaviour | Matthias Dieter Wallnöfer | 1 | -1/+154 |
2010-11-08 | s4:password_hash LDB module - deleting password attributes is a little more c... | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-11-08 | s4:samdb_msg_find_old_and_new_ldb_val - rework | Matthias Dieter Wallnöfer | 2 | -10/+38 |
2010-11-08 | s4:password_hash LDB module - clear the fact that a delete of password attrib... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-08 | s4:acl LDB module - define the delete passwords special case a bit better | Matthias Dieter Wallnöfer | 1 | -3/+4 |
2010-11-08 | s4:passwords.py - add another two failure cases | Matthias Dieter Wallnöfer | 1 | -0/+21 |
2010-11-08 | ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-11-08 | ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ... | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2010-11-08 | ldb:pyldb.c - most of the times "time_t" is defined as "long int" | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2010-11-08 | ldb:pyldb.c - fix some "Py_ssize_t" output warnings | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2010-11-08 | ldb:pyldb.c - use "Py_ssize_t" for counting list entries | Matthias Dieter Wallnöfer | 1 | -12/+11 |
2010-11-08 | ldb:pyldb.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-11-08 | s4:pydsdb.c - use "Py_ssize_t" for Python list counters | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-08 | s4:pydsdb.c - introduce Python 2.4 compatibility defines | Matthias Dieter Wallnöfer | 1 | -0/+11 |
2010-11-08 | s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updates | Matthias Dieter Wallnöfer | 3 | -0/+29 |
2010-11-08 | s4:objectclass LDB module - no idea why we'd need the "objectGUID" here | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-08 | s4:objectguid LDB module - make use of "dsdb_next_callback" | Matthias Dieter Wallnöfer | 2 | -30/+6 |
2010-11-08 | s4:drsuapi RPC server - writespn.c - fix indentations | Matthias Dieter Wallnöfer | 1 | -15/+24 |
2010-11-08 | s4-drs: allow bypass of writespn checking for some SPNs | Andrew Tridgell | 1 | -1/+111 |
2010-11-08 | heimdal Add clock-skew handling to DCE-style GSSAPI | Andrew Bartlett | 1 | -39/+65 |
2010-11-08 | s4-auth Supply more useful error messages on Kerberos failure | Andrew Bartlett | 3 | -13/+28 |
2010-11-08 | s4-auth Fix typos in samba4 auth code | Brad Hards | 1 | -7/+7 |
2010-11-08 | s4-dsdb Explain why we may not use the GC name in some situations. | Andrew Bartlett | 1 | -0/+8 |
2010-11-08 | s4-selftest fix indentation | Andrew Bartlett | 1 | -3/+3 |
2010-11-08 | s4-repl: fixed replication notifications to RODCs | Andrew Tridgell | 3 | -7/+58 |
2010-11-08 | fix | Andrew Tridgell | 2 | -4/+4 |
2010-11-08 | s4-debug: lowered the debug level of some unimportant messages | Andrew Tridgell | 3 | -4/+4 |
2010-11-08 | s4-ldb: don't give an error if a module is already registered | Andrew Tridgell | 1 | -0/+7 |
2010-11-08 | waf: go back to the previous method of handling .inst. rules | Andrew Tridgell | 1 | -1/+1 |
2010-11-08 | waf: fixed the names of the installed libraries after the last change | Andrew Tridgell | 1 | -5/+13 |