summaryrefslogtreecommitdiff
path: root/zhm
Commit message (Collapse)AuthorAge
* Changed hesiod to HESIOD to be consistent with athena.Gravatar David C. Jedlinsky1988-03-20
|
* Fixed a fatal bug in find_next_server().Gravatar David C. Jedlinsky1988-03-13
|
* Changed "hm.h" to "zhm.h" and bug fixes.Gravatar David C. Jedlinsky1988-02-25
| | | | Interim to 6.0 release.
* Changed "hm.h" to "zhm.h" and bug fixes.Gravatar David C. Jedlinsky1988-02-25
|
* Changed "hm.h" to "zhm.h" and fixed two lint complaints.Gravatar David C. Jedlinsky1988-02-25
|
* Changed "hm.h" to "zhm.h",Gravatar David C. Jedlinsky1988-02-25
| | | | fixed a few things that lint was complaining about.
* Changed timeouts.Gravatar David C. Jedlinsky1988-02-25
|
* Initial revisionGravatar Craig Fields1988-01-04
|
* Changed name to zhm.Gravatar David C. Jedlinsky1987-12-31
|
* Fixed lossage with control notices being enqueued.Gravatar Robert S. French1987-10-31
|
* Initial revisionGravatar C. Anthony DellaFera1987-10-31
|
* A few fixes.Gravatar David C. Jedlinsky1987-10-07
|
* Set to send a boot if we are deactivated.Gravatar David C. Jedlinsky1987-10-07
|
* Initial revisionGravatar David C. Jedlinsky1987-10-06
|
* Split hm.c into two more subfiles.Gravatar David C. Jedlinsky1987-10-06
|
* Changes consistent with split of hm.cGravatar David C. Jedlinsky1987-10-06
|
* 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.
* Changed to 2 retriesGravatar Robert S. French1987-08-05
|
* Robby's peer review code fixes.Gravatar David C. Jedlinsky1987-08-03
|
* 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
|
* Oops. Forgot to add an argument to new_server. (red face).Gravatar David C. Jedlinsky1987-07-24
|
* 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
|
* Redid some malloc stuff; added queue_len() for STATs.Gravatar David C. Jedlinsky1987-07-16
|
* 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
|
* Added syslog.h include.Gravatar David C. Jedlinsky1987-06-30
|
* Modified remove_notice_from_queue() so it doesn't destroy ACKsGravatar David C. Jedlinsky1987-06-30
| | | | in notices coming from the server - added syslog information.
* Finished off major bugs - set up syslog calls soGravatar David C. Jedlinsky1987-06-30
| | | | HostManager can be compiled without DEBUG defined.
* Initial revisionGravatar David C. Jedlinsky1987-06-29
|
* Fixed retransmit_queue().Gravatar David C. Jedlinsky1987-06-29
|
* Started adding timer routines, cleaned up other messes.Gravatar David C. Jedlinsky1987-06-29
|
* added retransmit_queue().Gravatar David C. Jedlinsky1987-06-27
|
* Daily checkin. Stomped a few bugs.Gravatar David C. Jedlinsky1987-06-27
|
* Works well, needs to have retransmit_queue() written.Gravatar David C. Jedlinsky1987-06-25
|
* 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-16
|
* Initial revisionGravatar David C. Jedlinsky1987-06-14