summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed an excess free() callTheodore Tso1994-09-152-1/+5
* Fixed bug reported by Bill Sommerfeld where a missing byte-swap on aTheodore Tso1994-09-152-3/+15
* Fixed stupid type in make install targetTheodore Tso1994-09-152-1/+4
* Two global variables didn't need to be global; changed to be staticTheodore Tso1994-09-092-2/+7
* Reversed order of \n\r to make jik happyTheodore Tso1994-09-092-1/+6
* Added declaration for strdup() if HAS_STRDUP is not definedTheodore Tso1994-08-313-0/+17
* Fix pointer aliasing problem between newkey and authent->subkeyTheodore Tso1994-08-202-0/+13
* Fix wrong OID's!Theodore Tso1994-08-202-12/+16
* Fix bug of trying to use freed memoryTheodore Tso1994-08-202-1/+10
* Added #ifdef NEED_SYS_FCNTL_H around <sys/fcntl.h>Theodore Tso1994-08-183-0/+8
* Fix KRB4 handling (was broken, just like kdc directory)Theodore Tso1994-08-184-14/+43
* always substituteMark Eichin1994-08-182-1/+8
* document previous stampingMark Eichin1994-08-181-0/+6
* stamp out rcs keywordsMark Eichin1994-08-1810-64/+10
* Fix broken $(KRB4)/lib/libdes.a inclusion in the Makefile --- should haveTheodore Tso1994-08-183-2/+8
* stamp out rcs keywordsMark Eichin1994-08-182-9/+2
* stamp out rcs keywordsMark Eichin1994-08-18400-2222/+350
* stamp out rcs keywordsMark Eichin1994-08-1854-285/+40
* stamp out rcs keywordsMark Eichin1994-08-1869-206/+70
* stamp out rcs keywordsMark Eichin1994-08-1893-302/+99
* stamp out rcs keywordsMark Eichin1994-08-1811-71/+11
* stamp out rcs keywordsMark Eichin1994-08-18213-3667/+213
* Fix to srvmatch so that when comparing the server, we ignore the realm forTheodore Tso1994-08-184-2/+30
* Added missing $(LIBS) to link lineTheodore Tso1994-08-182-1/+6
* Fixes for Solaris:Theodore Tso1994-08-184-1/+12
* Move usage() before main() to solve redeclaration errorTheodore Tso1994-08-182-6/+13
* Make krb5_encode_kdc_rep pass in the correct msg_type to the ASN.1Theodore Tso1994-08-172-1/+27