summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* r21210: Fix POSIX open to return an info level.Jeremy Allison2007-10-101-54/+96
* r21207: Make the code match the spec :-).Jeremy Allison2007-10-101-8/+25
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-4/+286
* r21131: Some notify fixesVolker Lendecke2007-10-101-0/+10
* r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison2007-10-101-14/+57
* r21073: Fix compiler warningVolker Lendecke2007-10-101-2/+2
* r21067: Finished refactoring setqpathinfo to be readableJeremy Allison2007-10-101-385/+430
* r21063: All case statements are now NTSTATUS returningJeremy Allison2007-10-101-175/+218
* r21062: Should fix the build plus make all refactoredJeremy Allison2007-10-101-212/+174
* r21061: Refactoring all the cases into NTSTATUS returns.Jeremy Allison2007-10-101-69/+99
* r21060: Start refactoring out the non-return case statementsJeremy Allison2007-10-101-35/+64
* r21058: Finish the easy refactoring - split out all the caseJeremy Allison2007-10-101-158/+213
* r21057: More refactoring into functions.Jeremy Allison2007-10-101-63/+93
* r21054: More function refactoring.Jeremy Allison2007-10-101-24/+52
* r21053: More refactoring and fix the tests (set position infoJeremy Allison2007-10-101-53/+93
* r21052: Refactoring.Jeremy Allison2007-10-101-25/+43
* r21051: More function refactoring... Added #if 0 forJeremy Allison2007-10-101-34/+55
* r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. MyJeremy Allison2007-10-101-23/+57
* r21049: Start to refactor some of the setpath set codeJeremy Allison2007-10-101-74/+73
* r21035: Remove unneeded checks on incoming uid/gid forJeremy Allison2007-10-101-15/+35
* r21002: Get rid of unused macros - merge change from 3_0_24Herb Lewis2007-10-101-24/+24
* r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke2007-10-101-1/+0
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-10-101-2/+12
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-10-101-22/+32
* r20781: Fix a couple of paths found by Volker where we weren'tJeremy Allison2007-10-101-0/+6
* r20721: Fix the search unix_convert error returns. Only openJeremy Allison2007-10-101-1/+1
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-57/+31
* r20612: A checkin I've wanted to do for ages: For bad_path==False set_bad_pat...Volker Lendecke2007-10-101-38/+11
* r20611: All but one callers to set_bad_path_error have had the bad_path==True...Volker Lendecke2007-10-101-11/+22
* r20608: ENOENT->NT_STATUS_OBJECT_NAME_NOT_FOUND is covered in the standard un...Volker Lendecke2007-10-101-6/+2
* r20496: Some changes to make Samba3 the RAW-OPEN test. Checking in to both 3_...Volker Lendecke2007-10-101-2/+6
* r20424: No, we do not have to do that here :-)Volker Lendecke2007-10-101-13/+1
* r20412: Placeholder to remind me to write a torture testJeremy Allison2007-10-101-0/+7
* r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XXJeremy Allison2007-10-101-16/+29
* r20362: Fix valgrind issues where we may read paramsJeremy Allison2007-10-101-17/+41
* r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke2007-10-101-2/+3
* r20336: Fix some memleaks in trans2open and simplify trans2mkdir a bit: We no...Volker Lendecke2007-10-101-21/+5
* r20313: Make trans2_mkdir also go through open_directory for all the fancy in...Volker Lendecke2007-10-101-10/+18
* r20312: Fix a memleakVolker Lendecke2007-10-101-1/+1
* r20310: We've checked for EA's and support for them further up already.Volker Lendecke2007-10-101-1/+1
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-2/+2
* r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke2007-10-101-1/+4
* r20178: Ensure we allocate the intermediate trans structsJeremy Allison2007-10-101-1/+2
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-6/+4
* r18547: Add in fixes to mangling dir code - ensure don'tJeremy Allison2007-10-101-5/+5
* r17835: Fix Coverity bugs 306, 309, 310.Volker Lendecke2007-10-101-1/+1
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-75/+89
* r17604: Fix a bug caught by g++.Volker Lendecke2007-10-101-1/+1
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2007-10-101-24/+37
* r17347: Some C++ warnings -- 271 leftVolker Lendecke2007-10-101-16/+20