Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_list_old_send() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_sesssetup_blob_send() | Stefan Metzmacher | 1 | -6/+8 | |
metze | |||||
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_trans_format() | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2011-09-13 | s3:libsmb: add cli_state_available_size() | Stefan Metzmacher | 2 | -0/+14 | |
metze | |||||
2011-09-13 | s3:clitar: remove unused/not existing extern variables | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2011-09-13 | s3: Fix Coverity ID 2613 -- UNINIT | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Sep 13 12:39:10 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s3: Fix Coverity ID 2614 -- UNINIT | Volker Lendecke | 1 | -0/+1 | |
2011-09-13 | s3: Make saf_join_key() use talloc | Volker Lendecke | 1 | -12/+20 | |
2011-09-13 | s3: Make saf_key() use talloc | Volker Lendecke | 1 | -12/+20 | |
2011-09-13 | s3: Disentangle resolve_name() a bit | Volker Lendecke | 1 | -3/+5 | |
2011-09-13 | s3: Remove a reference to smbd_server_conn | Volker Lendecke | 1 | -1/+1 | |
2011-09-13 | s3: Remove a reference to smbd_server_conn | Volker Lendecke | 1 | -1/+1 | |
2011-09-13 | s3: Remove a reference to smbd_server_conn | Volker Lendecke | 1 | -2/+3 | |
2011-09-13 | s3: Remove a reference to smbd_server_conn | Volker Lendecke | 1 | -1/+2 | |
2011-09-13 | s3: Remove a reference to smbd_server_conn | Volker Lendecke | 1 | -2/+10 | |
2011-09-13 | s3: Fix some nonempty blank lines | Volker Lendecke | 3 | -7/+7 | |
2011-09-13 | s3-selftest use a more portable shell syntax | Andrew Bartlett | 1 | -10/+10 | |
"$10" evaulates to $1 and 0, not the 10th argument. Thanks to Amitay for pointing this out! Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 13 09:34:49 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | script/librelease.sh: automate Samba4 alpha releases | Andrew Bartlett | 2 | -27/+14 | |
2011-09-13 | s4-subdomain: match windows form for trustAuthInOutBlob | Andrew Tridgell | 1 | -11/+3 | |
Windows does not put a version element in the array Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-subdomain: fixed domain guid choice for subdomain join | Andrew Tridgell | 1 | -4/+13 | |
We need to use the domain GUID that the server choose in the ncName link Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-subdomain: don't delete account DN not created in subdomain join | Andrew Tridgell | 1 | -5/+8 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-subdomain: use a password length of 128 | Andrew Tridgell | 1 | -1/+1 | |
windows seems to use a fixed size for this password. It is possible that windows servers can only handle one size, given we have observed some strange behaviour from the windows kdc when we setup trusts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-join: fixed non-subdomain join | Andrew Tridgell | 1 | -0/+2 | |
these two vars need to be initialised for general join Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-subdomain: fixed invocationID and hostIPs in subdomain join | Andrew Tridgell | 2 | -14/+18 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s4-subdomain more work on sub-domain join | Andrew Bartlett | 3 | -51/+282 | |
we can now create a subdomain of an existing windows domain using: samba-tool domain join sub.domain.dns.name subdomain The ordering of the creation of the key records is quite tricky, especially for the NTDSDSA object Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2011-09-13 | s4: add createtrust tool for testing | Andrew Bartlett | 1 | -0/+137 | |
2011-09-13 | selftest: add test for subdomain support | Andrew Bartlett | 2 | -2/+123 | |
2011-09-13 | s4-join Add a partitions DN when we join a subdomain | Andrew Bartlett | 1 | -0/+16 | |
2011-09-13 | s4-provision Perform 'modify' operations as system | Andrew Bartlett | 3 | -13/+20 | |
We need this so that we can modify the cn=configuration partition when we are setting up a new subdomain. The serverReference on our ${SERVERDN} is in that partition, and without this change creating a new subdomain fails due to ACLs. Andrew Bartlett | |||||
2011-09-13 | s4-join supply the NTDS GUID to the provision | Andrew Bartlett | 1 | -1/+1 | |
Unlike other join operations, the creation of a subdomain makes local changes to the DB, so we need to pass in the NTDS GUID to ensure the one set on the object created in the parent domain is the one that is used. Andrew Bartlett | |||||
2011-09-13 | s4-provision Split addition of users and well known principals | Andrew Bartlett | 3 | -142/+147 | |
If we are provisioning a subdomain, then these are already in cn=configuration. Andrew Bartlett | |||||
2011-09-13 | s4-provision Add initial support for joining as a new subdomain | Andrew Bartlett | 7 | -327/+458 | |
To do this we need to reorganise a lot of the provision code, so that we can create the framework for the inbound replicaton of the config and schema partitions and then add in the new subdomain locally. Andrew Bartlett | |||||
2011-09-13 | start work on Samba 4.0 alpha18 | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 13 05:44:47 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | Release Samba 4.0 alpha17 | Andrew Bartlett | 1 | -1/+1 | |
2011-09-13 | WHATSNEW: more information on running dbcheck | Andrew Tridgell | 1 | -0/+15 | |
2011-09-13 | s4-python: Fix some formatting issues. | Jelmer Vernooij | 6 | -193/+219 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s4-python: Consistently use spaces rather than tabs, fix headers in several ↵ | Jelmer Vernooij | 26 | -82/+153 | |
places. | |||||
2011-09-13 | Add samba.tests.source, which checks Python files for copyright lines, ↵ | Jelmer Vernooij | 2 | -0/+169 | |
license headers and invalid characters (dos newlines, tabs). | |||||
2011-09-13 | testparm.py: Use standard formatting of header. | Jelmer Vernooij | 1 | -10/+10 | |
2011-09-13 | group.py: Remove tab characters. | Jelmer Vernooij | 1 | -2/+2 | |
2011-09-13 | drs.py: Remove tab characters. | Jelmer Vernooij | 1 | -36/+36 | |
2011-09-13 | domain.py: Remove tab characters. | Jelmer Vernooij | 1 | -12/+13 | |
2011-09-13 | delegation.py: Remove tab characters. | Jelmer Vernooij | 1 | -2/+2 | |
2011-09-13 | drs_utils.py: Remove tab characters. | Jelmer Vernooij | 1 | -9/+9 | |
2011-09-12 | s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Please consider a failing "get_interfaces" call and the "talloc_free()" operation on a possible uninitialised "ifaces" on line 326. https://bugzilla.samba.org/show_bug.cgi?id=8397 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Sep 12 23:49:12 CEST 2011 on sn-devel-104 | |||||
2011-09-12 | Move the talloc_move call until *after* the check on status. Don't want to ↵ | Jeremy Allison | 1 | -3/+3 | |
move something that might be invalid. Makes the code match what is currently in 3.6.x. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Sep 12 22:21:24 CEST 2011 on sn-devel-104 | |||||
2011-09-12 | s3:libsmb: check the wct of the incoming SMBnegprot responses | Stefan Metzmacher | 1 | -0/+10 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 12 20:50:27 CEST 2011 on sn-devel-104 | |||||
2011-09-12 | s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error success | Stefan Metzmacher | 1 | -1/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 12 19:12:21 CEST 2011 on sn-devel-104 | |||||
2011-09-12 | s3-auth: fix uninitialized server_info | Sumit Bose | 1 | -0/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 17:44:46 CEST 2011 on sn-devel-104 | |||||
2011-09-12 | s3-lsa: Add conversion for auth info structs | Sumit Bose | 8 | -37/+608 | |
struct lsa_TrustDomainInfoAuthInfo and struct trustAuthInOutBlob can store the same information for different usage. The added routines can convert one struct into the other. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104 |