summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* From Mark Eichin:Gravatar Kenneth G Raeburn1991-02-20
* Made several log messages more clear or informative; fixedGravatar Kenneth G Raeburn1991-02-04
* Disabled class_deregister debug log messages.Gravatar Kenneth G Raeburn1991-02-04
* (admin_dispatch): If a bdump is in progress, discard offers.Gravatar Kenneth G Raeburn1991-01-28
* Deleted initialization of bdump_sin.Gravatar Kenneth G Raeburn1991-01-28
* Renamed _losinghost to losinghost; added new & delete ops.Gravatar Kenneth G Raeburn1991-01-28
* Increased verbosity of many syslog strings.Gravatar Kenneth G Raeburn1991-01-28
* Added declarations for srandom and getpid.Gravatar Kenneth G Raeburn1991-01-28
* Improved (?) hash function behavior for short strings.Gravatar Kenneth G Raeburn1991-01-28
* Made `dispatch' static. Fixed some preprocessing problems.Gravatar Kenneth G Raeburn1991-01-28
* Made statically defined chaaracter classes "const".Gravatar Kenneth G Raeburn1991-01-08
* Make command table "const".Gravatar Kenneth G Raeburn1991-01-08
* Install header files in ${ATHINCDIR}.Gravatar Kenneth G Raeburn1991-01-07
* Changed SIGTYPE to one not reserved for implementation.Gravatar Kenneth G Raeburn1991-01-07
* Do signal-handler return types properly under Ultrix.Gravatar Kenneth G Raeburn1991-01-07
* Build hostmanager recipient name from Zephyr realm, rather thanGravatar Kenneth G Raeburn1990-12-28
* Added prototype for ZSendList.Gravatar Kenneth G Raeburn1990-12-27
* Don't define MAX and MIN macros if they are already defined.Gravatar John F. Carr1990-12-22
* cert_routine is type Z_AuthProcGravatar John F. Carr1990-12-22
* Add c and PW libraries for macII.Gravatar Kenneth G Raeburn1990-12-21
* Define srandom to be srand48 on macII.Gravatar Kenneth G Raeburn1990-12-21
* Change NULL to '\0' when used as (char).Gravatar John F. Carr1990-12-21
* A/UX doesn't have setpriority.Gravatar Kenneth G Raeburn1990-12-21
* Forgot FD_CLR...Gravatar Kenneth G Raeburn1990-12-21
* Define fd_set macros for macII.Gravatar Kenneth G Raeburn1990-12-21
* Cleaned up preprocessor directives; eliminated unneeded header files.Gravatar Kenneth G Raeburn1990-12-21
* Include time.h for macII also.Gravatar Kenneth G Raeburn1990-12-21
* Use unsigned char, not char, as array index.Gravatar John F. Carr1990-12-21
* Print newline after error messages; check return value of getpwuid().Gravatar John F. Carr1990-12-21
* Fix crash in wall when strings are read-only.Gravatar John F. Carr1990-12-21
* Change NULL to '\0' when used as type char.Gravatar John F. Carr1990-12-21
* [jfc] Use SRV_TIMEOUT instead of HM_TIMEOUT.Gravatar Kenneth G Raeburn1990-12-19
* Now uses SRV_TIMEOUT instead of HM_TIMEOUT.Gravatar Kenneth G Raeburn1990-12-19
* Use SRV_TIMEOUT instead of HM_TIMEOUT. Also, set file descriptorGravatar Kenneth G Raeburn1990-12-19
* Added new SRV_TIMEOUT of 30 seconds.Gravatar Kenneth G Raeburn1990-12-19
* Always log "ready for action" message.Gravatar Kenneth G Raeburn1990-12-16
* Need to allocate extra byte for null at end of string when readingGravatar John F. Carr1990-12-14
* Results of Z_cnvt_xtoi aren't characters...Gravatar Kenneth G Raeburn1990-12-13
* Declare cert_routine argument correctly.Gravatar John F. Carr1990-12-13
* Converted z_cnvt_xtoi to a macro for speed.Gravatar Kenneth G Raeburn1990-12-12
* Modified net_read/net_write and callers to use stdio file pointersGravatar Kenneth G Raeburn1990-12-12
* Eliminated enumeral bitfields. Reordered some functions. DefinedGravatar Kenneth G Raeburn1990-12-12
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
* #endif foo -> #endif /* foo */Gravatar John F. Carr1990-12-11
* kill_clt now takes ZServerDesc_t argument, address logged in errorGravatar Kenneth G Raeburn1990-12-11
* Adjusted constants: 5 "hello" notices to tardy servers, 2 minutesGravatar Kenneth G Raeburn1990-12-11
* Preserve errno in all signal handlers. In reap, call wait3 untilGravatar Kenneth G Raeburn1990-12-11
* Removed some unused code.Gravatar Kenneth G Raeburn1990-12-11
* ZDestination::~ZDestination is now unconditional.Gravatar Kenneth G Raeburn1990-12-11
* Made use of separate ~ZDestination unconditional; added operators newGravatar Kenneth G Raeburn1990-12-11