summaryrefslogtreecommitdiff
path: root/server/bdump.c
Commit message (Expand)AuthorAge
* rearrange so that most of the server code can be linked without main.cGravatar Karl Ramm2013-03-16
* Send IPv4 addresses ASCII-encoded in v4 bdumpsGravatar Jeffrey Hutzelman2013-02-17
* Avoid hello storms when a bdump failsGravatar Jeffrey Hutzelman2013-02-14
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* syslogging for evety tcp-ized packet slows things down too muchGravatar Karl Ramm2010-12-19
* Fix typoGravatar Karl Ramm2010-12-19
* fix subscriptions-too-wide-breaks-braindump problemGravatar Karl Ramm2010-07-28
* Refactor error handling slightly in get_tgtGravatar Karl Ramm2009-08-27
* get_tgt() should not fail if built krb5-only and it can't find a des keyGravatar Karl Ramm2009-08-27
* krb5_init_keyblock is ugly and I'm not sure what it's doing there anywayGravatar Karl Ramm2009-08-22
* if not HAVE_KRB5_C_DECRYPT, there's no krb5_enc_data type, and oh, look we do...Gravatar Karl Ramm2009-08-09
* Build on solarisGravatar Karl Ramm2009-07-14
* zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to f...Gravatar Karl Ramm2009-07-13
* fix some conditional-compilation issues that trip -Wunreachable-codeGravatar Karl Ramm2009-04-30
* use less oddball typesGravatar Karl Ramm2009-04-21
* krb5_data buffers are signed characters? Who knew?Gravatar Karl Ramm2009-04-08
* embarrasing brainoGravatar Karl Ramm2009-04-08
* amd64 anecdotally cares about the difference between NULL and 0 in some contextsGravatar Karl Ramm2009-04-03
* unused variableGravatar Karl Ramm2009-04-01
* move variable definition out of too-restrictive #ifdef scopeGravatar Karl Ramm2009-03-24
* Brain dumps used to stash the address of the client for which metadataGravatar Karl Ramm2009-03-23
* build everything successfully with -Wall -WerrorGravatar Karl Ramm2009-03-02
* dead codeGravatar Karl Ramm2009-01-22
* hack at traditional heimdal cryptoGravatar Karl Ramm2008-12-25
* make this work^H^H^H^Hcompile with HeimdalGravatar Karl Ramm2008-12-24
* do it all with krb5Gravatar Karl Ramm2008-12-24
* allow des key brain dumps from transition servers to krb5-only serversGravatar Karl Ramm2008-12-23
* #ifdef rearrangingGravatar Karl Ramm2008-12-21
* notdef'd variableGravatar Karl Ramm2008-01-21
* collapse state of a bunch of #if 0 and #if 1 debugging outputGravatar Karl Ramm2008-01-21
* no more NOENCRYPTIONGravatar Karl Ramm2008-01-21
* cast args to des_ecb_encrypt and des_quad_cksum to squash last warningsGravatar 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
* syslog what sort of authenticator we gotGravatar Karl Ramm2007-12-28
* ostensibly accept both sorts of authentication when offering brain dumps, and...Gravatar Karl Ramm2007-12-28
* gratuitous blank line removed; some common KRB[45]Gravatar Karl Ramm2007-12-26
* /afs/andrew.cmu.edu/usr18/cg2v/bdump-privmsg.diffGravatar Karl Ramm2007-12-25
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-server-20071215+.diffGravatar Karl Ramm2007-12-25
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* Remove kopt.c and the caching things that depend on it.Gravatar Garry Zacheiss2004-02-29
* Changes from CMU:Gravatar Garry Zacheiss2001-02-26
* close possible syslog format string holeGravatar Jonathon Weiss2000-10-04
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Revert version 1.50. Empirically, this workaround didn't seem to helpGravatar Greg Hudson1998-11-19
* If we get RD_AP_BADD from SendKerberosData(), this indicates that weGravatar Greg Hudson1998-10-21
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
* POSIX signal handlingGravatar Richard Basch1993-11-19