summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:libsmb: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-9/+12
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 13 19:45:01 CEST 2011 on sn-devel-104
* s3:winbindd_cm: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-1/+3
| | | | metze
* s3:auth_server: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-3/+9
| | | | metze
* s3:libsmb: add cli_state_security_mode()Stefan Metzmacher2011-09-132-0/+6
| | | | metze
* s3:libsmb: make use of cli_state_max_requests() in cli_push_send()Stefan Metzmacher2011-09-131-2/+5
| | | | metze
* s3:libsmb: make use of cli_state_max_requests() in cli_pull_send()Stefan Metzmacher2011-09-131-1/+4
| | | | metze
* s3:libsmb: add cli_state_max_requests()Stefan Metzmacher2011-09-132-0/+6
| | | | metze
* s3:libsmb: make sure cli->max_mux is valid in the return of the serverStefan Metzmacher2011-09-131-0/+6
| | | | metze
* s3:libsmb: set the MID to 0 in cli_setup_packet_buf()Stefan Metzmacher2011-09-131-1/+1
| | | | | | It's allocated when sending the request. metze
* s3:libsmb: check that max_xmit is not less than 1024Stefan Metzmacher2011-09-131-0/+5
| | | | metze
* s3:libsmb: better expect a max_xmit of 1024 instead of 0xFFFF for the CORE ↵Stefan Metzmacher2011-09-131-0/+1
| | | | | | protocol metze
* s3:torture: there's no need to alter cli->max_xmit in order to test large writesStefan Metzmacher2011-09-131-7/+3
| | | | metze
* s3:libsmb: don't mix smb2 share capabilities with smb1 capabilitiesStefan Metzmacher2011-09-132-1/+2
| | | | metze
* s3:libsmb: the smb2 server capabilities from the session setup are 32-bitStefan Metzmacher2011-09-131-1/+1
| | | | metze
* ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer2011-09-131-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
* s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviourAndrew Bartlett2011-09-133-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
* s4:upgrade_from_s3 - restore "get_testparm_var" methodMatthias Dieter Wallnöfer2011-09-131-1/+4
| | | | | | This has accidentally been removed by commit 8268c2d4e231b05b439bc70331b75342b35daa4e. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-09-131-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
* s3:libsmb: make use of cli_state_available_size() in cli_smbwrite()Stefan Metzmacher2011-09-131-1/+2
| | | | metze
* s3:libsmb: make use of cli_state_available_size() in cli_write_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
| | | | metze
* s3:libsmb: make use of cli_state_available_size() in cli_read_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
| | | | metze
* s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()Stefan Metzmacher2011-09-131-1/+3
| | | | metze
* s3:libsmb: make use of cli_state_available_size() in cli_sesssetup_blob_send()Stefan Metzmacher2011-09-131-6/+8
| | | | metze
* s3:libsmb: make use of cli_state_available_size() in cli_trans_format()Stefan Metzmacher2011-09-131-4/+5
| | | | metze
* s3:libsmb: add cli_state_available_size()Stefan Metzmacher2011-09-132-0/+14
| | | | metze
* s3:clitar: remove unused/not existing extern variablesStefan Metzmacher2011-09-131-3/+0
| | | | metze
* s3: Fix Coverity ID 2613 -- UNINITVolker Lendecke2011-09-131-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Sep 13 12:39:10 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2614 -- UNINITVolker Lendecke2011-09-131-0/+1
|
* s3: Make saf_join_key() use tallocVolker Lendecke2011-09-131-12/+20
|
* s3: Make saf_key() use tallocVolker Lendecke2011-09-131-12/+20
|
* s3: Disentangle resolve_name() a bitVolker Lendecke2011-09-131-3/+5
|
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+1
|
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+1
|
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-2/+3
|
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+2
|
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-2/+10
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-09-133-7/+7
|
* s3-selftest use a more portable shell syntaxAndrew Bartlett2011-09-131-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
* script/librelease.sh: automate Samba4 alpha releasesAndrew Bartlett2011-09-132-27/+14
|
* s4-subdomain: match windows form for trustAuthInOutBlobAndrew Tridgell2011-09-131-11/+3
| | | | | | Windows does not put a version element in the array Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain: fixed domain guid choice for subdomain joinAndrew Tridgell2011-09-131-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>
* s4-subdomain: don't delete account DN not created in subdomain joinAndrew Tridgell2011-09-131-5/+8
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain: use a password length of 128Andrew Tridgell2011-09-131-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>
* s4-join: fixed non-subdomain joinAndrew Tridgell2011-09-131-0/+2
| | | | | | these two vars need to be initialised for general join Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell2011-09-132-14/+18
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain more work on sub-domain joinAndrew Bartlett2011-09-133-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>
* s4: add createtrust tool for testingAndrew Bartlett2011-09-131-0/+137
|
* selftest: add test for subdomain supportAndrew Bartlett2011-09-132-2/+123
|
* s4-join Add a partitions DN when we join a subdomainAndrew Bartlett2011-09-131-0/+16
|
* s4-provision Perform 'modify' operations as systemAndrew Bartlett2011-09-133-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