summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* add the new password server code to the 1.9.17 tree. This needed to beAndrew Tridgell1997-10-211-2/+9
* WHATSNEW.txt: Updated in preparation for p4.Jeremy Allison1997-10-201-4/+4
* add become_root()/unbecome_root() calls. These should be used aroundAndrew Tridgell1997-10-141-12/+12
* change MAX_PASSWORD_LENGTH to MAX_PASS_LEN to prevent conflict on someAndrew Tridgell1997-10-091-5/+5
* increase the debug level in the "client requested max ..." debug lineAndrew Tridgell1997-10-071-1/+1
* Put back changes to abort on overflow attack after conversationJeremy Allison1997-09-271-6/+0
* Cause overflow attack to return an error code rather thanJeremy Allison1997-09-261-0/+8
* Fixed you're -> your text that some pedant complained about :-).Jeremy Allison1997-09-261-1/+1
* This commit fixes the security hole due to buffer overflows.Andrew Tridgell1997-09-261-52/+79
* Makefile: Added glibc2 fixes for Linux.Jeremy Allison1997-09-221-7/+40
* Fixed bug where user connecting with guest username and noJeremy Allison1997-09-121-0/+7
* locking.c: Fix to make slow share mode file 0666 instead of 0644. StopedJeremy Allison1997-09-111-1/+1
* Updated code on 1.9.17 branch to add bug fixes. ThisJeremy Allison1997-09-051-4/+37
* 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
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-2/+16
* fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1996-07-301-5/+5
* - moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell1996-07-031-0/+5
* a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1996-06-101-1/+1
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* a huge pile of changes :-)Andrew Tridgell1996-06-041-4/+4