Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[tprouty/samba.git] / source / smbd / reply.c
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.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-04-28 Andrew Tridgell- fixed some compiler warnings
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-16 Andrew Tridgellconverted reply_printqueue
2001-03-16 Andrew Tridgellconverted reply_search
2001-03-13 Andrew Tridgellfixed srvstr_push() call
2001-03-13 Andrew Tridgellconverted a bunch more fns to unicode
2001-03-13 Andrew Tridgellsimpler and more correct srvstr_push()
2001-03-13 Andrew Tridgellconverted reply_tcon()
2001-03-13 Andrew Tridgellconverted a bunch more server functions to unicode
2001-03-13 Andrew Tridgell- convert chkpath
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellconverted reply_open, reply_open_and_x and reply_fclose
2001-03-10 Andrew Tridgellstarted support for unicode on the wire in smbd. Using...
2001-03-09 Gerald Cartermerge of 'lanman auth' and 'min protocol' from 2.2
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-23 Gerald Carteronly add the service name and client machine name to...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-11 Jeremy Allisonrpc_server/srv_samr.c:
2000-12-12 Jeremy AllisonExtra part of fix that Gerald missed (sorry).
2000-11-21 Jeremy AllisonDon't forget to convert into UNIX character set before...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-10 Jean-François Mico... a netlogon enum trust query doesn't have a function_cod...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
next