summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
...
* Send IPv4 addresses ASCII-encoded in v4 bdumpsGravatar Jeffrey Hutzelman2013-02-17
* server: Don't check auth on client acksGravatar Jeffrey Hutzelman2013-02-14
* server: Send SERVACK in response to GIMMESUBSGravatar Jeffrey Hutzelman2013-02-14
* Avoid hello storms when a bdump failsGravatar 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
* add_subscriptions: fix botched mergeGravatar Jeffrey Hutzelman2012-11-24
* ZCheckSrvAuthentication: fix auth context leakGravatar Jeffrey Hutzelman2012-11-24
* server: avoid blocking in tkt_lookup()Gravatar Derrick Brashear2012-11-24
* Initialize notice objectsGravatar Chaskiel Grundman2012-11-24
* Strip the authentication in realm_senditGravatar Chaskiel Grundman2012-07-16
* Actually remove the #ifdef OLD_COMPAT and NEW_COMPAT codeGravatar Karl Ramm2012-02-11
* 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