krb5.git
2011-04-25 Greg HudsonDo not reference krb5_chpw_result_code_string in
2011-04-22 Ezra PeisachClose comment in #endif for KRB5_DEPRECATED to avoid...
2011-04-22 Zhanna TsitkovDocumented V4/V5 convertion and some credential cache...
2011-04-21 Greg HudsonRemove kg_map_toktype(), as the call sites were removed...
2011-04-20 Zhanna TsitkovDocumented krb5_auth_con_ API family
2011-04-20 Greg HudsonInstall k5login(5) as well as .k5login(5)
2011-04-19 Greg HudsonMissed in r24888: remove the process_chpw_request(...
2011-04-19 Greg HudsonClean up schpw.c in kadmind a bit, making use of new...
2011-04-19 Greg HudsonRevert r24886; it was incorrect
2011-04-19 Greg HudsonFix memory leak in kpasswd server UDP error path
2011-04-16 Greg HudsonHandle null OID values in gss_oid_equal()
2011-04-16 Greg HudsonCheck mech_type as well as mech_name in gssint_import_i...
2011-04-16 Greg HudsonFix a code path where mech could be used uninitialized in
2011-04-16 Greg HudsonRevert r24826. Export krb5int_nfold from libk5crypto...
2011-04-13 Tom YuFix the sole case in process_chpw_request() where a...
2011-04-13 Greg HudsonRemove pointer validation code from the gss krb5 mech
2011-04-12 Greg HudsonIn krb5_gss_display_status, correct the sense of the
2011-04-12 Zhanna TsitkovDocumentation updates. Mostly GIC related
2011-04-11 Greg HudsonShuffle around some gss-krb5 entry points to eliminate...
2011-04-10 Greg HudsonAdd Doxygen markup for gss_userok() and gss_authorize_l...
2011-04-10 Greg HudsonImplement gss_authorize_localname, as discussed on...
2011-04-08 Greg HudsonWhen inquiring the default GSS acceptor principal,...
2011-04-08 Greg HudsonCorrectly recognize non-iterable keytabs in k5_kt_get_p...
2011-04-08 Greg HudsonAdd k5_kt_get_principal, an internal krb5 interface...
2011-04-07 Greg HudsonIn the authdata framework, determine which authdata...
2011-04-06 Greg HudsonAllow anonymous name to be imported with empty name...
2011-04-06 Zhanna TsitkovDocumentation updates
2011-04-05 Greg HudsonMake depend
2011-04-05 Greg Hudsongss_duplicate_name SPI for SPNEGO
2011-04-04 Greg HudsonMore sensical mech selection for gss_acquire_cred/accep...
2011-04-04 Greg Hudsonr24838 accidentally added a gss_duplicate_name line to
2011-04-04 Greg HudsonPrevent bleed-through of mechglue symbols into loaded...
2011-04-04 Greg HudsonAdd gss_userok and gss_pname_to_uid to dynamic mech...
2011-04-04 Greg HudsonAdd gss_userok and gss_pname_to_uid
2011-04-04 Zhanna TsitkovDocumentation updates
2011-04-03 Ken RaeburnCoreFoundation is no longer used for UCS2 conversions
2011-04-03 Ken RaeburnDrop some redundant autoconf tests
2011-04-03 Ken RaeburnDon't check for stdarg.h
2011-04-03 Ken RaeburnDon't test HAVE_STDARG_H, just assume it
2011-04-03 Greg HudsonIn t_fortuna.c, use a static buffer in head_tail_test...
2011-04-03 Ken RaeburnDon't allocate over 2MB on the stack; sparc-netbsd3...
2011-04-03 Ken RaeburnInclude krb5_libinit.h always, since we call krb5int_in...
2011-04-03 Greg HudsonRevert r24815 and the RTLD_NODELETE part of r24744...
2011-04-03 Greg HudsonAvoid using crypto_int.h in t_nfold.c for convenience...
2011-04-03 Greg Hudsondestest.c no longer needs crypto_int.h
2011-04-03 Luke HowardUse RFC 5587 const types for draft-josefsson-gss-capsul...
2011-04-03 Ken RaeburnOnly use RTLD_NODELETE if it's available
2011-04-02 Greg HudsonFactor out the address checks in krb5_rd_safe and krb5_...
2011-04-02 Greg HudsonIn libkrb5, move krb5int_auth_con_chkseqnum to a new...
2011-04-02 Greg HudsonAdd PADL license to collected licenses
2011-04-02 Luke HowardWhen doing S4U2Self for the anon principal, use the...
2011-04-02 Luke Howardtypo fix
2011-04-01 Greg HudsonAllow absolute paths for mechglue libraries. From...
2011-04-01 Greg HudsonImplement draft-josefsson-gss-capsulate
2011-04-01 Greg HudsonFix a potential uninitialized free in prepare_error_as()
2011-04-01 Luke Howardonly reset greeting if provided attribute is urn:greet...
2011-04-01 Luke Howards4u2proxy_set_attribute should only return EPERM for...
2011-03-29 Greg HudsonIn r21175 (on the mskrb branch, merged in r21690) the...
2011-03-29 Zhanna TsitkovIn krb5_cc_move if something went wrong, free the dst...
2011-03-29 Zhanna TsitkovIf the new configuration data that is passed to krb5_cc...
2011-03-29 Zhanna TsitkovUpdated the documentation for the krb5_ error_message...
2011-03-29 Zhanna TsitkovStatic function names should not have krb5_ prefix
2011-03-28 Greg HudsonRemove the weak key checks from the builtin rc4 enc...
2011-03-28 Greg HudsonUse first principal in keytab when verifying creds
2011-03-28 Zhanna TsitkovDocumentation update. Mostly related to _kt_ and _cc_...
2011-03-25 Greg HudsonFix a precedence error in g_make_token_header() which...
2011-03-25 Greg HudsonSet better error messages when plugins fail to load.
2011-03-24 Greg HudsonFix DAL documentation to recommend using krb5_db_get_co...
2011-03-19 Ezra PeisachUpdate dependencies
2011-03-18 Zhanna TsitkovMinor clean-up in krb5.hin
2011-03-18 Zhanna TsitkovMove doxygen comments from source to header. Updated...
2011-03-18 Greg HudsonReinstate the line wrapping of the copyright notice...
2011-03-18 Zhanna TsitkovAdded usage examples to the krb5_build_principal functi...
2011-03-18 Greg HudsonUse a helper function to clarify prepare_error_as(...
2011-03-17 Greg HudsonKDC memory leak of reply padata for FAST replies
2011-03-17 Greg HudsonDon't leak the default realm name when initializing...
2011-03-17 Greg HudsonKDC memory leak in FAST error path
2011-03-15 Tom YuKDC double-free when PKINIT enabled [MITKRB5-SA-2011...
2011-03-15 Greg HudsonRemove the Yarrow copyright notice since the code is...
2011-03-14 Greg HudsonResolve a few miscellaneous warnings
2011-03-14 Greg HudsonRemove two headers accidentally left behind in r24677
2011-03-11 Greg HudsonAlthough it can't actually happen, make it more explici...
2011-03-11 Greg HudsonFix NSS PBKDF2 in the v4 salt (i.e. empty salt) case
2011-03-11 Greg HudsonMove the des and AFS string-to-key implementations...
2011-03-11 Greg HudsonFix a couple of key import modes in the NSS module...
2011-03-09 Greg HudsonRemove ser_eblk.c, which has been unused since r11001...
2011-03-09 Greg HudsonAdd one-line descriptions in the filename comments...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-03-09 Greg HudsonAdd a script and Makefile target to check for violation...
2011-03-08 Tom YuFix a memory leak independently found by Tim Pozdeev...
2011-03-08 Greg HudsonSPNEGO's accept_sec_context and init_sec_context produc...
2011-03-08 Greg Hudsonprototype/getopt.c hasn't been updated in quite some...
2011-03-06 Ezra PeisachUpdate dependencies
2011-03-06 Ezra PeisachFix up signed/unsigned warnings in this directory....
2011-03-06 Ezra PeisachClean up memory leaks at end of program. No leaks now...
2011-03-06 Ezra PeisachOn make clean remove test programs and object files...
2011-03-05 Greg HudsonAdd test vectors from RFC 3961 for DES and DES3 to...
2011-03-05 Ezra PeisachAdd test script for user2user programs
2011-03-05 Ezra PeisachInclude crypto_int.h for mit_des_fixup_key_parity prototype
2011-03-05 Greg HudsonFix a conceptual (but not practical) type mismatch...
next