r20433: Work in progress: Survive more of RAW-NOTIFY.
[tprouty/samba.git] / source / smbd / reply.c
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...
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 Gerald Carterr7620: when adding a new printer driver, we should...
2007-10-10 Jeremy Allisonr7618: Typo...
2007-10-10 Jeremy Allisonr7617: Fix for bug #2801 - delete veto files was broken...
2007-10-10 Jeremy Allisonr7447: Sync up a little between HEAD and 3.0 in prepara...
2007-10-10 Jeremy Allisonr6977: Fix bug #2735 (not mangling control characters...
2007-10-10 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2007-10-10 Jeremy Allisonr6633: Added "check_path_syntax_posix()" in preparation...
2007-10-10 Jeremy Allisonr6629: Fix stupid typo. Thanks Gunther.
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
2007-10-10 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6203: Fix attribute return on creating a directory...
2007-10-10 Jeremy Allisonr6174: Fixup T2 open call - we were returning 2 bytes...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr6160: Ensure allocation size is correctly returned...
2007-10-10 Jeremy Allisonr6106: Fix bug #2551. It turns out that the incoming...
2007-10-10 Jeremy Allisonr6063: Fix for bug #2533 - ensure SMBsearch unsets...
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Jeremy Allisonr6048: Split out the check_path_syntax into a findfirst...
2007-10-10 Jeremy Allisonr5822: Actually return an error message if disk_free...
2007-10-10 Jeremy Allisonr5812: We missed some RESOLVE_DFSPATH calls on pathname...
2007-10-10 Jeremy Allisonr5792: Added new parameter "inherit owner". If set...
2007-10-10 Jeremy Allisonr5720: Attempt to fix bug #2382 (Excel shared workbook...
2007-10-10 Jeremy Allisonr5637: Actually test and fix the crash bugs (sorry:-).
2007-10-10 Jeremy Allisonr5524: Don't do share mode checks on can_delete if...
2007-10-10 Jeremy Allisonr5324: In order to process DELETE_ACCESS correctly...
2007-10-10 Jeremy Allisonr5160: First cut at refactoring of directory code to...
2007-10-10 Jeremy Allisonr5154: Tidy up interface a little.
2007-10-10 Jeremy Allisonr5152: Restructure the directory handling code, stop...
2007-10-10 Jeremy Allisonr5100: We should only care about case-sensitivity when...
2007-10-10 Volker Lendecker5098: Next round build-fixing
2007-10-10 Jeremy Allisonr5069: Ensure we return the correct errors for old...
2007-10-10 Jeremy Allisonr5063: Shamelessly steal the Samba4 logic (and some...
2007-10-10 Jeremy Allisonr4295: Don't include header len in data write debug.
2007-10-10 Jeremy Allisonr4293: Fix inspired by debug trace from Rob Foehl ...
2007-10-10 Jeremy Allisonr4212: Ensure we only look at the bottom bit of large_r...
2007-10-10 Jeremy Allisonr4190: When changing length calculations, get them...
2007-10-10 Jeremy Allisonr4186: Fix client & server to allow 127k READX calls.
2007-10-10 Jeremy Allisonr4143: Make strict locking an enum. Auto means use...
2007-10-10 Jeremy Allisonr4108: As check_self is *always* False in every invokat...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr4018: * move claim_connection from the netbios session...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Jeremy Allisonr3946: Fix for bugid #2085 reported by Jason Mader...
2007-10-10 Jeremy Allisonr3944: Fix the problem we get on Linux where sendfile...
next