summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add timestamp_to_sfstring()Paul Park1995-08-212-0/+67
* Describe previous changesPaul Park1995-08-181-0/+8
* Add multiprocess testingPaul Park1995-08-181-7/+128
* Fix database update and renamePaul Park1995-08-181-37/+109
* Fix krb5_dbm_db_end_update() and remove unused codePaul Park1995-08-172-29/+21
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-164-14/+21
* Pass the fd in instead of converting it from FILE *Chris Provenzano1995-08-163-12/+14
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-164-346/+203
* Add krb5_dbe_find_keytype() and clean up gcc -Wall complaintsPaul Park1995-08-152-4/+52
* * ktf_util.c: return KRB5_KEYTAB_BADVNO instead of -1Tom Yu1995-08-152-1/+5
* Fix various memory allocation and key/salt tuple related bugsPaul Park1995-08-093-6/+58
* Terminate variable arglist to krb5_build_principal_ext()Paul Park1995-08-092-1/+7
* fix typosTom Yu1995-08-091-3/+2
* * kdb_cpw.c (add_key_rnd): remove bletcherous aggregateTom Yu1995-08-092-22/+20
* Describe previous changesPaul Park1995-08-081-0/+7
* Fix Purify complaintPaul Park1995-08-082-0/+5
* Make sure unfilled data in krb5_key_data is zero in decode_princ_contentsPaul Park1995-08-081-0/+1
* Use correct length to malloc() in encrypt_key_data()Paul Park1995-08-081-1/+1
* Include $(NETIO_SRCS) in the list of source files, instead ofTheodore Tso1995-08-072-1/+4
* Use generic_gss_release_oid_set() instead of gss_release_oid_set() soTheodore Tso1995-08-072-1/+7
* If there is an error looking up the key, make sure the keytab isTheodore Tso1995-08-072-6/+15
* tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just asTheodore Tso1995-08-073-2/+13
* Improve keysalt handlingPaul Park1995-08-073-15/+31
* Restore input strings to their original state after parsingPaul Park1995-08-072-9/+16
* Fix another big-endian problemPaul Park1995-08-072-1/+8
* Manually initialize krbtgt_princ.dataPaul Park1995-08-072-1/+8
* Add new error KRB5_KDB_BAD_KEYTYPEChris Provenzano1995-08-072-0/+5
* New routines for changing passwords of new kdb entriesChris Provenzano1995-08-073-34/+396
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-0529-94/+171
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-044-128/+96
* Add new key/salt tuple handling modulesPaul Park1995-08-045-76/+222
* Add new error KRB5_KDB_BAD_SALTTYPEChris Provenzano1995-08-032-0/+7
* Describe previous changesPaul Park1995-08-031-0/+8
* Fix krb5_decode_princ_contents()Paul Park1995-08-031-1/+2
* Fix krb5_dbekd_encrypt_key_data()Paul Park1995-08-031-0/+3
* Fix krb5_aprof_get_deltat()Paul Park1995-08-032-2/+6
* * 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