summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Expand)AuthorAge
...
* Discard packets that are faking their source address.Gravatar Richard Basch1993-03-22
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
* More informative error messages; turn off others.Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* put more info in log messagesGravatar Kenneth G Raeburn1991-05-13
* also from eichin@watch.com: delete pktypes in favor of ZNoticeKindsGravatar Kenneth G Raeburn1991-03-26
* From eichin@watch.com: Enable "nack not found" message and provideGravatar Kenneth G Raeburn1991-03-26
* Compare inet addrs as long values, not with bcmp.Gravatar Kenneth G Raeburn1991-03-21
* Defined several "statistic" objects, and dump_stats routine to putGravatar Kenneth G Raeburn1991-03-08
* Made `dispatch' static. Fixed some preprocessing problems.Gravatar Kenneth G Raeburn1991-01-28
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* add BADSUBPORT supportGravatar John Kohl1990-01-10
* need case-insensitive matching for classes/instancesGravatar John Kohl1989-12-13
* make xmit xmit error log error addrGravatar John Kohl1989-11-30
* 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