r21108: Send sys_notify_watch through the VFS, FAM is next
[ira/wip.git] / source3 / smbd / trans2.c
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...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11428: Fix bug #3192 by actually hooking up the dfree...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr11389: Attempt to fix bug #3212 - ignore bogus OS...
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Gerald Carterr10921: BUG 3070: fix crash bug in qfsinfo when retriev...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10182: Starting to stamp out warnings on a 64-bit...
2007-10-10 Jeremy Allisonr9246: Patch from Marcel samba.10.maazl@spamgourmet...
2007-10-10 Jeremy Allisonr8959: Make msdfs code talloc based. Fix leaks.
2007-10-10 Jeremy Allisonr8552: Warning fix from jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Jeremy Allisonr7821: Don't check permissions for setting POSIX pathna...
2007-10-10 Jeremy Allisonr7798: CIFSFS client assumes wcnt == 10 for successful...
2007-10-10 Jeremy Allisonr7796: Prepare for client setting capabilities to selec...
2007-10-10 Jeremy Allisonr7412: Now we're not memset'ing ensure we're valgrind...
2007-10-10 Jeremy Allisonr7191: Squeezing out more unnecessary memset's gets...
2007-10-10 Jeremy Allisonr7190: I *love* valgrind/cachegrind.....
2007-10-10 Jeremy Allisonr6979: Tidyups.
2007-10-10 Jeremy Allisonr6715: We don't need to wrap the setfsinfo call in...
2007-10-10 Jeremy Allisonr6631: More typo's. Sorry.
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
next