summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Collapse)AuthorAge
...
* Discard packets that are faking their source address.Gravatar Richard Basch1993-03-22
| | | | Only permissible exception: authentic and source is 0.0.0.0.
* 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 library.
* From eichin@watch.com: Enable "nack not found" message and provideGravatar Kenneth G Raeburn1991-03-26
| | | | some useful information in it.
* 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
| | | | | data in logs. Reordered flow in dispatch() to eliminate "dispatched" variable. If zdebug, log subscription cancellation.
* Made `dispatch' static. Fixed some preprocessing problems.Gravatar Kenneth G Raeburn1991-01-28
| | | | | New argument to dispatch obviates need for extra call to server_which_server.
* 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
| | | | added hostm_lose_ignore.
* 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
| | | | (and ==> unauthentic)
* always malloc a packet, use ZFormatSmallRawNotice insteadGravatar John Kohl1988-06-17
| | | | of ZFormatRawNotice; be sure to null out multinotice field
* 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
| | | | | | This allows us to use xmit() from other modules Also incorporate control_dispatch into this .c file.
* 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
| | | | if CONCURRENCY is defined within bdump_s.c
* 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
| | | | lint cleanup
* 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