summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Expand)AuthorAge
* log fake addressesGravatar John Kohl1989-11-10
* add support for subscriptions without defaultsGravatar John Kohl1989-05-04
* Fixed a broken switch statement; changed meaning of iui restriction;Gravatar Kenneth G Raeburn1988-10-19
* fix broken switch statementGravatar John Kohl1988-06-28
* use symbolic names for authentication flagGravatar John Kohl1988-06-28
* we need to use the z_uid, not z_multiuid, for acknowledgement trackingGravatar John Kohl1988-06-25
* missing initialization of packletGravatar John Kohl1988-06-24
* call subscr_sendlist for GIMMESUBS and GIMMEDEFSGravatar John Kohl1988-06-21
* Semantic change from ZCheckAuthentication: -1 means kerberos failedGravatar John Kohl1988-06-20
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
* missing declaration of retvalGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* only do auth if we have a hold on the client descriptorGravatar John Kohl1988-06-03
* rearrange not-yet-acknowledged packets to be by destination, not client.Gravatar John Kohl1988-06-03
* Barf if requeueing and not concurrent.Gravatar John Kohl1988-02-05
* Support for concurrency locking. Not ifdef'd since it will only be usedGravatar John Kohl1988-02-05
* lint fixesGravatar John Kohl1987-12-18
* remove useless warningGravatar John Kohl1987-09-28
* bulletproof from bad types (byte swapped, usually)Gravatar John Kohl1987-07-24
* protection for when we are brain dumping;Gravatar John Kohl1987-07-22
* transmit restrictions include class_inst == senderGravatar John Kohl1987-07-17
* name change subscr_list_free -> subscr_free_listGravatar John Kohl1987-07-17
* make pktypes globalGravatar John Kohl1987-07-14
* plug up memory holes; change name of is_server to server_which_serverGravatar John Kohl1987-07-14
* added multiple server support; dike out some debugginGravatar John Kohl1987-07-09
* new debug style, clean up null pointer checks and comments.Gravatar John Kohl1987-07-07
* clean up dispatch, add comments describing external funcsGravatar John Kohl1987-07-02
* need to pass the HM_CTL to the hostm_dispatchGravatar John Kohl1987-07-01
* first release versionGravatar John Kohl1987-07-01
* Initial revisionGravatar John Kohl1987-06-19