r23999: Convert reply_open_and_X
[samba.git] / source3 / smbd / reply.c
2007-10-10 Volker Lendecker23999: Convert reply_open_and_X
2007-10-10 Volker Lendecker23998: Convert reply_close to the new API
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Volker Lendecker23992: Some const
2007-10-10 Jeremy Allisonr23913: Revert back to Volker's original logic to fix the
2007-10-10 Jeremy Allisonr23911: Revert r23910 to try and fix the build farm. I
2007-10-10 Jeremy Allisonr23910: We used to deny renames on the
2007-10-10 Jeremy Allisonr23909: Get closer to passing the cthon tests for delet...
2007-10-10 Volker Lendecker23904: Remove an unused variable reference
2007-10-10 Jeremy Allisonr23902: Fix uninitialized read in devicetype noticed...
2007-10-10 Jeremy Allisonr23858: Added srvstr_pull_buf_talloc() and srvstr_pull_...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23752: Fix bug introduced by checkin 22920, allow...
2007-10-10 Volker Lendecker23731: Forgot one reference to inbuf
2007-10-10 Volker Lendecker23727: Explicitly pass down FLAGS2 to srvstr_get_path.
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 Lendecker23538: Fix for wild-card rename: We can't return direc...
2007-10-10 Volker Lendecker23523: Gaa -- had renamed "name" to "path" and apparen...
2007-10-10 Volker Lendecker23522: Save us a kilobyte stack space in a hot code...
2007-10-10 Volker Lendecker23517: After Jeremy has given is ack on irc:
2007-10-10 Jeremy Allisonr23508: Fix sync_file() to return NTSTATUS and return...
2007-10-10 Volker Lendecker23501: Move notify_rename before rename_internals_fsp...
2007-10-10 Volker Lendecker23500: Two changes to survive the now activated test...
2007-10-10 Volker Lendecker23486: Ok, this time with a hopefully successful make...
2007-10-10 Volker Lendecker23483: Revert 23482, I must have run 'make test' in...
2007-10-10 Volker Lendecker23482: Slightly simplify the rename code: Remove two...
2007-10-10 Volker Lendecker23469: Fix a comment
2007-10-10 Volker Lendecker23467: Next little simplification: In rename_internals...
2007-10-10 Volker Lendecker23466: Fix RAW-NOTIFY: by using delete on close the...
2007-10-10 Volker Lendecker23457: After Jeremy's ack:
2007-10-10 Jeremy Allisonr23445: Fix suggested by Volker. Don't call rename_open...
2007-10-10 James Peachr23299: Fix the build for !WITH_SENDFILE.
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr23107: Fix renames on file descriptors that are suppos...
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 Jeremy Allisonr23088: Fix rename for cifsfs client. This may be neede...
2007-10-10 Jeremy Allisonr23016: Remove extra & - thanks to Volker for spotting...
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 Jeremy Allisonr23007: Ensure we don't allow large read over the possible
2007-10-10 Jeremy Allisonr22925: Sync read_and_X with 3.0.26 code (use setup_rea...
2007-10-10 Jeremy Allisonr22922: Move "normal_read:" label out of ifdef guard...
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 Allisonr22765: Fix from Alison Winters <alisonw@sgi.com> for...
2007-10-10 Jeremy Allisonr22502: Fix bug #4536 - delete symlinks to a directory...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22389: Start preparing for multiple encryption context...
2007-10-10 Jeremy Allisonr22291: Fix off-by-one in tconX parsing.
2007-10-10 Jeremy Allisonr22145: Fix bug #4494 - reported by Kevin Jamieson...
2007-10-10 Jeremy Allisonr22122: Start to fix csc issue with Vista. Make smbd...
2007-10-10 Volker Lendecker21801: Fix Coverity ID # 342
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21770: For old DOS style searches we must remember if
2007-10-10 Jeremy Allisonr21769: Attempt to fix bug #4384 in old search code.
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
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 Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21093: Remove the hash and dnotify backends. Disabling...
2007-10-10 Volker Lendecker21089: Do notifies on rename
2007-10-10 Volker Lendecker21087: Make the param list of notify_fname match notif...
2007-10-10 Volker Lendecker21080: Reformatting
2007-10-10 Volker Lendecker21079: Minimizing diff: Adopt the Samba4 style ChangeN...
2007-10-10 Jeremy Allisonr21057: More refactoring into functions.
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Volker Lendecker20877: Random notify fixes
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20843: Get rid of last BOOL ok.
2007-10-10 Jeremy Allisonr20842: Only one more BOOL ok to go...
2007-10-10 Jeremy Allisonr20841: Remove more BOOL ok.
2007-10-10 Jeremy Allisonr20840: Keep removing the old BOOL ok logic.
2007-10-10 Volker Lendecker20796: Fix the same problem Jeremy has fixed (improper...
2007-10-10 Volker Lendecker20759: Dummy checkin to let the build farm pick up...
2007-10-10 Jeremy Allisonr20743: Remove another BOOL ok from reply_getatr.
2007-10-10 Jeremy Allisonr20742: Rename chkpth -> checkpath for sanity's sake...
2007-10-10 Volker Lendecker20740: Get rid of some if-statements
2007-10-10 Jeremy Allisonr20721: Fix the search unix_convert error returns....
2007-10-10 Jeremy Allisonr20720: Fix the chkpath problem, still looking at findf...
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Jeremy Allisonr20635: Add placeholder to ensure we don't go into the
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20632: The extended RAW-SAMBA3BADPATH test led me...
2007-10-10 Volker Lendecker20628: Looks bigger than it is. This is just re-indent...
2007-10-10 Volker Lendecker20627: orig_name is not needed anymore, and slightly...
2007-10-10 Volker Lendecker20619: bad_path is handled somewhere else, so can_dele...
2007-10-10 Volker Lendecker20618: Fix a bug in bad_path handling that also exists...
2007-10-10 Volker Lendecker20617: Do not notify if the delete failed
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 Lendecker20607: Next micro-step for reply_setatr
2007-10-10 Volker Lendecker20606: bad_path == True has been covered further up...
2007-10-10 Volker Lendecker20605: Simplify logic in reply_setatr slightly
2007-10-10 Volker Lendecker20597: Survive some of the notify mask tests.
2007-10-10 Volker Lendecker20589: Re-add lost bad_path handling, sorry.
2007-10-10 Jeremy Allisonr20558: Refactor rmdir_internals to use early terminati...
2007-10-10 Volker Lendecker20544: Change copy_file() to return NTSTATUS. This...
next