summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-07-07added the recently shuffled and updated source files missed in theSamba Release Account10-40/+3414
previous commit (see previous log message for details) fixed bug in nameservreply.c: wrong macro in use (RSSVAL not IVAL!). did another make proto lkcl (This used to be commit d78b319062144d14a54408fce77ccc313ad58ee3)
1996-07-07tidied up: code shuffling and documentation.Samba Release Account20-2765/+1361
created namedb*.c nameservresp.c nameservreply.c and namepacket.c added modules to Makefile, downloading dan's current version first :-) shuffled docs to match source created more docs fixed bug in announce_backup() discovered when going nameannounce.doc: backup list requests to the master browser should be used when samba is not a master browser; backup list requests to the primary domain controller should be used when samba is not a primary domain controller. fixed bug in sync_server: it would never send MasterAnnounce packets. removed the code that ignored special browser names: these should only be ignored (except 0x1b names) when broadcasted name queries are sent, not when directed registration or directed queries are sent samba as a WINS server. (note: exactly what's going on is still uncertain). renamed NAME_QUERY_MST_SRV_CHK to NAME_QUERY_PDC_SRV_CHK (more accurate). renamed NAME_STATUS_MST_SRV_CHK to NAME_STATUS_PDC_SRV_CHK (more accurate). added secured WINS name registration: a new 'state' NAME_REGISTER_CHALLENGE; functions send_name_response(), response_name_query_register(); added sending of WAIT ACKNOWLEDGEMENT packet; added a reply_to_ip field to the response record structure so that after the name query challenge, you know who to inform of the outcome of that challenge. note: these are all currently untested modifications (yikes!) lkcl (This used to be commit b50ff657ddc29b81b4aa02a597e5affab197e4f2)
1996-07-05Added uninstallation from Makefile, either in parts or total uninstallSamba Release Account3-0/+111
Dan (This used to be commit b6343dd09cdbc52677975405c2a85595ad152e8c)
1996-07-05Changed install scripts so they don't have hardcoded valuesSamba Release Account3-26/+48
Dan (This used to be commit 2eccc5eea289fa4b6af120d0bc92d568ca925482)
1996-07-04namebrowse.c was using variable work uninitialised.Samba Release Account2-0/+5
remkproto'd proto.h lkcl (This used to be commit 166d70eba30a4b2773620f7cd9f0b84307b25472)
1996-07-04modified become_master() to a state-based system. becoming a masterSamba Release Account10-152/+281
is now performed in stages: wait for each NetBIOS name to be successfully registered before proceeding to the next stage. tied implicit name registration and release (broadcast method) to the same piece of code as explicit method (via WINS server). created special_browser_name() function that checks __MSBROWSE__ name: this name is ignored by WINS servers apparently. fixed likely incompatibility between refresh_my_names() and add_my_names(). (netbios entries were unlikely to be refreshed). NOTE: none of these changes have been tested. at all. lkcl (This used to be commit 7719fb06524a66ce5e3f30f3152ddb1e200c97f3)
1996-07-04Started uninstall in MakefileSamba Release Account2-3/+4
Updated some email addresses (This used to be commit a7be82ee6e56481b907ab3672b214639ec63c9b5)
1996-07-03generated new proto.hAndrew Tridgell1-168/+1
(This used to be commit 05107be5660c31a7c07dee467d61c44ffdffaf3e)
1996-07-03fixed conflict between two variables called dAndrew Tridgell1-3/+3
(This used to be commit 38135c854e6b5d126939e226f815bb1a8d727f69)
1996-07-03fixed conflict with global variable updatecountAndrew Tridgell1-5/+5
(This used to be commit ba478e94047cc4f92ae35a508c9e62855619e665)
1996-07-03fix Makefile - remove Lukes private stuff :-)Andrew Tridgell1-11/+17
rerun proto generator (This used to be commit 98568862ca5f9f48b389a42633732de831331189)
1996-07-03- moved the protocol defs in the client to keep sill C compilers happyAndrew Tridgell2-16/+20
- added change for cnum range in reply_tdis() (This used to be commit 609c3a5e1e3a8d9ba380a802ab3ecf6f47093846)
1996-07-02as a result of the writing of namework.doc, namework.c has been tidied up,Samba Release Account9-521/+646
some bugs fixed / documented and some discrepancies noted down (in namework.c as well as namework.doc) namebrowse.c and namelogon.c contain functions that were inappropriately placed in namework.c. namebrowse.c contains browse sync queue management functions that were inappropriately placed in namedb.c the 'cmd_type' member of response_record has been renamed to 'state' because that more accurately reflects it purpose (not entirely. sigh). fixed a bug in nameserv.c that meant the previous version wouldn't compile. there's probably a bit more... lkcl (This used to be commit a66417ebe871a1c1366c395ea4c7099852975e65)
1996-07-02updated low-level design documentation on nmbd. first draft of namework.docSamba Release Account3-15/+489
and updated the other two. lkcl (This used to be commit 96d242826d618f7dcdb1a1adf50d484df7e2a5c0)
1996-07-01patch to fix NetServerEnum with multiple workgroup lists kindly supplied.Samba Release Account1-3/+27
it works for him. needs testing. (This used to be commit 546c49080707c0cbaa6bfc928102d52826867592)
1996-07-01updated the NetBIOS code due to some bugs found by writing the first draftSamba Release Account3-268/+523
of the low level design docs. (This used to be commit 103012e5f2fac09598d60c4263c3a30992680729)
1996-07-01first draft of low-level design documents describing the operation ofSamba Release Account2-0/+564
nameserv.c and nameresp.c and their interaction with the rest of nmbd. (This used to be commit 875497d961fb7537ad850c97ba0bf4b1ed2121c3)
1996-06-29added local and remote interfaces (didn't get done in first attempt)Samba Release Account1-23/+34
(This used to be commit c0b0139d1a7816b027b2f1cf107487a4508ed92f)
1996-06-29luke's first attempt at using cvsSamba Release Account14-605/+2320
accidentally updated the Makefile updated the name database structure (again!). this time, there is one name database per local interface. there is also a pseudo-interface on ip 255.255.255.255. its purpose is to store WINS name entries. all the local interface name databases store SELF names only. the WINS name database stores non-special browser names. added wins.dat file: records WINS entries in ascii format. this is reloaded when nmbd restarts. added repeating code for response packets. timer is in seconds only at the moment. updated the response queue code to deal with samba registering with a WINS server a bit better (added more cases when a response isn't received). tidied up the response packet processing code and expire_response_queue() code. added cross references between response received and await-response expired code. added over-zealous code that checks all machines that register with samba as a WINS server (every 10 minutes i think): to see whether they are still alive or not (see rfc1001.txt) bug reported by terry@ren.pc.athabascau.ca: DNSFAILed names _stay_ as DNSFAIL, even though the machine may come back up and REGISTER. removed update_from_reg() function. it's not necessary, and it does too much. added code that announces on each local interface samba's ttl as zero and servertype as zero when nmbd is kill -TERMed first attempt at putting the first functionality of samba browsing back in (remote subnets should have samba appear in a workgroup specified through the lmhosts file) lots of other miscellaneous tidying up / chopping about. (This used to be commit 7e8c60cfe54060860e5ce20b1c3b8ec6aa5c54da)
1996-06-19Basic doc changes to keep up to date.Samba Release Account6-669/+41
Dan (This used to be commit 6d81d56f929e763bcf6b1f7a61aabaf884c4aad4)
1996-06-19 - deleted reduntant blank line at end of file (JHT)Samba Release Account1-1/+0
(This used to be commit 7960522e18bb34cba4fbc6ef0d68485d484c9cad)
1996-06-19- change date as a demo for johnAndrew Tridgell2-34/+32
- modified plp printing parser to work on my system (This used to be commit 9408f91e1b9a2482af96afe9df08e0a5fba60cdb)
1996-06-17Added source filename to give crude indexSamba Release Account1-0/+9
Dan 17 June 1996 (This used to be commit 5a72a6c8dfe3a0898db514c35a9d704c3627c41d)
1996-06-12demo of cvs - ignoreAndrew Tridgell1-1/+1
(This used to be commit 1a30ade78e31c5ffa889eedc998771b1bb98c246)
1996-06-10minor patch to allow host announcements to remote subnetsAndrew Tridgell3-59/+57
(This used to be commit e264a670e917102cfdbfce9ae76fbc4d548ddae4)
1996-06-10preparing for release of 1.9.16alpha10Samba Release Account1-1/+1
(This used to be commit a82ffca73e490f0fb9dbad43783ab55ac317a460)
1996-06-10a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell7-24/+43
also added paranoid code in the main process() loop of smbd to detect when smbd is looping uselessly. This should stop the "smbd is chewing lots of cpu" reports (This used to be commit 8e9dce34d50d673cb50531f0c4c7672ce2522cef)
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell47-419/+175
prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes (This used to be commit b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc)
1996-06-10documented the "max disk size" option.Andrew Tridgell1-0/+22
I'm sure I've done this before, we must have lost some patches a while ago? (This used to be commit 0c96ac512fe1f9baf35a8c1c0eb83e001ffb54df)
1996-06-10moved some more locking routines to locking.c, and moved replacementAndrew Tridgell4-444/+470
routines for broken OSes from util.c to replace.c. (This used to be commit 3ee9d45426a9b3b584d1ffb9f81af26790a83b4c)
1996-06-10updates from Luke to rename "domains" more accurately to "subnets"Andrew Tridgell7-102/+104
(This used to be commit 0a044c25abc363d8b202ff5d148259d624b92ea7)
1996-06-08preparing for release of 1.9.16alpha9Samba Release Account1-1/+1
(This used to be commit 32053cfa78fee6b549742ec1f6d240781b162a72)
1996-06-08more changes from LukeAndrew Tridgell4-161/+170
(This used to be commit df44f10d7492679dabe3b998e7bacfebbc49ea5e)
1996-06-08fixed the apana MIRRORS entryAndrew Tridgell1-2/+3
(This used to be commit f539b4bf6b47c1e22a688767001732abb6caaa0f)
1996-06-08changes from LukeAndrew Tridgell4-25/+69
(This used to be commit 5269aa277c635cfda65a27fd1b2e587ac181e1c3)
1996-06-08moved MSBROWSE into nameserv.hAndrew Tridgell1-4/+3
(This used to be commit 90fa15c45f1859306dc3ceb47bb0bb3452490227)
1996-06-08patches fromk Luke putting in symbolic names for time constantsAndrew Tridgell1-10/+7
(This used to be commit 79849b829314e5caf4f0f5b95e4a8a0c2c223f90)
1996-06-08- added comments to byteorder.h explaining how it works.Andrew Tridgell5-19/+163
- fixed problem with installscripts if srcdir is not set - fixed ptr init bug in interface.c - changed default lookup type in nmblookup to match nbtstat under NT - new quotas fixes for sunos and solaris (This used to be commit e775576f026d282473256aeac6fef65a85acd98e)
1996-06-07- added predict.c, moving the routines from util.cAndrew Tridgell12-155/+220
- added iface_count() and iface_n_ip() routines so its easy to loop over the local interface list - made readsize a normal loadparm global - check for null w in add_domain_entry() - set the deathtime to time()-1 for doamin entries with servertype==0 This allows servers that are shutting down to be removed - add the 0x1c name at startup if we are a WINS server. Previously we added it only if we were a master - loop over interfaces in add_my_domains(), so people don't have to have a lmhosts file to get lp_workgroup() on all interfaces - set add to True for find_workgroupstruct() in nmbsync, and check for null return - remove some ugly "errno = EBADF" bits. they just confused things. (This used to be commit 88b191b48836eeb7937f25b37d0bdd4a2276e5a7)
1996-06-06preparing for release of 1.9.16alpha8Samba Release Account1-1/+1
(This used to be commit 5a0d016b2432da9299d92b33d723534d91c8dcf4)
1996-06-06- added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell22-698/+836
and Netmask, instead replacing them with calls to routines in interface.c - got rid of old MAXINT define - added code to ensure we only return one entry for each name in the ipc enum routines - added new_only option to add_netbios_entry() to prevent overwriting of important names - minor time handling fixup (This used to be commit 7ed71b73ae745da099072eee36fc2700d1d91407)
1996-06-06added some notes on the new "interfaces" optionAndrew Tridgell3-7/+41
(This used to be commit 8eb701d0d6483d0f5c6de3640b38f98128cd321c)
1996-06-06preparing for release of 1.9.16alpha7Samba Release Account1-1/+1
(This used to be commit dfb7fa3ae405f4e23f3cc9e4bbe93029981c99dc)
1996-06-06fix a bug that meant alpha6 couldn't compile.Andrew Tridgell2-2/+4
(This used to be commit 07288091c322fdb9f63889e84cfc57fa6cb5f613)
1996-06-06add sunos private makefile to .ignoreAndrew Tridgell1-0/+1
(This used to be commit 60a8a9c006f16186320fb13109128db35595523c)
1996-06-05preparing for release of 1.9.16alpha6Samba Release Account1-1/+1
(This used to be commit ee330d60458c8f056b32dc3aa54a54ce6643186b)
1996-06-05- remove some incorrect prototypes from server.cAndrew Tridgell3-70/+45
- formatting cleanup in check_master_browser() - removed unused code from nameserv.c (This used to be commit ed3ef2e47d5039077993c6addaf44dce2bb1e780)
1996-06-05- changed some debug levels in clientutil.cAndrew Tridgell14-380/+368
- added dir_check_ftype() to clean up the file type checking a bit - added check for libc version >= 5 for setfsuid() for Linux - moved the AM_MASTER() and related macros to nameserv.h - added proper defines for the various netbios announce types - don't call the announce_backup() code, as I'm pretty sure its wrong it sent ANN_GetBackupListReq packets as broadcasts, they are supposed to be used only by clients to the master browser to find a list of available backup servers to remote a netserverenum to, I don't think nmbd should ever send one. - fixed a bug in the browse list writing - minor debug cleanups - put in the code to discard our own broadcasts (it won't work for multi-homed hosts though) - changed ELECTION_VERSION to 1 so we can be beaten by a NT 3.51 server by lowering the os level. - only do sync_browse_lists() if we are the master browser, otherwise we'll cause network overload - don't call tell_become_backup() as it appears to be badly broken, it should only be used when the machine being told has its MAINTAIN_LIST to to auto. Not calling it does no great harm anyway - fix a nasty bug where becomebackup was confused with reset browser! - make setbuffer() not get caught by the auto protototypes (This used to be commit cfbad9b08242962f41595273de08a7293fe432b1)
1996-06-04preparing for release of 1.9.16alpha5Samba Release Account1-1/+1
(This used to be commit f5c493192eb744c8cd015a828b5fba311bee0093)
1996-06-04updated the entry for Phillip HandsSamba Release Account1-2/+2
(This used to be commit 7f54e6b4606953e858a59b3d87640ed61f3a6332)