summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
* Initial revisionGravatar Lucien Van Elsen1991-12-04
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* Initial revisionGravatar Lucien Van Elsen1991-11-17
* increment counter while deleting a range of locationsGravatar Kenneth G Raeburn1991-05-13
* disabled a couple of messages.Gravatar Kenneth G Raeburn1991-05-13
* log more info when killing clientGravatar Kenneth G Raeburn1991-05-13
* put more info in log messagesGravatar Kenneth G Raeburn1991-05-13
* new debug msg, when adding clientGravatar Kenneth G Raeburn1991-05-13
* bdump version is a stringGravatar Kenneth G Raeburn1991-05-13
* ulogin_find now returns pointer-to-pointer so offsets work; callersGravatar Kenneth G Raeburn1991-04-02
* Use ZNoticeKinds instead of pktypes.Gravatar Kenneth G Raeburn1991-03-28
* Declare explicit return types for relational operators onGravatar Kenneth G Raeburn1991-03-26
* also from eichin@watch.com: delete pktypes in favor of ZNoticeKindsGravatar Kenneth G Raeburn1991-03-26
* From eichin@watch.com: Enable "nack not found" message and provideGravatar Kenneth G Raeburn1991-03-26
* Added warning about keeping ZCheckAuthentication consistent.Gravatar Kenneth G Raeburn1991-03-22
* SERVER_SRVTAB moved here.Gravatar Kenneth G Raeburn1991-03-21
* Remove name `_exposure_type'. `ZLocation_t' is now a class withGravatar Kenneth G Raeburn1991-03-21
* Use more specific names for counter array and `memset' routine.Gravatar Kenneth G Raeburn1991-03-21
* Remove SigBlock stuff.Gravatar Kenneth G Raeburn1991-03-21
* Declare rresvport if not using Kerberos.Gravatar Kenneth G Raeburn1991-03-21
* Use moncontrol only on some architectures.Gravatar Kenneth G Raeburn1991-03-21
* Compare inet addrs as long values, not with bcmp.Gravatar Kenneth G Raeburn1991-03-21
* Clear zct_block only if KERBEROS.Gravatar Kenneth G Raeburn1991-03-21
* nacklist is now initialized statically.Gravatar Kenneth G Raeburn1991-03-13
* Removed use of SignalBlock.Gravatar Kenneth G Raeburn1991-03-13
* Deleted SignalBlock class.Gravatar Kenneth G Raeburn1991-03-13
* Initialize nacklist with pointer to bss, rather than calling malloc.Gravatar Kenneth G Raeburn1991-03-08
* Added optimized versions of strlen and multiplication for RT, fromGravatar Kenneth G Raeburn1991-03-08
* Made many messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* Made some messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* Defined several "statistic" objects, and dump_stats routine to putGravatar Kenneth G Raeburn1991-03-08
* Moved some method defs into class def. Renamed ZDest::compare_stringsGravatar Kenneth G Raeburn1991-03-08
* Renamed ZDestination::compare_strings to ZDestination::order_strings.Gravatar Kenneth G Raeburn1991-03-08
* Moved printing code from ZALLOC_DEBUG to ZALLOC_DEBUG_PRINT.Gravatar Kenneth G Raeburn1991-03-08
* Raised NUM_REXMITS and LOSE_TIMO.Gravatar Kenneth G Raeburn1991-03-06
* Protect against multiple inclusions.Gravatar Kenneth G Raeburn1991-02-28
* If MPROF is defined, use standard C library memory allocator.Gravatar Kenneth G Raeburn1991-02-28
* Don't compile these routines if MPROF is defined.Gravatar Kenneth G Raeburn1991-02-28
* 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
* Build hostmanager recipient name from Zephyr realm, rather thanGravatar Kenneth G Raeburn1990-12-28
* A/UX doesn't have setpriority.Gravatar Kenneth G Raeburn1990-12-21
* Always log "ready for action" message.Gravatar Kenneth G Raeburn1990-12-16