Move static function prototypes from header to individual file so header
[krb5.git] / src / plugins / preauth /
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-23 Greg HudsonRecast encrypted challenge as linked built-ins
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-20 Sam HartmanFix Openssl 1.0 function capitalization in pkinit
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 HartmanRemove the ticket from the pkinit-alg-agility KDF funct...
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 HartmanIn pkinit_crypto_openssl.c, modified pkinit_octetstring...
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-05 Ken RaeburnSilence various "may be used uninitialized" warnings...
2011-09-05 Ken RaeburnChange output type of pkinit_init_kdc_req_context so...
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-07-01 Ezra Peisachmake depend
2011-06-17 Greg HudsonConvert preauth_plugin.h to new plugin framework
2011-06-10 Greg HudsonMark up strings for translation
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-02-25 Greg HudsonMake depend
2011-01-26 Greg HudsonWhen building PKINIT against OpenSSL 1.0 or later,...
2010-11-30 Greg HudsonSA-2010-007 Checksum vulnerabilities (CVE-2010-1324...
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-10-24 Greg HudsonWhitespace
2010-10-19 Sam HartmanSecurID build support
2010-10-19 Sam HartmansecurID error handling fix
2010-10-19 Sam HartmansecurID code fixes
2010-10-05 Sam HartmanAdd additional NRL copyright
2010-10-02 Greg HudsonCopyright statements, whitespace, and other code formatting
2010-10-01 Tom YuAdd empty src/plugins/preauth/securid_sam2/deps to...
2010-10-01 Sam HartmanInitial securid2 support.
2010-09-15 Greg HudsonIn the PKINIT OpenSSL crypto code, use a signed int...
2010-09-15 Greg HudsonIn the PKINIT OpenSSL code, ensure that appropriate...
2010-09-15 Greg HudsonUse correct CRL stack macros in pkinit OpenSSL code...
2010-09-08 Greg HudsonMake depend
2010-09-08 Greg HudsonX509_verify_cert can return without setting cert_ctx...
2010-06-14 Greg HudsonIn PKINIT, notice if DH_compute_key() returns a value...
2010-06-14 Greg HudsonAdjust the PKINIT DH debugging code:
2010-06-07 Greg Hudsonmake depend
2010-03-25 Greg HudsonStraighten the if-ladder in encrypted challenge's proce...
2010-02-20 Ken RaeburnMove array decl from mixed within code down into the...
2010-02-20 Ken RaeburnUpdate export list for 2007 plugin interface change
2010-02-20 Ken RaeburnMove array decl from mixed within code down into the...
2010-02-19 Greg HudsonMake plugins/cksum_body more likely to build, and remov...
2010-01-04 Sam HartmanOther changes in this ticket guarantee that the padata...
2009-12-31 Ken RaeburnNetBSD 5.0.1 uses an OpenSSL snapshot that describes...
2009-12-29 Greg HudsonRemove an inoperable error check in return_pkinit_kx
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-11-25 Greg HudsonMark and reindent the pkinit plugin code, except for...
2009-11-24 Greg HudsonMark and reindent plugins, except for pkinit, which...
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-10-31 Tom Yumake mark-cstyle
2009-10-28 Greg HudsonBump the accessor version number since we made changes.
2009-10-25 Ezra Peisachnot try to free random stack garbage on error
2009-10-10 Tom YuMove destest to builtin/des, because it depends on...
2009-10-08 Zhanna TsitkovIn anticipation of a new version of OpenSSL 1.0.0,...
2009-09-16 Greg HudsonRe-run make depend without autoconf.h in the source...
2009-08-18 Greg HudsonMinor code cleanups in pkinit plugin, mostly around...
2009-08-10 Greg HudsonCheck for null characters in pkinit cert fields
2009-08-10 Greg HudsonNarrow the contract of pkinit_client_profile by passing...
2009-08-10 Greg HudsonIn pkinit_clnt.c, make private functions static. There...
2009-08-10 Greg HudsonConvert all uses of strtok() in libraries to strtok_r...
2009-08-10 Greg HudsonRemove pkinit_identity_process_option, which wasn't...
2009-06-08 Greg HudsonRestore limited support for static linking
2009-05-25 Greg HudsonTemporarily disable FAST PKINIT for 1.7 release
2009-04-30 Zhanna TsitkovUninitialized variable may cause unpredictable behavior...
2009-04-03 Sam HartmanMerge fast branch at 22166 onto trunk
2009-03-31 Sam Hartmanmake depend
2009-03-31 Sam HartmanImplement FAST from draft-ietf-krb-wg-preauth-framework
2009-03-24 Greg HudsonRevert r21880 which included k5-int.h in several pkinit...
2009-03-16 Sam Hartmanmake depend
2009-02-04 Greg HudsonInclude k5-int.h in several pkinit source files, in...
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-01-23 Greg HudsonAdd some output parameter initializations n order to...
2009-01-05 Ken RaeburnOops. Don't include openssl install paths from my...
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2008-12-02 Sam Hartmanmake depend
2008-12-01 Greg HudsonConvert many uses of sprintf to snprintf or asprintf
2008-11-05 Greg HudsonConvert many uses of strcpy/strcat (and sometimes sprin...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-05-19 Ken RaeburnUse $(DL_LIB) instead of explicit -ldl
2007-11-04 Ken RaeburnInclude k5-platform.h
2007-10-30 Ken RaeburnInclude k5-platform.h
2007-10-23 Tom Yudelete unused configure.in
2007-10-22 Ken RaeburnSet close-on-exec flag in most places where file descri...
2007-08-06 Kevin CoffmanRemove these files that were not intended to be moved...
2007-08-01 Kevin CoffmanAdd PKINIT support
2007-05-31 Ken RaeburnConfigure cksum_body and wpse in top-level configure...
next