This split the mangling code up to allow for the possibility of multiple
[sfrench/samba-autobuild/.git] / source3 / smbd / reply.c
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-04-10 Jeremy AllisonAdded Shirish's client side caching policy change.
2002-04-08 Andrew BartlettReintroduce the 2.2 name mangling code, until we get...
2002-04-02 Jeremy AllisonFixed the error bad path for recursive mkdir so mkdir...
2002-03-26 Jeremy AllisonRemoved unused variable.
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-03-13 Tim PotterFixed bodgy printf arguments in debug statment.
2002-03-13 Jeremy Allisoninclude/smb_macros.h: Don't round up an allocation...
2002-03-11 Andrew Tridgellmake sure we give an error for unknown lockingX locktyp...
2002-03-05 Jeremy AllisonMask off the aDIR on setfileinfo.
2002-02-27 Jeremy AllisonAdded "nt status support" parameter. Fix offline synchr...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jeremy AllisonFixed display of "remote downlevel document" in old...
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-04 Jeremy AllisonMissed error return is can_rename fails.
2002-01-04 Jeremy AllisonRe-wrote the guts of the rename_internals code to cope...
2002-01-03 Jeremy AllisonEnsure modtime is set correctly on destination files...
2001-12-29 Simo Sorcepassing NULL to print_queue_status()'s status parameter...
2001-12-16 Jeremy AllisonEnsured filetimes set (by name) after close. Ignore...
2001-11-25 Jeremy AllisonI think this is a fix for the "out of space" errors...
2001-11-17 Jeremy AllisonTidyups when I was doing the big merge...
2001-11-14 Jeremy AllisonFix from Herb. mincount/maxcount need to be ssize_t...
2001-11-09 Jeremy AllisonFixup __LPID -> _LPID.
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettWhen you make a data_blob() then you probably need...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-29 Simo Sorceanother few changes to the new mangle code
2001-10-20 Tim PotterConverted a bunch of 0x85 constants to SMBkeepalive.
2001-10-19 Jeremy AllisonRestored old Bmpx code - actually used by OS/2.
2001-10-15 Andrew Tridgellsplit session setup code out of reply.c in preparation...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Andrew BartlettKill of the reply.c end of the workstaion trust account...
2001-09-23 Andrew BartlettLets call an NTSTATUS an nt_status, not an ecode.
2001-09-23 Andrew BartlettZero out these pstrings before we start: makes for...
2001-09-23 Andrew BartlettFix up NT_STATUS return for session setups, Win2k objec...
2001-09-21 Andrew Tridgellfixed the error code handling in can_delete() by conver...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Andrew Tridgellfixed ctemp in server and client. It turns out that...
2001-09-16 Andrew BartlettFix up workstaion and kickoff time checks, moved to...
2001-09-16 Andrew BartlettStart pushing the NTSTATUS stuff out to the wire for...
2001-09-15 Andrew BartlettKill off the //server/share%user hack in share level...
2001-09-15 Andrew BartlettOops... For reference, NTLMv2 passwords are > 24 chars...
2001-09-15 Andrew BartlettThis looked suspicious now we are attempting to to...
2001-09-12 Tim PotterSome patches to authentication:
2001-09-08 Andrew Tridgellconvert more code to using d_printf
2001-09-07 Jeremy Allison#ifdef out function when not used.
2001-09-06 Jeremy AllisonFix the 62bit locking onto 32 bit NFS mounts problem...
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-01 Andrew Tridgellmore NTSTATUS changes
2001-08-30 Jeremy AllisonFix crash bug with indirecting through null pointer...
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-24 Andrew Tridgellflush on a invalid fsp should give an error
2001-08-23 Andrew BartlettFix to only send the status32 error for status32 client...
2001-08-22 Andrew BartlettA few changes:
2001-08-22 Jean-François Mico... The DELL powervault 705 is sending a tcon&x with the...
2001-08-20 Andrew Tridgelltwo fixes for NT clients -> share level Samba server
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettOne less getpwnam() call...
2001-08-07 Jeremy AllisonAlways return NT_STATUS_DISK_FULL, even for quota errors.
2001-08-07 Jeremy AllisonAdded fixes to return correct error codes on space...
2001-08-03 Jeremy AllisonThe write zero bytes is an allocate, not set EOF.
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-07-25 Andrew Tridgellwe need to pull passwords in client charset for crypto...
2001-07-21 Andrew BartlettThis patch fixes up a few issues where we would do...
2001-07-11 Jeremy AllisonToomas Soome's fix for joining a domain the old way.
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-06 Andrew Tridgellfixed bug where we looked at the first byte of a passwo...
2001-07-05 Jeremy AllisonFix for rabbit-pellet mode. Chris please test this...
2001-07-05 Andrew Tridgellfixed a bug in the parameters SMBctemp uses in open_fil...
2001-07-05 Andrew Tridgelluse alpha_strcpy on the domain as it comes off the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Andrew Tridgellcheck for bad usernames early in session setup
2001-07-03 Jeremy AllisonFixed incorrect debug parameters for lock_pid.
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-26 Jeremy AllisonAlways use DOMAIN\user first that this is the more...
2001-06-23 Jeremy AllisonLog debug before and after netbios names copied so...
2001-06-23 Jeremy AllisonAdded other_safe_chars to alpha_strcpy(). Needs testing...
2001-06-23 Jeremy AllisonBetter fix for client name vulnarability.
2001-06-22 Jeremy AllisonAndrew - please look this over. I've fixed a long stand...
2001-06-21 Jeremy AllisonFollowing info from TAKAHASHI Motonobu <monyo@samba...
2001-06-19 Jeremy AllisonExtra debug in open.c, fix for bad debug message in...
2001-06-12 Tim PotterRemoved commented out msdfs code that was being called...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-06-05 Jeremy AllisonSet correct reply word in large writeX (greater than...
2001-06-05 Jeremy AllisonDeal with incorrect large writes from old NT4.x clients.
2001-05-25 Andrew Tridgellreturn an error code on password attack, rather than...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-05-22 Jeremy AllisonDefensive brlock and locking database cleaning code.
2001-05-17 Tim PotterFixes to get pam_auth() functionality working again.
next