summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-101-1/+22
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-101-20/+0
* r5513: Fix for bug #2201 - use same logic with "delete readonly"Jeremy Allison2007-10-101-4/+6
* r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison2007-10-101-18/+3
* r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis2007-10-101-0/+6
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2007-10-101-3/+2
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-101-6/+9
* r5154: Tidy up interface a little.Jeremy Allison2007-10-101-3/+1
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-7/+6
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2007-10-101-76/+18
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-20/+20
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-2/+2
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison2007-10-101-7/+13
* r3889: Only set mtime from pending_modtime if it's not already zero...Jeremy Allison2007-10-101-1/+1
* r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.Jeremy Allison2007-10-101-27/+40
* r3814: At least use a proper constant name (aRONLY :-) not a number.Jeremy Allison2007-10-101-2/+2
* r3811: Believe it or not, but this patch seems to be necessary. If someone se...Volker Lendecke2007-10-101-2/+11
* r3794: Added set posix acl functionality into the UNIX extensions code.Jeremy Allison2007-10-101-0/+38
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-0/+1
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-3/+194
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2007-10-101-48/+46
* r3663: Fix too tight checking of incoming secondary trans2 requests.Jeremy Allison2007-10-101-2/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-101-7/+9
* r3225: Fix correct use of resume name. Cope with the resumeJeremy Allison2007-10-101-3/+7
* r3002: Fix for bug #1886 - prevent delete on close being setJeremy Allison2007-10-101-16/+29
* r2708: Don't look for bzero, we don't use it.Jeremy Allison2007-10-101-1/+11
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2007-10-101-26/+0
* r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison2007-10-101-11/+34
* r2196: This error code change is incorrect. Still working on it...Jeremy Allison2007-10-101-5/+0
* r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison2007-10-101-0/+5
* r1472: Make mknod work again for the CIFS client. Still needs someJeremy Allison2007-10-101-10/+29
* r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison2007-10-101-1/+1
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-26/+35
* r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison2007-10-101-0/+1
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-2/+6
* r957: Fixup moribund unix extensions mknod code path. Don't add inJeremy Allison2007-10-101-2/+3
* r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison2007-10-101-1/+1
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2007-10-101-70/+7
* r706: Fix erroneous commit... I've not finished testing theJeremy Allison2007-10-101-9/+3
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2007-10-101-2/+8
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2007-10-101-6/+4
* r654: There is no point in having two lines of:Richard Sharpe2007-10-101-1/+1
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2007-10-101-26/+25
* r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2007-10-101-7/+41
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-7/+6
* r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter2007-10-101-0/+2
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-101-2/+2
* r247: Fixup a couple of debug messages.Jeremy Allison2007-10-101-2/+2
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2007-10-101-1/+1