..
blocking.c
r1980: Re-apply (remember to remove entry from list on delete this time :-).
2007-10-10 10:52:26 -05: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
r3954: bring Samba3 into line with the Samba4 password change code
2007-10-10 10:53:26 -05:00
close.c
r3121: Bug #1956 . Ensure errno is saved and restored consistently on a normal_close.
2007-10-10 10:53:01 -05:00
conn.c
r1154: Change default setting for case sensitivity to "auto". If set to auto
2007-10-10 10:51:57 -05:00
connection.c
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in memory cache associated with open printer handles; also make sure that register_messages_flags() doesn't overwrite the originally registers flags
2007-10-10 10:52:23 -05:00
dfree.c
Add NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-12 01:20:17 +00:00
dir.c
r2076: Removed old dir caching code - not being used now we have the
2007-10-10 10:52:30 -05:00
dosmode.c
r3673: Do not fail on setting file attributes with acl support enabled.
2007-10-10 10:53:13 -05:00
error.c
r1093: Ensure we clear any cached errors on a deferred open call so
2007-10-10 10:51:54 -05:00
fake_file.c
r2388: fix client quota support
2007-10-10 10:52:42 -05:00
fileio.c
r3895: Fix for bug #2045 . May also fix other timestamp bugs with Excel
2007-10-10 10:53:24 -05:00
filename.c
r2152: Fix for bug #1674 , move the symlinks checks into reduce_name().
2007-10-10 10:52:33 -05:00
files.c
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except for
2007-10-10 10:52:59 -05:00
ipc.c
r3666: Generalise fix for trans and nttrans multi-fragment requests.
2007-10-10 10:53:12 -05:00
lanman.c
r3848: Fix for bug 2057. Only partially applied the patch, the second part seems not
2007-10-10 10:53:20 -05:00
mangle_hash2.c
r2082: lp_path should be lp_pathname.
2007-10-10 10:52:30 -05:00
mangle_hash.c
r2112: Simplify the mangle hash code to use an in-memory tdb.
2007-10-10 10:52:32 -05:00
mangle_map.c
Merge from HEAD:
2003-03-17 22:56:13 +00:00
mangle.c
r1570: merging changes from 3.0.5
2007-10-10 10:52:15 -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
r1115: Fix for #1427 . Catch bad path errors at the right point. Ensure all
2007-10-10 10:51:56 -05:00
negprot.c
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
2007-10-10 10:53:26 -05:00
noquotas.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
notify_hash.c
r1154: Change default setting for case sensitivity to "auto". If set to auto
2007-10-10 10:51:57 -05: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
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
2007-10-10 10:53:26 -05:00
open.c
r3853: Fix an uninitialized variable warning. Jeremy, there are some of these in
2007-10-10 10:53:21 -05: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
r1117: Doh ! Remember to turn off signing when sending a "break to level II" oplock
2007-10-10 10:51:56 -05:00
password.c
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
2007-10-10 10:52:56 -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
r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - ensure
2007-10-10 10:53:26 -05:00
process.c
r1936: Fix bug noticed by Steve - ensure extended security bit is on only
2007-10-10 10:52:24 -05:00
quotas.c
r1333: NFS Quota support from Dan Peterson.
2007-10-10 10:52:07 -05:00
reply.c
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
2007-10-10 10:53:26 -05:00
sec_ctx.c
fix for BUG #267 (problem with supplementary groups).
2003-08-09 23:12:35 +00:00
server.c
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
2007-10-10 10:53:23 -05:00
service.c
r2475: A more helpful debug-message when a connection to a dfs-proxy-share is
2007-10-10 10:52:44 -05:00
session.c
r1011: fix bad merge (from a few months ago) and ensure that we always use tdb_open_log() instead of tdb_open_ex()
2007-10-10 10:51:53 -05:00
sesssetup.c
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
2007-10-10 10:53:26 -05:00
srvstr.c
(merge from HEAD)
2003-03-22 13:47:42 +00:00
statcache.c
r2116: Ensure statcache has large enough tdb memory hash size (1031).
2007-10-10 10:52:32 -05:00
tdbutil.c
r2564: resurrecting smbd/tdbutil.c
2007-10-10 10:52:46 -05:00
trans2.c
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
2007-10-10 10:53:26 -05:00
uid.c
r2016: Add message to ease access-control-debugging.
2007-10-10 10:52:28 -05:00
utmp.c
r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
2007-10-10 10:52:06 -05:00
vfs-wrap.c
r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.
2007-10-10 10:53:12 -05:00
vfs.c
r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> with
2007-10-10 10:53:19 -05:00