summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * adm_kt_dec.c, adm_kt_enc.c, alt_prof.c, str_conv.c:Chris Provenzano1995-09-065-125/+26
* * accept_sec_context.c, init_sec_context.c, util_seed.c :Chris Provenzano1995-09-064-5/+11
* * md5crypto.c : Replace KEYTYPE_DES_CBC_MD5 for KEYTYPE_DESChris Provenzano1995-09-063-6/+14
* * md4crypto.c : Replace KEYTYPE_DES_CBC_MD4 for KEYTYPE_DESChris Provenzano1995-09-062-4/+8
* * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctypeChris Provenzano1995-09-066-12/+21
* * cryptoconf.c : Remove krb5_csarray.Chris Provenzano1995-09-065-23/+14
* get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then setTheodore Tso1995-09-026-55/+77
* Makefile.in (check-unix): Add a test case to make sureTheodore Tso1995-09-014-7/+18
* Serialize new time offset fields in the os_contextPaul Park1995-09-012-8/+36
* * toffset.c: Added new file which implements the abstract interfacesTheodore Tso1995-09-016-3/+178
* Test aname_to_lname during make checkPaul Park1995-08-313-0/+35
* Set magic number in krb5_rcachePaul Park1995-08-312-0/+7
* Update to GSSAPI-V2Paul Park1995-08-3132-295/+1622
* init_sec_context.c (krb5_gss_init_sec_context): Remove duplicatedEzra Peisach1995-08-302-23/+5
* Zero out newly allocated context so encrypt_block doesnt have garbagePaul Park1995-08-293-1/+8
* Add description of strings recognized by str_conv.cPaul Park1995-08-293-0/+255
* Describe previous changesPaul Park1995-08-292-0/+24
* Add magic numbers for GSSAPI data structuresPaul Park1995-08-291-1/+3
* Add prototypes for {im,ex}port_sec_context and kg_ser_context_initPaul Park1995-08-291-0/+17
* Add {im,ex}port_sec_context wrapper routinesPaul Park1995-08-291-0/+30
* Add new modules to support {im,ex}port of GSSAPI contextPaul Park1995-08-295-0/+1060
* Add prototypes for gss_{im,ex}port_sec_contextPaul Park1995-08-292-1/+15
* New test module for serialization routinesPaul Park1995-08-291-0/+714
* Add serialization support for K5 data structuresPaul Park1995-08-2912-3/+2997
* Copy keyblock from message instead of setting a pointer to data which is goin...Paul Park1995-08-291-1/+2
* Free allocated serializers when releasing contextPaul Park1995-08-291-0/+3
* Set magic number when initializing auth_contextPaul Park1995-08-291-104/+77
* 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