summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-11/+3
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-18/+18
* r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison2007-10-101-3/+3
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-12/+16
* r11389: Attempt to fix bug #3212 - ignore bogus OS/2 EA set values onJeremy Allison2007-10-101-4/+25
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-101-0/+33
* r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota infoGerald Carter2007-10-101-1/+0
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-124/+8
* r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison2007-10-101-5/+5
* r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison2007-10-101-2/+3
* r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison2007-10-101-1/+1
* r8552: Warning fix from jason@ncac.gwu.edu.Jeremy Allison2007-10-101-1/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-111/+146
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+3
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-15/+9
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-2/+6
* r7821: Don't check permissions for setting POSIX pathname request.Jeremy Allison2007-10-101-53/+56
* r7798: CIFSFS client assumes wcnt == 10 for successful trans2 reply.Jeremy Allison2007-10-101-9/+8
* r7796: Prepare for client setting capabilities to select posix pathnames onJeremy Allison2007-10-101-19/+48
* r7412: Now we're not memset'ing ensure we're valgrind clean.Jeremy Allison2007-10-101-0/+1
* r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...Jeremy Allison2007-10-101-28/+45
* r7190: I *love* valgrind/cachegrind.....Jeremy Allison2007-10-101-10/+9
* r6979: Tidyups.Jeremy Allison2007-10-101-8/+2
* r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison2007-10-101-4/+1
* r6631: More typo's. Sorry.Jeremy Allison2007-10-101-1/+1
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-6/+6
* r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...Jeremy Allison2007-10-101-1/+2
* r6297: Fix bug in our trans2 secondary processing. We need to pass in theJeremy Allison2007-10-101-4/+4
* r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2007-10-101-2/+5
* r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison2007-10-101-0/+1
* r6258: Fix found by OS/2 set_ea call. When setting specific info remember to ...Jeremy Allison2007-10-101-5/+20
* r6242: after talking to jeremy, we can actually consolidateGerald Carter2007-10-101-1/+1
* r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+1
* r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison2007-10-101-3/+11
* r6199: Only do the strange DOS error for openX, not trans2open.Jeremy Allison2007-10-101-3/+0
* r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison2007-10-101-7/+24
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-1/+0
* r6163: Well I never, all this time the t2open code was incorrectly dectingJeremy Allison2007-10-101-1/+5
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2007-10-101-5/+90
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-101-53/+60
* r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison2007-10-101-15/+22
* r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison2007-10-101-1/+7
* r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison2007-10-101-0/+2
* r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison2007-10-101-1/+1
* r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison2007-10-101-10/+2
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-101-1/+1
* r5960: Integer wrap paranoia when reading EA buffers.Jeremy Allison2007-10-101-4/+23
* r5936: Fix bugs in earlier work in progress commit. Closer to properly suppor...Jeremy Allison2007-10-101-2/+2
* r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison2007-10-101-128/+325