krb5.git
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...
1995-10-30 Richard BaschWhen showing a principal with the "show" command, itera...
1995-10-30 Ezra Peisach Add /usr/lib/ispell/ispell.words for Linux
1995-10-28 Theodore TsoExtensive reworking of the structure of this file to...
1995-10-27 Ezra PeisachFix off by one in malloc for reading in name
1995-10-25 Theodore TsoFix to properly malloc password buffer, instead of...
1995-10-25 Theodore TsoChange the input type of do_mutual to be OM_int32 inste...
1995-10-25 Theodore TsoFor the windows, add the oldnames library to the link...
1995-10-25 Ezra PeisachRun db checks before going into subdirs and dejagnu...
1995-10-25 Richard BaschDisallow changes to AOUT_LD_* environment variables
1995-10-24 Richard BaschFor compatibility with older .conf files, keep the...
1995-10-24 Richard BaschReversed the check for strchr(). If strchr(varp, ...
1995-10-24 Theodore TsoManually defined PROVIDE_* for Macintosh and MS-DOS...
1995-10-24 Theodore TsoAdded new error code KRB5_GET_IN_TKT_LOOP
1995-10-24 Richard BaschRather than displaying the master key version twice...
1995-10-24 Richard BaschRead the V4 Kerberos master key from /.k. Only prompt...
1995-10-24 Richard BaschTry to do a best realm match for a hostname, trying...
1995-10-23 Richard Basch1. Do not end syslog messages with \n (it messes up...
1995-10-23 Richard BaschPrint messages using \r\n so that the display in binary...
1995-10-23 Richard BaschPrint all statements using \r\n so that they will be...
1995-10-23 Richard Baschsyslog statements should not be called with \n
1995-10-23 Theodore TsoAdd new option 's' which automatically stashes the...
1995-10-23 Sam HartmanFix typo
1995-10-23 Ezra Peisach rd_req_dec.c (krb5_rd_req_decoded): For heirarchal...
1995-10-22 Sam HartmanMinor fix to last commit
1995-10-21 Sam HartmanIncorperate utmpx patch to take advantage of longer...
1995-10-21 Sam HartmanIntegrate patch including functionality from David...
1995-10-21 Ezra PeisachGo into config-files subdir in order to install the...
1995-10-21 Ezra PeisachInstall the manual pages and fix typo in kdc.conf.M
1995-10-21 Ezra PeisachInstall in ADMIN_BINDIR/ADMIN_MANDIR for concistency...
1995-10-20 Ezra PeisachDocument shared library support - including
1995-10-17 Ezra PeisachSimple Makefile to build the dvi and info forms of...
1995-10-17 Ezra Peisach * .Sanitize (Things-to-keep): Add Makefile
next