r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
[tprouty/samba.git] / source / smbd / trans2.c
2007-10-10 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23500: Two changes to survive the now activated test...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr23106: Use lchown for symlinks.
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 Jeremy Allisonr23087: Fix POSIX setfilepathinfo to use lstat, not...
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22493: Fix horrible memory corruption bug with CIFS...
2007-10-10 Jeremy Allisonr22491: Fix the build (3.0.25 and 3.0 are different...
2007-10-10 Jeremy Allisonr22490: Fix a couple of bugs found whist investigating...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22266: Fix bug #4512 - we were returning a volume...
2007-10-10 Jeremy Allisonr22064: Fix the DFS code to work better with Vista...
2007-10-10 Jeremy Allisonr22010: Now I'm looking at mangling again, make sure
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21952: Fix critical (!) error found by IBM checker.
2007-10-10 James Peachr21950: After discussion with the Apple and Linux clien...
2007-10-10 Jeremy Allisonr21898: Added test command, fixed first valgrind bugs.
2007-10-10 Jeremy Allisonr21897: Add in a basic raw NTLM encrypt request. Now
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
next