summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-271/+378
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-08-301-2/+2
* r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke2007-08-271-1/+1
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-599/+932
* r24548: Fix the case-changing renamesVolker Lendecke2007-08-191-1/+20
* r24499: Move the checks for DOS error codes on open to a function.Jeremy Allison2007-08-161-21/+3
* r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.Jeremy Allison2007-08-161-0/+11
* r24472: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison2007-08-151-1/+11
* r24471: Revert inadvertant commit.Jeremy Allison2007-08-151-11/+1
* r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison2007-08-151-1/+11
* r24122: merge from SAMBA_3_2:Stefan Metzmacher2007-08-021-4/+10
* r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> whereJeremy Allison2007-07-181-5/+6
* r23935: We were lying to the client in the case of POSIX_UNLINKJeremy Allison2007-07-171-16/+51
* r23877: Fix two segfaults in (very unlikely) error paths, found by the IBMVolker Lendecke2007-07-151-0/+2
* r23855: Setting the allocation size updates the modified timeJeremy Allison2007-07-121-12/+29
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23761: Rename reduce_name to check_reduced_nameVolker Lendecke2007-07-091-1/+1
* r23741: Combined merge of 23726, 23727 and 23731 from 3_0:Volker Lendecke2007-07-071-10/+28
* r23739: Merge r23724 from 3_0 without the accidential checkin:Volker Lendecke2007-07-071-30/+53
* r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke2007-06-141-3/+3
* r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-4/+4
* r23106: Use lchown for symlinks.Jeremy Allison2007-05-241-2/+11
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-05-231-2/+3
* r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison2007-05-221-9/+21
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-05-191-2/+6
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-161-1/+2
* r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-151-2/+2
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-05-141-2/+4
* r22652: re-add Jeremy objectID changesGerald Carter2007-05-031-1/+90
* r22649: revert the objectID changes (for now) and leave these for 3.0.26Gerald Carter2007-05-031-90/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-04-271-1/+1
* r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-04-231-0/+2
* r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-04-231-4/+92
* r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-04-161-1/+3
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-04-031-2/+3
* r21955: Merge over jpeach's fixes for UNIX_INFO2.Jeremy Allison2007-03-231-1/+5
* r21952: Fix critical (!) error found by IBM checker.Jeremy Allison2007-03-231-22/+28
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-03-121-14/+29
* r21792: Fix crash bug triggered by Excel reported by Jerry.Jeremy Allison2007-03-121-1/+1
* r21783: Add in the "create info" field to the replyJeremy Allison2007-03-111-22/+32
* r21781: Add support for the UNIX_INFO2 info level. Merge the followingJames Peach2007-03-091-46/+250
* r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison2007-03-091-4/+8
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-03-071-5/+15
* r21718: Merge -r21716:21717 from SAMBA_3_0: Support the SMB_QUERY_POSIX_WHOAMIJames Peach2007-03-061-1/+110
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-03-051-43/+48
* r21672: The cannonical file access pattern should look like this :Jeremy Allison2007-03-031-22/+22
* r21667: posix_unlink should break existing oplocks.Jeremy Allison2007-03-021-1/+1
* r21645: Make posix_unlink work - on open files too !Jeremy Allison2007-03-011-1/+24
* r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison2007-03-011-0/+31