summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
* remove obsolete xfreeGravatar John Kohl1988-06-25
* update version number to 3.0Gravatar John Kohl1988-06-25
* 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
* 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
* fix syslog error messagesGravatar John Kohl1988-06-23
* check answer if NULL before freeing.Gravatar John Kohl1988-06-23
* if queueing, don't free it yet (queue processors will free it)Gravatar John Kohl1988-06-23
* remove superfluous lineGravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* add server_reset()Gravatar John Kohl1988-06-22
* add DEFAULT_SUBS_FILE, reset routinesGravatar John Kohl1988-06-22
* lint fixesGravatar John Kohl1988-06-22
* lint fixes along with bugfix (old calling seq on ZFormatRawNoticeList,Gravatar John Kohl1988-06-22
* cleanup auto-port assignment.Gravatar John Kohl1988-06-22
* default subscription support.Gravatar John Kohl1988-06-21
* 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
* default format must be at least ""Gravatar John Kohl1988-06-17
* 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.Gravatar John Kohl1988-06-17
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
* 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
* remove spurious commentGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* add sense_logout code.Gravatar John Kohl1988-06-03
* only do auth if we have a hold on the client descriptorGravatar John Kohl1988-06-03
* sys/uio.h included here to make lint shut up.Gravatar John Kohl1988-06-03
* rearrange not-yet-acknowledged packets to be by destination, not client.Gravatar John Kohl1988-06-03
* Copyright fix, lint fixesGravatar John Kohl1988-06-03
* fix bad debugging statement, improve a comment, check return valuesGravatar John Kohl1988-06-03
* #ifdef CONCURRENT the self-queueing stuffGravatar John Kohl1988-06-03
* sys/uio.h is now in zserver.hGravatar John Kohl1988-06-03
* remove excess stack variablesGravatar John Kohl1988-06-03