1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/libsmb
Volker Lendecke e25ee6af8f s3: Make winbind recover from a signing error
When winbind sees a signing error on the smb connection to a DC (for whatever
reason, our bug, network glitch, etc) it should recover properly. The "old"
code in clientgen.c just closed the socket in this case. This is the right
thing to do, this connection is spoiled anyway. The new, async code did not do
this so far, which led to the code in winbindd_cm.c not detect that we need to
reconnect.
2010-11-18 14:48:18 +00:00
..
async_smb.c s3: Make winbind recover from a signing error 2010-11-18 14:48:18 +00:00
cliconnect.c Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request. 2010-09-26 03:01:03 -07:00
clidfs.c s3: Convert cli_dfs_get_referral to cli_trans 2010-11-11 16:16:24 +00:00
clidgram.c Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00
clidgram.h Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00
clientgen.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clierror.c s3:libsmb: add cli_state_is_connected() function 2010-03-29 18:11:15 +02:00
clifile.c s3: Well... Fix a stupid error 2010-11-11 18:54:00 +00:00
clifsinfo.c s3: Convert cli_get_posix_fs_info() to cli_trans() 2010-11-14 10:24:02 +00:00
clikrb5.c s3: Remove two talloc_autofree_context() calls 2010-09-26 03:29:28 +02:00
clilist.c Fix bug #7700 - Improvement of return code of smbclient 2010-10-29 19:40:16 +00:00
climessage.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clioplock.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
cliprint.c s3: Remove some pointless wrapper functions 2010-08-05 13:57:31 +02:00
cliquota.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
clirap2.c s3-rap: include svcctl.h where needed. 2010-08-06 15:43:37 +02:00
clirap.c s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo 2010-10-24 11:39:30 +02:00
clireadwrite.c Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share using SMB signing. 2010-11-11 02:50:08 +00:00
clisecdesc.c s3: Save the received trans2 from the inbuf in cli_trans 2010-08-05 13:57:29 +02:00
clisigning.c s3-build: only include smb_signing.h where needed. 2010-08-18 09:20:13 +02:00
clispnego.c s3-dcerpc: add spnego server helpers 2010-09-23 10:54:23 -07:00
clistr.c s3: Remove a pointless wrapper function 2010-08-05 14:53:54 +02:00
clitrans.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
conncache.c s3: Remove a superfluous ; 2010-09-08 02:05:14 +02:00
dsgetdcname.c Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00
errormap.c s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED 2010-09-10 17:21:32 +02:00
libsmb_cache.c s3: Convert cli_tdis to the async API 2010-01-03 21:14:57 +01:00
libsmb_compat.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_context.c s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context 2010-11-02 04:36:05 +00:00
libsmb_dir.c Fix bug #7700 - Improvement of return code of smbclient 2010-10-29 19:40:16 +00:00
libsmb_file.c s3: Convert cli_qfileinfo_basic to cli_qfileinfo 2010-10-24 11:39:30 +02:00
libsmb_misc.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_path.c s3-libsmbclient: Fix crash bug in SMBC_parse_path(). 2010-01-14 19:48:33 +01:00
libsmb_printjob.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_server.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
libsmb_setget.c s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context 2010-11-02 04:36:05 +00:00
libsmb_stat.c s3: Convert cli_get_posix_fs_info() to cli_trans() 2010-11-14 10:24:02 +00:00
libsmb_thread_impl.c Provide a libsmbclient interface for programs requiring threads 2009-05-10 22:45:12 -04:00
libsmb_thread_posix.c s3: fix detection and flags for using pthread 2010-01-26 00:19:10 +01:00
libsmb_xattr.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
namecache.c s3:libsmb/namecache Remove namecache_enable() 2010-05-13 10:12:26 +10:00
namequery_dc.c s3-libsmb: include nbt.h in namequery_dc code. 2010-08-06 15:43:37 +02:00
namequery.c Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00
nmblib.c samba: share select wrappers. 2010-10-01 22:30:22 +02:00
nterr.c s3:libsmb: add pipe related NT_STATUS_RPC_* codes 2010-10-18 14:50:21 +02:00
ntlmssp_wrap.c s3-auth: Add auth_ntlmssp wrapper for client side 2010-07-20 15:52:34 +10:00
ntlmssp.c s3: Fix an uninitialized variable 2010-08-14 10:08:45 +02:00
passchange.c s3-passdb: include samr.h where needed. 2010-08-06 15:43:37 +02:00
samlogon_cache.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
smb_seal.c s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it. 2010-07-19 14:19:47 +10:00
smb_share_modes.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
smb_signing.c s3-build: only include smb_signing.h where needed. 2010-08-18 09:20:13 +02:00
smberr.c Some pstring removal 2007-11-11 21:34:40 -08:00
trustdom_cache.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
trusts_util.c s3-secrets: only include secrets.h when needed. 2010-08-05 10:12:25 +02:00
unexpected.c Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00