..
blocking.c
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
2003-10-21 21:19:00 +00:00
change_trust_pw.c
Fix for bug #273 - smbd crash on machine account change.
2003-09-10 18:34:57 +00:00
chgpasswd.c
r283: removing --with-cracklib after discussion with abartklet @ sambaXP
2007-10-10 10:51:16 -05:00
close.c
r370: The 'it does never happen -- error on close()' does happen when you exceed
2007-10-10 10:51:20 -05:00
conn.c
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
2007-10-10 10:51:33 -05:00
connection.c
merge from old APP_HEAD
2004-02-12 05:24:02 +00:00
dfree.c
Add NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-12 01:20:17 +00:00
dir.c
Added per-share parameter "store dos attributes". When set, will store
2004-04-02 18:46:19 +00:00
dosmode.c
Added per-share parameter "store dos attributes". When set, will store
2004-04-02 18:46:19 +00:00
error.c
r478: Added Volkers fix to be able to force DOS errors when needed.
2007-10-10 10:51:24 -05:00
fake_file.c
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
2007-10-10 10:51:22 -05:00
fileio.c
Added per-share parameter "store dos attributes". When set, will store
2004-04-02 18:46:19 +00:00
filename.c
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
2007-10-10 10:51:33 -05:00
files.c
Fix coredump from Samba4 torture suite.
2003-09-17 19:36:38 +00:00
ipc.c
Yet another '\n' termination of debug message.
2004-03-09 21:47:49 +00:00
lanman.c
Merge of Chris's fix.
2004-01-28 23:41:55 +00:00
mangle_hash2.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
mangle_hash.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
mangle_map.c
Merge from HEAD:
2003-03-17 22:56:13 +00:00
mangle.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
message.c
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv"
2004-03-11 22:48:24 +00:00
msdfs.c
r410: merge tpot's changeset 353 from trunk:
2007-10-10 10:51:22 -05:00
negprot.c
As I raised (without objection) on the mailing list a while back, this
2004-03-27 05:38:20 +00:00
noquotas.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
notify_hash.c
Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
2003-10-06 21:49:40 +00:00
notify_kernel.c
Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
2003-05-15 17:37:52 +00:00
notify.c
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
2003-10-21 17:40:58 +00:00
ntquotas.c
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
2004-01-15 08:49:30 +00:00
nttrans.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
open.c
Added per-share parameter "store dos attributes". When set, will store
2004-04-02 18:46:19 +00:00
oplock_irix.c
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
oplock_linux.c
Fix more 64-bit printf warnings.
2003-11-03 14:34:25 +00:00
oplock.c
An oplock break reply from the client causes the sequence number to be
2003-08-07 05:36:08 +00:00
password.c
r519: fix bug in authorise_login() that broke security = share
2007-10-10 10:51:27 -05:00
pipes.c
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
posix_acls.c
r428: add acls debug class
2007-10-10 10:51:23 -05:00
process.c
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
2007-10-10 10:51:33 -05:00
quotas.c
BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at (Heinrich Mislik)
2004-03-16 19:06:03 +00:00
reply.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
sec_ctx.c
fix for BUG #267 (problem with supplementary groups).
2003-08-09 23:12:35 +00:00
server.c
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
2007-10-10 10:51:32 -05:00
service.c
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
2007-10-10 10:51:33 -05:00
session.c
Fix the "too many fcntl locks" scalability problem raised by tridge.
2004-02-19 01:55:24 +00:00
sesssetup.c
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session key could
2007-10-10 10:51:06 -05:00
srvstr.c
(merge from HEAD)
2003-03-22 13:47:42 +00:00
statcache.c
r570: Remove lots of globals to handle case issues - move them
2007-10-10 10:51:30 -05:00
tdbutil.c
merge from old APP_HEAD
2004-02-12 05:24:02 +00:00
trans2.c
r654: There is no point in having two lines of:
2007-10-10 10:51:33 -05:00
uid.c
Fixup the 'multiple-vuids' bugs.
2004-02-13 19:05:25 +00:00
utmp.c
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
2003-09-05 19:59:55 +00:00
vfs-wrap.c
Merge from HEAD.
2004-03-07 00:50:37 +00:00
vfs.c
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
2007-10-10 10:51:33 -05:00