Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-25 | s3-docs: add some long opts to smbclient(1) man | Björn Baumbach | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-25 | s4-waf: Skip header-not-found cache if a library is specified, as it may provide | Jelmer Vernooij | 1 | -1/+1 | |
additional C flags. Tridge, please check. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Jan 25 03:59:32 CET 2011 on sn-devel-104 | |||||
2011-01-24 | s4-waf: Only show minversion when there was a minimum version specified. | Jelmer Vernooij | 1 | -1/+5 | |
2011-01-24 | Show text output messages when interfacing with bzr. | Jelmer Vernooij | 1 | -1/+6 | |
2011-01-03 | remove unnecessary use of pass. | Jelmer Vernooij | 0 | -0/+0 | |
2011-01-24 | s3-build: remove source4 include path for autoconf build as well. | Günther Deschner | 1 | -1/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 17:40:56 CET 2011 on sn-devel-104 | |||||
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 3 | -4/+5 | |
Guenther | |||||
2011-01-24 | s3-waf: fix lib/addns include path. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104 | |||||
2011-01-24 | s3-waf: no need anymore to include "source4" globally. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-24 | libcli/ldap: use lib/ldb_compat.h for the s3 build | Stefan Metzmacher | 2 | -0/+17 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 24 14:55:50 CET 2011 on sn-devel-104 | |||||
2011-01-24 | s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains. | Günther Deschner | 1 | -0/+1 | |
After failing the netr_LogonSamLogonEx, we failed to retry with netr_LogonSamLogon. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 12:35:42 CET 2011 on sn-devel-104 | |||||
2011-01-24 | Revert "s3: Fix an infinite loop" | Volker Lendecke | 1 | -4/+0 | |
This reverts commit 61f7d7cdeccb1f733590e8bdb8229b32363a815e. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 24 10:10:43 CET 2011 on sn-devel-104 | |||||
2011-01-23 | s3: Fix an infinite loop | Volker Lendecke | 1 | -0/+4 | |
If select returns EBADF (which should NEVER happen), then we loop infinitely because the select masks seem all active. I've been given an strace where smbd floods syslog with inotify-related error messages. The strace shows that select returns EBADF, and we're calling the inotify event callback. It then complains there's no data on the inotify fd. Metze, please check! We might need to fix this in 3.4 and 3.5 as well. And we need to find the deeper reason where we close a file descriptor and don't tell the events system about it. Volker Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 23 10:05:39 CET 2011 on sn-devel-104 | |||||
2011-01-22 | s3: Fix connecting to port-139 only servers | Volker Lendecke | 1 | -3/+5 | |
When the TCP RST came before the 5 msecs timeout kicked in, we viewed this as final, as state->req_139 was not set yet. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 22 17:42:41 CET 2011 on sn-devel-104 | |||||
2011-01-22 | s4-repl_meta_data: replmd_update_is_newer() should not return true if ↵ | Kamen Mazdrashki | 1 | -3/+3 | |
metadata stamps are equal Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Jan 22 12:22:30 CET 2011 on sn-devel-104 | |||||
2011-01-22 | s4-repl_meta_data: Print out what is wrong when we fail to modify object | Kamen Mazdrashki | 1 | -0/+1 | |
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 |