krb5.git
2003-03-14 no authorThis commit was manufactured by cvs2svn to create tag krb5-1.3-alpha1
2003-03-13 Tom Yu * Makefile.in (AWK): Default to awk, not gawk. User...
2003-03-13 Tom YuFirst cut release notes for 1.3 branch
2003-03-12 Ken RaeburnFix unaligned access found in alpha-linux testing:
2003-03-12 Ken RaeburnRewrite asn1_get_tag interface to use a structure point...
2003-03-10 Alexandra EllwoodOops. Forgot the leading underscore
2003-03-09 Ezra Peisach * t_kerb.c: Only include krb.h if krb4 support compile...
2003-03-08 Ken RaeburnYet another attempt at cross-directory dependencies...
2003-03-07 Alexandra EllwoodAdded krb5_principal2salt
2003-03-07 Alexandra EllwoodAdded USE_BUNDLE_ERROR_STRINGS to turn off add_error_ta...
2003-03-07 Alexandra Ellwood* krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_...
2003-03-07 Alexandra Ellwood* gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_T...
2003-03-07 Tom Yu * ovsec_kadmd.c (REQUIRED_PARAMS): Remove
2003-03-06 Tom Yu * preauth2.c (pa_sam_2): Add intermediate size_t varia...
2003-03-06 Sam HartmanAdd missing paren
2003-03-06 Alexandra EllwoodAdded new AES files
2003-03-06 Alexandra EllwoodAvoid redefined macro warnings by defining it to the...
2003-03-06 Alexandra EllwoodAdded function for KEYFILE macro
2003-03-06 Alexandra Ellwood* c_ustime.c: Removed Mac OS 9 code. * ccdefname.c...
2003-03-06 Alexandra Ellwood* appdefault.c: Fix constness to avoid warning. * init_...
2003-03-06 Alexandra Ellwood* stdcc.h, stdcc_util.h: Removed Mac header goober
2003-03-06 Alexandra Ellwood * ccdefault.c: Remove Mac header goober and include...
2003-03-06 Alexandra Ellwood* krb5_libinit.c: Removed Mac OS X header goober. ...
2003-03-06 Alexandra Ellwood* CCache-glue.c: Added prototypes for deprecated functi...
2003-03-06 Alexandra Ellwood* disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed...
2003-03-06 Alexandra Ellwood* disp_com_err_status.c, gssapi_generic.h: Removed...
2003-03-06 Alexandra Ellwood* gss_libinit.c: Removed Mac header goober. Fixed USE_H...
2003-03-06 Alexandra Ellwood* mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to...
2003-03-06 Alexandra Ellwood* prng.c: use Unix randomness sources on Mac OS X
2003-03-06 Alexandra Ellwood* des_int.h: Added prototype for mit_afs_crypt which...
2003-03-06 Alexandra Ellwood* krb5.h: Removed enumsalwaysint because there are...
2003-03-06 Alexandra Ellwood* osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that...
2003-03-06 Alexandra Ellwood* des.h, krb.h: Removed deprecated KfM functions. ...
2003-03-06 Alexandra Ellwood* cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode...
2003-03-06 Alexandra EllwoodKfM 5.0 krb5 project file
2003-03-06 Alexandra EllwoodAdded KfM export files on to trunk. There is now a...
2003-03-06 Alexandra EllwoodScripts to build KfM headers and error tables and a...
2003-03-06 Alexandra EllwoodThe prefix file for KfM 5.0. This file has all the...
2003-03-06 Alexandra Ellwood* profile.hin, prof_file.c (profile_flush_file_data...
2003-03-06 Alexandra Ellwood* com_err.c, com_err.h, error_message.c, et_c.awk,...
2003-03-06 Tom Yuuse kdb keytab for kadmind
2003-03-06 Tom Yu * acquire_cred.c (krb5_gss_register_acceptor_identity...
2003-03-05 Sam HartmanRemove kdb_dbm.h as it is unused
2003-03-05 Ken Raeburn* Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile.
2003-03-05 Ken Raeburn* Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add...
2003-03-05 Ken Raeburn* password_to_key.c (mit_passwd_to_key, afs_passwd_to_k...
2003-03-05 Ken Raeburnstring_to_key.c (krb5_c_string_to_key_with_params)...
2003-03-05 Ken RaeburnReduce local configure script's work by removing static...
2003-03-05 Ken RaeburnClean up PBKDF2 interface. Add s2k-params to string...
2003-03-05 Ken Raeburn* aes.c (krb5int_aes_init_state): Implement.
2003-03-05 Ken Raeburn* krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error...
2003-03-05 Ken RaeburnAdd AES string-to-key function
2003-03-05 Ken RaeburnDelete some unused declarations from old-crypto API
2003-03-05 Tom Yu * srv_rcache.c (krb5_get_server_rcache): Fix missed
2003-03-05 Ken Raeburn* compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.
2003-03-05 Sam HartmanFix rcache character test introduced in last commit
2003-03-05 Ken Raeburn* configure.in: Default to --disable-fakeka
2003-03-04 Sam HartmanDon't call shutdown after finishing writing
2003-03-04 Sam HartmanDo not expect sequence number in encrypted krb_cred
2003-03-04 Sam HartmanGSS_C_NO_CREDENTIAL should accept any principal
2003-03-03 Tom Yu * krb5-config.in (lib_flags): Prune out CFLAGS
2003-03-03 Ken Raeburn* pbkdf2.c (F): Now takes krb5_data for password and...
2003-03-03 Tom Yu * g_cnffile.c (krb__get_srvtabname): Keep strdup(...
2003-03-03 Tom YuRemove ADD_DEF and uses thereof, and move the appropria...
2003-03-02 Sam HartmanSubstitute DEPLIBEXT for library builds
2003-03-02 Sam HartmanUse com_err_deplib rather than an explicit path so...
2003-03-01 Tom YuThere isn't really a point to validating cred_handle...
2003-02-28 Ken RaeburnIgnore krb_err_txt.c
2003-02-28 Ezra Peisach * Makefile.in (clean-unix): Remove krb_err_txt.c on...
2003-02-28 Ezra Peisach * Makefile.in (clean): Cleanup testing objects and...
2003-02-27 Ken Raeburn* configure.in: Set and substitute maybe_kerberosIV.
2003-02-26 Ken Raeburnremove wrong comment
2003-02-25 Tom YuThanks, similar patch applied
2003-02-25 Tom YuHandle NULL result_string->data returned from error in
2003-02-25 Ken Raeburn* in_tkt.c: Include k5-util.h.
2003-02-25 Ken Raeburn* change_password.c (krb_change_password): Use int...
2003-02-24 Tom Yu * gssapi_krb5.c (kg_get_defcred): Revert previous...
2003-02-24 Sam HartmanFix typo pointed out by jenselby in doc pass
2003-02-21 Tom YuThis should fix things, but I don't have an easy way...
2003-02-21 Alexandra EllwoodFri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit...
2003-02-21 Alexandra EllwoodFri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit...
2003-02-21 Jen Selbydefault for noaddresses was wrong
2003-02-21 Sam HartmanFix typo that caused infinite loop in previous patch
2003-02-20 Jen SelbyAdded a few more tags in libdefaults
2003-02-20 Ken Raeburn* krb5.hin (krb5_princ_component): Return NULL if going...
2003-02-20 Ken Raeburn* configure.in: Check for sys/select.h and time.h
2003-02-15 Sam HartmanThe client sorts the enctype list returned by etype_inf...
2003-02-14 Ken Raeburn* Makefile.in (ETOUT): Replace $(S) with "/"
2003-02-14 Tom Yu * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid...
2003-02-13 Sam HartmanFix double free of AS key
2003-02-13 Ken Raeburn* Makefile.in (krb_err.h, kadm_err.h): Rebuild by going...
2003-02-13 Tom YuOops, add $(GSSAPI_KRB5_HDR) to all-unix
2003-02-13 Tom YuMore tweaks to deal with parallel builds
2003-02-12 Tom Yu * post.in (.dtmp): Use -DDEPEND to allow source files...
2003-02-12 Tom Yu * Makefile.in: Update dependencies.
2003-02-12 Tom Yu * CCache-glue.c: Delete in_tkt()
2003-02-11 Sam HartmanSupport credentials encrypted in the session key rather...
2003-02-11 Tom Yu * CCache-glue.c (krb_in_tkt): Rename from in_tkt().
2003-02-11 Tom YuFix recursion-forcing rules to be more friendly to...
2003-02-11 Tom Yu * Makefile.in: Another attempt... turns our that the...
next