summaryrefslogtreecommitdiff
path: root/server/hostm.c
Commit message (Expand)AuthorAge
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
* Changed bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
* Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
* host_not_losing): client_deregister free's clientGravatar Lucien Van Elsen1992-08-14
* pass sockaddr_in.sin_addr, not sockaddr_in to inet_ntoaGravatar Lucien Van Elsen1992-01-17
* turn off extra debugging info (for speed)Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* put more info in log messagesGravatar Kenneth G Raeburn1991-05-13
* Made many messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* Renamed _losinghost to losinghost; added new & delete ops.Gravatar Kenneth G Raeburn1991-01-28
* Build hostmanager recipient name from Zephyr realm, rather thanGravatar Kenneth G Raeburn1990-12-28
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* Cleanup work in host_detach; added hostm_lose_ignore.Gravatar Kenneth G Raeburn1988-10-19
* pass addr of notice, not noticeGravatar John Kohl1988-07-19
* define len, make buffer a char *, not char **Gravatar John Kohl1988-07-19
* fix possible problem with uninitialized fields in notice structureGravatar John Kohl1988-07-19
* remove superfluous lineGravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* initialize num_other_fields to zero.Gravatar John Kohl1988-06-17
* missing #include of <sys/socket.h>Gravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* remove excess stack variablesGravatar John Kohl1988-06-03
* add hostm_dump_hosts routine to dump the state to a file. AlsoGravatar John Kohl1988-02-28
* Some normal-mode debugging for location flush tracking.Gravatar John Kohl1988-02-05
* lint fix: extra arg needed for client_deregisterGravatar John Kohl1987-12-18
* set num_hosts before using it.Gravatar John Kohl1987-12-14
* extra arg to client_deregisterGravatar John Kohl1987-11-15
* lint cleanup (flush() not used)Gravatar John Kohl1987-11-09
* Fix up boot code; remove some debugging code that is uselessGravatar John Kohl1987-09-28
* fix external documentationGravatar John Kohl1987-08-09
* Robby didn't get all the ZFormatNotice stuff.Gravatar John Kohl1987-08-04
* Changed to handle new protocol and packet formatGravatar Robert S. French1987-08-01
* add doc of hostm_deathgram to beginning of moduleGravatar John Kohl1987-07-24
* Recommend servers when hosing hostmanagersGravatar John Kohl1987-07-22
* use insertion sorting on host list (faster than qsort)Gravatar John Kohl1987-07-16
* lint cleanupGravatar John Kohl1987-07-14
* Add actions for attach and detach.Gravatar John Kohl1987-07-14
* multiple host support. make server an index, not a pointer (easierGravatar John Kohl1987-07-09
* clean up order of functions, add comments, clean up null pointer checksGravatar John Kohl1987-07-07
* lint cleanupGravatar John Kohl1987-07-02
* support for actually checking if host is deadGravatar John Kohl1987-07-01
* first release versionGravatar John Kohl1987-07-01
* Initial revisionGravatar John Kohl1987-06-25