summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-3/+3
* r17105: Fix the race Volker found - we had a non-lockedJeremy Allison2007-10-101-14/+18
* r17100: Ooops. Fix the build...Jeremy Allison2007-10-101-2/+7
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-101-3/+1
* r16990: Fix bug #3921 spotted by jason@ncac.gwu.edu. CorrectlyJeremy Allison2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-47/+36
* r16789: Fix bug #3909, when using ea's getting a directory tries toJeremy Allison2007-10-101-3/+8
* r16309: Fix Klocwork #1596. Check for NULL on talloc.Jeremy Allison2007-10-101-0/+5
* r16280: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison2007-10-101-2/+2
* r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter2007-10-101-1/+3
* r16112: Added Volker's fix for extra odd byte at the endJeremy Allison2007-10-101-1/+1
* r15958: Make us pass RAW-OPLOCK with kernel oplocks off.Jeremy Allison2007-10-101-2/+2
* r15949: Patch for bug #3308 to stop us returning duplicateJeremy Allison2007-10-101-7/+14
* r15936: Fix memory leak on error exit path. Trying toJeremy Allison2007-10-101-1/+26
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-101-4/+33
* r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke2007-10-101-2/+2
* r15035: It seems that many preprocessors do not like comments in macro args..Volker Lendecke2007-10-101-1/+4
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-3/+3
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-320/+643
* r14986: Fix OS/2 directory delete bug found by kukks.Jeremy Allison2007-10-101-0/+2
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-2/+2
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-40/+39
* r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove theGerald Carter2007-10-101-15/+4
* r13563: Fix bug #3526 found and diagnosed by corinna@vinschen.de.Jeremy Allison2007-10-101-0/+2
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-7/+7
* r12877: Stop passing structs around in smb messages, insteadJeremy Allison2007-10-101-2/+2
* r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>Jeremy Allison2007-10-101-2/+2
* r12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for #3287Jeremy Allison2007-10-101-6/+6