summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-lanman: remove trailing whitespace.Günther Deschner2011-01-211-30/+30
| | | | Guenther
* s3-rpc_client: Added dcerpc_try_samr_connects.Andreas Schneider2011-01-212-11/+67
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 15:19:01 CET 2011 on sn-devel-104
* s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider2011-01-215-10/+28
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user3.Andreas Schneider2011-01-212-9/+75
|
* s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap.Andreas Schneider2011-01-212-7/+73
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user2.Andreas Schneider2011-01-212-10/+65
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user.Andreas Schneider2011-01-212-6/+54
|
* s3-rpc_client: Added header information to cli_samr.h.Andreas Schneider2011-01-211-0/+30
|
* s3-rpc_client: Added header information to cli_lsarpc.h.Andreas Schneider2011-01-211-0/+30
|
* s3:docs: document "winbind max domain connections"Michael Adam2011-01-211-0/+24
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-2124-28/+117
| | | | | | | | | | | | This makes us scale better with many simultaneous winbind requests, some of which might be slow. This implementation breaks offline logons, as the cached credentials are maintained in a child (this needs fixing). So, if the offline logons are active, only allow one DC connection. Probably the offline logon and the scalable file server cases are separate enough so that this patch is useful even with the restriction.
* s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-212-47/+84
| | | | | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 13:14:49 CET 2011 on sn-devel-104
* s3:srv_spoolss: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-10/+27
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:smbd: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-212-32/+50
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:net: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-212-64/+155
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:libads: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-2/+4
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s3: Fix a deadlock between smbd and ctdbdVolker Lendecke2011-01-211-4/+18
| | | | | | | | | | | | Do the notification after we released the share mode lock. Inside notify_fname we take out another tdb lock. With ctdb also accessing our databases, this can lead to deadlocks. Putting this notify after the TALLOC_FREE(lck) above we avoid locking two records simultaneously. Notifies are async and informational only, so calling the notify_fname without holding the share mode lock should not do any harm. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 21 12:29:21 CET 2011 on sn-devel-104
* s3-spoolss: make it more obvious what winreg_create_printer() does.Günther Deschner2011-01-211-5/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 11:43:29 CET 2011 on sn-devel-104
* s3-rpcclient: rename duplicate enumkey command to winreg_enumkey.Günther Deschner2011-01-211-1/+1
| | | | Guenther
* s3-spoolss: as smbtorture testing proves: devmode size is the size of the ↵Günther Deschner2011-01-211-1/+1
| | | | | | | | devicemode minus the driverdata extra size. Jeremy, please check. Guenther
* s4-smbtorture: make sure there is always driverextra data in spoolss devmode ↵Günther Deschner2011-01-211-2/+10
| | | | | | size tests. Guenther
* s3-spoolss: disallow storing an invalid devmode size.Günther Deschner2011-01-211-0/+6
| | | | Guenther
* s4-smbtorture: add tests for the size member of spoolss devicemodes.Günther Deschner2011-01-211-1/+5
| | | | Guenther
* s4-smbtorture: prepare devicemode test for expected result tests.Günther Deschner2011-01-211-9/+15
| | | | Guenther
* s4-smbtorture: add some paranoia checks for 0 sized devmodes.Günther Deschner2011-01-211-0/+15
| | | | Guenther
* s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam2011-01-211-2/+2
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 10:57:45 CET 2011 on sn-devel-104
* s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke2011-01-211-0/+4
| | | | | | | We have to return NT_STATUS_NOT_SAME_DEVICE to trigger the Windows client to start a copy itself. Unbeknownst to us via the ACLs snapshots are read-only, so a rename would trigger a EACCES. Unfortunately the MacOS/X finder does not do the smart NOT_SAME_DEVICE fallback that Windows does.
* s3:registry correct a debug levelChristian Ambach2011-01-211-1/+1
| | | | this is not a level 0 message, move it to 10
* s3:winbind: Protect against invalid winbindd_cache entries in lookupridsVolker Lendecke2011-01-211-1/+2
|
* s3-net: add roundtrip tests for registry import/exportGregor Beck2011-01-211-0/+88
|
* packaging(RHEL-CTDB): explicitly build the tsm vfs module.Volker Lendecke2011-01-211-1/+1
|
* s3: Fix the code to immediately disconnect from a non-working ctdbdVolker Lendecke2011-01-211-0/+1
|
* s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell2011-01-211-1/+11
| | | | | | | | | | | | | | | | On my autocluster setup, it's not set. Maybe it should be? Otherwise smbclient and some Windows client programs will get errors like: # smbclient //localhost/data -Uadministrator%XXX Domain=[VSOFS1] OS=[Unix] Server=[Samba 3.4.2-ctdb-10] smb: \> put /etc/resolv.conf resolv.conf NT_STATUS_ACCESS_DENIED closing remote file \resolv.conf smb: \> Caused by attempting to update the time on close. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Michael Adam <obnox@samba.org>
* pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindingsStefan Metzmacher2011-01-211-57/+0
| | | | | | | | | | The only consumer "openchange" uses the dcerpc_binding_handle based functions now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 21 08:16:25 CET 2011 on sn-devel-104
* s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()Stefan Metzmacher2011-01-211-3/+0
| | | | | | This function doesn't exist anymore. metze
* Remove all uses of "./" in pathnames - make canonical. This will become ↵Jeremy Allison2011-01-211-50/+78
| | | | | | | important when we need to guarantee canonical names for hashing. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 21 02:59:56 CET 2011 on sn-devel-104
* Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ↵Jeremy Allison2011-01-201-4/+8
| | | | instead.
* Make processing of incoming stream rename paths common between reply_mv and ↵Jeremy Allison2011-01-203-23/+48
| | | | ntrename. Ensure we don't depend on "./" in the streams module.
* s4/wintest New ESXi configuration fileZahari Zahariev2011-01-211-0/+46
| | | | | | | | | | This is a way to use wintest as it is unchanged and work with ESXi virtualization solution instead of VirtualBox or KVM. As the virtualization server is a remote Linux like machine I use 'sshpass' wrapper SSH to execute stop/reset/revert commands. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 21 00:29:15 CET 2011 on sn-devel-104
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-2014-288/+257
| | | | | | | | | | | | This makes everything reference a server_info->sids list, which is now a struct dom_sid *, not a struct dom_sid **. This is in keeping with the other sid lists in the security_token etc. In the process, I also tidy up the talloc tree (move more structures under their logical parents) and check for some possible overflows in situations with a pathological number of sids. Andrew Bartlett
* s4-gensec Add prototype for gensec_ntlmssp_init()Andrew Bartlett2011-01-201-0/+2
| | | | Andrew Bartlett
* libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.Andrew Bartlett2011-01-203-123/+159
| | | | | | | The idea here is to allow the source3/libads/sasl.c code to call this instead of the lower level ntlmssp_* functions. Andrew Bartlett
* s4:selftest: mark samba4.nbt.winsreplication.owned as knownfailStefan Metzmacher2011-01-201-0/+1
| | | | | | | | | This sometimes fails on a busy server. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 09:29:12 CET 2011 on sn-devel-104
* s4:selftest/skip: remove samba4.tokengroups.pythonStefan Metzmacher2011-01-201-1/+0
| | | | metze
* s3:smbd: use anonymous_shared_free() for shared memory signing stateStefan Metzmacher2011-01-201-0/+7
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 07:48:29 CET 2011 on sn-devel-104
* lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher2011-01-203-1/+87
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 06:25:03 CET 2011 on sn-devel-104
* lib/util: add anonymous_shared_free()Stefan Metzmacher2011-01-202-2/+40
| | | | metze
* lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2011-01-203-3/+3
| | | | metze
* lib/util: fix rounding to page size in allocate_anonymous_shared()Stefan Metzmacher2011-01-201-1/+5
| | | | metze
* s4-selftest Remove knownfail for tokengroups testAndrew Bartlett2011-01-191-1/+0
| | | | | | | | | The problem with this test (use of None rather than "" has been fixed) Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jan 19 23:56:31 CET 2011 on sn-devel-104