..
.cvsignore
Added *.po to .cvsignore files.
2001-06-01 11:26:20 +00:00
blocking.c
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
2001-07-02 02:42:41 +00:00
chgpasswd.c
Fix case insensitive password change code.
2001-07-23 22:06:05 +00:00
close.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
conn.c
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
2001-06-20 03:05:09 +00:00
connection.c
Added "use mmap" for HPUX.
2001-07-30 22:21:31 +00:00
dfree.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
dir.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
dosmode.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
error.c
Patch from Sean.Batt@anu.edu.au to ensure error reporting is done before
2001-03-26 22:20:43 +00:00
fileio.c
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
2001-03-11 00:32:10 +00:00
filename.c
- don't try to print pointers
2001-07-25 06:29:26 +00:00
files.c
configure:
2001-04-14 00:19:12 +00:00
groupname.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
ipc.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
lanman.c
This removes unused paramaters from various authtication functions, and should
2001-07-08 14:10:30 +00:00
mangle.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
message.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
negprot.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
noquotas.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
notify_hash.c
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
2001-03-11 00:32:10 +00:00
notify_kernel.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
notify.c
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
2001-06-09 01:38:54 +00:00
nttrans.c
uint -> uint32.
2001-07-30 17:53:39 +00:00
open.c
We were making an assumption in the oplock
2001-07-24 01:18:43 +00:00
oplock_irix.c
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
2001-03-11 00:32:10 +00:00
oplock_linux.c
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef instead of a define
2001-06-25 02:53:13 +00:00
oplock.c
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef instead of a define
2001-06-25 02:53:13 +00:00
password.c
Pidfile check can be read-only. Removed old ifdef in password.c
2001-08-01 17:32:45 +00:00
pipes.c
allow to use usrmgr/svrmgr tools in win95
2001-07-04 21:57:03 +00:00
posix_acls.c
Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
2001-07-26 21:16:39 +00:00
process.c
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
2001-07-02 02:42:41 +00:00
quotas.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
reply.c
we need to pull passwords in client charset for crypto to work
2001-07-25 13:25:31 +00:00
sec_ctx.c
Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fix
2001-07-25 18:07:36 +00:00
server.c
Fixes from Jens-Uwe.Walther@force.de to make the -l option behave
2001-07-17 20:42:59 +00:00
service.c
better debug messages + fix typo in debug message
2001-07-26 22:05:51 +00:00
session.c
Added "use mmap" for HPUX.
2001-07-30 22:21:31 +00:00
srvstr.c
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
ssl.c
Remove the exit_server() calls that stop nmbd linking.
2001-07-03 21:32:23 +00:00
statcache.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
trans2.c
Fix for potential crash bug with bad fid.
2001-07-28 01:26:44 +00:00
uid.c
Fix invalid uid being used after logoff. Thanks to Nigel Williams
2001-07-28 01:46:47 +00:00
utmp.c
Be sure to not use strlen with NULL pointer.
2001-06-15 08:00:36 +00:00
vfs-wrap.c
this fixes the failure of MS office on VFAT partitions on Linux
2001-07-05 10:33:10 +00:00
vfs.c
Wrapped dlerror() in the same way as the other dlxxx() calls.
2001-07-06 18:45:59 +00:00