summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-124/+8
2007-10-10r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison1-5/+5
2007-10-10r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison1-2/+3
2007-10-10r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison1-1/+1
2007-10-10r8552: Warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-111/+146
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+3
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-15/+9
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison1-2/+6
2007-10-10r7821: Don't check permissions for setting POSIX pathname request.Jeremy Allison1-53/+56
2007-10-10r7798: CIFSFS client assumes wcnt == 10 for successful trans2 reply.Jeremy Allison1-9/+8
2007-10-10r7796: Prepare for client setting capabilities to select posix pathnames onJeremy Allison1-19/+48
2007-10-10r7412: Now we're not memset'ing ensure we're valgrind clean.Jeremy Allison1-0/+1
2007-10-10r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...Jeremy Allison1-28/+45
2007-10-10r7190: I *love* valgrind/cachegrind.....Jeremy Allison1-10/+9
2007-10-10r6979: Tidyups.Jeremy Allison1-8/+2
2007-10-10r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison1-4/+1
2007-10-10r6631: More typo's. Sorry.Jeremy Allison1-1/+1
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-6/+6
2007-10-10r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...Jeremy Allison1-1/+2
2007-10-10r6297: Fix bug in our trans2 secondary processing. We need to pass in theJeremy Allison1-4/+4
2007-10-10r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison1-2/+5
2007-10-10r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison1-0/+1
2007-10-10r6258: Fix found by OS/2 set_ea call. When setting specific info remember to ...Jeremy Allison1-5/+20
2007-10-10r6242: after talking to jeremy, we can actually consolidateGerald Carter1-1/+1
2007-10-10r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison1-3/+11
2007-10-10r6199: Only do the strange DOS error for openX, not trans2open.Jeremy Allison1-3/+0
2007-10-10r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison1-7/+24
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-1/+0
2007-10-10r6163: Well I never, all this time the t2open code was incorrectly dectingJeremy Allison1-1/+5
2007-10-10r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison1-5/+90
2007-10-10r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison1-53/+60
2007-10-10r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison1-15/+22
2007-10-10r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison1-1/+7
2007-10-10r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison1-0/+2
2007-10-10r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison1-1/+1
2007-10-10r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison1-10/+2
2007-10-10r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison1-1/+1
2007-10-10r5960: Integer wrap paranoia when reading EA buffers.Jeremy Allison1-4/+23
2007-10-10r5936: Fix bugs in earlier work in progress commit. Closer to properly suppor...Jeremy Allison1-2/+2
2007-10-10r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison1-128/+325
2007-10-10r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison1-45/+87
2007-10-10r5874: Work in progress. EA list infolevel.Jeremy Allison1-8/+75
2007-10-10r5872: Restructure ea list code to start to fix the EA_LIST calls. This does notJeremy Allison1-36/+104
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