win9x was suffered a case of the blues during a domain logon.
[kai/samba.git] / source / smbd / reply.c
2003-03-25 Gerald Carterwin9x was suffered a case of the blues during a domain...
2003-03-20 Volker LendeckeNT4 as well as W2k respond with IPC regardless of what...
2003-03-17 Andrew BartlettFix const warnings.
2003-03-16 Andrew BartlettMake sure we mark the assumption of a fstring parameter...
2003-03-15 Andrew BartlettFound by my new checking code (yet to be commited):
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-01-12 Andrew BartlettMake the 'service' in make_connection() use an fstrcpy...
2003-01-08 Jeremy AllisonEnsure we return disk full by default on short writes.
2003-01-02 Andrew BartlettBIG patch...
2002-12-31 Simo Sorcefix for bad check spotted by Ray Simard <ray@sylvan...
2002-12-13 Jeremy AllisonFix for old DOS client when veto files is set to /.*/
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Jeremy AllisonAdded Volker's directory fix - save the attributes
2002-12-03 Jeremy AllisonReformat of reply.c before Volker's patch.
2002-12-03 Jeremy AllisonFixed nasty bug where file writes with start offsets...
2002-12-01 Andrew BartlettAs per Jeremy's request back this out, so as to re...
2002-12-01 Andrew BartlettNo need for fstring manipulation here (Tcon&X), just...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-05 Jeremy AllisonEnsure can_delete returns correct error code.
2002-09-19 Jeremy AllisonUse sendfile in readbraw.
2002-09-18 Jeremy AllisonAdded "use sendfile" per share option.
2002-09-17 Jeremy AllisonActually use sendfile if selected.
2002-09-17 Jeremy AllisonAttempt to make broken Linux sendfile work.... Still...
2002-09-14 Jeremy AllisonAdded fix for broken Linux (no sendfile64). When offset...
2002-09-12 Jeremy AllisonFirst cut at portable sendfile code. Only used in readX...
2002-09-11 Jeremy AllisonFormatting tidyups before I look at implementing the...
2002-09-11 Jeremy AllisonEnsure we've failed a lock with a lock denied message...
2002-09-11 Jeremy AllisonFix missing braces around push lock call.
2002-09-10 Jeremy AllisonAdded final Steve French patch for "required" attribute...
2002-09-05 Jeremy AllisonWe shouldn't add printing flag here.
2002-09-04 Jeremy AllisonAdd bcast_msg_flags to connection struct. Allows sender...
2002-08-18 Andrew Tridgellround lock timeouts in lockingX upwards to multiples...
2002-08-12 Shirish KaleleAdd RESOLVE_DFSPATH to mkdir operations in HEAD.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-07-20 Andrew BartlettMake it clear that the 'service' isn't to be touched...
2002-07-20 Andrew BartlettUpdate the smbd reply code a little:
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-04-16 Andrew Tridgellmake sure we don't walk past the end of the current...
2002-04-15 Andrew Tridgellthis fixes the displaying of free disk space for DOS6...
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
next