summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* plug memory leakGravatar John Kohl1988-07-08
* be more careful about freeing stuff; plug memory leaksGravatar John Kohl1988-07-08
* defaults don't need to be authenticatedGravatar John Kohl1988-07-08
* more intelligent select()Gravatar John Kohl1988-07-08
* add different default descriptions as appropriateGravatar John Kohl1988-07-05
* missing ctype.h leads to undefined symbolsGravatar John Kohl1988-07-05
* varline was horribly broken. Cleaned up.Gravatar John Kohl1988-07-05
* cleanupGravatar John Kohl1988-07-01
* fix a spelling of un-subscriptionGravatar John Kohl1988-07-01
* add hide & unhideGravatar John Kohl1988-07-01
* add do_hideGravatar John Kohl1988-07-01
* need to #ifdef for getservbyname() alsoGravatar John Kohl1988-07-01
* fixes for new kerberos library (punt -lknet)Gravatar John Kohl1988-07-01
* add code to time out and/or detect old serversGravatar John Kohl1988-06-30
* fix un-subscription wording and $Revision:$Gravatar John Kohl1988-06-30
* add un-subscription supportGravatar John Kohl1988-06-30
* default subscription support, plus lots of other clean-upGravatar John Kohl1988-06-30
* add filsys supportGravatar John Kohl1988-06-29
* lint fixesGravatar John Kohl1988-06-29
* copyright dateGravatar John Kohl1988-06-29
* auditing changesGravatar John Kohl1988-06-29
* declare Z_RemQueue()Gravatar John Kohl1988-06-29
* lint fixes, plus removing unused functionsGravatar John Kohl1988-06-28
* fix broken switch statementGravatar John Kohl1988-06-28
* use symbolic names for authentication flagGravatar John Kohl1988-06-28
* use symbolic return valuesGravatar John Kohl1988-06-28
* return values for ZCheckAuthenticationGravatar John Kohl1988-06-28
* ZGetWGPort returns a short, so save stack spaceGravatar John Kohl1988-06-28
* oops, some of the extra if (...) logic really was needed.Gravatar John Kohl1988-06-28
* bzero the notice firstGravatar John Kohl1988-06-28
* fix z_default_format.Gravatar John Kohl1988-06-28
* wgport is a shortGravatar John Kohl1988-06-28
* fix up sizeof statementGravatar John Kohl1988-06-28
* change head to hm_head.Gravatar John Kohl1988-06-28
* bzero message.Gravatar John Kohl1988-06-27
* be sensible with null pointers in Z_FormatRawHeaderGravatar John Kohl1988-06-27
* upgrade to version from paris:/source/4.3/etcGravatar John Kohl1988-06-27
* fix up some brain-dead malloc strategies.Gravatar John Kohl1988-06-27
* declare init_queue() and retransmit_queue() as voidGravatar John Kohl1988-06-27
* remove unused variableGravatar John Kohl1988-06-27
* was including zephyr/zephyr.h twiceGravatar John Kohl1988-06-25
* zero out stack-allocated notices.Gravatar John Kohl1988-06-25
* z_port is unsigned; ZGetWGPort is signed, so we need an intermediateGravatar John Kohl1988-06-25
* cache the version number, and don't use malloc (a waste of memory)Gravatar John Kohl1988-06-25
* cache hostname and terminal in static storage.Gravatar John Kohl1988-06-25
* only format version onceGravatar John Kohl1988-06-25
* remove obsolete xfreeGravatar John Kohl1988-06-25
* update version number to 3.0Gravatar John Kohl1988-06-25
* we need to use the z_uid, not z_multiuid, for acknowledgement trackingGravatar John Kohl1988-06-25
* fix up defaults; add more debuggingGravatar John Kohl1988-06-24