1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Jeremy Allison 4754c2bafe Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Previously we didn't implement the 'NEGO' part of SPNEGO :-).
Jeremy.
(This used to be commit 8767a0dab9)
2008-02-14 18:10:50 -08:00
..
aio.c Re-enable async I/O for non-TSM systems 2008-01-30 11:12:10 +01:00
blocking.c Some more talloc_tos() 2008-01-10 13:19:58 +01:00
change_trust_pw.c Remove the explicit TALLOC_CTX * from cli_struct. 2007-11-29 13:24:54 -08:00
chgpasswd.c read_socket_with_timeout_ntstatus->read_socket_with_timeout 2008-02-02 11:03:22 +01:00
close.c Add streams support 2008-01-19 23:25:36 +01:00
conn.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
connection.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
dfree.c int->bool 2007-12-10 12:22:01 +01:00
dir.c Convert OpenDir to talloc, use talloc_tos() 2008-01-12 21:04:06 +01:00
dmapi.c Fix BOOL introduced by last commit 2008-01-29 18:01:23 +03:00
dnsregister.c Fix a couple of warnings in mDNS registration. One of these is an 2007-12-19 22:33:43 -08:00
dosmode.c Make operator precedence very clear. 2008-02-06 10:31:22 -08:00
error.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
fake_file.c Bump up debug level 2007-12-02 12:54:11 +01:00
file_access.c Change the prototype of the vfs function get_nt_acl(). 2007-12-19 23:08:01 +01:00
fileio.c Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). 2008-01-07 15:59:02 +01:00
filename.c Couple of minor fixes for POSIX pathname processing in the 2008-01-19 21:53:49 -08:00
files.c Release per-fsp data on file closure. 2007-12-19 22:19:55 -08:00
ipc.c Now conn is part of smb_request, we don't need it as 2008-01-04 15:37:24 -08:00
lanman.c Fix typo. 2008-02-05 16:22:59 +01:00
mangle_hash2.c Fix CID 523 - wrong null deref check. 2008-01-11 22:50:13 -08:00
mangle_hash.c Remove a static array 2007-12-28 17:02:07 +01:00
mangle.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
map_username.c Always pass a TALLOC_CTX to str_list_make and str_list_copy 2008-02-04 20:57:49 +01:00
message.c Now conn is part of smb_request, we don't need it as 2008-01-04 15:37:24 -08:00
msdfs.c strtok -> strtok_r 2008-01-23 15:08:04 +01:00
negprot.c Now conn is part of smb_request, we don't need it as 2008-01-04 15:37:24 -08:00
noquotas.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
notify_inotify.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
notify_internal.c ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) 2007-11-09 21:23:16 +01:00
notify.c Fix CID 505 - don't copy uninitialized memory. 2008-01-11 23:17:23 -08:00
ntquotas.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
nttrans.c Add "split_ntfs_stream_name()" together with a torture test 2008-01-19 23:10:09 +01:00
open.c Fix a ton of IBM checker uninitialized variable warnings 2008-01-22 09:23:34 +01:00
oplock_irix.c Convert receive_smb_raw to NTSTATUS 2008-02-02 11:03:23 +01:00
oplock_linux.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
oplock.c use talloc_tos in a few more places 2008-01-10 13:19:58 +01:00
password.c Ensure invalidate_vuid() deletes any ntlmssp state. 2008-02-14 18:06:16 -08:00
pipes.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
posix_acls.c Fix the same bug with user -> user_obj. 2008-01-24 18:22:43 -08:00
process.c Fix a couple of "might be used uninitialized" warnings. 2008-02-05 13:36:17 -08:00
quotas.c Remove last pstring from smbd/*.c 2007-11-13 12:51:31 -08:00
reply.c Fix some typos. 2008-02-08 10:05:32 +01:00
seal.c Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. 2008-02-14 18:07:27 -08:00
sec_ctx.c Don't switch user contexts unless you have to. Saves 2008-01-10 16:35:54 -08:00
server.c Merge DMAPI fixes from CTDB Samba 2008-01-18 17:34:21 +03:00
service.c Add SMB_VFS_FS_CAPABILITIES 2008-01-21 16:14:27 +01:00
session.c Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
sesssetup.c Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP. 2008-02-14 18:10:50 -08:00
share_access.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
srvstr.c Match the 3.0.27a version of this function. 2007-11-16 13:14:24 -08:00
statcache.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
statvfs.c Fix typo in filesystem capabilities bits. 2007-12-20 08:31:27 -08:00
trans2.c Fix uninitialized variables 2008-01-26 21:29:18 +01:00
uid.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
utmp.c Fix a segfault 2008-01-22 09:16:28 +01:00
vfs.c Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). 2008-01-11 01:27:05 +01:00