1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source/smbd
0001-01-01 00:00:00 +00:00
..
.cvsignore Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the 0001-01-01 00:00:00 +00:00
blocking.c Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems 0001-01-01 00:00:00 +00:00
change_trust_pw.c Fix for bug #273 - smbd crash on machine account change. 0001-01-01 00:00:00 +00:00
chgpasswd.c Patch penguin. Cleaning out old mbp patch. 0001-01-01 00:00:00 +00:00
close.c More printf portability fixes. Got caught out by some gcc'isms last 0001-01-01 00:00:00 +00:00
conn.c Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit 0001-01-01 00:00:00 +00:00
connection.c Got us happy running under valgrind again :-). 0001-01-01 00:00:00 +00:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 0001-01-01 00:00:00 +00:00
dir.c Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.elektra.ru> 0001-01-01 00:00:00 +00:00
dosmode.c Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits 0001-01-01 00:00:00 +00:00
error.c Correct fix for excel read-only bug. Add panic for logic error in developer mode. 0001-01-01 00:00:00 +00:00
fake_file.c Add NT quota support. Patch from Stefan (metze) Metzemacher 0001-01-01 00:00:00 +00:00
fileio.c remove unused seek_file(); don't hardcode '\' when printing the auth-user 0001-01-01 00:00:00 +00:00
filename.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 0001-01-01 00:00:00 +00:00
files.c Fix coredump from Samba4 torture suite. 0001-01-01 00:00:00 +00:00
ipc.c Ensure the server can cope with multiple secondary trans 0001-01-01 00:00:00 +00:00
lanman.c more access fixes for group enumeration in LDAP; bug 281 0001-01-01 00:00:00 +00:00
mangle_hash2.c Ensure we mangle names ending in '.' in hash2 mangling method. 0001-01-01 00:00:00 +00:00
mangle_hash.c Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <fwc@mt.net> 0001-01-01 00:00:00 +00:00
mangle_map.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
mangle.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
message.c Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed 0001-01-01 00:00:00 +00:00
negprot.c Signing so far... the client code fails on a SMBtrans2 secondary transaction 0001-01-01 00:00:00 +00:00
noquotas.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
notify_hash.c Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com. 0001-01-01 00:00:00 +00:00
notify_kernel.c Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on 0001-01-01 00:00:00 +00:00
notify.c Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> 0001-01-01 00:00:00 +00:00
ntquotas.c Rise debug level to 5 for not-found-nt-quota message (quota setting for user wasn't found) 0001-01-01 00:00:00 +00:00
nttrans.c Ensure the server can cope with multiple secondary trans 0001-01-01 00:00:00 +00:00
open.c Remove unneeded second open for filename ending in '.' now we know it's 0001-01-01 00:00:00 +00:00
oplock_irix.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
oplock_linux.c Fix more 64-bit printf warnings. 0001-01-01 00:00:00 +00:00
oplock.c An oplock break reply from the client causes the sequence number to be 0001-01-01 00:00:00 +00:00
password.c Changes all over the shop, but all towards: 0001-01-01 00:00:00 +00:00
pipes.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
posix_acls.c Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits 0001-01-01 00:00:00 +00:00
process.c Subtract NT_STATUS from common flag, don't add it... 0001-01-01 00:00:00 +00:00
quotas.c Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2.x quota methods. 0001-01-01 00:00:00 +00:00
reply.c Fixes to check for wraps which could cause coredumps. 0001-01-01 00:00:00 +00:00
sec_ctx.c fix for BUG #267 (problem with supplementary groups). 0001-01-01 00:00:00 +00:00
server.c Simple rename of get_socket_addr to get_peer_addr and get_socket_name to 0001-01-01 00:00:00 +00:00
service.c cleaning out patch list; patch from Steve L. to change the cwd before the postexec script 0001-01-01 00:00:00 +00:00
session.c * add in David Lee's utmp patch (defaults to on if available) 0001-01-01 00:00:00 +00:00
sesssetup.c Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free(). 0001-01-01 00:00:00 +00:00
srvstr.c (merge from HEAD) 0001-01-01 00:00:00 +00:00
statcache.c Fix more 64-bit printf warnings. 0001-01-01 00:00:00 +00:00
trans2.c Ensure the server can cope with multiple secondary trans 0001-01-01 00:00:00 +00:00
uid.c Fix bug 327 (again and I think for the last time). Make sure that 0001-01-01 00:00:00 +00:00
utmp.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 0001-01-01 00:00:00 +00:00
vfs-wrap.c Patch based on work from James Peach <jpeach@sgi.com> to convert over to 0001-01-01 00:00:00 +00:00
vfs.c Patch based on work from James Peach <jpeach@sgi.com> to convert over to 0001-01-01 00:00:00 +00:00