krb5.git
2011-05-13 Zhanna TsitkovUpdated documentation for PAC API. Moved PAC type defin...
2011-05-12 Zhanna TsitkovUpdated documentation for krb5_mk_ functions
2011-05-11 Greg HudsonAdd more missing headers in kernel subset directory...
2011-05-11 Greg HudsonReference libraries from the build tree when linking and
2011-05-10 Greg HudsonAdd more missing headers in kernel subset directory
2011-05-10 Greg HudsonFix the header list for the kernel subset directory
2011-05-09 Luke Howardfix regression in r24853: PAC no longer exposed
2011-05-09 Greg HudsonKernel subset
2011-05-09 Zhanna TsitkovUpdated documentation for krb5_init_creds_ function...
2011-05-09 Greg HudsonAvoid calling gss_release_buffer() from the message...
2011-05-09 Greg HudsonUse internal crypto functions directly from util_crypt...
2011-05-09 Greg HudsonDelete sec context properly in gss_krb5_export_lucid_se...
2011-05-05 Zhanna TsitkovUpdated documentation: added usage example for krb5_tkt...
2011-05-03 Zhanna TsitkovAPI documentation: added a usage example for krb5_verif...
2011-05-03 Greg HudsonEliminate a redundant initialization in cm_init_selstat...
2011-05-03 Zhanna TsitkovUpdated API documentation with the comments mostly...
2011-05-02 Tom Yumodernize doc/Makefile somewhat
2011-05-02 Greg HudsonAdd poll support to sendto_kdc.c so that it can work...
2011-05-02 Greg Hudsonr24899 moved the declarations of krb5int_mk_chpw_req...
2011-05-01 Zhanna TsitkovUpdated documentation of krb5_copy_ , krb5_free_ and...
2011-04-28 Zhanna TsitkovUpdated the documentation for API related to the creden...
2011-04-28 Zhanna TsitkovProperly release resources in krb5_copy_authenticator()
2011-04-27 Greg HudsonThe MIT krb5 and Heimdal implementations of
2011-04-27 Greg HudsonMake krb5_os_init_context compile again after r24901
2011-04-27 Zhanna TsitkovRemove worthless call to krb5_cc_set_default_name...
2011-04-25 Greg HudsonCorrectly set the expiration field of impersonated...
2011-04-25 Greg HudsonRefactor krb5int_rd_chpw_rep() and make it properly...
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...
next