summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1996-07-22removed the remote interfaces stuff.Andrew Tridgell12-65/+18
1996-07-22added lots of comments to the docs that Luke wrote on the internals ofAndrew Tridgell4-0/+157
1996-07-22added a bunch of comments to Lukes docs.Andrew Tridgell1-12/+59
1996-07-22minor debug output fixAndrew Tridgell1-1/+1
1996-07-22fix up problems with "smbclient -L". It now uses a genericAndrew Tridgell1-10/+20
1996-07-19preparing for release of 1.9.16alpha12Samba Release Account1-1/+1
1996-07-18NeXT needs #define pid_t int in includes.hSamba Release Account2-12/+6
1996-07-18preparing for release of 1.9.16alpha11Samba Release Account1-1/+1
1996-07-18minor cleanups ready for another releaseAndrew Tridgell5-9/+194
1996-07-18removed some debug stuff from lukeAndrew Tridgell1-6/+4
1996-07-17lots of changes to nmbdSamba Release Account19-206/+394
1996-07-10updated docs to match code mods from last two or three updates. doneSamba Release Account14-941/+241
1996-07-09missed nmbd.c in previous update.Samba Release Account2-25/+7
1996-07-09sorted out various timer delay bugs: nameannounce.c nameserv.cSamba Release Account11-106/+172
1996-07-07added the recently shuffled and updated source files missed in theSamba Release Account10-40/+3414
1996-07-07tidied up: code shuffling and documentation.Samba Release Account20-2765/+1361
1996-07-05Added uninstallation from Makefile, either in parts or total uninstallSamba Release Account3-0/+111
1996-07-05Changed install scripts so they don't have hardcoded valuesSamba Release Account3-26/+48
1996-07-04namebrowse.c was using variable work uninitialised.Samba Release Account2-0/+5
1996-07-04modified become_master() to a state-based system. becoming a masterSamba Release Account10-152/+281
1996-07-04Started uninstall in MakefileSamba Release Account2-3/+4
1996-07-03generated new proto.hAndrew Tridgell1-168/+1
1996-07-03fixed conflict between two variables called dAndrew Tridgell1-3/+3
1996-07-03fixed conflict with global variable updatecountAndrew Tridgell1-5/+5
1996-07-03fix Makefile - remove Lukes private stuff :-)Andrew Tridgell1-11/+17
1996-07-03- moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell2-16/+20
1996-07-02as a result of the writing of namework.doc, namework.c has been tidied up,Samba Release Account9-521/+646
1996-07-02updated low-level design documentation on nmbd. first draft of namework.docSamba Release Account3-15/+489
1996-07-01patch to fix NetServerEnum with multiple workgroup lists kindly supplied.Samba Release Account1-3/+27
1996-07-01updated the NetBIOS code due to some bugs found by writing the first draftSamba Release Account3-268/+523
1996-07-01first draft of low-level design documents describing the operation ofSamba Release Account2-0/+564
1996-06-29added local and remote interfaces (didn't get done in first attempt)Samba Release Account1-23/+34
1996-06-29luke's first attempt at using cvsSamba Release Account14-605/+2320
1996-06-19Basic doc changes to keep up to date.Samba Release Account3-648/+8
1996-06-19 - deleted reduntant blank line at end of file (JHT)Samba Release Account1-1/+0
1996-06-19- change date as a demo for johnAndrew Tridgell2-34/+32
1996-06-17Added source filename to give crude indexSamba Release Account1-0/+9
1996-06-12demo of cvs - ignoreAndrew Tridgell1-1/+1
1996-06-10minor patch to allow host announcements to remote subnetsAndrew Tridgell3-59/+57
1996-06-10preparing for release of 1.9.16alpha10Samba Release Account1-1/+1
1996-06-10a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell7-24/+43
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell47-419/+175
1996-06-10moved some more locking routines to locking.c, and moved replacementAndrew Tridgell4-444/+470
1996-06-10updates from Luke to rename "domains" more accurately to "subnets"Andrew Tridgell7-102/+104
1996-06-08preparing for release of 1.9.16alpha9Samba Release Account1-1/+1
1996-06-08more changes from LukeAndrew Tridgell4-161/+170
1996-06-08changes from LukeAndrew Tridgell4-25/+69
1996-06-08moved MSBROWSE into nameserv.hAndrew Tridgell1-4/+3
1996-06-08patches fromk Luke putting in symbolic names for time constantsAndrew Tridgell1-10/+7
1996-06-08- added comments to byteorder.h explaining how it works.Andrew Tridgell5-19/+163