summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Expand)AuthorAge
* Fix some formatting, and add some paranoia about oversized headers.Gravatar Karl Ramm2010-08-22
* it is the TWENTY-FIRST CENTURY, we can STOP USING K&RGravatar Karl Ramm2009-08-09
* Factor out code that extacts a sockaddr_in from a notice (and stop using theGravatar Karl Ramm2009-07-29
* Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication.Gravatar Karl Ramm2009-07-27
* Refactor some gratuitously duplicated code in handle_packetGravatar Karl Ramm2009-07-26
* zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to f...Gravatar Karl Ramm2009-07-13
* For now, host managers have IPv4 addresses.Gravatar Karl Ramm2009-04-19
* The hash function should probably be unsigned.Gravatar Karl Ramm2009-04-10
* unused static function unless DEBUGGravatar Karl Ramm2009-03-22
* 19 fields zephyrgramsGravatar Karl Ramm2009-03-02
* propagate consting of ZGetRealmGravatar Karl Ramm2008-12-22
* replace gratuitous use sprintf with strncpy and edifying comment. Also fix f...Gravatar Karl Ramm2008-12-22
* complicated krb4 arithmetic -> MAX_PRINCIPAL_SIZEGravatar Karl Ramm2008-12-21
* remove packet address checkGravatar Karl Ramm2008-03-24
* collapse state of some non-debugging #if [01]'d codeGravatar Karl Ramm2008-01-21
* collapse state of a bunch of #if 0 and #if 1 debugging outputGravatar Karl Ramm2008-01-21
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...Gravatar Karl Ramm2008-01-21
* de K&RifyGravatar Karl Ramm2008-01-21
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* Reintroduce checksum enforcement changes.Gravatar Greg Hudson2001-04-10
* Revert last change; we're not ready to start enforcing checksums onGravatar Greg Hudson2001-03-05
* Changes from CMU:Gravatar Garry Zacheiss2001-02-26
* Remove an old compatibility compromise from back when we started requiringGravatar Greg Hudson2000-02-11
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Don't free nacked until we've finished looking at it (an alternativeGravatar Greg Hudson1998-10-16
* Keep track of how responsive clients have been and don't time out good ones.Gravatar Greg Hudson1998-09-02
* Check in the right version of this file for the last change (oops).Gravatar Greg Hudson1998-08-21
* Don't penalize clients when we get an EAGAIN or ENOBUFS from sendto().Gravatar Greg Hudson1998-08-21
* Eliminate some cruft: nuke two unused fields in the client structureGravatar Greg Hudson1998-07-16
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
* Remove an unneeded ampersand which was generating compiler type warnings.Gravatar Greg Hudson1997-09-23
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Support for more streamlined zephyr sending and other features.Gravatar Greg Hudson1994-10-31
* Use symbolic name "NOW" rather than t_localGravatar Richard Basch1994-03-15
* Use t_local structure, rather than calling gettimeofday()Gravatar Richard Basch1994-03-15
* Changed bzero/bcmp/bcopy to memset/memcmp/memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Changed bcopy/bzero to _BCOPY/_BZERO macros (in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
* Changed some of the logging levelsGravatar Richard Basch1993-03-22
* 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