summaryrefslogtreecommitdiff
path: root/zhm/zhm.c
Commit message (Collapse)AuthorAge
...
* add flag 'booting' to indicate whether we have ever talked to a serverGravatar John Kohl1987-09-28
| | | | so that we send HM_BOOT messages to each server until one responds.
* Handles SIGHUP differently; Accepts HMCTL messages from localGravatar David C. Jedlinsky1987-09-27
| | | | client -- opcodes are flush and find a new server.
* Robby's peer review fixes.Gravatar David C. Jedlinsky1987-08-03
|
* Changed to handle new protocolGravatar Robert S. French1987-08-01
|
* Fixed index lossageGravatar Robert S. French1987-07-31
|
* Throws away byte-swapped notices, ignores servers on the wrong port.Gravatar David C. Jedlinsky1987-07-29
|
* Bug fix -- now actually @u(does) change to the suggested server.Gravatar David C. Jedlinsky1987-07-22
|
* Abstraction violation.Gravatar David C. Jedlinsky1987-07-21
|
* Writes a pid file. More statistics!!!Gravatar David C. Jedlinsky1987-07-21
| | | | Takes a suggested server upon SERVER_SHUTDOWN notice.
* Looks for a new server on SIGHUP.Gravatar David C. Jedlinsky1987-07-20
| | | | Returns whether in process of finding new server or not in STAT request.
* Removed cruft; moved detach() a little lower in init_hm().Gravatar David C. Jedlinsky1987-07-17
|
* Doesn't leak memory; Handles STAT messages!Gravatar David C. Jedlinsky1987-07-16
|
* minor cleansing.Gravatar David C. Jedlinsky1987-07-15
|
* Killed a bug with machines that don't have hesiod.Gravatar David C. Jedlinsky1987-07-10
|
* Modified boot and flush notices to handle HM_ATTACH and HM_DETACH.Gravatar David C. Jedlinsky1987-07-09
|
* Changed recipient field (now obsolete).Gravatar David C. Jedlinsky1987-07-09
|
* bug fixes, handles SIGTERM correctly, detaches from tty correctly.Gravatar David C. Jedlinsky1987-07-08
|
* Finished off major bugs - set up syslog calls soGravatar David C. Jedlinsky1987-06-30
| | | | HostManager can be compiled without DEBUG defined.
* Started adding timer routines, cleaned up other messes.Gravatar David C. Jedlinsky1987-06-29
|
* Daily checkin. Stomped a few bugs.Gravatar David C. Jedlinsky1987-06-27
|
* 90% finished - needs timer routines, and a few control things hereGravatar David C. Jedlinsky1987-06-25
| | | | and there.
* Works on the client side.Gravatar David C. Jedlinsky1987-06-16
| | | | | Uses internet port for both client and server. See rev. 1.1 to use unix domain sockets.
* Initial revisionGravatar David C. Jedlinsky1987-06-14