summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
* use #define'd name for the serviceGravatar John Kohl1988-11-14
| | | | when not KERBEROS, use a pre-defined realm
* don't compile if not KERBEROSGravatar John Kohl1988-11-14
|
* Initial revisionGravatar John Kohl1988-11-14
|
* fix order of setting auth flags [jtkohl]Gravatar John Kohl1988-09-09
|
* fix for select()/copyin() problemGravatar John Kohl1988-09-09
| | | | [jtkohl]
* 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
| | | | There was no way to return port #65535.
* plug memory leaksGravatar John Kohl1988-07-20
|
* patches so it does packet fragmentation itself to insure thatGravatar John Kohl1988-07-20
| | | | subscriptions are not split across packet boundaries
* 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
| | | | return auth_failed when things have failed
* 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
| | | | add stuff about "misc functions'
* 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
| | | | value holder to compare to -1.
* 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
| | | | use windowgram's port number for consistency
* 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
| | | | be distinguished)
* 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
| | | | | use a real port. compare MultiUID's
* need to use a real portGravatar John Kohl1988-06-17
| | | | | | default format needs to be at least "" compare MultiUID's free up used resources
* add ZCompareMultiUIDPred()Gravatar John Kohl1988-06-17
|
* only if the result decodes do we do the checking.Gravatar John Kohl1988-06-17
|