r21087: Make the param list of notify_fname match notify_trigger
[jpeach/samba.git] / source / smbd / reply.c
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...
2007-10-10 Jeremy Allisonr20532: From Volker...
2007-10-10 Volker Lendecker20507: smbcli_setattr("") always returns ACCESS_DENIED...
2007-10-10 Volker Lendecker20496: Some changes to make Samba3 the RAW-OPEN test...
2007-10-10 Volker Lendecker20482: Make us survive and activate RAW-CLOSE
2007-10-10 Volker Lendecker20479: Both remaining calls of can_delete called it...
2007-10-10 Volker Lendecker20478: Make us survive & activate RAW-UNLINK
2007-10-10 Volker Lendecker20470: Jeremy, another one to check:
2007-10-10 Volker Lendecker20454: Get rid of a bogus variable that was only assig...
2007-10-10 Volker Lendecker20451: Survive the first of the filter-tests (mkdir).
2007-10-10 Volker Lendecker20442: Slight rewrite of the change notify infrastruct...
2007-10-10 Volker Lendecker20433: Work in progress: Survive more of RAW-NOTIFY.
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Volker Lendecker20393: Debug level 1 is a bit excessive here
2007-10-10 Jeremy Allisonr20371: In renames (via SMBmv) both src and dest can...
2007-10-10 Jeremy Allisonr20370: Now we've gone to the trouble of getting an...
2007-10-10 Volker Lendecker20339: Make mkdir_internal static to open.c
2007-10-10 Volker Lendecker20338: Restructure open_directory a bit. This gets...
2007-10-10 Volker Lendecker20264: Two lines above this we just checked if (fsp...
2007-10-10 Volker Lendecker20253: Reduce some code duplication, make reply_mkdir...
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Volker Lendecker20229: Avoid a silly function call in mkdir_internal...
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Jeremy Allisonr17220: If we're going to fail a write with an errno...
2007-10-10 Jeremy Allisonr17108: Make the default timeout parameter for lock...
2007-10-10 Jeremy Allisonr17107: Make the 200 ms timeout value tunable in local...
2007-10-10 Jeremy Allisonr17106: Match Windows timing values on locks.
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16397: Fix Klocwork #11767 and drasticly simplify the
2007-10-10 Jeremy Allisonr15951: oplock_request must be an int, not a BOOL. We
2007-10-10 James Peachr15450: Change profiling data macros to use stack varia...
2007-10-10 Jeremy Allisonr15112: Move strict locking default to auto. Fix up...
2007-10-10 Jeremy Allisonr15030: On a performace hunt... Remove as many extraneous
2007-10-10 Jeremy Allisonr15020: Fix issue with samba4 netbench torture tester,
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 James Peachr14574: Allow use of sendfile as long as the write...
2007-10-10 Jeremy Allisonr14460: SMBexit closes by pid and vuid. Tested with...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr12956: Fix for bug #3035 from SATOH Fumiyasu <fumiyas...
2007-10-10 Jeremy Allisonr12491: End profile fixes from SATOH Fumiyasu <fumiya...
2007-10-10 Jeremy Allisonr12234: Reduce the race condition for renames by holdin...
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Jeremy Allisonr12194: Ensure that when we set a connection path we...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr11448: Move decl before code.
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 Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jeremy Allisonr10750: Ensure we match W2K3 in forcing DOS errors...
2007-10-10 Jeremy Allisonr10749: Remove one more Samba4 smbtorture RAW-OPEN...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10551: We need to check if the source path is a parent...
2007-10-10 Jeremy Allisonr10136: Fix for bug #3060 from Leo Weppelman <leo@wau...
2007-10-10 James Peachr9985: Move the all the strict sync logic into file_sync().
2007-10-10 Jeremy Allisonr8609: Fix for bugid #2889. I think the problem is...
2007-10-10 Jeremy Allisonr8556: Fix bug #2878 - Norton commander not running...
2007-10-10 Jeremy Allisonr8457: Fix from Marcel Müller <mueller@maazl.de> to...
2007-10-10 Jeremy Allisonr8290: Fix for bug in SMBwriteBraw where we incorrectly
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
next