Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-22 | s4-repl_meta_data: We should not use USNs in metadata comparisons | Kamen Mazdrashki | 1 | -11/+0 | |
If object is changed by same DC, then version should be incremented | |||||
2011-01-21 | s3-torture: fix uninitialized status code. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 16:52:34 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3-rpc_client: fix dcerpc_try_samr_connects(). | Günther Deschner | 1 | -2/+2 | |
Only return when both results are ok. Guenther | |||||
2011-01-21 | s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: fix uninitialized variable found by -O3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-21 | s3-waf: remove RPCCLI_SPOOLSS subsystem. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 16:06:40 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3-build: remove RPCCLI_SPOOLSS subsystem. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-01-21 | s3-rpcclient: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -74/+205 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -37/+149 | |
Guenther | |||||
2011-01-21 | s3-lanman: remove trailing whitespace. | Günther Deschner | 1 | -30/+30 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: Added dcerpc_try_samr_connects. | Andreas Schneider | 2 | -11/+67 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 15:19:01 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 5 | -10/+28 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user3. | Andreas Schneider | 2 | -9/+75 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap. | Andreas Schneider | 2 | -7/+73 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user2. | Andreas Schneider | 2 | -10/+65 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user. | Andreas Schneider | 2 | -6/+54 | |
2011-01-21 | s3-rpc_client: Added header information to cli_samr.h. | Andreas Schneider | 1 | -0/+30 | |
2011-01-21 | s3-rpc_client: Added header information to cli_lsarpc.h. | Andreas Schneider | 1 | -0/+30 | |
2011-01-21 | s3:docs: document "winbind max domain connections" | Michael Adam | 1 | -0/+24 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3:winbind: Fork multiple children per domain | Volker Lendecke | 24 | -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. | |||||
2011-01-21 | s3:printing: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 2 | -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 | |||||
2011-01-21 | s3:srv_spoolss: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -10/+27 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-21 | s3:smbd: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 2 | -32/+50 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-21 | s3:net: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 2 | -64/+155 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-21 | s3:libads: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -2/+4 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-21 | s3: Fix a deadlock between smbd and ctdbd | Volker Lendecke | 1 | -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 | |||||
2011-01-21 | s3-spoolss: make it more obvious what winreg_create_printer() does. | Günther Deschner | 1 | -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 | |||||
2011-01-21 | s3-rpcclient: rename duplicate enumkey command to winreg_enumkey. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-21 | s3-spoolss: as smbtorture testing proves: devmode size is the size of the ↵ | Günther Deschner | 1 | -1/+1 | |
devicemode minus the driverdata extra size. Jeremy, please check. Guenther | |||||
2011-01-21 | s4-smbtorture: make sure there is always driverextra data in spoolss devmode ↵ | Günther Deschner | 1 | -2/+10 | |
size tests. Guenther | |||||
2011-01-21 | s3-spoolss: disallow storing an invalid devmode size. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2011-01-21 | s4-smbtorture: add tests for the size member of spoolss devicemodes. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2011-01-21 | s4-smbtorture: prepare devicemode test for expected result tests. | Günther Deschner | 1 | -9/+15 | |
Guenther | |||||
2011-01-21 | s4-smbtorture: add some paranoia checks for 0 sized devmodes. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2011-01-21 | s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME | Michael Adam | 1 | -2/+2 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 10:57:45 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot | Volker Lendecke | 1 | -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. | |||||
2011-01-21 | s3:registry correct a debug level | Christian Ambach | 1 | -1/+1 | |
this is not a level 0 message, move it to 10 | |||||
2011-01-21 | s3:winbind: Protect against invalid winbindd_cache entries in lookuprids | Volker Lendecke | 1 | -1/+2 | |
2011-01-21 | s3-net: add roundtrip tests for registry import/export | Gregor Beck | 1 | -0/+88 | |
2011-01-21 | packaging(RHEL-CTDB): explicitly build the tsm vfs module. | Volker Lendecke | 1 | -1/+1 | |
2011-01-21 | s3: Fix the code to immediately disconnect from a non-working ctdbd | Volker Lendecke | 1 | -0/+1 | |
2011-01-21 | s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!) | Rusty Russell | 1 | -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> | |||||
2011-01-21 | pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindings | Stefan Metzmacher | 1 | -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 | |||||
2011-01-21 | s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc() | Stefan Metzmacher | 1 | -3/+0 | |
This function doesn't exist anymore. metze | |||||
2011-01-21 | Remove all uses of "./" in pathnames - make canonical. This will become ↵ | Jeremy Allison | 1 | -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 | |||||
2011-01-20 | Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ↵ | Jeremy Allison | 1 | -4/+8 | |
instead. | |||||
2011-01-20 | Make processing of incoming stream rename paths common between reply_mv and ↵ | Jeremy Allison | 3 | -23/+48 | |
ntrename. Ensure we don't depend on "./" in the streams module. | |||||
2011-01-21 | s4/wintest New ESXi configuration file | Zahari Zahariev | 1 | -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 | |||||
2011-01-20 | s4-auth Remove special case for account_sid from auth_serversupplied_info | Andrew Bartlett | 14 | -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 | |||||
2011-01-20 | s4-gensec Add prototype for gensec_ntlmssp_init() | Andrew Bartlett | 1 | -0/+2 | |
Andrew Bartlett |