..
.cvsignore
Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the
2003-04-23 14:19:03 +00:00
blocking.c
Fix for very subtle POSIX lock interaction race condition found by
2003-04-04 20:38:12 +00:00
change_trust_pw.c
large change:
2003-06-25 17:41:05 +00:00
chgpasswd.c
spelling
2003-05-14 00:46:43 +00:00
close.c
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
2003-05-14 10:59:01 +00:00
conn.c
Fix VFS layer:
2003-05-11 23:34:18 +00:00
connection.c
Got us happy running under valgrind again :-).
2003-05-31 02:03:58 +00:00
dfree.c
Add NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-12 01:20:17 +00:00
dir.c
Change get_nt_acl() to include security_info wanted. Only return this.
2003-05-29 23:49:31 +00:00
dosmode.c
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
2003-05-14 10:59:01 +00:00
error.c
Fix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 21:47:03 +00:00
fake_file.c
Add NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-12 01:20:17 +00:00
fileio.c
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
2003-05-14 10:59:01 +00:00
filename.c
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
2003-05-14 10:59:01 +00:00
files.c
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
2003-05-22 20:31:35 +00:00
ipc.c
Whitespace syncup.
2003-04-14 03:48:26 +00:00
lanman.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +00:00
mangle_hash2.c
Merge from HEAD:
2003-03-17 22:56:13 +00:00
mangle_hash.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +00:00
mangle_map.c
Merge from HEAD:
2003-03-17 22:56:13 +00:00
mangle.c
Merge from HEAD:
2003-03-17 22:56:13 +00:00
message.c
Patch from Samuel Thibault to convert messages from dos to unix charset
2003-03-20 16:44:14 +00:00
negprot.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +00:00
noquotas.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
notify_hash.c
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
2003-05-14 10:59:01 +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
Added "kernel change notify" boolean to allow easier valgrind testing.
2002-12-12 02:01:56 +00:00
ntquotas.c
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
2003-06-22 10:09:52 +00:00
nttrans.c
Some const correctness. Stop tdb being used as a remote backend. If an
2003-06-27 20:55:48 +00:00
open.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +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 from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
2003-05-15 17:37:52 +00:00
oplock.c
Tidyups of some dubious logic discovered whilst trying to track down a
2003-04-22 01:12:52 +00:00
password.c
Missed this in the previous patch - we now have a seperate idea of the
2003-07-03 14:56:04 +00: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
Fixed the latest complaint from jcmd :-). We were storing -1 for the
2003-07-01 00:35:11 +00:00
process.c
Patch from metze to add exit and interval events. Useful for modules
2003-05-06 02:34:59 +00:00
quotas.c
Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm.
2003-05-14 14:38:11 +00:00
reply.c
Fix an spelling mistake.
2003-06-13 17:49:03 +00:00
sec_ctx.c
sync'ing up for 3.0alpha20 release
2002-09-25 15:19:00 +00:00
server.c
Fixing problems in the iconv discovery stuff in configure.in.
2003-07-02 21:15:59 +00:00
service.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +00:00
session.c
* add in David Lee's utmp patch (defaults to on if available)
2003-06-06 22:33:43 +00:00
sesssetup.c
It seems only NT4 does the VC == 0 session drop code.
2003-05-28 01:00:58 +00:00
srvstr.c
(merge from HEAD)
2003-03-22 13:47:42 +00:00
statcache.c
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
2003-07-03 19:11:31 +00:00
trans2.c
Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. Incorrect
2003-07-01 22:07:27 +00:00
uid.c
And finally IDMAP in 3_0
2003-05-12 18:12:31 +00:00
utmp.c
* add in David Lee's utmp patch (defaults to on if available)
2003-06-06 22:33:43 +00:00
vfs-wrap.c
Added EA operations to VFS layer.
2003-06-06 00:04:27 +00:00
vfs.c
Added EA operations to VFS layer.
2003-06-06 00:04:27 +00:00