| Commit message (Expand) | Author | Age |
... | |
* | Send IPv4 addresses ASCII-encoded in v4 bdumps | Jeffrey Hutzelman | 2013-02-17 |
* | server: Don't check auth on client acks | Jeffrey Hutzelman | 2013-02-14 |
* | server: Send SERVACK in response to GIMMESUBS | Jeffrey Hutzelman | 2013-02-14 |
* | Avoid hello storms when a bdump fails | Jeffrey Hutzelman | 2013-02-14 |
* | Clean up warnings | Jeffrey Hutzelman | 2013-02-14 |
* | Inline functions should be declared static | Jeffrey Hutzelman | 2013-01-31 |
* | Add IP-address and negative ACL entries | Jeffrey Hutzelman | 2013-01-19 |
* | add_subscriptions: fix botched merge | Jeffrey Hutzelman | 2012-11-24 |
* | ZCheckSrvAuthentication: fix auth context leak | Jeffrey Hutzelman | 2012-11-24 |
* | server: avoid blocking in tkt_lookup() | Derrick Brashear | 2012-11-24 |
* | Initialize notice objects | Chaskiel Grundman | 2012-11-24 |
* | Strip the authentication in realm_sendit | Chaskiel Grundman | 2012-07-16 |
* | Actually remove the #ifdef OLD_COMPAT and NEW_COMPAT code | Karl Ramm | 2012-02-11 |
* | log old-style checksum mismatches too | Karl Ramm | 2012-01-25 |
* | fix some formatting and whitespace bogons | Karl Ramm | 2012-01-25 |
* | Try and log more on authentication failures. | Karl Ramm | 2012-01-25 |
* | New version propagation to replace keyword substitution, part 1 | Karl Ramm | 2011-11-25 |
* | realm_auth_sendit_nacked fixups | Chaskiel Grundman | 2011-11-18 |
* | It is not the 80s anymore, so we have a printf directive for pointers | Karl Ramm | 2011-10-23 |
* | Retool our use of configure such that we track it like everyone else does | Karl Ramm | 2011-10-23 |
* | It is still not the 80s anymore -- remove all caddr_ts | Karl Ramm | 2011-02-02 |
* | syslogging for evety tcp-ized packet slows things down too much | Karl Ramm | 2010-12-19 |
* | Fix typo | Karl Ramm | 2010-12-19 |
* | Drop stale code for long-lost debugging malloc. | Karl Ramm | 2010-12-19 |
* | remove a stupid cpp trick | Karl Ramm | 2010-12-19 |
* | Restate error table dependencies such that make -j doesn't trip over itself | Karl Ramm | 2010-11-06 |
* | Have the makefiles support explicit target directories properly, courtesy wth... | Karl Ramm | 2010-11-06 |
* | clean up realm_sendit_auth | Karl Ramm | 2010-11-06 |
* | Clean up xmit | Karl Ramm | 2010-08-24 |
* | A argument for not doing a "quick change" at 3am. (braino, fixes previous) | Karl Ramm | 2010-08-24 |
* | Don't leak memory when refragmenting sketchy packets. | Karl Ramm | 2010-08-24 |
* | stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitesp... | Karl Ramm | 2010-08-24 |
* | Don't use MAXPATHLEN anymore. | Karl Ramm | 2010-08-24 |
* | Fix a leak if ZNewFormatSmallRawNotice fails. (thanks to nelhage@mit.edu for ... | Karl Ramm | 2010-08-22 |
* | Don't crash if the header mysteriously gets too big. (Thanks to nelhage@mit.... | Karl Ramm | 2010-08-22 |
* | Fix some formatting, and add some paranoia about oversized headers. | Karl Ramm | 2010-08-22 |
* | fix subscriptions-too-wide-breaks-braindump problem | Karl Ramm | 2010-07-28 |
* | Fix getting data out of gethostbyname; should fix #69 | Karl Ramm | 2010-07-28 |
* | It is the twenty-first century, we don't need #ifdef ladders anymore. | Karl Ramm | 2010-03-17 |
* | Refactor error handling slightly in get_tgt | Karl Ramm | 2009-08-27 |
* | get_tgt() should not fail if built krb5-only and it can't find a des key | Karl Ramm | 2009-08-27 |
* | For now check incoming interrealm stuff with both keyusages because it | Karl Ramm | 2009-08-27 |
* | krb5_init_keyblock is ugly and I'm not sure what it's doing there anyway | Karl Ramm | 2009-08-22 |
* | Fix a casefolding bug. [64-bit] | Karl Ramm | 2009-08-22 |
* | ZCheckSrvAuthentication says "YES", "NO", or "FAILED" | Karl Ramm | 2009-08-10 |
* | it is the TWENTY-FIRST CENTURY, we can STOP USING K&R | Karl Ramm | 2009-08-09 |
* | change the prototype variable name "class" to match the actual function "clas... | Karl Ramm | 2009-08-09 |
* | if not HAVE_KRB5_C_DECRYPT, there's no krb5_enc_data type, and oh, look we do... | 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 |