summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
...
* log old-style checksum mismatches tooGravatar Karl Ramm2012-01-25
* fix some formatting and whitespace bogonsGravatar Karl Ramm2012-01-25
* Try and log more on authentication failures.Gravatar Karl Ramm2012-01-25
* New version propagation to replace keyword substitution, part 1Gravatar Karl Ramm2011-11-25
* realm_auth_sendit_nacked fixupsGravatar Chaskiel Grundman2011-11-18
* It is not the 80s anymore, so we have a printf directive for pointersGravatar Karl Ramm2011-10-23
* Retool our use of configure such that we track it like everyone else doesGravatar Karl Ramm2011-10-23
* It is still not the 80s anymore -- remove all caddr_tsGravatar Karl Ramm2011-02-02
* syslogging for evety tcp-ized packet slows things down too muchGravatar Karl Ramm2010-12-19
* Fix typoGravatar Karl Ramm2010-12-19
* Drop stale code for long-lost debugging malloc.Gravatar Karl Ramm2010-12-19
* remove a stupid cpp trickGravatar Karl Ramm2010-12-19
* Restate error table dependencies such that make -j doesn't trip over itselfGravatar Karl Ramm2010-11-06
* Have the makefiles support explicit target directories properly, courtesy wth...Gravatar Karl Ramm2010-11-06
* clean up realm_sendit_authGravatar Karl Ramm2010-11-06
* 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
* stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitesp...Gravatar Karl Ramm2010-08-24
* Don't use MAXPATHLEN anymore.Gravatar Karl Ramm2010-08-24
* Fix a leak if ZNewFormatSmallRawNotice fails. (thanks to nelhage@mit.edu for ...Gravatar Karl Ramm2010-08-22
* Don't crash if the header mysteriously gets too big. (Thanks to nelhage@mit....Gravatar Karl Ramm2010-08-22
* Fix some formatting, and add some paranoia about oversized headers.Gravatar Karl Ramm2010-08-22
* fix subscriptions-too-wide-breaks-braindump problemGravatar Karl Ramm2010-07-28
* Fix getting data out of gethostbyname; should fix #69Gravatar Karl Ramm2010-07-28
* It is the twenty-first century, we don't need #ifdef ladders anymore.Gravatar Karl Ramm2010-03-17
* 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
* For now check incoming interrealm stuff with both keyusages because itGravatar Karl Ramm2009-08-27
* krb5_init_keyblock is ugly and I'm not sure what it's doing there anywayGravatar Karl Ramm2009-08-22
* Fix a casefolding bug. [64-bit]Gravatar Karl Ramm2009-08-22
* ZCheckSrvAuthentication says "YES", "NO", or "FAILED"Gravatar Karl Ramm2009-08-10
* it is the TWENTY-FIRST CENTURY, we can STOP USING K&RGravatar Karl Ramm2009-08-09
* change the prototype variable name "class" to match the actual function "clas...Gravatar Karl Ramm2009-08-09
* if not HAVE_KRB5_C_DECRYPT, there's no krb5_enc_data type, and oh, look we do...Gravatar 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
* Remove the chock wedging things into DES mode and hopefully redo the keyusage...Gravatar Karl Ramm2009-07-26
* 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
* For now, host managers have IPv4 addresses.Gravatar Karl Ramm2009-04-19
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
* As in [2406], the C preprocessor has seen enough abuse; it is theGravatar Karl Ramm2009-04-10
* The hash function should probably be unsigned.Gravatar Karl Ramm2009-04-10
* kstuff.c:Gravatar Karl Ramm2009-04-10
* This needs to be positive. (are you sure?)Gravatar Karl Ramm2009-04-08