summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAge
* add BUGS sectionGravatar John Kohl1988-07-11
|
* update vno.Gravatar John Kohl1988-07-08
|
* remove erroneous free/allocs for default subscriptiosn.Gravatar John Kohl1988-07-08
| | | | | | | We want the pointers to be into static (well, pseudo-static) storage so the caller only needs to free the subscription chain. (besides, extract_subscription has stuff point into the middle of a packet anyway)
* plug memory leakGravatar John Kohl1988-07-08
| | | | y
* be more careful about freeing stuff; plug memory leaksGravatar John Kohl1988-07-08
|
* cleanupGravatar John Kohl1988-07-01
|
* fix broken switch statementGravatar John Kohl1988-06-28
|
* use symbolic names for authentication flagGravatar John Kohl1988-06-28
|
* remove unused variableGravatar John Kohl1988-06-27
|
* remove obsolete xfreeGravatar John Kohl1988-06-25
|
* update version number to 3.0Gravatar John Kohl1988-06-25
| | | | add reset support
* 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
|
* missing initialization of packletGravatar John Kohl1988-06-24
|
* fix up sense_logoutGravatar John Kohl1988-06-24
|
* only add default subscriptions if this client did not comeGravatar John Kohl1988-06-24
| | | | from a brain dump
* fixes for server add/delete codeGravatar John Kohl1988-06-24
|
* need to specify an addr so that when we offer to the peerGravatar John Kohl1988-06-24
| | | | there is an addr that connect() will accept
* fix syslog error messagesGravatar John Kohl1988-06-23
|
* check answer if NULL before freeing.Gravatar John Kohl1988-06-23
| | | | | use ZFormatSmallRawNoticeList so that multi-packet notice doesn't ensue. initialize default_notice.z_sender on each pass through copy_def_subs.
* if queueing, don't free it yet (queue processors will free it)Gravatar John Kohl1988-06-23
|
* remove superfluous lineGravatar John Kohl1988-06-23
| | | | make sure length includes null term of string.
* fix rcsidGravatar John Kohl1988-06-23
|
* add server_reset()Gravatar John Kohl1988-06-22
| | | | bug fix (discovered via lint)
* add DEFAULT_SUBS_FILE, reset routinesGravatar John Kohl1988-06-22
| | | | ANSI-ize the CPP directives
* lint fixesGravatar John Kohl1988-06-22
|
* lint fixes along with bugfix (old calling seq on ZFormatRawNoticeList,Gravatar John Kohl1988-06-22
| | | | | some bad return statements, a change in default subscriptions to support subscr_subscribe_real
* cleanup auto-port assignment.Gravatar John Kohl1988-06-22
| | | | lint fix (bug fix: pass addr of buffer, not addr of addr of buffer)
* default subscription support.Gravatar John Kohl1988-06-21
| | | | fix some of the synopses at beginning of file
* default subscription supportGravatar John Kohl1988-06-21
|
* call subscr_sendlist for GIMMESUBS and GIMMEDEFSGravatar John Kohl1988-06-21
|
* Semantic change from ZCheckAuthentication: -1 means kerberos failedGravatar John Kohl1988-06-20
| | | | (and ==> unauthentic)
* 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
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
| | | | of ZFormatRawNotice; be sure to null out multinotice field
* 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 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
|