summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach1-1/+110
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-43/+48
2007-10-10r21672: The cannonical file access pattern should look like this :Jeremy Allison1-22/+22
2007-10-10r21667: posix_unlink should break existing oplocks.Jeremy Allison1-1/+1
2007-10-10r21645: Make posix_unlink work - on open files too !Jeremy Allison1-1/+24
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-0/+31
2007-10-10r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison1-0/+12
2007-10-10r21603: Horrible backwards compatibility hack as an old server bugJeremy Allison1-1/+11
2007-10-10r21379: Attempt to fix the build on "gwen"Volker Lendecke1-1/+1
2007-10-10r21247: In the refactoring I dropped a RESOLVE_DFSPATH callJeremy Allison1-2/+9
2007-10-10r21246: Remove incorrect control on unix set info.Jeremy Allison1-6/+2
2007-10-10r21229: Don't indirect through a potentially null pointer :-).Jeremy Allison1-5/+6
2007-10-10r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison1-6/+10
2007-10-10r21210: Fix POSIX open to return an info level.Jeremy Allison1-54/+96
2007-10-10r21207: Make the code match the spec :-).Jeremy Allison1-8/+25
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-4/+286
2007-10-10r21131: Some notify fixesVolker Lendecke1-0/+10
2007-10-10r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison1-14/+57
2007-10-10r21073: Fix compiler warningVolker Lendecke1-2/+2
2007-10-10r21067: Finished refactoring setqpathinfo to be readableJeremy Allison1-385/+430
2007-10-10r21063: All case statements are now NTSTATUS returningJeremy Allison1-175/+218
2007-10-10r21062: Should fix the build plus make all refactoredJeremy Allison1-212/+174
2007-10-10r21061: Refactoring all the cases into NTSTATUS returns.Jeremy Allison1-69/+99
2007-10-10r21060: Start refactoring out the non-return case statementsJeremy Allison1-35/+64
2007-10-10r21058: Finish the easy refactoring - split out all the caseJeremy Allison1-158/+213
2007-10-10r21057: More refactoring into functions.Jeremy Allison1-63/+93
2007-10-10r21054: More function refactoring.Jeremy Allison1-24/+52
2007-10-10r21053: More refactoring and fix the tests (set position infoJeremy Allison1-53/+93
2007-10-10r21052: Refactoring.Jeremy Allison1-25/+43
2007-10-10r21051: More function refactoring... Added #if 0 forJeremy Allison1-34/+55
2007-10-10r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. MyJeremy Allison1-23/+57
2007-10-10r21049: Start to refactor some of the setpath set codeJeremy Allison1-74/+73
2007-10-10r21035: Remove unneeded checks on incoming uid/gid forJeremy Allison1-15/+35
2007-10-10r21002: Get rid of unused macros - merge change from 3_0_24Herb Lewis1-24/+24
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-1/+0
2007-10-10r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison1-2/+12
2007-10-10r20844: Somewhat radical change - this may break the build (I willJeremy Allison1-22/+32
2007-10-10r20781: Fix a couple of paths found by Volker where we weren'tJeremy Allison1-0/+6
2007-10-10r20721: Fix the search unix_convert error returns. Only openJeremy Allison1-1/+1
2007-10-10r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison1-57/+31
2007-10-10r20612: A checkin I've wanted to do for ages: For bad_path==False set_bad_pat...Volker Lendecke1-38/+11
2007-10-10r20611: All but one callers to set_bad_path_error have had the bad_path==True...Volker Lendecke1-11/+22
2007-10-10r20608: ENOENT->NT_STATUS_OBJECT_NAME_NOT_FOUND is covered in the standard un...Volker Lendecke1-6/+2
2007-10-10r20496: Some changes to make Samba3 the RAW-OPEN test. Checking in to both 3_...Volker Lendecke1-2/+6
2007-10-10r20424: No, we do not have to do that here :-)Volker Lendecke1-13/+1
2007-10-10r20412: Placeholder to remind me to write a torture testJeremy Allison1-0/+7
2007-10-10r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XXJeremy Allison1-16/+29
2007-10-10r20362: Fix valgrind issues where we may read paramsJeremy Allison1-17/+41
2007-10-10r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke1-2/+3
2007-10-10r20336: Fix some memleaks in trans2open and simplify trans2mkdir a bit: We no...Volker Lendecke1-21/+5