summaryrefslogtreecommitdiff
path: root/lib/Zinternal.c
Commit message (Expand)AuthorAge
* Don't pass HMACKs through reassembly codeGravatar David Benjamin2013-08-08
* Mark cksum_map as constGravatar David Benjamin2013-08-08
* Treat obviously non-zephyr packets as badGravatar Jeffrey Hutzelman2013-02-27
* Send IPv4 addresses ASCII-encoded in v4 bdumpsGravatar Jeffrey Hutzelman2013-02-17
* Revert "Send IPv4 addresses ASCII-encoded, not ZCode"Gravatar Karl Ramm2013-02-16
* Send IPv4 addresses ASCII-encoded, not ZCodeGravatar Jeffrey Hutzelman2013-02-14
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* Add Camellia enctypes to the cksumtype mapGravatar Jeffrey Hutzelman2012-11-24
* Reject checksum if krb5_crypto_init failsGravatar Jeffrey Hutzelman2012-11-24
* Ignore garbage when packet len > message lenGravatar Jeffrey Hutzelman2012-11-24
* Mostly factor out Z_FormatRawHeaderGravatar Chaskiel Grundman2012-07-16
* make -DZ_DEBUG workGravatar Karl Ramm2011-02-02
* Explicitly define ZNotice_Kind constants + actually define the promised stringsGravatar Karl Ramm2011-02-02
* ZOpenPort stashes the port number, no need to getsockname againGravatar Karl Ramm2011-02-02
* utmp.h doesn't appear to be used for anything in Zinternal.cGravatar Karl Ramm2010-11-06
* tweak find_or_replace_uid storage algorithmGravatar Karl Ramm2010-08-22
* Make sure broken packets get timed out from the queue.Gravatar Karl Ramm2010-08-22
* properly set the hostmanager address back if sending an ACK failsGravatar Karl Ramm2010-08-22
* multinotice values should just never be negativeGravatar Karl Ramm2010-08-22
* fix an allocation-size braino and rearrange for readabilityGravatar Karl Ramm2010-08-22
* roleplay accordingly with sin_len and sin6_len values on BSD systemsGravatar Karl Ramm2009-12-18
* Remove the chock wedging things into DES mode and hopefully redo the keyusage...Gravatar Karl Ramm2009-07-26
* if we're reencoding a packet, don't blindly claim to have Z_NUMFIELDSGravatar Karl Ramm2009-07-13
* Check that we don't reformat a zephyr that started with fewer fields, so that...Gravatar Karl Ramm2009-07-12
* Brain dumps used to stash the address of the client for which metadataGravatar Karl Ramm2009-03-23
* fixup address in more placesGravatar Karl Ramm2009-03-03
* 19 fields zephyrgramsGravatar Karl Ramm2009-03-02
* make this work^H^H^H^Hcompile with HeimdalGravatar Karl Ramm2008-12-24
* remove macros complicating behind-the-scenes rearrangingGravatar Karl Ramm2008-12-24
* these would be handy to have in the share libraryGravatar Karl Ramm2008-12-23
* We don't really need a macro for ZGetRealm, do we?Gravatar Karl Ramm2008-12-22
* actually, this is in h/internal.hGravatar Karl Ramm2008-12-21
* Probably a reasonable maximum...Gravatar Karl Ramm2008-12-21
* cleanup various warnings from gcc -WallGravatar Karl Ramm2008-01-21
* factor out #if 0s and #if 1sGravatar Karl Ramm2008-01-20
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-lib-20071215.diffGravatar Karl Ramm2007-12-25
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
* Fix buffer overruns.Gravatar Greg Hudson2002-09-10
* Discard packets which don't begin with ZVERSIONHDR ("ZEPH") in case weGravatar Greg Hudson2000-01-26
* return ETIMEDOUT after 60 seconds when waiting for a reply from zhm.Gravatar Dan Winship1999-10-22
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Make __My_addr a struct in_addr and initialize it in ZInit() instead ofGravatar Greg Hudson1998-03-17
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
* We need __Zephyr_realm in the non-Kerberos case, since we no longerGravatar Greg Hudson1997-09-23
* From mhpower: avoid possible buffer overflows.Gravatar Greg Hudson1997-09-23
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Moved some of the new authentication code into a place where it won'tGravatar Greg Hudson1994-12-19
* Oops, get rid of debugging printf.Gravatar Greg Hudson1994-11-11