| Commit message (Expand) | Author | Age |
* | Kill off another MAXPATHLEN | Karl Ramm | 2012-02-05 |
* | Retool our use of configure such that we track it like everyone else does | Karl Ramm | 2011-10-23 |
* | _actually_ make the code work with heimdal. | Karl Ramm | 2011-02-21 |
* | Use different flags for krb5_cc_retrieve_cred if not using MIT Kerberos. | Karl Ramm | 2011-02-21 |
* | It is still not the 80s anymore -- remove all caddr_ts | Karl Ramm | 2011-02-02 |
* | make -DZ_DEBUG work | Karl Ramm | 2011-02-02 |
* | Explicitly define ZNotice_Kind constants + actually define the promised strings | Karl Ramm | 2011-02-02 |
* | ZOpenPort stashes the port number, no need to getsockname again | Karl Ramm | 2011-02-02 |
* | use system MIN | Karl Ramm | 2011-02-02 |
* | In the expired tickets case, authent->length is probably gibberish; | Karl Ramm | 2010-12-11 |
* | Apparently, on Linux at least, if you have an open UDP listening socket | Karl Ramm | 2010-12-04 |
* | No output, ever! We have com_err for a reason | Karl Ramm | 2010-12-04 |
* | check the return code from krb5_get_default_realm _before_ dereferencing | Karl Ramm | 2010-11-08 |
* | 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 |
* | utmp.h doesn't appear to be used for anything in Zinternal.c | Karl Ramm | 2010-11-06 |
* | stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitesp... | Karl Ramm | 2010-08-24 |
* | Typo. | Karl Ramm | 2010-08-22 |
* | rewrite ZMakeZcodeRealmAuthentication to be less ugly and shorter | Karl Ramm | 2010-08-22 |
* | tweak find_or_replace_uid storage algorithm | Karl Ramm | 2010-08-22 |
* | fixes for krb5 being more careful about ticket expiration | Karl Ramm | 2010-08-22 |
* | Note for posterity that this is an external-facing function | Karl Ramm | 2010-08-22 |
* | Make sure broken packets get timed out from the queue. | Karl Ramm | 2010-08-22 |
* | properly set the hostmanager address back if sending an ACK fails | Karl Ramm | 2010-08-22 |
* | multinotice values should just never be negative | Karl Ramm | 2010-08-22 |
* | fix an allocation-size braino and rearrange for readability | Karl Ramm | 2010-08-22 |
* | roleplay accordingly with sin_len and sin6_len values on BSD systems | Karl Ramm | 2009-12-18 |
* | Print only some fields of ZGetDestAddr to dodge sin_len | Karl Ramm | 2009-10-12 |
* | Print more info for certain test failures. | Karl Ramm | 2009-10-12 |
* | simplify error handling | Karl Ramm | 2009-10-08 |
* | when setting location, wait for SERVACKs _and_ SERVNAKS | Karl Ramm | 2009-08-11 |
* | Slightly more robust guess at what the noauth ZExpandRealm does | Karl Ramm | 2009-08-01 |
* | Further refactor the library locater, and make the doctests use it | Karl Ramm | 2009-08-01 |
* | More explicitly print the test results, and exit 1 if there was a failure | Karl Ramm | 2009-08-01 |
* | actually look search for the shared library, and hopefully also find it on | Karl Ramm | 2009-08-01 |
* | Remove the chock wedging things into DES mode and hopefully redo the keyusage... | Karl Ramm | 2009-07-26 |
* | corrections for style and prototypes for inet_ntoa to pass -Wall -Werror | Karl Ramm | 2009-07-26 |
* | redo packet parsing error handling | Karl Ramm | 2009-07-26 |
* | Factor the python library stuff out of the test suite and stick | Karl Ramm | 2009-07-15 |
* | Build on solaris | Karl Ramm | 2009-07-14 |
* | if we're reencoding a packet, don't blindly claim to have Z_NUMFIELDS | Karl Ramm | 2009-07-13 |
* | Check that we don't reformat a zephyr that started with fewer fields, so that... | Karl Ramm | 2009-07-12 |
* | Don't assume that we can guess the canonical name of localhost | Karl Ramm | 2009-06-20 |
* | add safety net for non-svn users. | Mark W. Eichin | 2009-05-02 |
* | fix some conditional-compilation issues that trip -Wunreachable-code | Karl Ramm | 2009-04-30 |
* | Set up a local UDP socket to drive testing | Karl Ramm | 2009-04-27 |
* | It turns out that sockpair /does/ work with AF_UNIX, SOCK_DGRAM, just not | Karl Ramm | 2009-04-27 |
* | draft packet tests - using pipe trick turns out not to work, though. | Mark W. Eichin | 2009-04-26 |
* | take ZGetDestAddr off the list | Mark W. Eichin | 2009-04-24 |
* | test that the file descriptor ZGetFD returns is actually a socket | Mark W. Eichin | 2009-04-24 |