Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointer | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Sep 13 18:11:18 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviour | Andrew Bartlett | 3 | -17/+38 | |
The --realm argument is again optional (the previous code would take the default from the default smb.conf, not the one specified) and --targetdir is now a named argument much like it is to provision. We now test the --testparm option to ensure it behaves the way we expect. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 13 16:30:31 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s4:upgrade_from_s3 - restore "get_testparm_var" method | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
This has accidentally been removed by commit 8268c2d4e231b05b439bc70331b75342b35daa4e. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-13 | s3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmit | Stefan Metzmacher | 1 | -1/+1 | |
The max_data parameter of trans2/nttrans calls are not bound to cli->max_xmit. Even with cli->max_xmit, which means the max size of the whole SMB pdu, we would get fragmented trans2/nttrans replies. That's why we can also use our maximum, which is CLI_BUFFER_SIZE. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 13 14:52:35 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_smbwrite() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_write_max_bufsize() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-09-13 | s3:libsmb: make use of cli_state_available_size() in cli_read_max_bufsize() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
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 | |