krb5.git
1995-11-29 Richard BaschCorrected a bug in the wrap-around carry (found bug...
1995-11-28 Richard BaschMake sure that each DES key is strong. If not, xor...
1995-11-28 Richard BaschCorrected bit rotation to match documented algorithm
1995-11-28 Richard BaschRemoved debugging assert() statement
1995-11-28 Ezra Peisachf_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const...
1995-11-28 Richard BaschThe output block of n-fold should not be a "const"
1995-11-28 Richard BaschAdded 3-DES MD5 mode constants
1995-11-28 Richard BaschCompile 3-DES MD5 routine
1995-11-28 Richard BaschAdded 3-DES MD5 checksum mode switch
1995-11-28 Richard BaschAdded 3-DES MD5 checksum mode
1995-11-28 Richard BaschAdded Triple-DES function prototypes and structures
1995-11-28 Richard BaschCompile in Triple-DES routines
1995-11-28 Richard BaschTriple DES shares the same random key initialization...
1995-11-28 Richard BaschTriple DES support routines
1995-11-28 Richard BaschTriple-DES support routines
1995-11-27 Tom Yu * state.c: use P properly so it won't break non-ansi...
1995-11-27 Tom Yu * rc_dfl.c (krb5_rc_dfl_init): default lifespan to
1995-11-27 Tom Yu * k5-int.h: Ultrix is broken. Hacked around by redefi...
1995-11-27 Tom Yu * preauth.c: Ultrix is broken. Prototype obtain_enc_t...
1995-11-18 Theodore TsoAdded missing prototype for krb5_encode_kdc
1995-11-18 Theodore TsoRemoved extra eblock argument from call to krb5_encode_...
1995-11-18 Theodore TsoMoved prototype of krb5_encode_kdc to k5-int.h
1995-11-18 Theodore TsoMoved prototype for encode_kdc_rep to k5-int.h, and...
1995-11-18 Theodore Tsoget_in_tkt.c (decrypt_as_reply):
1995-11-18 Theodore TsoMakefile.in, ChangeLog: Add support to compile shared...
1995-11-18 Theodore TsoFixed token type numbers so they conform with the proto...
1995-11-18 Theodore TsoRenamed filenames so they would be unique in an 8.3...
1995-11-17 Sam HartmanFix bogus duplication of code
1995-11-17 Sam Hartman Add IEXTEN to lflags
1995-11-17 Ezra Peisach(krb5_get_server_rcache): Use krb5_rc_default_type...
1995-11-16 Mark Eichin * *.c (*): initialize lock_arg to a copy of a static
1995-11-15 Chris Provenzano * ktest_equal.c (ktest_equal_krb5_etype_info_entry...
1995-11-15 Theodore TsoInitial checkin of Sun's (Derek's) multi-mechanism...
1995-11-15 Theodore TsoAdded ANL changes to support configuration authenticati...
1995-11-14 Theodore Tso* kdc_util.h: Added new prototypes for return_padata...
1995-11-13 Theodore Tso* preauth.c (krb5_process_padata): Added generalized...
1995-11-13 Theodore TsoAdded typedef for krb5_preauth_proces_proc, and changed...
1995-11-13 Theodore Tso* encrypt_data.c (krb5_encrypt_data): New file. A...
1995-11-13 Theodore TsoAdd prototypes for krb5_encrypt_data(), krb5_decrypt_data()
1995-11-13 Theodore TsoAdd prototypes for krb5_encrypt_data(), krb5_decrypt_data()
1995-11-13 Mark Eichin * def_realm.c (krb5_get_default_realm): check for...
1995-11-13 Mark Eichin * g_cnffile.c (krb__get_srvtabname): new function...
1995-11-13 Mark Eichin * conv_creds.c (krb524_convert_creds_kdc): loop throug...
1995-11-13 Mark Eichin * krb.h (KEYFILE): change to call krb__get_srvtabname...
1995-11-13 Mark Eichin * krb5.conf[libdefaults]: add krb4_config, krb4_realms
1995-11-13 Mark Eichin * telnetd.8: source tmac.doc for correct parsing
1995-11-13 Mark Eichin * main.c: initialize line (to avoid splitting up forwa...
1995-11-13 Mark Eichin * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.
1995-11-13 Mark Eichin * krshd.c (doit): drag TZ= from parent environment...
1995-11-13 Mark Eichin * Makefile.in (install-mkdirs): bash needs a semicolon...
1995-11-11 Ezra PeisachComment out encrypted telnet tests
1995-11-09 Chris Provenzano * TODO : Remove krb5_enctype argument from string_to_k...
1995-11-09 Chris Provenzano * t_cksum.c : Remove krb5_enctype from krb5_str...
1995-11-09 Chris Provenzano * string2key.c : Remove krb5_enctype from krb5_...
1995-11-09 Chris Provenzano * fetch_mkey.c, kdb_cpw.c, t_kdb.c :
1995-11-09 Chris Provenzano * in_tkt_pwd.c : Remove krb5_enctype from krb5_...
1995-11-09 Chris Provenzano * kdb5_verify.c : Remove krb5_enctype from...
1995-11-09 Chris Provenzano * kdc5_hammer.c : Remove krb5_enctype from...
1995-11-09 Chris Provenzano * kdb5_mkdums.c : Remove krb5_enctype from...
1995-11-09 Chris Provenzano * krb5.hin : Remove krb5_enctype from krb5_stri...
1995-11-09 Chris Provenzano * kdb5_edit.c : Remove krb5_enctype from krb5_s...
1995-11-09 Chris Provenzano * kdb5_create.c : Remove krb5_enctype from krb5_string...
1995-11-09 Ezra Peisachsim_client.c (main): Use krb5_get_server_rcache instead...
1995-11-09 Theodore Tso* kdc_preauth.c (get_etype_info): Added function to...
1995-11-09 Theodore TsoRemove etype_info from the argument list of krb5_obtain...
1995-11-09 Theodore Tso* get_in_tkt.c (krb5_get_in_tkt): Remove the etype_info...
1995-11-09 Theodore TsoDon't require val->salt to be non-zero if val->lenth...
1995-11-09 Theodore TsoFix stupid typo when creating function
1995-11-09 Theodore Tso* krb5_encode_test.c (main): In case of an error in...
1995-11-09 Theodore Tso* asn1_k_decode.c (asn1_decode_etype_info_entry): If...
1995-11-08 Theodore Tso* krb5.hin: Add preauthentication type KRB5_PADATA_ETYP...
1995-11-08 Theodore TsoAdded new function to free a krb5_etype_info structure
1995-11-08 Theodore TsoChange use of krb5_clockskew to be context->clockskew
1995-11-08 Theodore Tso* krbconfig.c: Removed the krb5_clockskew variable
1995-11-08 Theodore TsoUpdated reference files for the new structures now...
1995-11-08 Theodore Tso* kdc_util.c (): Added new helper functions
1995-11-08 Theodore Tso* krb5.hin: Removed internal functions krb5_encrypt_tkt...
1995-11-08 Theodore Tso* encrypt_tk.c (cleanup_scratch): Changed interface...
1995-11-08 Theodore TsoFree the realm_kdc_ports element of the structure
1995-11-08 Theodore TsoAdded magic number for krb5_preauth_ops
1995-11-08 Theodore Tso* krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc...
1995-11-08 Theodore Tso* krb5_decode_test.c (main): Add tests for decode_krb5_...
1995-11-08 Theodore TsoUpdated TODO list
1995-11-08 Keith VetterFix build problem on Mac caused by multiple definitions...
1995-11-08 Keith VetterImprove password dialog and credentials list in Mac CNS
1995-11-07 Theodore Tso * kdb.h: Added prototype for krb5_dbe_search_enctype...
1995-11-07 Theodore Tso* kdb_xdr.c (krb5_dbe_search_enctype): Make a more...
1995-11-04 Theodore Tsomcc_ops.c: Remove excess code which is defined in fcc_ops.c
1995-11-04 Theodore TsoAdded the ccache/memory subdirectory
1995-11-04 Theodore TsoAdded memory subdirectory
1995-11-04 Theodore TsoAdded memory-based credentials cache
1995-11-03 Mark Eichinstamp out festering Imakefiles
1995-11-03 Mark Eichinremove rcs keyword cruft which doesn't make much sense...
1995-11-03 Chris Provenzano * adm.h : Constant changes for the new kadmin...
1995-11-03 Chris Provenzano * decrypt_key.c (krb5_dbekd_decrypt_key_data()) :...
1995-11-02 Theodore TsoAdd support for Linux shared libraries
1995-11-02 Ezra PeisachIf invoked with the -D port option, do not die if prope...
1995-11-01 Theodore TsoMake mit_des_finish_key() safe to call even if there...
1995-10-30 Richard BaschMissing 'break' statement during option parsing;
1995-10-30 Ezra PeisachFix all paths in document, convert tabs to spaces for...
next