summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
1997-08-20Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1-2/+6
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account1-5/+5
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-10/+10
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1-8/+12
1997-07-17Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1-7/+0
1997-07-06missed one OpenDir() and two is_vetoed_name() calls, both of which takeSamba Release Account1-3/+3
1997-07-06added, tested and debugged new "hide files" option.Samba Release Account1-7/+7
1997-07-03Fix for deleting directories that contain only veto files.Samba Release Account1-4/+70
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1-1/+7
1997-05-27loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1-9/+21
1997-05-20dir.c: Fixed double slash issue.Samba Release Account1-1/+2
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-02-28Split maxxmit parameter into two : max_send (auto configured by theSamba Release Account1-3/+6
1997-02-18Fixed problem with renaming folder on top level share.Samba Release Account1-15/+35
1997-02-11Replaced YOST code with more functionally equivalent code thatSamba Release Account1-2/+4
1997-01-13Added an extra parameter for unix_convert. If present this is theSamba Release Account1-15/+58
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1-20/+20
1996-10-25Modified all references to uid to vuid.Samba Release Account1-26/+29
1996-10-09- correctly handle non-encrypted share mode session-setup. We wereAndrew Tridgell1-3/+7
1996-10-07- revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1-1/+1
1996-10-07- continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1-1/+1
1996-10-05- replace the base36 function with one that works on more systemsAndrew Tridgell1-8/+24
1996-10-05I have fixed quite a few important bugs in this commit.Andrew Tridgell1-1/+32
1996-10-05- use workgroup from smb.conf in smbclientAndrew Tridgell1-1/+6
1996-10-02- fix the EALREADY bug so connections to slow hosts with smbclient getAndrew Tridgell1-18/+23
1996-10-02backout all the changes to nmbd.Andrew Tridgell1-10/+2
1996-10-02- a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1-4/+12
1996-08-20- fix a bug in NetServerEnum where counted and total were not countedAndrew Tridgell1-1/+44
1996-08-19- added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1-105/+20
1996-08-17- added support for Amiga-unix (based on BSD I think)Andrew Tridgell1-1/+1
1996-08-15- added FAST_SHARE_MODES codeAndrew Tridgell1-2/+16
1996-07-30fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1-5/+5
1996-07-03- moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell1-0/+5
1996-06-10a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1-1/+1
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-06-04a huge pile of changes :-)Andrew Tridgell1-4/+4
1996-05-31Lots of changes!Andrew Tridgell1-1/+3
1996-05-31comment out the code that tries to handle the NT bug where the 2ndAndrew Tridgell1-0/+2
1996-05-04Initial version imported to CVS Samba Release Account1-0/+3210