summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* - revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1996-10-071-0/+3
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-051-1/+1
* I have fixed quite a few important bugs in this commit.Andrew Tridgell1996-10-051-14/+8
* - use workgroup from smb.conf in smbclientAndrew Tridgell1996-10-051-1/+2
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-7/+11
* backout all the changes to nmbd.Andrew Tridgell1996-10-021-2/+0
* - a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1996-10-021-0/+2
* removed all of lukes recent changes. I need to do a p2 release butSamba Release Account1996-08-241-2/+0
* - fixed bugs in nmb response packet checking.Samba Release Account1996-08-231-0/+2
* handle sigpipe better for server securityAndrew Tridgell1996-08-211-0/+14
* - fix a bug in NetServerEnum where counted and total were not countedAndrew Tridgell1996-08-201-40/+5
* fix a bug in the new chaining codeAndrew Tridgell1996-08-191-6/+10
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-80/+74
* - made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1996-08-171-5/+14
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-1/+1
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-7/+16
* - sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1996-08-131-22/+1
* applying login updates from jim@oxfordcc.co.uk, sent in bySamba Release Account1996-08-091-2/+2
* fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1996-07-301-23/+21
* a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1996-06-101-0/+21
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-3/+0
* - added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1996-06-061-3/+3
* - remove some incorrect prototypes from server.cAndrew Tridgell1996-06-051-5/+0
* a huge pile of changes :-)Andrew Tridgell1996-06-041-20/+9
* - moved the uid handling to uid.cAndrew Tridgell1996-06-011-286/+1
* Lots of changes!Andrew 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
* - fix a bug hanlding very log filenamesAndrew Tridgell1996-05-051-247/+7
* - 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
* Initial version imported to CVS Samba Release Account1996-05-041-0/+4300