]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2011-04-09  Luke Howardfix regression in mech SPI availability check lhoward/moonshot-mechglue-fixes
2011-04-09  Luke Howardremove user_ok outparam from gss_authorize_localname
2011-04-09  Luke Howardreturn GSS_S_NAME_NOT_MN if name not mechname
2011-04-09  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-09  Luke Howardin gss_userok, import name as GSS_C_NT_USER_NAME
2011-04-09  Luke Howardupdate for new authorize_localname SPI
2011-04-09  Luke HowardCleanup, add mech type to authorize_localname SPI
2011-04-08  Luke Howardremove redundant import_name call
2011-04-08  Luke Howardmake SPI entrypoint for authorize_localname gssspi_auth...
2011-04-07  Luke Howardimplement gss_authorize_localname
2011-04-07  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-06  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-04  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-03  Luke Howardallow empty names when importing GSS_C_NT_ANONYMOUS
2011-04-03  Luke Howardmake const_attrs buffer static
2011-04-03  Luke Howardadd a symbolic name, GSS_C_ATTR_LOCAL_LOGIN_USER, for...
2011-04-03  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-02  Luke HowardDetermine which authdata sources to interrogate based...
2011-04-02  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-01  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-04-01  Luke HowardSupport for transiting attributes between mechanisms
2011-04-01  Luke Howardverify desired and actual mech OIDs are equal before...
2011-03-28  Luke Howardgss_userok() naming extensions wrapper need not check...
2011-03-27  Luke HowardMerge branch 'master' into users/lhoward/moonshot-mechg...
2011-03-22  Luke Howardlog plugin load errors to stderr
2011-03-22  Luke Howardbetter debugging of plugin load failures
2011-03-22  Luke Howardcompesenate for missing TOK_ID when calculating encap...
2011-03-22  Luke HowardFix order of operations bug in token size calculation
2011-03-22  Luke Howardfix a couple of nits in draft-josefsson-gss-capsulate-01
2011-03-22  Luke HowardImplement draft-josefsson-gss-capsulate-01
2011-03-21  Luke HowardAllow absolute paths for mechglue libraries
2011-03-21  Luke Howardadd gss_pname_to_uid test to gss-server
2011-03-21  Luke Howardreturn GSS_S_UNAVAILABLE on localname lookup error
2011-03-21  Luke Howardadd attribute-based implementation of gssd_pname_to_uid
2011-03-20  Luke Howardset minor_status to KRB5_NO_LOCALNAME if pname_to_uid...
2011-03-20  Luke HowardUse PADL rather than MIT copyright for userok extension...
2011-03-17  Luke Howardallow mechanisms to export a gss_duplicate_name SPI...
2011-03-17  Luke Howardreally revert RTLD_FIRST fix
2011-03-17  Luke HowardUse pointer test to avoid mechglue symbol loopback
2011-03-17  Luke Howardrevert RTLD_FIRST check
2011-03-17  Luke Howardimplement attribute-based userok authorisation logic...
2011-03-17  Luke Howarduse RTLD_FIRST to avoid pulling in dependent symbols
2011-03-17  Luke Howardavoid unnecessary call to gssint_get_mechanism() in...
2011-03-17  Luke Howardplug introduced leak in gss_acquire_cred
2011-03-17  Luke HowardIf calling gss_accept_sec_context with non-NULL credent...
2011-03-17  Luke Howardmake gss_acquire_cred(GSS_C_NO_OID_SET) acquire credent...
2011-03-17  Luke Howardlook for gss_{wrap_size_limit,pname_to_uid} when dynami...
2011-03-17  Luke HowardReinstate gss_userok and gss_pname_to_uid
2011-03-17  Luke Howardcreate branch for Moonshot work
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...
2011-03-05  Greg HudsonMake enc provider free_state function return void
2011-03-05  Greg HudsonRemove the init_state and free_state enctype functions...
2011-03-05  Greg HudsonMove t_cf2 from lib/crypto/builtin to lib/crypto/crypto...
2011-03-05  Greg HudsonFlatten lib/crypto/krb, as its seven subdirectories...
2011-03-03  Greg HudsonFix SHA-256 on big-endian platforms
2011-03-02  Greg HudsonConsolidate almost all lib/crypto/krb headers into...
2011-03-02  Greg HudsonRemove some declarations from kdc_preauth.c which are...
2011-03-02  Greg HudsonIn export-check.pl, display a better error if there...
2011-02-28  Greg HudsonSimplify lib/crypto/krb/arcfour in the wake of r23444...
2011-02-28  Greg HudsonUse the hash provider interface in krb5int_arcfour_stri...
2011-02-27  Greg HudsonReference random-to-key handlers through the enctype...
2011-02-27  Greg HudsonRemove nonexistent aes_ctr from object and source file...
2011-02-27  Greg HudsonMake sure ulog_map() is invoked whenever we open the...
2011-02-25  Greg HudsonNamespace-protect SHA-256 symbols. Build SHA-256 code...
2011-02-25  Greg HudsonAdd Fortuna test program to file list for dependency...
2011-02-25  Greg HudsonAdd a non-default PRNG module which just retrieves...
2011-02-25  Greg HudsonRemove some unnecessary includes from prng_fortuna.c
2011-02-25  Greg HudsonMake depend
2011-02-25  Greg HudsonNow that all PRNG modules fit nicely into a single...
2011-02-25  Greg HudsonRemove Yarrow PRNG implementation
2011-02-25  Greg HudsonA couple more Windows build system adjustments for...
2011-02-25  Greg HudsonAdd a stubs file missing from r24656
2011-02-25  Greg HudsonMake Fortuna the default PRNG for the Windows build
2011-02-24  Greg HudsonUnbreak the OpenSSL and NSS crypto builds in the wake...
2011-02-24  Greg HudsonFix dangling Makefile reference after r24652
2011-02-24  Greg HudsonMake depend
2011-02-24  Greg HudsonMake Fortuna the default PRNG algorithm
2011-02-24  Greg HudsonFortuna as default PRNG
next