| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reintegrate Macintosh changes while keeping Proven's changes | Ezra Peisach | 1995-09-11 | 8 | -66/+78 |
* | Replace function declaration back to taking an int. SOCKET is defined as | Ezra Peisach | 1995-09-11 | 2 | -2/+9 |
* | Convert C+ comment to older 'standard' C style comment | Ezra Peisach | 1995-09-11 | 2 | -1/+5 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 167 | -2757/+17228 |
* | When checking for master in tthe list of valid encryption types, do not | Ezra Peisach | 1995-09-10 | 2 | -1/+6 |
* | Add des-cbc-crc to supported_enctypes as krb5_edit requires it to generate ra... | Ezra Peisach | 1995-09-10 | 2 | -3/+7 |
* | supported_keytypes -> supported_enctypes in the kdc.conf file | Ezra Peisach | 1995-09-09 | 2 | -1/+5 |
* | Set the encryption type before decrypting | Ezra Peisach | 1995-09-09 | 2 | -0/+7 |
* | (gss_delete_sec_context): Add extra indirection so that we actually | Theodore Tso | 1995-09-09 | 3 | -6/+14 |
* | decrypt_key.c: Upon error, after freeing contents field, set to | Ezra Peisach | 1995-09-08 | 2 | -0/+9 |
* | Changes to compile under AIX--made a while back but never committed | Sam Hartman | 1995-09-08 | 3 | -0/+16 |
* | If V4 compatibility is not enabled, provide a dummy routine for | Ezra Peisach | 1995-09-08 | 2 | -1/+16 |
* | Added Macintosh source tree for mac development | Keith Vetter | 1995-09-08 | 30 | -667/+10068 |
* | Renamed a file since the Mac can't have two files with the same name | Keith Vetter | 1995-09-08 | 5 | -12/+22 |
* | * scc_gennew.c (krb5_scc_generate_new): don't use automatic | Mark Eichin | 1995-09-07 | 2 | -1/+8 |
* | Globally change use of ENCTYPE_DES_CBC_MD5 to DEFAULT_KDC_ENCTYPE, so | Theodore Tso | 1995-09-07 | 1 | -7/+9 |
* | srv_key.c: Globally change use of ENCTYPE_DES_CBC_MD5 to | Theodore Tso | 1995-09-07 | 3 | -3/+22 |
* | Use official IANA assigned name for the port, which is kpasswd, not | Theodore Tso | 1995-09-07 | 2 | -1/+10 |
* | Use KRB5_ADM_SERVICE_INSTANCE for the instance name, instead of | Theodore Tso | 1995-09-07 | 2 | -2/+7 |
* | * ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanup | Chris Provenzano | 1995-09-07 | 2 | -4/+8 |
* | * kdb5_verify.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -14/+18 |
* | * kdc5_hammer.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -16/+20 |
* | * kdb5_mkdums.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -12/+16 |
* | * ktest.c, ktest_equal.c, ktest_equal.h : | Chris Provenzano | 1995-09-06 | 4 | -15/+20 |
* | * test1.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -3/+7 |
* | * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, | Chris Provenzano | 1995-09-06 | 31 | -123/+133 |
* | * ktf_g_ent.c, ktf_remove.c, ktf_util.c, ktfile.h : | Chris Provenzano | 1995-09-06 | 5 | -13/+18 |
* | * read_servi.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -4/+7 |
* | * kdb5_err.et : Change KRB5_KDB_BAD_KEYTYPE to KRB5_KDB_BAD_ENCTYPE | Chris Provenzano | 1995-09-06 | 3 | -2/+6 |
* | * scc_read.c, scc_write.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -5/+8 |
* | * file_read.c, file_write.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -4/+7 |
* | * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h, | Chris Provenzano | 1995-09-06 | 7 | -25/+29 |
* | * get_cred.c, mk_priv.c, mk_safe.c, rd_priv.c, rd_req.c, rd_safe.c, | Chris Provenzano | 1995-09-06 | 8 | -9/+14 |
* | * DNR.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -1/+5 |
* | * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c, | Chris Provenzano | 1995-09-06 | 9 | -25/+30 |
* | * adm_kt_dec.c, adm_kt_enc.c, alt_prof.c, keysalt.c, str_conv.c : | Chris Provenzano | 1995-09-06 | 6 | -70/+74 |
* | * accept_sec_context.c, init_sec_context.c, util.c : | Chris Provenzano | 1995-09-06 | 4 | -5/+9 |
* | * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -7/+11 |
* | * md5crypto.c, t_cksum.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -6/+9 |
* | * md4crypto.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -4/+7 |
* | * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c | Chris Provenzano | 1995-09-06 | 7 | -19/+23 |
* | * cryptoconf.c, des_crc.c, des_md5.c raw_des.c | Chris Provenzano | 1995-09-06 | 5 | -9/+13 |
* | * cnv_tkt_skey.c, conv_creds.c, get_cred.c k524init.c krb524d.c, | Chris Provenzano | 1995-09-06 | 7 | -13/+18 |
* | * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c : | Chris Provenzano | 1995-09-06 | 6 | -68/+72 |
* | * admin_server.c, kadm_funcs.c kadm_ser_wrap.c : | Chris Provenzano | 1995-09-06 | 4 | -26/+30 |
* | * adm_adm_func.c, adm_fmt_inq.c, adm_funcs.c, adm_process.c, | Chris Provenzano | 1995-09-06 | 7 | -35/+39 |
* | * admin.c, passwd.c, srv_key.c, srv_main.c : | Chris Provenzano | 1995-09-06 | 5 | -40/+44 |
* | * kadmin5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -11/+14 |
* | * osconf.h : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -1/+4 |
* | * adm.h, adm_proto.h kdb.h : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 4 | -11/+14 |