summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Expand)AuthorAge
* Dewarn with -DDEBUGGravatar Jeffrey Hutzelman2013-03-18
* server: add CLIENT_FLUSHSUBS control messageGravatar Jeffrey Hutzelman2013-02-26
* server: Don't check auth on client acksGravatar Jeffrey Hutzelman2013-02-14
* server: Send SERVACK in response to GIMMESUBSGravatar Jeffrey Hutzelman2013-02-14
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* Inline functions should be declared staticGravatar Jeffrey Hutzelman2013-01-31
* Add IP-address and negative ACL entriesGravatar Jeffrey Hutzelman2013-01-19
* Actually remove the #ifdef OLD_COMPAT and NEW_COMPAT codeGravatar Karl Ramm2012-02-11
* Try and log more on authentication failures.Gravatar Karl Ramm2012-01-25
* Clean up xmitGravatar Karl Ramm2010-08-24
* A argument for not doing a "quick change" at 3am. (braino, fixes previous)Gravatar Karl Ramm2010-08-24
* Don't leak memory when refragmenting sketchy packets.Gravatar Karl Ramm2010-08-24
* 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