1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/smbd
2003-05-14 10:59:01 +00:00
..
.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 Merge from HEAD - save the type of channel used to contact the DC. 2003-04-21 14:09:03 +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 Whitespace syncup. 2003-04-14 03:48:26 +00:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
dir.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
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 Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
ipc.c Whitespace syncup. 2003-04-14 03:48:26 +00:00
lanman.c Progress on CR 601 2003-02-25 20:53:53 +00:00
mangle_hash2.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
mangle_hash.c StrnCpy -> safe_strcpy() on a over-malloced struct. 2003-04-23 13:35:10 +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 Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) 2003-03-18 11:22:52 +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 merged real time signal fixes from head 2003-03-28 01:07:05 +00:00
notify.c Added "kernel change notify" boolean to allow easier valgrind testing. 2002-12-12 02:01:56 +00:00
ntquotas.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
nttrans.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
open.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
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 merged real time signal fixes from head 2003-03-28 01:07:05 +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 Restore a number of fixes that idra removed when he merged his 2003-05-13 15:29:23 +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 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
process.c Patch from metze to add exit and interval events. Useful for modules 2003-05-06 02:34:59 +00:00
quotas.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
reply.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
sec_ctx.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
server.c And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
service.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
session.c spelling 2003-05-14 00:46:43 +00:00
sesssetup.c spelling 2003-05-14 00:46:43 +00:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.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
trans2.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
uid.c And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
utmp.c When possible, store the IP address of the connecting client, not just the 2003-04-24 09:52:29 +00:00
vfs-wrap.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
vfs.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