index
:
zephyr
master
an institutional/enterprise-scale real-time messaging and notification system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
dispatch.c
Commit message (
Expand
)
Author
Age
*
Fix some formatting, and add some paranoia about oversized headers.
Karl Ramm
2010-08-22
*
it is the TWENTY-FIRST CENTURY, we can STOP USING K&R
Karl Ramm
2009-08-09
*
Factor out code that extacts a sockaddr_in from a notice (and stop using the
Karl Ramm
2009-07-29
*
Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication.
Karl Ramm
2009-07-27
*
Refactor some gratuitously duplicated code in handle_packet
Karl Ramm
2009-07-26
*
zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to f...
Karl Ramm
2009-07-13
*
For now, host managers have IPv4 addresses.
Karl Ramm
2009-04-19
*
The hash function should probably be unsigned.
Karl Ramm
2009-04-10
*
unused static function unless DEBUG
Karl Ramm
2009-03-22
*
19 fields zephyrgrams
Karl Ramm
2009-03-02
*
propagate consting of ZGetRealm
Karl Ramm
2008-12-22
*
replace gratuitous use sprintf with strncpy and edifying comment. Also fix f...
Karl Ramm
2008-12-22
*
complicated krb4 arithmetic -> MAX_PRINCIPAL_SIZE
Karl Ramm
2008-12-21
*
remove packet address check
Karl Ramm
2008-03-24
*
collapse state of some non-debugging #if [01]'d code
Karl Ramm
2008-01-21
*
collapse state of a bunch of #if 0 and #if 1 debugging output
Karl Ramm
2008-01-21
*
passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...
Karl Ramm
2008-01-21
*
de K&Rify
Karl Ramm
2008-01-21
*
applied athena-update-branch patch
Karl Ramm
2007-12-25
*
Reintroduce checksum enforcement changes.
Greg Hudson
2001-04-10
*
Revert last change; we're not ready to start enforcing checksums on
Greg Hudson
2001-03-05
*
Changes from CMU:
Garry Zacheiss
2001-02-26
*
Remove an old compatibility compromise from back when we started requiring
Greg Hudson
2000-02-11
*
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Greg Hudson
1999-01-22
*
Don't free nacked until we've finished looking at it (an alternative
Greg Hudson
1998-10-16
*
Keep track of how responsive clients have been and don't time out good ones.
Greg Hudson
1998-09-02
*
Check in the right version of this file for the last change (oops).
Greg Hudson
1998-08-21
*
Don't penalize clients when we get an EAGAIN or ENOBUFS from sendto().
Greg Hudson
1998-08-21
*
Eliminate some cruft: nuke two unused fields in the client structure
Greg Hudson
1998-07-16
*
ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD
Greg Hudson
1997-10-25
*
Remove an unneeded ampersand which was generating compiler type warnings.
Greg Hudson
1997-09-23
*
Pull in sources from zephyr locker. See /mit/zephyr/repository for
Greg Hudson
1997-09-14
*
Support for more streamlined zephyr sending and other features.
Greg Hudson
1994-10-31
*
Use symbolic name "NOW" rather than t_local
Richard Basch
1994-03-15
*
Use t_local structure, rather than calling gettimeofday()
Richard Basch
1994-03-15
*
Changed bzero/bcmp/bcopy to memset/memcmp/memcpy [ANSI]
Richard Basch
1993-11-19
*
Changed bcopy/bzero to _BCOPY/_BZERO macros (in <zephyr/zephyr_conf.h>)
Richard Basch
1993-09-24
*
Changed some of the logging levels
Richard Basch
1993-03-22
*
Discard packets that are faking their source address.
Richard Basch
1993-03-22
*
saber complains about pure assignment statements in ifs-
Lucien Van Elsen
1992-08-14
*
More informative error messages; turn off others.
Lucien Van Elsen
1992-01-17
*
Converted back to ANSI C (with ifdef's for standard C)
Lucien Van Elsen
1991-12-04
*
put more info in log messages
Kenneth G Raeburn
1991-05-13
*
also from eichin@watch.com: delete pktypes in favor of ZNoticeKinds
Kenneth G Raeburn
1991-03-26
*
From eichin@watch.com: Enable "nack not found" message and provide
Kenneth G Raeburn
1991-03-26
*
Compare inet addrs as long values, not with bcmp.
Kenneth G Raeburn
1991-03-21
*
Defined several "statistic" objects, and dump_stats routine to put
Kenneth G Raeburn
1991-03-08
*
Made `dispatch' static. Fixed some preprocessing problems.
Kenneth G Raeburn
1991-01-28
*
C++ conversion and lots of modifications from summer & fall work
Kenneth G Raeburn
1990-11-13
*
add BADSUBPORT support
John Kohl
1990-01-10
[next]