summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* remove bogus char[]Gravatar John Kohl1988-06-15
* forgot to declare ptrGravatar John Kohl1988-06-15
* new style subscriptionsGravatar John Kohl1988-06-15
* new style locationGravatar John Kohl1988-06-15
* Initial revisionGravatar John Kohl1988-06-15
* add duplicate filter (short-term memory)Gravatar John Kohl1988-06-15
* fix arguments to Z_SendFragmentedNoticeGravatar John Kohl1988-06-15
* parameterize Z_SendFragmentedNotice and add ZSrvSendNoticeGravatar John Kohl1988-06-15
* parameterize Z_SendFragmentedNotice and add ZSrvSendListGravatar John Kohl1988-06-15
* remove debugging abort()Gravatar John Kohl1988-06-15
* fix RCS header nameGravatar John Kohl1988-06-15
* From RobbyGravatar John Kohl1988-06-15
* Initial revisionGravatar John Kohl1988-06-15
* For JohnGravatar Robert S. French1988-06-15
* when no KERBEROS, return the auth field supplied by the senderGravatar John Kohl1988-06-15
* All sorts of changes for ver 0.2Gravatar Robert S. French1988-05-17
* CleanupGravatar Robert S. French1988-05-13
* New mallocing, etc.Gravatar Robert S. French1988-05-13
* New mallocing stuffGravatar Robert S. French1988-05-13