summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'samba'.samba-misc-tags/sambacvs2svn Import User1997-10-101-3821/+0
* local.h: Fix spelling mistake :-).Jeremy Allison1997-10-091-1/+3
* bracket some macrosAndrew Tridgell1997-10-091-5/+5
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-5/+1
* locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1997-10-031-5/+29
* change a debug level in reply.cAndrew Tridgell1997-10-021-1/+1
* OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison1997-10-011-3/+54
* dir.c: more pstrcpys.Jeremy Allison1997-09-301-4/+7
* Fixed you're -> your text that some pedant complained about :-).Jeremy Allison1997-09-261-1/+1
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-261-27/+52
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-74/+101
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-231-1/+21
* added some debug stuffAndrew Tridgell1997-09-181-51/+64
* Added 'delete veto files' paremeter. Ugly - but the onlyJeremy Allison1997-09-171-1/+66
* Added fix that means if connecting user sends guest accountJeremy Allison1997-09-121-1/+8
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-041-0/+16
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-021-4/+1
* added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1997-08-311-3/+23
* fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1997-08-311-1/+1
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-201-46/+193
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-201-2/+6
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-5/+5
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-10/+10
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-8/+12
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-7/+0
* missed one OpenDir() and two is_vetoed_name() calls, both of which takeSamba Release Account1997-07-061-3/+3
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-061-7/+7
* Fix for deleting directories that contain only veto files.Samba Release Account1997-07-031-4/+70
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-1/+7
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-9/+21
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-1/+2
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Split maxxmit parameter into two : max_send (auto configured by theSamba Release Account1997-02-281-3/+6
* Fixed problem with renaming folder on top level share.Samba Release Account1997-02-181-15/+35
* Replaced YOST code with more functionally equivalent code thatSamba Release Account1997-02-111-2/+4
* Added an extra parameter for unix_convert. If present this is theSamba Release Account1997-01-131-15/+58
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-20/+20
* Modified all references to uid to vuid.Samba Release Account1996-10-251-26/+29
* - correctly handle non-encrypted share mode session-setup. We wereAndrew Tridgell1996-10-091-3/+7
* - revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1996-10-071-1/+1
* - continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1996-10-071-1/+1
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-051-8/+24
* I have fixed quite a few important bugs in this commit.Andrew Tridgell1996-10-051-1/+32
* - use workgroup from smb.conf in smbclientAndrew Tridgell1996-10-051-1/+6
* - fix the EALREADY bug so connections to slow hosts with smbclient getAndrew Tridgell1996-10-021-18/+23
* backout all the changes to nmbd.Andrew Tridgell1996-10-021-10/+2
* - a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1996-10-021-4/+12
* - fix a bug in NetServerEnum where counted and total were not countedAndrew Tridgell1996-08-201-1/+44
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-105/+20
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-1/+1