summaryrefslogtreecommitdiffstats
path: root/src/lib
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
* 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
* * localaddr.c (krb5_crypto_os_localaddr): Don't bash the returnTom Yu1995-07-292-11/+14
* 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
* Fix initialization of unparse_mod_princ_sizePaul Park1995-07-271-3/+3
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-279-588/+936
* 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
* * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagnameMark Eichin1995-07-212-3/+8
* * rc_dfl.c (rc_store): rename from store() to avoid conflict withMark Eichin1995-07-212-4/+9
* * localaddr.c: also add definition of max if it's not thereTom Yu1995-07-192-0/+5
* * localaddr.c: fix definition of ifreq_size so it actually worksTom Yu1995-07-192-1/+5
* Bsd 4.4 has a field sa_len in struct sockaddr which is theSam Hartman1995-07-183-3/+26
* Move stash file #define to osconf.h and add stash file name handlingPaul Park1995-07-173-5/+11
* Add KDC profile handling routinesPaul Park1995-07-172-5/+173
* Include netinet/in.h for ntohsSam Hartman1995-07-143-1/+5
* Add ability to exclude kdb4Paul Park1995-07-122-1/+15
* Add prototype for krb5_fcc_readEzra Peisach1995-07-112-1/+12
* Add prototype for krb5_scc_readEzra Peisach1995-07-112-0/+9
* If the key version number is specified, check to make sure that theTheodore Tso1995-07-112-2/+10
* Make sure the dbm context is initialized before we startTheodore Tso1995-07-092-0/+9
* Remove LDFLAGSPaul Park1995-07-0712-9/+28
* Find libcom_err in TOPLIBDPaul Park1995-07-073-2/+6
* Describe previous changesPaul Park1995-07-073-0/+30
* Use checksum verifierPaul Park1995-07-071-22/+10
* Build t_cksum under unixPaul Park1995-07-071-1/+11
* Add definition to select backwards compatability with old RSA-MD5-DESPaul Park1995-07-071-0/+1
* New checksum verifier testPaul Park1995-07-071-0/+200
* Add checksum verification procedure and dispatchPaul Park1995-07-071-4/+34
* Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatchPaul Park1995-07-071-6/+270