Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-09 | s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX() | Stefan Metzmacher | 1 | -5/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Nov 9 22:43:44 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX() | Stefan Metzmacher | 1 | -11/+14 | |
metze | |||||
2010-11-09 | s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTES | Stefan Metzmacher | 1 | -7/+3 | |
metze | |||||
2010-11-09 | s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static const | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-11-09 | s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTES | Stefan Metzmacher | 1 | -11/+1 | |
metze | |||||
2010-11-09 | s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we ↵ | Stefan Metzmacher | 1 | -1/+0 | |
don't use it metze | |||||
2010-11-09 | s4:rpc_server/drsuapi: make msg_attrs static const | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2010-11-09 | s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use ↵ | Stefan Metzmacher | 1 | -5/+1 | |
DSDB_SECRET_ATTRIBUTES We should replicate all secret attributes back to other DCs. metze | |||||
2010-11-09 | s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret ↵ | Stefan Metzmacher | 2 | -12/+15 | |
attributes We should have them just in one place, so that we don't forget some of them. metze | |||||
2010-11-09 | s3: Quieten a bogus error message | Volker Lendecke | 1 | -3/+1 | |
This happens if you set "auth methods = winbind" without a fallback method. The return NT_STATUS_LOGON_FAILURE; is not strictly require here, because we fall through to the equivalent statement a few lines down, but it makes the code a bit clearer IMO. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 20:15:59 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | s3: Package autorid module | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 16:21:48 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | raw.h is only needed in the S4 build | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 14:49:14 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | s4:provision_self_join.ldif - the object SID in AD is called "objectSid" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 9 13:18:29 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | s4:provision.py - strip trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -106/+106 | |
2010-11-09 | s4:provision - switch to "clearTextPassword" for setting passwords | Matthias Dieter Wallnöfer | 4 | -8/+8 | |
This is the default password set/change attribute for s4 specific purposes (otherwise in respect to Windows it's "unicodePwd"). We move away from "userPassword" since on Windows it's not activated by default - and s4 will follow soon. | |||||
2010-11-09 | s4-test: make sure the selftest prefix exists | Andrew Tridgell | 1 | -0/+3 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 9 00:05:22 UTC 2010 on sn-devel-104 | |||||
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 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-08 | s4-attid: Uppercase ATTID type constants | Kamen Mazdrashki | 3 | -10/+10 | |
Thanks Metze for noting this! Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 8 23:06:41 UTC 2010 on sn-devel-104 | |||||
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 | |
winbindd allocates new uids/gids in error. Ensure we return after calling passdb for SID lookups for which we are authoritative. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Nov 8 22:24:34 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | Ensure we always have a mapped group for "Domain Users". | Jeremy Allison | 1 | -1/+6 | |
Needed for DC tests to pass with bugfix for bug #7777. Jeremy. | |||||
2010-11-08 | First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ↵ | Jeremy Allison | 1 | -0/+10 | |
winbindd allocates new uids/gids in error. Ensure idmap_init_passdb_domain() correctly initialized the default domain first. Jeremy. | |||||
2010-11-08 | s3/configure: fix typo and warning | Björn Jacke | 1 | -1/+1 | |
Autobuild-User: Björn Jacke <bjacke@samba.org> Autobuild-Date: Mon Nov 8 20:58:20 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4:password_hash LDB module - introduce a "userPassword" flag which ↵ | Matthias Dieter Wallnöfer | 1 | -15/+37 | |
enables/disables the two "userPassword" behaviours - Enabled: "userPassword" password change behaviour (will later be linked to the "dSHeuristics") - Disabled: "userPassword" plain attribute behaviour (default) Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 15:28:06 UTC 2010 on sn-devel-104 | |||||
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 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 8 14:17:27 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 8 13:22:06 UTC 2010 on sn-devel-104 | |||||
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 | |
This is an initial implementation of the idmap_autorid module. It works similar to the idmap_rid module but requires less configuration. It will automatically pick ranges for each domain, so you do not have to bother any more about adding an idmap configuration for all of the domains in the forest. This is very easy to use and to configure and much more deterministic and faster than idmap_tdb, the typical choice of Samba users up to now. | |||||
2010-11-08 | s3:winbind add wcache_tdc_fetch_domainbysid | Christian Ambach | 2 | -0/+53 | |
add a function to lookup a domain in the winbind cache by domain SID | |||||
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 | |
This adds a timeout value to cache entries and the NDR records in the winbind cache. The previous approach of just comparing the sequence number has some issues, e.g. when retrying a wbinfo -n operation for a user in a not yet trusted domain was always failing even after the trusted domain was added. The new approach compares sequence number and timeout value to determine if a cache entry is still valid or not. I increased the cache version number so an old cache will be wiped automatically after upgrade. | |||||
2010-11-08 | s4:passwords.py - test empty password attributes behaviour | Matthias Dieter Wallnöfer | 1 | -1/+154 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 12:09:56 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4:password_hash LDB module - deleting password attributes is a little more ↵ | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
complicated | |||||
2010-11-08 | s4:samdb_msg_find_old_and_new_ldb_val - rework | Matthias Dieter Wallnöfer | 2 | -10/+38 | |
- don't crash when no values where specified - return ERR_CONSTRAINT_VIOLATION on malformed messages - only check for flags when we are involved in a LDB modify operation | |||||
2010-11-08 | s4:password_hash LDB module - clear the fact that a delete of password ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
attributes isn't possible | |||||
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 ↵ | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
int" for the element reference We don't make use of "Py_List*" calls Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 11:21:27 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ↵ | Matthias Dieter Wallnöfer | 1 | -3/+10 | |
error | |||||
2010-11-08 | ldb:pyldb.c - most of the times "time_t" is defined as "long int" | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Therefore use a signed long int for conversions. http://stackoverflow.com/questions/471248/what-is-ultimately-a-time-t-typedef-to | |||||
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 | |
This seems to be the most appopriate type | |||||
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 | |
Seems to be the most appropriate type | |||||
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 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 10:36:50 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4:objectclass LDB module - no idea why we'd need the "objectGUID" here | Matthias Dieter Wallnöfer | 1 | -1/+1 | |