summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add magic number to krb5_auth_contextPaul Park1995-08-291-0/+1
* Add rcache serialization supportPaul Park1995-08-294-2/+225
* Add keytab serialization supportPaul Park1995-08-2911-4/+434
* Add magic numbers for DB_CONTEXT, AUTH_CONTEXT, KEYTAB, RCACHE and CCACHEPaul Park1995-08-292-0/+10
* Add ccache serialization supportPaul Park1995-08-298-2/+233
* Add context serialization support. Fix gcc -Wall complaintsPaul Park1995-08-292-8/+215
* Set and use priv_size in the krb5_encrypt_blockPaul Park1995-08-293-1/+8
* krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1995-08-288-0/+171
* Added new error codes KV5M_ALT_METHOD and KV5M_ETYPE_INFO_ENTRYTheodore Tso1995-08-282-0/+6
* * f_cksum.c: Change code to match prototypesEzra Peisach1995-08-2612-54/+64
* * des_crc.c, des_md5.c, raw_des.c: Remove casting in call toEzra Peisach1995-08-264-4/+8
* krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1995-08-265-1/+44
* Update file listTheodore Tso1995-08-2414-1/+35
* 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