1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Jeremy Allison 056f06915e r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure that
default case applies only to new files and correctly examines 8.3
and long names.
Jeremy.
(This used to be commit ba931a0151)
2007-10-10 11:05:31 -05:00
..
aio.c r11283: Move to using sival_int from sival_ptr. Part of bug #2922. 2007-10-10 11:05:10 -05:00
blocking.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
change_trust_pw.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
chgpasswd.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
close.c r11344: I don't think share mode conflicts occur on deleting 2007-10-10 11:05:13 -05:00
conn.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
connection.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
dfree.c r11190: Fix enhancement request #3192. 2007-10-10 11:05:06 -05:00
dir.c r11657: Tiny improvement to debug error message in dir_check_ftype. 2007-10-10 11:05:23 -05:00
dosmode.c r11767: Doesn't need to be exported. 2007-10-10 11:05:27 -05:00
error.c r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
fake_file.c r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture 2007-10-10 10:58:18 -05:00
fileio.c r9985: Move the all the strict sync logic into file_sync(). 2007-10-10 11:03:30 -05:00
filename.c r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure that 2007-10-10 11:05:31 -05:00
files.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
ipc.c r7882: Looks like a large patch - but what it actually does is make Samba 2007-10-10 10:58:00 -05:00
lanman.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
mangle_hash2.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
mangle_hash.c r10600: Fix bug #2769 (mangle filenames ending in a space) 2007-10-10 11:04:47 -05:00
mangle_map.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
mangle.c r7842: With the patch I sent Steve yesterday this gives us complete POSIX pathnames. 2007-10-10 10:57:59 -05:00
message.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
msdfs.c r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can 2007-10-10 11:05:15 -05:00
negprot.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c r8695: Patch from James Peach for hires timestamps and efficient 2007-10-10 11:00:15 -05:00
notify_kernel.c r7440: * merge registry server changes from trunk (so far) for more 2007-10-10 10:57:09 -05:00
notify.c r11344: I don't think share mode conflicts occur on deleting 2007-10-10 11:05:13 -05:00
ntquotas.c r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture 2007-10-10 10:58:18 -05:00
nttrans.c r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can 2007-10-10 11:05:15 -05:00
open.c r11341: Put directory opens into the share mode db so we 2007-10-10 11:05:13 -05:00
oplock_irix.c r10672: Attempt to fix the IRIX build. James, could you test the Oplock code on a box? 2007-10-10 11:04:50 -05:00
oplock_linux.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
oplock.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
password.c r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sesssetup.c 2007-10-10 11:00:06 -05:00
pipes.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
posix_acls.c r11237: Fix acl evaluation bug found by Marc Cousin <mcousin@sigma.fr> 2007-10-10 11:05:09 -05:00
process.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
quotas.c r10901: BUG 3145: Fix build issue regarding quota support on Solaris 2007-10-10 11:04:55 -05:00
reply.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
sec_ctx.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
server.c r10822: updating copyright info 2007-10-10 11:04:55 -05:00
service.c r10693: Fix bug #3129, reported by Adam Porter <sambabugzilla@alphapapa.net>. 2007-10-10 11:04:50 -05:00
session.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
sesssetup.c r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a 2007-10-10 11:05:29 -05:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.c r10186: More 64-bit warning fixes. 2007-10-10 11:03:36 -05:00
statvfs.c r11233: Forgot to add the statvfs file. Oops. 2007-10-10 11:05:08 -05:00
tdbutil.c r2564: resurrecting smbd/tdbutil.c 2007-10-10 10:52:46 -05:00
trans2.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
uid.c r6385: Convert checking of egid and secondary egid list into 2007-10-10 10:56:39 -05:00
utmp.c r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication 2007-10-10 10:52:06 -05:00
vfs-wrap.c r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. 2007-10-10 11:05:08 -05:00
vfs.c r11428: Fix bug #3192 by actually hooking up the dfree caching 2007-10-10 11:05:15 -05:00