1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source/smbd
0001-01-01 00:00:00 +00:00
..
.cvsignore Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the 0001-01-01 00:00:00 +00:00
blocking.c Fix for very subtle POSIX lock interaction race condition found by 0001-01-01 00:00:00 +00:00
change_trust_pw.c Merge from HEAD - save the type of channel used to contact the DC. 0001-01-01 00:00:00 +00:00
chgpasswd.c spelling 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
conn.c Fix VFS layer: 0001-01-01 00:00:00 +00:00
connection.c Whitespace syncup. 0001-01-01 00:00:00 +00:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
error.c Fix to correctly return NT_STATUS_DELETE_PENDING. 0001-01-01 00:00:00 +00:00
fake_file.c Add NT quota support. Patch from Stefan (metze) Metzemacher 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
files.c Stat opens can have fsp->fd == -1 and will have a share entry. Ensure 0001-01-01 00:00:00 +00:00
ipc.c Whitespace syncup. 0001-01-01 00:00:00 +00:00
lanman.c Progress on CR 601 0001-01-01 00:00:00 +00:00
mangle_hash2.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
mangle_hash.c StrnCpy -> safe_strcpy() on a over-malloced struct. 0001-01-01 00:00:00 +00:00
mangle_map.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
mangle.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
message.c Patch from Samuel Thibault to convert messages from dos to unix charset 0001-01-01 00:00:00 +00:00
negprot.c merge LANMAN1/LANMAN2.1 fixes from head 0001-01-01 00:00:00 +00:00
noquotas.c Removed version number from file header. 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
notify_kernel.c Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on 0001-01-01 00:00:00 +00:00
notify.c Added "kernel change notify" boolean to allow easier valgrind testing. 0001-01-01 00:00:00 +00:00
ntquotas.c Fix printf warnings in debug statments. 0001-01-01 00:00:00 +00:00
nttrans.c fix quota build on non-64bit systems 0001-01-01 00:00:00 +00:00
open.c More fixes for debug log to catch logic error. 0001-01-01 00:00:00 +00:00
oplock_irix.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
oplock_linux.c Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on 0001-01-01 00:00:00 +00:00
oplock.c Tidyups of some dubious logic discovered whilst trying to track down a 0001-01-01 00:00:00 +00:00
password.c Restore a number of fixes that idra removed when he merged his 0001-01-01 00:00:00 +00:00
pipes.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
posix_acls.c Fix shadow parameter warning in free_empty_sys_acl() 0001-01-01 00:00:00 +00:00
process.c Patch from metze to add exit and interval events. Useful for modules 0001-01-01 00:00:00 +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. 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
sec_ctx.c sync'ing up for 3.0alpha20 release 0001-01-01 00:00:00 +00:00
server.c More fixes for builddir != srcdir. 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
session.c spelling 0001-01-01 00:00:00 +00:00
sesssetup.c volker's add_signature() fix; must pass the beginning on the outbuf to get the flags field 0001-01-01 00:00:00 +00:00
srvstr.c (merge from HEAD) 0001-01-01 00:00:00 +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 0001-01-01 00:00:00 +00:00
trans2.c fix quota build on non-64bit systems 0001-01-01 00:00:00 +00:00
uid.c And finally IDMAP in 3_0 0001-01-01 00:00:00 +00:00
utmp.c David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments 0001-01-01 00:00:00 +00:00
vfs-wrap.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. 0001-01-01 00:00:00 +00:00
vfs.c add metze's patch for smb_register functions 0001-01-01 00:00:00 +00:00