summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * 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
* Add full prototypes for all functions. Fix calls to functions thatEzra Peisach1995-07-207-36/+193
* * 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
* Fix previous change by removing configure.in dependency onSam Hartman1995-07-193-2/+6
* (KRB5_SOCKADDR_SA_LEN): Add space before = to keep shell happyEzra Peisach1995-07-182-1/+6
* Update Makefile.in to use $(STEXT) so shared libs under AIX workSam Hartman1995-07-182-4/+11
* Bsd 4.4 has a field sa_len in struct sockaddr which is theSam Hartman1995-07-185-3/+49
* Remove per-realm parameters and prompting. No longer needed with KDC profilePaul Park1995-07-172-22/+13
* Add KDC profile handling and remove password promptingPaul Park1995-07-172-55/+48
* Fix handling of default etypePaul Park1995-07-174-4/+16
* git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5...Paul Park1995-07-172-186/+82
* Update calling sequence to krb5_db_fetch_mkey()Paul Park1995-07-176-1/+15
* Add KDC profile and stash file supportPaul Park1995-07-1719-59/+423
* 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
* Add DEFAULT_KEYFILE_STUB which puts the stashfile in the KDC libraryPaul Park1995-07-172-1/+8
* Describe changes to headers in this directoryPaul Park1995-07-171-0/+8
* Add stash file parameter to krb5_db_fetch_mkey()Paul Park1995-07-171-0/+1