r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
[samba.git] / source / smbd / trans2.c
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21792: Fix crash bug triggered by Excel reported by...
2007-10-10 Jeremy Allisonr21783: Add in the "create info" field to the reply
2007-10-10 Jeremy Allisonr21777: As Stevef requested and the Apple guys agreed...
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 James Peachr21765: Fix the build for HP-UX.
2007-10-10 James Peachr21763: Add support for the UNIX_INFO2 infolevel.
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
2007-10-10 James Peachr21717: Support the SMB_QUERY_POSIX_WHOAMI info level...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr21672: The cannonical file access pattern should look...
2007-10-10 Jeremy Allisonr21667: posix_unlink should break existing oplocks.
2007-10-10 Jeremy Allisonr21645: Make posix_unlink work - on open files too !
2007-10-10 Jeremy Allisonr21644: Allow mkdir on platforms with no O_DIRECTORY.
2007-10-10 Jeremy Allisonr21638: Change POSIX_UNLINK to allow clients to differe...
2007-10-10 Jeremy Allisonr21603: Horrible backwards compatibility hack as an...
2007-10-10 Volker Lendecker21379: Attempt to fix the build on "gwen"
2007-10-10 Jeremy Allisonr21247: In the refactoring I dropped a RESOLVE_DFSPATH...
2007-10-10 Jeremy Allisonr21246: Remove incorrect control on unix set info.
2007-10-10 Jeremy Allisonr21229: Don't indirect through a potentially null point...
2007-10-10 Jeremy Allisonr21227: Quick fix for Stevef - ensure the returned...
2007-10-10 Jeremy Allisonr21210: Fix POSIX open to return an info level.
2007-10-10 Jeremy Allisonr21207: Make the code match the spec :-).
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21131: Some notify fixes
2007-10-10 Jeremy Allisonr21097: Ensure that when manipulating UNIX permissions via
2007-10-10 Volker Lendecker21073: Fix compiler warning
2007-10-10 Jeremy Allisonr21067: Finished refactoring setqpathinfo to be readable
2007-10-10 Jeremy Allisonr21063: All case statements are now NTSTATUS returning
2007-10-10 Jeremy Allisonr21062: Should fix the build plus make all refactored
2007-10-10 Jeremy Allisonr21061: Refactoring all the cases into NTSTATUS returns.
2007-10-10 Jeremy Allisonr21060: Start refactoring out the non-return case state...
2007-10-10 Jeremy Allisonr21058: Finish the easy refactoring - split out all...
2007-10-10 Jeremy Allisonr21057: More refactoring into functions.
2007-10-10 Jeremy Allisonr21054: More function refactoring.
2007-10-10 Jeremy Allisonr21053: More refactoring and fix the tests (set positio...
2007-10-10 Jeremy Allisonr21052: Refactoring.
2007-10-10 Jeremy Allisonr21051: More function refactoring... Added #if 0 for
2007-10-10 Jeremy Allisonr21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. My
2007-10-10 Jeremy Allisonr21049: Start to refactor some of the setpath set code
2007-10-10 Jeremy Allisonr21035: Remove unneeded checks on incoming uid/gid for
2007-10-10 Herb Lewisr21002: Get rid of unused macros - merge change from...
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20781: Fix a couple of paths found by Volker where...
2007-10-10 Jeremy Allisonr20721: Fix the search unix_convert error returns....
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker20612: A checkin I've wanted to do for ages: For bad_p...
2007-10-10 Volker Lendecker20611: All but one callers to set_bad_path_error have...
2007-10-10 Volker Lendecker20608: ENOENT->NT_STATUS_OBJECT_NAME_NOT_FOUND is...
2007-10-10 Volker Lendecker20496: Some changes to make Samba3 the RAW-OPEN test...
2007-10-10 Volker Lendecker20424: No, we do not have to do that here :-)
2007-10-10 Jeremy Allisonr20412: Placeholder to remind me to write a torture...
2007-10-10 Jeremy Allisonr20363: Fix any possible valgrind errors in srvstr_get_...
2007-10-10 Jeremy Allisonr20362: Fix valgrind issues where we may read params
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Volker Lendecker20336: Fix some memleaks in trans2open and simplify...
2007-10-10 Volker Lendecker20313: Make trans2_mkdir also go through open_director...
2007-10-10 Volker Lendecker20312: Fix a memleak
2007-10-10 Volker Lendecker20310: We've checked for EA's and support for them...
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Volker Lendecker20228: Bring the calling conventions of inherit_access...
2007-10-10 Jeremy Allisonr20178: Ensure we allocate the intermediate trans structs
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr18547: Add in fixes to mangling dir code - ensure...
2007-10-10 Volker Lendecker17835: Fix Coverity bugs 306, 309, 310.
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17604: Fix a bug caught by g++.
2007-10-10 Jeremy Allisonr17541: When returning a trans2 request, if the "max...
2007-10-10 Volker Lendecker17347: Some C++ warnings -- 271 left
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Jeremy Allisonr17100: Ooops. Fix the build...
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr16990: Fix bug #3921 spotted by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16789: Fix bug #3909, when using ea's getting a direct...
2007-10-10 Jeremy Allisonr16309: Fix Klocwork #1596. Check for NULL on talloc.
2007-10-10 Jeremy Allisonr16280: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 Gerald Carterr16219: BUG 3836, 3837, 3004: compile warning fixes...
2007-10-10 Jeremy Allisonr16112: Added Volker's fix for extra odd byte at the end
2007-10-10 Jeremy Allisonr15958: Make us pass RAW-OPLOCK with kernel oplocks...
2007-10-10 Jeremy Allisonr15949: Patch for bug #3308 to stop us returning duplicate
2007-10-10 Jeremy Allisonr15936: Fix memory leak on error exit path. Trying to
2007-10-10 James Peachr15450: Change profiling data macros to use stack varia...
2007-10-10 Volker Lendecker15266: Fix bug 3720. I wonder why -O1 compiles did...
2007-10-10 Volker Lendecker15035: It seems that many preprocessors do not like...
2007-10-10 Jeremy Allisonr15030: On a performace hunt... Remove as many extraneous
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14986: Fix OS/2 directory delete bug found by kukks.
2007-10-10 Jeremy Allisonr14387: Try and fix the coverity issues (#53, #54)...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13675: * patch from Bjoern JACKE <samba@j3e.de> to...
2007-10-10 Jeremy Allisonr13563: Fix bug #3526 found and diagnosed by corinna...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2007-10-10 Jeremy Allisonr12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>
2007-10-10 Jeremy Allisonr12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for...
next