summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* - sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1996-08-133-30/+63
* applying login updates from jim@oxfordcc.co.uk, sent in bySamba Release Account1996-08-092-10/+16
* fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1996-07-303-29/+27
* lots of changes to nmbdSamba Release Account1996-07-171-1/+1
* updated docs to match code mods from last two or three updates. doneSamba Release Account1996-07-101-1/+1
* modified become_master() to a state-based system. becoming a masterSamba Release Account1996-07-041-27/+3
* - moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell1996-07-031-0/+5
* patch to fix NetServerEnum with multiple workgroup lists kindly supplied.Samba Release Account1996-07-011-3/+27
* a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1996-06-105-13/+32
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-1012-19/+7
* - added comments to byteorder.h explaining how it works.Andrew Tridgell1996-06-081-16/+92
* - added predict.c, moving the routines from util.cAndrew Tridgell1996-06-071-0/+146
* - added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1996-06-063-26/+47
* - remove some incorrect prototypes from server.cAndrew Tridgell1996-06-051-5/+0
* - changed some debug levels in clientutil.cAndrew Tridgell1996-06-052-10/+20
* add dummy quotas fnAndrew Tridgell1996-06-041-0/+4
* a huge pile of changes :-)Andrew Tridgell1996-06-047-81/+60
* - moved the uid handling to uid.cAndrew Tridgell1996-06-014-403/+536
* Lots of changes!Andrew Tridgell1996-05-315-22/+53
* comment out the code that tries to handle the NT bug where the 2ndAndrew Tridgell1996-05-311-0/+2
* - added an entry on WinDD to samba.faqAndrew Tridgell1996-05-301-2/+3
* handle errors from receive_smb better, and print error stringAndrew Tridgell1996-05-291-3/+4
* fixed a typoAndrew Tridgell1996-05-291-1/+1
* cleanups to make thinsg compile cleanlyAndrew Tridgell1996-05-291-7/+10
* made dptr_num signed to handle -1 from OS/2Andrew Tridgell1996-05-051-1/+1
* - fix a bug hanlding very log filenamesAndrew Tridgell1996-05-051-247/+7
* move quotas support out of server.cAndrew Tridgell1996-05-051-0/+330
* turn on KEEP_PASSWORD_SERVER_OPEN by defaultAndrew Tridgell1996-05-051-2/+2
* handle being passed a dptr of -1 to mean "close all open dir handles".Andrew Tridgell1996-05-051-0/+13
* - close the listening socket in the child process when running as a daemonAndrew Tridgell1996-05-051-12/+16
* - use issafe()Andrew Tridgell1996-05-041-12/+15
* fix a netgroup bug (innetgr() was being called with the args in theAndrew Tridgell1996-05-041-2/+1
* move the dot_pos calculation down a bitAndrew Tridgell1996-05-041-2/+2
* use the new issafe() macro instead of isalnum() and strchr()Andrew Tridgell1996-05-041-2/+1
* Initial version imported to CVS Samba Release Account1996-05-0411-0/+16088