summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EAJeremy Allison1-8/+8
2007-10-10r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.Jeremy Allison1-2/+2
2007-10-10r5836: Correct fix for OS/2 bug #2335. The error return code in this case is ...Jeremy Allison1-2/+8
2007-10-10r5833: Revert change for bug #2335. Tested with a Win9x client and the originalJeremy Allison1-2/+2
2007-10-10r5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2....Jim McDonough1-2/+2
2007-10-10r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison1-3/+10
2007-10-10r5816: Catch the "." resume name case also.Jeremy Allison1-3/+5
2007-10-10r5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>Jeremy Allison1-1/+9
2007-10-10r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison1-32/+48
2007-10-10r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capab...Gerald Carter1-1/+1
2007-10-10r5700: Fix problems where we're not pointing to the start of entry for aJeremy Allison1-10/+11
2007-10-10r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison1-6/+6
2007-10-10r5636: Re-add the allocation size - parameterized by share asJeremy Allison1-1/+22
2007-10-10r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison1-20/+0
2007-10-10r5513: Fix for bug #2201 - use same logic with "delete readonly"Jeremy Allison1-4/+6
2007-10-10r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison1-18/+3
2007-10-10r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis1-0/+6
2007-10-10r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter1-3/+2
2007-10-10r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison1-6/+9
2007-10-10r5154: Tidy up interface a little.Jeremy Allison1-3/+1
2007-10-10r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison1-7/+6
2007-10-10r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison1-76/+18
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-20/+20
2007-10-10r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison1-2/+2
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
2007-10-10r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison1-7/+13
2007-10-10r3889: Only set mtime from pending_modtime if it's not already zero...Jeremy Allison1-1/+1
2007-10-10r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.Jeremy Allison1-27/+40
2007-10-10r3814: At least use a proper constant name (aRONLY :-) not a number.Jeremy Allison1-2/+2
2007-10-10r3811: Believe it or not, but this patch seems to be necessary. If someone se...Volker Lendecke1-2/+11
2007-10-10r3794: Added set posix acl functionality into the UNIX extensions code.Jeremy Allison1-0/+38
2007-10-10r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison1-0/+1
2007-10-10r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison1-3/+194
2007-10-10r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison1-48/+46
2007-10-10r3663: Fix too tight checking of incoming secondary trans2 requests.Jeremy Allison1-2/+2
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-7/+9
2007-10-10r3225: Fix correct use of resume name. Cope with the resumeJeremy Allison1-3/+7
2007-10-10r3002: Fix for bug #1886 - prevent delete on close being setJeremy Allison1-16/+29
2007-10-10r2708: Don't look for bzero, we don't use it.Jeremy Allison1-1/+11
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-26/+0
2007-10-10r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison1-11/+34
2007-10-10r2196: This error code change is incorrect. Still working on it...Jeremy Allison1-5/+0
2007-10-10r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison1-0/+5
2007-10-10r1472: Make mknod work again for the CIFS client. Still needs someJeremy Allison1-10/+29
2007-10-10r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison1-1/+1
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-26/+35
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison1-0/+1
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-2/+6
2007-10-10r957: Fixup moribund unix extensions mknod code path. Don't add inJeremy Allison1-2/+3
2007-10-10r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison1-1/+1