Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | 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 | |
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 | |
this allows accounts (and in particular RODCs) to make SPN updates on their own account if they take the form SERVICE/hostname we may be able to remove this in the future after some changes in our ACL checking for userPrincipalName Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 08:45:16 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | heimdal Add clock-skew handling to DCE-style GSSAPI | Andrew Bartlett | 1 | -39/+65 | |
The clock skew handling was previously only on properly wrapped GSSAPI, and was skipped for DCE-style. This allows the ASN.1 errors from the krb5_rd_req to suggest parsing as a kerberos error packet. Andrew Bartlett Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 07:58:09 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4-auth Supply more useful error messages on Kerberos failure | Andrew Bartlett | 3 | -13/+28 | |
The practice of returning only NT_STATUS_INVALID_PARAMETER hasn't helped our users to debug problems effectivly, and so we now return more errors and try and give a more useful debug message when then happen. Andrew Bartlett | |||||
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 | |
This delicate balance caused us a bit of a puzzle when we could not work out why an DC join failed with the new python scripts. Andrew Bartlett | |||||
2010-11-08 | s4-repl: fixed replication notifications to RODCs | Andrew Tridgell | 3 | -7/+58 | |
We need a separate source dsa list for RODCs, as they are not in the repsFrom for our partitions, but are in the repsTo. This adds a new 'notifies' list, which contains all the source dsas for the DCs that we should send notifies to, but which we don't replicate from Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 06:57:43 UTC 2010 on sn-devel-104 | |||||
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 | |
this can happen when both the build and install paths are used to load ldb modules Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 05:28:14 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4-dns: ensure we get the right case on the grant rule for administrator | Andrew Tridgell | 1 | -2/+1 | |
it may be 'Administrator' in the database, and bind match rules are case sensitive Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 01:41:43 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4-ldb: better error message when we try to register a module twice | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-08 | s4-pydrs: validate the DsGetNCChanges response | Andrew Tridgell | 1 | -0/+2 | |
check that object_count matches up with first_object | |||||
2010-11-07 | s4-join: modify join behaviour according to domain level | Andrew Tridgell | 4 | -43/+112 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 7 23:32:16 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4-drs: allow override of the replica_flags | Andrew Tridgell | 1 | -2/+7 | |
2010-11-07 | s4-dsdb: give the DN on a shema attribute failure | Andrew Tridgell | 1 | -1/+1 | |
2010-11-07 | s4:ldap.py - add more "objectGUID" related tests | Matthias Dieter Wallnöfer | 1 | -2/+76 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 21:12:03 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:objectguid LDB module - fix typo in output message | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-07 | s4:objectguid LDB module - objectGUIDs cannot be specified on add operations | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
2010-11-07 | s4:upgradeprovision - remove some "recalculate_sd" uses | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
We need "recalculate_sd" only when no external "nTSecurityDescriptor" change is performed. Otherwise the recalculation is performed automatically. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 18:52:42 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully ↵ | Matthias Dieter Wallnöfer | 2 | -52/+117 | |
behave as in AD - fix crash when provided "nTSecurityDescriptor" attribute is empty - print out the correct error codes if it's provided multi-valued - simplify the "recalculate_sd" control handling | |||||
2010-11-07 | s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the ↵ | Matthias Dieter Wallnöfer | 2 | -10/+20 | |
attribute fetch also on LDB add operations We've to completely ignore the flags in that case. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 11:10:23 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only ↵ | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
the "distinguishedName" one Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 10:11:02 UTC 2010 on sn-devel-104 |