Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 4 | -0/+148 | |
wbinfo --dc-info prints the current DC name and IP address. This helps diagnosing problems that might happen when a later wbinfo --ping-dc fails. This patch started out by using the SAF and NBT cache entires, but those are relatively short-lived. So I decided to invent a new gencache entry with a very long timeout. We need to go via the gencache because when for some reason a winbind child process is stuck, we can't query it for the current DC it's connected to. This must eventually go away again when we have a fully async winbind. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 19 08:40:28 CET 2011 on sn-devel-104 | |||||
2011-01-19 | Add DELETE-LN test to show bug #7863 - Unlink may unlink wrong file when ↵ | Jeremy Allison | 1 | -0/+111 | |
hardlinks are involved Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jan 19 03:06:32 CET 2011 on sn-devel-104 | |||||
2011-01-19 | Fix "net usersidlist" not to skip every other user | Olly Betts | 1 | -1/+0 | |
Remove double increment from for loop over users in get_user_tokens(), left over from when this used to be a while loop. Bug was introduced in 1e39a619. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jan 19 01:34:29 CET 2011 on sn-devel-104 | |||||
2011-01-19 | s3-winbind: no need to include ../librpc/gen_ndr/cli_lsa.h in | Günther Deschner | 1 | -1/+0 | |
winbindd/winbindd_msrpc.c. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 19 00:37:46 CET 2011 on sn-devel-104 | |||||
2011-01-18 | s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | s3-netlogon: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | s3-netlogon: no need to include ../librpc/gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | s3-net: use correct spoolss header in net rpc. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | s3-net: use correct spoolss header in net_ads.c. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | Fix error where Windows client spoolss returns WERR_INVALID_DATA ↵ | Jeremy Allison | 1 | -0/+4 | |
W_ERROR(0x0000000D) on opening a printer. We can't return zero for devmode->size. Guenther please check ! Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jan 18 23:45:33 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Jan 17 17:35:50 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic. | Andreas Schneider | 1 | -4/+4 | |
2011-01-17 | s3-auth: Fixed account lockout check. | Andreas Schneider | 1 | -1/+1 | |
2011-01-17 | s3: Make sure we call wbcAuthenticateUserEx correctly | Volker Lendecke | 2 | -8/+29 | |
There are cases where we fill in params.password.response.lm_data with non-NULL where params.password.response.lm_length is 0. wbcAuthenticateUserEx does not like that. I haven't been able to reproduce this with smbclient yet, I've seen it with a proprietary smb client implementation. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 17 16:30:11 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymore | Stefan Metzmacher | 2 | -8/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 17 09:34:12 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3:torture: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2011-01-17 | s3:rpcclient: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -30/+37 | |
metze | |||||
2011-01-17 | s3: Avoid a few calls to cli_errstr | Volker Lendecke | 2 | -9/+13 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 17 08:47:25 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3: Remove some unused code | Volker Lendecke | 2 | -107/+0 | |
2011-01-17 | s3: Convert cli_lock64 to cli_smb | Volker Lendecke | 1 | -34/+24 | |
2011-01-17 | s3: Convert cli_lock to use cli_locktype | Volker Lendecke | 1 | -46/+7 | |
2011-01-17 | s3: Convert cli_locktype to cli_smb | Volker Lendecke | 1 | -32/+22 | |
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 2 | -3/+2 | |
2011-01-17 | s3: Remove unused cli_send_keepalive | Volker Lendecke | 2 | -20/+0 | |
2011-01-17 | s3: Remove unused cli_send/receive_trans | Volker Lendecke | 2 | -340/+0 | |
2011-01-17 | s3: Convert try_trans2 to cli_trans | Volker Lendecke | 1 | -28/+28 | |
2011-01-17 | s3: Convert cli_api to cli_trans | Volker Lendecke | 1 | -11/+48 | |
2011-01-17 | s3: Make cli_setpathinfo_basic use cli_setpathinfo | Volker Lendecke | 3 | -77/+20 | |
2011-01-17 | s3: Add cli_setpathinfo | Volker Lendecke | 2 | -0/+40 | |
2011-01-17 | s3: Rename cli_setpathinfo->cli_setpathinfo_basic | Volker Lendecke | 3 | -18/+18 | |
2011-01-17 | s3: Remove unused cli_send/receive_nt_trans | Volker Lendecke | 2 | -350/+0 | |
2011-01-17 | s3: Convert try_nttrans to cli_trans | Volker Lendecke | 1 | -26/+25 | |
2011-01-17 | s3: Move dump_ntquota* to smbcquotas.c | Volker Lendecke | 3 | -77/+99 | |
2011-01-17 | s3: Convert cli_set_fs_quota_info to cli_trans | Volker Lendecke | 3 | -37/+31 | |
2011-01-17 | s3: Convert cli_get_fs_quota_info to cli_trans | Volker Lendecke | 3 | -47/+49 | |
2011-01-17 | s3: Convert cli_list_user_quota to cli_trans | Volker Lendecke | 3 | -64/+54 | |
2011-01-17 | s3: Convert cli_set_user_quota to cli_trans | Volker Lendecke | 3 | -38/+30 | |
2011-01-17 | s3: Convert cli_get_user_quota to cli_trans | Volker Lendecke | 3 | -52/+54 | |
2011-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 4 | -14/+12 | |
2011-01-17 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 | |
2011-01-17 | s3: Remove cli_send_trans from cli_qpathinfo_alt_name | Volker Lendecke | 1 | -51/+25 | |
2011-01-17 | s3: Remove cli_send_trans from cli_oem_change_password | Volker Lendecke | 1 | -15/+5 | |
2011-01-15 | s3: Avoid some calls to cli_errstr | Volker Lendecke | 1 | -18/+24 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 15 17:18:54 CET 2011 on sn-devel-104 | |||||
2011-01-15 | s3: Convert cli_set_secdesc to cli_trans | Volker Lendecke | 5 | -43/+35 | |
2011-01-15 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -7/+7 | |
2011-01-15 | Add OPLOCK4 test which explores how Windows copes with oplock and share mode ↵ | Jeremy Allison | 2 | -1/+147 | |
breaks on hard links. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 15 00:59:46 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3: Fix bug 7917: Yet another bug in chain_reply | Volker Lendecke | 1 | -2/+2 | |
Found by Michael Hanscho <samba@micha.priv.at> with a WinCE client. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 14 17:42:05 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3-waf: fix the build after rpc_winreg removal. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 14 11:38:40 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3:vfs aio_fork children do not go away | Christian Ambach | 1 | -1/+13 | |
on RHEL 5.5, recvmsg() does not return when it is reading from the socket and the process on the other side closes its connection. This left aio children around that should have gone already and were just wasting system resources. This patch makes the child go away by writing invalid data to it so that the child exits. Pair-Programmed-With: Volker Lendecke <vl@samba.org> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 14 09:57:18 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3:vfs fix children cleanup in aio_fork | Christian Ambach | 1 | -0/+1 | |
the cleanup loop in aio_fork always stopped operation on the first inactive child it found. In case lots of children need to be reaped, it will take multiple runs before all children are gone |