Delete Network Identity Manager
[krb5.git] / src /
2011-09-28 Sam HartmanEnabled unconditional build of kfwlogon on Windows
2011-09-28 Sam HartmanMoved LoadFuncs/UnloadFuncs() to windows/lib
2011-09-28 Sam HartmanRemoved code protected by NO_KRB4, eliminated warnings...
2011-09-28 Sam HartmanEliminated lots of warnings about not typecasting char...
2011-09-28 Sam HartmanDisable AFS related code for now
2011-09-28 Sam HartmanUpdated a textual resource to match the .rc file include
2011-09-28 Sam HartmanFixed resource file compilation in leashdll
2011-09-28 Sam HartmanRemoved code protected by NO_KRB4
2011-09-28 Sam Hartmanif krb5_get_default_config_files() returns success and
2011-09-28 Sam HartmanIf the KRB5CCNAME variable gets set to the empty string
2011-09-28 Sam Hartmanmiscellaneous leash32.dll corrections
2011-09-28 Sam Hartmanincrease stack buffer size for res_query result
2011-09-28 Sam HartmanAdd missing prototypes; always use ANSI prototypes
2011-09-28 Sam HartmanInitial update to KFW related source to build with...
2011-09-28 Sam HartmanAdd new krb5 exported functions to loadfuncs
2011-09-28 Sam HartmanAdded leashdll/wshelper related files from KFW
2011-09-28 Sam Hartmanwin-mac.h additions for windows build
2011-09-28 Greg HudsonEliminate domain-based client realm walk
2011-09-28 Greg HudsonUpdate verto.c to 2011-09-28 version
2011-09-27 Greg HudsonFix an error case in encrypted timestamp preauth
2011-09-26 Zhanna TsitkovDocumentation - Updated the API list with the new inter...
2011-09-26 Zhanna TsitkovMake the comments usable by Doxygen
2011-09-26 Greg HudsonRemove CFLAGS and external deps from krb5-config -...
2011-09-26 Ezra PeisachUpdate dependencies
2011-09-26 Ezra PeisachMove static function prototypes from header to individu...
2011-09-26 Ezra PeisachRemove variables set but not used
2011-09-26 Ezra PeisachRemove the correct execuatble and object file on make...
2011-09-24 Greg HudsonEliminate union in net-server.c struct connection
2011-09-24 Greg HudsonFix krb5_dbe_get_strings error handling
2011-09-24 Greg HudsonDon't use accessor in encrypted challenge
2011-09-23 Greg HudsonRecast encrypted challenge as linked built-ins
2011-09-22 Greg HudsonSupport special salt type in default krb5_dbe_cpw
2011-09-22 Greg HudsonImprove mk_safe/mk_priv cleanup slightly
2011-09-21 Greg HudsonWhitespace
2011-09-21 Greg HudsonFix string attribute unit tests
2011-09-21 Sam Hartman* New implementation to map a gss name to localname
2011-09-21 Sam Hartmanfix pkinit warnings
2011-09-21 Sam HartmanFix typo in pkinit_kdf_test error message
2011-09-21 Sam HartmanAdd newlines to end of status messages
2011-09-21 Sam HartmanIf the client offers the alg agility KDF, use it
2011-09-21 Sam HartmanReordered pkinit_server_return_padata(), so that the...
2011-09-21 Greg HudsonAdd stubs for new pkinit encoders
2011-09-21 Greg HudsonAdd kadmin functionality for string attributes
2011-09-21 Greg HudsonAdd KRB5_TL_STRING_ATTRS and libkdb5 accessors
2011-09-21 Greg HudsonFix asn.1 encoder build without PKINIT support
2011-09-20 Sam HartmanFix Openssl 1.0 function capitalization in pkinit
2011-09-19 Greg HudsonMake ASN.1 code build without PKINIT support
2011-09-19 Greg HudsonMake pkinit_kdf_test.c compile
2011-09-19 Greg HudsonFormatting fixes
2011-09-19 Sam Hartmanreindent
2011-09-19 Sam HartmanFix x64 compile issues: remove bufferoverflowu.lib...
2011-09-19 Sam HartmanUse closesocket() instead of close() for sockets on...
2011-09-19 Sam HartmanFixed some warnings on Windows
2011-09-19 Sam HartmanAdded util\profile\testmod\Makefile to the list of...
2011-09-19 Sam HartmanAdd KRB5_CALLCONV to krb5_init_context_profile definiti...
2011-09-19 Sam HartmanUpdated copyright year in a Windows version resource
2011-09-19 Sam HartmanUpdated command line utilities not to complain about...
2011-09-19 Sam Hartman__func__ -> __FUNCTION__ in #ifdef DEBUG blocks in...
2011-09-19 Sam HartmanProtect autoconf #defines (HAVE_FOO, et al) in win...
2011-09-19 Sam HartmanOn Windows, parse mechanism info from Registry instead...
2011-09-19 Sam HartmanRemove the ticket from the pkinit-alg-agility KDF funct...
2011-09-19 Sam HartmanAsn1_encode: indicate DER compressed form without tag...
2011-09-19 Sam HartmanImplement encoding and decoding for supportedKDFs and...
2011-09-19 Sam Hartman* Extend auth_pack
2011-09-19 Sam HartmanRefactor to use oid instead of algorithm_id in KDF...
2011-09-19 Sam Hartmanpkinit_crypto_openssl: fix signed vs unsigned comparison
2011-09-19 Sam Hartman implementation of new function and test program for...
2011-09-19 Sam HartmanAdded underlying ASN.1 structures for pkinit algorithm...
2011-09-19 Sam HartmanIn pkinit_crypto_openssl.c, modified pkinit_octetstring...
2011-09-19 Sam HartmanIn order for asn1_encode_oid to be called from DEFLENFN...
2011-09-19 Sam Hartmanasn1_encode.{c,h}: support DEFOCTETWRAPTYPE
2011-09-19 Sam Hartmanpkinit: client: Use SignedData for anonymous
2011-09-19 Sam HartmanFix pkinit warnings
2011-09-19 Sam HartmanSupport pkinit: SignedData with no signers (KDC)
2011-09-18 Ken RaeburnDrop code for finding top source directory among several
2011-09-18 Ken RaeburnDon't check for memmove, inet_ntoa, inet_aton, pthread...
2011-09-18 Ken RaeburnAdd invocations of AC_LANG_SOURCE to deal with autoconf...
2011-09-15 Greg HudsonFix a typo in r25026
2011-09-14 Greg HudsonFix terminate_workers() in the KDC
2011-09-14 Greg HudsonSimplify terminate_workers() in the KDC
2011-09-14 Greg HudsonSet up monitor signal handlers before forking
2011-09-14 Greg HudsonSplit signal setup into loop_setup_signals()
2011-09-14 Greg HudsonReinitialize verto after creating worker child
2011-09-14 Greg HudsonUpdate verto sources to 2011-09-14 versions
2011-09-14 Greg HudsonFix verto-k5ev.h dependencies for system libverto
2011-09-12 Greg HudsonUpdate verto sources to 2011-09-10 versions
2011-09-10 Greg HudsonWait before killing daemons in interactive k5test
2011-09-09 Greg HudsonFix verto.h dependencies for system libverto
2011-09-07 Tom YuFall back to EV_USE_SELECT
2011-09-07 Greg HudsonFix some error-handling bugs in cc_dir.c
2011-09-06 Greg HudsonGo back to symlinks for liblinks
2011-09-06 Greg HudsonChange how bundled libverto is linked
2011-09-06 Greg HudsonFix t_ccselect bugs
2011-09-06 Greg HudsonFix several bugs in gss-krb5 inq_cred
2011-09-06 Ezra PeisachNewer GCCs optimizer catches a variable used without...
2011-09-05 Greg HudsonUpdate kerberos man page
2011-09-05 Greg HudsonUse a .so redirect for .k5login.5
2011-09-05 Greg HudsonMake gss-krb5 use cache collection
2011-09-05 Greg HudsonRefactor gss-krb5 acquire_init_cred
2011-09-05 Greg HudsonAdd krb5_cc_select() API and pluggable interface
next