1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/libsmb
Stefan Metzmacher e9dddc55e3 s3:libsmb: use 16 zero bytes as channel binding checksum in the gssapi checksum (bug #7883)
This fixes SMB session setups with kerberos against some closed
source SMB servers.

The new behavior matches heimdal and mit.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Dec 23 09:38:43 CET 2010 on sn-devel-104
2010-12-23 09:38:43 +01:00
..
async_smb.c s3: Add async cli_session_request 2010-12-22 16:39:15 +01:00
cli_np_tstream.c s3:cli_np_tstream: if SMBtrans is desired, the readv needs to wait for the last writev chunk. 2010-12-21 17:43:06 +01:00
cli_np_tstream.h s3:libsmb: add tstream_cli_np_get_cli_state() 2010-12-15 15:26:05 +01:00
cliconnect.c s3: Remove unused "retry" from cli_start_connection 2010-12-20 17:58:33 +01: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
clifile.c s3: Add cli_shadow_copy_data 2010-11-30 11:36:53 +01:00
clifsinfo.c s3: Convert cli_get_posix_fs_info() to cli_trans() 2010-11-14 10:24:02 +00:00
clikrb5.c s3:libsmb: use 16 zero bytes as channel binding checksum in the gssapi checksum (bug #7883) 2010-12-23 09:38:43 +01: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/s4:auth SPNEGO - adaptions for the removed "const" from OIDs 2010-12-21 15:10:37 +11: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 s3: Remove a #define used just once 2010-11-20 15:28:26 +01: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
libsmb_compat.c
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
libsmb_path.c
libsmb_printjob.c
libsmb_server.c s3: Remove unused "retry" from cli_full_connection 2010-12-20 17:10:58 +01: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
libsmb_thread_posix.c
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 s3:libsmb/namequery.c: don't leak 'pserver' 2010-12-22 09:54:30 +01:00
nmblib.c s3: Add some const to name_mangle() 2010-12-22 16:39:14 +01: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 s3: netsamlogon_clear_cached_user only needs the SID 2010-12-19 23:25:06 +01: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
smbsock_connect.c s3: Retry *SMBSERVER in nb_connect 2010-12-22 16:39:15 +01: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: Remove unused "retry" from cli_full_connection 2010-12-20 17:10:58 +01:00
unexpected.c Fix the unexpected.tdb database problem. Change nmbd to store the 2010-11-14 05:22:45 +00:00