summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* a bit of cleanup. Lint is needed hereGravatar John Kohl1988-06-18
|
* default format must be at least ""Gravatar John Kohl1988-06-17
| | | | | set num_other_fields to zero correct some syslog's
* initialize num_other_fields to zero.Gravatar John Kohl1988-06-17
|
* default format must be at least ""Gravatar John Kohl1988-06-17
| | | | set num_other_fields to zero
* set num_other_fields to zero.Gravatar John Kohl1988-06-17
| | | | | | | | send an ack to a current rev client. if changing or setting exposure, also update the time. location needs to be sent back to the sender. found is still a pointer, not an int (yet another bug) return an answer, not garbage
* 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
|
* new args for Z_FormatRawHeaderGravatar John Kohl1988-06-17
|
* use pointer system for figuring out how much to checksumGravatar John Kohl1988-06-17
|
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
| | | | of ZFormatRawNotice; be sure to null out multinotice field
* add send_outgoingGravatar John Kohl1988-06-17
|
* use send_outgoingGravatar John Kohl1988-06-17
|
* don't use ping if a cmd line arg was given.Gravatar John Kohl1988-06-17
| | | | clean up cmd-line message handling (make it work sanely)
* fix braindamage with timeoutsGravatar John Kohl1988-06-17
| | | | | | | | | | | | | | | move filtering to a better location only adjust Q_Size by the amount we are actually storing move qptr->msg alloc into server-specific routine (and past it for non-server) always take the header when a server copy message body when filling in the hole don't time out complete messages copy uid when it's filled in, not before it's filled in add version in Z_FormatHeader, not Z_FormatRawHeader return pointer to end of cksummed area (from Z_FormatRawHeader) send the partial notice, not the notice, when fragmenting. add missing semicolon
* make sure multinotice is nulled outGravatar John Kohl1988-06-17
| | | | | use send_outgoing instead of ZSendRawNotice--we need to preserve fragmentation information
* library updates (from rfrench)Gravatar John Kohl1988-06-16
|
* new kerberos routine namesGravatar John Kohl1988-06-16
|
* fix typoGravatar John Kohl1988-06-15
|
* fix typos and pointer/int confusion problemsGravatar John Kohl1988-06-15
|
* found is a pointer, not an intGravatar John Kohl1988-06-15
|
* remove typoGravatar John Kohl1988-06-15
|
* missing #include of <sys/socket.h>Gravatar John Kohl1988-06-15
|
* missing declaration of retvalGravatar John Kohl1988-06-15
|
* add Z_FILTERDEPTH for the suppression filterGravatar John Kohl1988-06-15
| | | | add declaration of Z_XmidFragment()
* add decl of xmit_frag()Gravatar John Kohl1988-06-15
|
* condense common codeGravatar John Kohl1988-06-15
| | | | new library fixes
* remove spurious commentGravatar John Kohl1988-06-15
|
* new library fixesGravatar John Kohl1988-06-15
| | | | also fix bug where host_lost wasn't propagated to other servers
* new library fixesGravatar John Kohl1988-06-15
|
* new library fixesGravatar John Kohl1988-06-15
|
* 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
| | | | | If server make sure all incoming packets are treated as complete parameterize Z_SendFragmentedNotice and add Z_XmitFragment
* 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
| | | | copy uid into multiuid if there is no multiuid field
* fix RCS header nameGravatar John Kohl1988-06-15
|
* From RobbyGravatar John Kohl1988-06-15
|
* For JohnGravatar Robert S. French1988-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
|