summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* fix order of setting auth flags [jtkohl]Gravatar John Kohl1988-09-09
* fix for select()/copyin() problemGravatar John Kohl1988-09-09
* add timeout codeGravatar John Kohl1988-08-15
* fix for case of non-KerberosGravatar John Kohl1988-08-08
* fix missing periodGravatar John Kohl1988-08-02
* fix copyright messageGravatar John Kohl1988-08-02
* fix copyright messageGravatar John Kohl1988-08-02
* add copyright and RCSidGravatar John Kohl1988-08-02
* change to use reserved function namesGravatar John Kohl1988-08-01
* revert to previous rev 1.3, using int's instead of shorts.Gravatar John Kohl1988-07-26
* plug memory leaksGravatar John Kohl1988-07-20
* patches so it does packet fragmentation itself to insure thatGravatar John Kohl1988-07-20
* add CLIENTACK to list of not-acked packetsGravatar John Kohl1988-07-20
* there are no authenticators in downlink messages from servers to clients.Gravatar John Kohl1988-07-20
* if the authent_len is <= 0, barf.Gravatar John Kohl1988-07-19
* when port == zero we need to use __Zephyr_portGravatar John Kohl1988-07-19
* Initial revisionGravatar Craig Fields1988-07-15
* clean up wordingGravatar John Kohl1988-07-11
* change names to protect the innocentGravatar John Kohl1988-07-10
* ack strategy was cpu-intensive and arguably incorrectGravatar John Kohl1988-07-10
* missing ZFreeNotice in non-error caseGravatar John Kohl1988-07-10
* add zmailnotify, zpopnotify, zshutdown_notifyGravatar John Kohl1988-07-08
* defaults don't need to be authenticatedGravatar John Kohl1988-07-08
* more intelligent select()Gravatar John Kohl1988-07-08
* 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
* add code to time out and/or detect old serversGravatar John Kohl1988-06-30
* lint fixesGravatar John Kohl1988-06-29
* auditing changesGravatar John Kohl1988-06-29
* use symbolic return valuesGravatar John Kohl1988-06-28
* be sensible with null pointers in Z_FormatRawHeaderGravatar John Kohl1988-06-27
* 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
* declare wgport as a short (for fscanf)Gravatar John Kohl1988-06-24
* should be a signed short, not unsignedGravatar John Kohl1988-06-23
* use a u_short, since that's what ports are really.Gravatar John Kohl1988-06-23
* lint fixesGravatar John Kohl1988-06-23
* add code for ZRetrieveDefaultSubscriptionsGravatar John Kohl1988-06-21
* add new error codes.Gravatar John Kohl1988-06-21
* if the Kerberos test fails, return -1 instead of zero (so it canGravatar John Kohl1988-06-20
* make the queue search routines run from front to back instead of vice-versaGravatar John Kohl1988-06-20
* set num_other_fields to zero.Gravatar John Kohl1988-06-17
* need to use a real portGravatar John Kohl1988-06-17
* add ZCompareMultiUIDPred()Gravatar John Kohl1988-06-17
* only if the result decodes do we do the checking.Gravatar John Kohl1988-06-17
* new args for Z_FormatRawHeaderGravatar John Kohl1988-06-17
* use pointer system for figuring out how much to checksumGravatar John Kohl1988-06-17
* fix braindamage with timeoutsGravatar John Kohl1988-06-17