summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* cache name was not being properly null-terminatedTheodore Tso1994-09-292-0/+4
* Make sure mod time on the dump_ok file is updated. (Some systemsTheodore Tso1994-09-292-0/+12
* Relink executable when libraries changeTheodore Tso1994-09-294-15/+79
* Oops.. Missing close braceTheodore Tso1994-09-291-0/+1
* Exit with a non-zero status if there was an error in an executed command.Theodore Tso1994-09-295-9/+145
* Add support for KRB5_KDCREP_SKEW error codeTheodore Tso1994-09-292-0/+6
* Added new error codes (from suggested changes from Openvision)Theodore Tso1994-09-292-0/+9
* Return new error codes KRB5_IN_TKT_REALM_MISTCH and KRB5_KDCREP_SKEWTheodore Tso1994-09-293-7/+28
* Added realm compare functionTheodore Tso1994-09-294-3/+27
* Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1994-09-292-3/+20
* Return the most recent key (with the greatest kvno) instead of theTheodore Tso1994-09-292-7/+25
* not quite first cut "safety" checkinTom Yu1994-09-292-0/+1272
* Relink executable when library changesTheodore Tso1994-09-296-6/+20
* (K4LIB): add libdes.a, needed for des_pcbc_encryptMark Eichin1994-09-291-1/+1
* * configure.in (srand48): check for srand48, and if it exists,Mark Eichin1994-09-292-0/+7
* Wed Sep 28 14:36:29 1994 Mark Eichin (eichin@rtl.cygnus.com)Mark Eichin1994-09-282-2/+7
* get NULL from stdio for sunosMark Eichin1994-09-282-0/+5
* = should have been == in commented out codeTheodore Tso1994-09-282-2/+7
* Fix to reflect fact that krb5_rc_dfl_close() now frees the rcache structureTheodore Tso1994-09-282-2/+6
* fix initial test/square-bracket bugMark Eichin1994-09-281-1/+1
* Change the interface of krb5_ktfile_read_entry andTheodore Tso1994-09-236-46/+45
* Add dependencies for the libraries (so the executables are automaticallyTheodore Tso1994-09-233-9/+9
* Make sure all object files are removed in a make clean operationTheodore Tso1994-09-231-3/+4
* Fix memory leak in klist --- the returned credentials should be freed beforeTheodore Tso1994-09-233-4/+11
* xfree() should have been krb5_xfree()Theodore Tso1994-09-232-6/+6
* Oops. One more free needed to be insertedTheodore Tso1994-09-231-0/+1
* Fix memory leak caused by not freeing top-level structureTheodore Tso1994-09-232-0/+6
* Make sure memory associated the credentials cache is freed after theTheodore Tso1994-09-234-10/+32
* Fix silly spelling typoTheodore Tso1994-09-232-2/+2
* Fix typo in comment. (Silly spelling mistake)Theodore Tso1994-09-231-1/+1
* Fix so that autoconf actually checks for bison/yacc/byacc, so that systemsTheodore Tso1994-09-234-1/+4
* Fix order of autoconf macros so that the tests can find CC properly.Theodore Tso1994-09-234-5/+14
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-2212-135/+378
* Fix memory leak in decode timestamp returnTheodore Tso1994-09-213-1/+15
* Fix typo which was causing krb5_encode_test.c to fail due to trying toTheodore Tso1994-09-212-1/+7
* Kbuild is a program which builds a Kerberos V5 distribution with aTheodore Tso1994-09-211-0/+63
* index() -> strchr()Theodore Tso1994-09-152-1/+5
* Put the tests directory under autoconfTheodore Tso1994-09-159-1/+116
* Put the tests directory under autoconfTheodore Tso1994-09-155-383/+425
* Create database with key version number of 1Theodore Tso1994-09-152-2/+7
* Initialize key version numbers to be 1Theodore Tso1994-09-152-3/+8
* Don't chop off last character of principal name if it is passed in toTheodore Tso1994-09-152-6/+12
* Only report errors to syslog if the debug flag is not set. (OtherwiseTheodore Tso1994-09-152-2/+9
* TODO file updated from tsx-11Theodore Tso1994-09-151-36/+40
* Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules, so that they workTheodore Tso1994-09-152-1/+6
* Use krb5_rd_req instead of krb5_rd_req_decode, to eliminate some codeTheodore Tso1994-09-152-19/+7
* Fix error string ("for reading" -> "for writing")Theodore Tso1994-09-152-1/+7
* Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)Theodore Tso1994-09-1517-214/+257
* Fix bug in V4 emulation where it was always assuming the master keyTheodore Tso1994-09-152-1/+25
* Fix a number of pointer aliasing bugsTheodore Tso1994-09-159-28/+62