1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/smbd
Jim McDonough ec7927a144 Fix NTLMSSP challenge command and auth response. We can now service joins
from win2k AND still use SPNEGO (provided you don't build with kerberos...I
still have to fix that, as we are not properly falling back).
(This used to be commit 1f9b3d46c7)
2002-08-15 12:18:25 +00:00
..
.cvsignore add *.po32 to ignore list 2001-12-12 16:04:37 +00:00
blocking.c Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can't 2002-08-12 16:20:54 +00:00
build_options.c Make --with-ldapsam 'go away'. This is now a standard, stable, feature 2002-05-17 14:51:55 +00:00
change_trust_pw.c Update cli_full_connection() to take a 'flags' paramater, and try to get a 2002-06-25 08:57:24 +00:00
chgpasswd.c minor portability fix 2002-07-28 08:04:31 +00:00
close.c Remove the "stat open" code - make it inline. This should fix the 2002-03-20 00:46:53 +00:00
conn.c Fixed compiler warning. 2002-08-01 23:14:48 +00:00
connection.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
dfree.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dir.c as suggested by Alexander Oswald <oswald@is.haw-hamburg.de> 2002-07-29 09:44:29 +00:00
dosmode.c an initial fix for handling sparse files in smbd 2002-07-29 11:14:05 +00:00
error.c Renamed get_nt_error_msg() to nt_errstr(). 2002-03-17 04:36:35 +00:00
fileio.c Gone back to explicit queue number passing as snum - removed encoding of 2002-07-17 19:12:17 +00:00
filename.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
files.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
groupname.c Globally replace 'global_sam_sid' with get_global_sam_sid(), a self 2002-06-07 14:33:33 +00:00
ipc.c make sure we don't walk past the end of the current SMB buffer when 2002-04-16 06:15:28 +00:00
lanman.c Add some const & static, remove unused functions. 2002-07-21 03:34:02 +00:00
mangle_hash2.c Unneded extra check on len 2002-07-18 22:22:30 +00:00
mangle_hash.c Merge in mangle fixes from 2.2. 2002-06-13 19:29:02 +00:00
mangle_map.c Kill off const warnings - add a pile of const to various places. 2002-07-08 02:14:57 +00:00
mangle.c Merge in mangle fixes from 2.2. 2002-06-13 19:29:02 +00:00
message.c Address the string_sub problem by changing len = 0 to mean "no expand". 2002-07-02 06:34:27 +00:00
negprot.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_kernel.c compile warngin fixes merged from 2.2 2002-06-17 15:33:13 +00:00
notify.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
nttrans.c an initial fix for handling sparse files in smbd 2002-07-29 11:14:05 +00:00
open.c Fix const warning 2002-07-08 01:40:35 +00:00
oplock_irix.c Merge of receive_local_message fix from 2.2.5. 2002-05-22 01:04:58 +00:00
oplock_linux.c compile warngin fixes merged from 2.2 2002-06-17 15:33:13 +00:00
oplock.c Overly complex but neccessary fix for kernel oplock problems. The issue 2002-06-06 23:55:41 +00:00
password.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
pipes.c make sure we don't walk past the end of the current SMB buffer when 2002-04-16 06:15:28 +00:00
posix_acls.c Lanman print jobs are *16* bits, not 32. arggggh. Map them.... 2002-07-17 00:38:37 +00:00
process.c Mimir has been busy with patches again, and sent in the following 2002-07-26 13:05:29 +00:00
quotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
reply.c Add RESOLVE_DFSPATH to mkdir operations in HEAD. 2002-08-12 13:35:17 +00:00
sec_ctx.c fixed a problem with getgroups() where it could include our current 2002-07-15 03:59:14 +00:00
server.c Fix the %m security bug again - and try to make it harder to reintroduce in 2002-08-10 23:20:04 +00:00
service.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
session.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
sesssetup.c Fix NTLMSSP challenge command and auth response. We can now service joins 2002-08-15 12:18:25 +00:00
srvstr.c make sure we don't walk past the end of the current SMB buffer when 2002-04-16 06:15:28 +00:00
statcache.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
trans2.c introduced a get_file_size() macro in trans2.c to make it easier to 2002-07-29 13:10:03 +00:00
uid.c fix debug, at idra's suggestion. 2002-07-31 10:11:03 +00:00
utmp.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
vfs-wrap.c Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write 2002-04-19 03:05:38 +00:00
vfs.c always include the (void) for void fns ... 2002-07-30 14:34:02 +00:00