summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Don't always use the default realm on localhost, so that the domain to real...Sam Hartman1995-07-312-12/+10
* Check in first version of libptySam Hartman1995-07-3114-0/+1078
* Protect test for Gcc under AIX so it works with non-Gcc compilersSam Hartman1995-07-313-2/+11
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-315-135/+71
* Document new kadmin protocolPaul Park1995-07-311-14/+103
* Use new admin string conversion routinesPaul Park1995-07-3110-1184/+113
* Fix small problem with create_key_data()Paul Park1995-07-312-1/+6
* Describe previous changesPaul Park1995-07-311-0/+11
* Update to new kadmin protocolPaul Park1995-07-313-362/+634
* Add str_conv.cPaul Park1995-07-311-0/+1
* Update read_realm_params() to use string conversion routinesPaul Park1995-07-311-71/+128
* Add new string conversion routinesPaul Park1995-07-313-5/+832
* Add new kadmin protocol and string conversion definitionsPaul Park1995-07-312-40/+45
* Add string conversion prototypesPaul Park1995-07-311-0/+36
* * configure.in: Don't link with -lkadmTom Yu1995-07-2912-6/+19
* * localaddr.c (krb5_crypto_os_localaddr): Don't bash the returnTom Yu1995-07-292-11/+14
* Get etype from keytype via table instead of DEFAULT_KDC_ETYPEPaul Park1995-07-274-2/+14
* Use k5-int instead of krb5 and asn1.hPaul Park1995-07-273-4/+6
* kdbint.h is obsoletePaul Park1995-07-273-34/+4
* Find rsa-md5.h in the correct place. Use k5-int.hPaul Park1995-07-276-14/+12
* Include k5-int.h instead of specific internal include filesPaul Park1995-07-272-5/+6
* Remove inclusion of k5-config.hPaul Park1995-07-272-1/+7
* Cast mit_des_ecb_encrypt args correctlyPaul Park1995-07-272-3/+6
* Check for the sizes of short, int and longPaul Park1995-07-271-0/+3
* Add rsa-md5.hPaul Park1995-07-273-0/+74
* Do not include k5-config.h, it is no longer present or neededPaul Park1995-07-272-2/+4
* Describe previous changesPaul Park1995-07-271-0/+9
* Use des_int.h and fix compiler rumblingsPaul Park1995-07-271-2/+3
* Fix compiler rumblingsPaul Park1995-07-272-6/+6
* Use des_int.h instead of mit-des.hPaul Park1995-07-273-0/+3
* Inline the old contents of mit-des.hPaul Park1995-07-271-2/+50
* Set the KEYTYPE_DES keytable entry to the MD5 one if enabledPaul Park1995-07-272-0/+15
* Add --enable-des-cbc-md5 and friends to control cryptoconf.cPaul Park1995-07-271-0/+81
* Use the etype from krb5_keytype_array[mkey]Paul Park1995-07-272-6/+8
* Fix compiler complaints and remove dependence on mit-des.hPaul Park1995-07-273-4/+17
* Add --with-vague-errors and --with-kdc-kdb-update which controls KDC behaviorPaul Park1995-07-271-0/+28
* Remove dependence on mit-des.hPaul Park1995-07-272-3/+7
* Remove obsolete internal include filesPaul Park1995-07-2716-1360/+9
* Inline or remove internal include files. We only need k5-int.h for mostPaul Park1995-07-272-14/+1060
* Check for interrupted select in krshdPaul Park1995-07-272-2/+10
* Add --with-dbm checkPaul Park1995-07-274-0/+44
* Fix initialization of unparse_mod_princ_sizePaul Park1995-07-271-3/+3
* Use new kdb formatChris Provenzano1995-07-2716-672/+513
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-279-588/+936
* Define new kdb formatChris Provenzano1995-07-272-58/+170
* Added #define KEYTYPE_UNKNOWNChris Provenzano1995-07-272-0/+6
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* Fix bad shift value in verifier functionPaul Park1995-07-261-1/+1
* * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerrTom Yu1995-07-254-0/+66
* Include adm_proto.h for prototypes. Compiling with -Wmissing_prototypesEzra Peisach1995-07-217-1/+11