summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1996-07-30fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell3-29/+27
1996-07-17lots of changes to nmbdSamba Release Account1-1/+1
1996-07-10updated docs to match code mods from last two or three updates. doneSamba Release Account1-1/+1
1996-07-04modified become_master() to a state-based system. becoming a masterSamba Release Account1-27/+3
1996-07-03- moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell1-0/+5
1996-07-01patch to fix NetServerEnum with multiple workgroup lists kindly supplied.Samba Release Account1-3/+27
1996-06-10a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell5-13/+32
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell12-19/+7
1996-06-08- added comments to byteorder.h explaining how it works.Andrew Tridgell1-16/+92
1996-06-07- added predict.c, moving the routines from util.cAndrew Tridgell1-0/+146
1996-06-06- added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell3-26/+47
1996-06-05- remove some incorrect prototypes from server.cAndrew Tridgell1-5/+0
1996-06-05- changed some debug levels in clientutil.cAndrew Tridgell2-10/+20
1996-06-04add dummy quotas fnAndrew Tridgell1-0/+4
1996-06-04a huge pile of changes :-)Andrew Tridgell7-81/+60
1996-06-01- moved the uid handling to uid.cAndrew Tridgell4-403/+536
1996-05-31Lots of changes!Andrew Tridgell5-22/+53
1996-05-31comment out the code that tries to handle the NT bug where the 2ndAndrew Tridgell1-0/+2
1996-05-30- added an entry on WinDD to samba.faqAndrew Tridgell1-2/+3
1996-05-29handle errors from receive_smb better, and print error stringAndrew Tridgell1-3/+4
1996-05-29fixed a typoAndrew Tridgell1-1/+1
1996-05-29cleanups to make thinsg compile cleanlyAndrew Tridgell1-7/+10
1996-05-05made dptr_num signed to handle -1 from OS/2Andrew Tridgell1-1/+1
1996-05-05- fix a bug hanlding very log filenamesAndrew Tridgell1-247/+7
1996-05-05move quotas support out of server.cAndrew Tridgell1-0/+330
1996-05-05turn on KEEP_PASSWORD_SERVER_OPEN by defaultAndrew Tridgell1-2/+2
1996-05-05handle being passed a dptr of -1 to mean "close all open dir handles".Andrew Tridgell1-0/+13
1996-05-05- close the listening socket in the child process when running as a daemonAndrew Tridgell1-12/+16
1996-05-04- use issafe()Andrew Tridgell1-12/+15
1996-05-04fix a netgroup bug (innetgr() was being called with the args in theAndrew Tridgell1-2/+1
1996-05-04move the dot_pos calculation down a bitAndrew Tridgell1-2/+2
1996-05-04use the new issafe() macro instead of isalnum() and strchr()Andrew Tridgell1-2/+1
1996-05-04Initial version imported to CVS Samba Release Account11-0/+16088