kfw: "make install" installs htmlhelp (leash.chm)
[krb5.git] / src / lib /
2011-12-12 Tom Yukfw: use _WIN64 names where appropriate
2011-12-09 Greg HudsonFix subkey memory leak in krb5_get_credentials
2011-12-09 Greg HudsonFix memory leaks in FAST TGS support
2011-12-08 Greg HudsonActually allow null server key in krb5_pac_verify
2011-12-07 Greg HudsonAllow null server key to krb5_pac_verify
2011-12-07 Greg HudsonAllow S4U2Proxy service tickets to be cached
2011-12-07 Greg HudsonAllow S4U2Proxy delegated credentials to be saved
2011-12-05 Ken Raeburnmake depend
2011-12-04 Greg HudsonSet a default enctype for optimistic preauth
2011-12-02 Sam HartmanAdded support for loading of Krb5.ini from Windows...
2011-12-02 Sam HartmanUse LsaDeregisterLogonProcess(), not CloseHandle()
2011-12-02 Sam HartmanFix free ofuninitialized memory in sname_to_princ
2011-12-02 Sam Hartmankrb5_lcc_store() now ignores config credentials
2011-12-02 Sam Hartmanmk_cred: memory management
2011-11-23 Greg HudsonAdjust krb5int_decode_tgs_rep, closing a leak
2011-11-23 Greg HudsonWhitespace, style changes to past two commits
2011-11-23 Sam HartmanFAST TGS
2011-11-23 Sam HartmanFAST: error handling and const keyblock
2011-11-23 Sam Hartman ticket: new
2011-11-22 Greg HudsonUse POSIX constants instead of S_IREAD/S_IWRITE
2011-11-22 Greg HudsonFix compile error in previous change
2011-11-21 Greg HudsonClean up client-side preauth error data handling
2011-11-21 Greg HudsonRecognize IAKERB mech in krb5_gss_display_status
2011-11-15 Greg HudsonMake verto context available to kdcpreauth modules
2011-11-14 Greg HudsonHandle TGS referrals to the same realm
2011-11-13 Greg HudsonAdd consistency check for plugin interface names
2011-11-12 Greg HudsonAdd plugin interface_names entry for ccselect
2011-11-11 Greg HudsonAvoid looping when preauth can't be generated
2011-11-04 Greg HudsonClean up more stuff in make clean
2011-11-03 Greg HudsonGet rid of periods in Python test success messages
2011-10-31 Greg HudsonMake krb5_check_clockskew public
2011-10-28 Greg HudsonFix intermediate key length in hmac-md5 checksum
2011-10-25 Greg HudsonMake krb5_find_authdata public
2011-10-24 Greg HudsonRefactor salt computation into libkdb5
2011-10-20 Greg HudsonFix krb5_cc_set_config
2011-10-17 Tom YuMake reindent
2011-10-17 Greg HudsonStyle police
2011-10-17 Sam Hartmangssalloc-related fixes to naming_exts.c
2011-10-17 Sam HartmanRFC 4120 says that we should not canonicalize using...
2011-10-15 Greg HudsonAllow rd_priv/rd_safe without remote address
2011-10-15 Greg HudsonRename PAC type constants to avoid conflicts
2011-10-15 Greg HudsonHide gak_fct interface and arguments in clpreauth
2011-10-14 Tom Yumake depend
2011-10-14 Greg HudsonUntabify a recent gssapi_alloc.h change
2011-10-14 Sam HartmanFix gssapi_strdup
2011-10-14 Sam Hartmangssalloc memory management for gss_buffer_set
2011-10-14 Sam Hartmanbuild profile dll (xpprof32/64.dll) on windows
2011-10-14 Sam HartmanFix windows fork detection
2011-10-14 Sam HartmanUse gssalloc memory management where appropriate
2011-10-14 Sam HartmanUtility functions to move allocations from k5buf/krb5_d...
2011-10-14 Sam HartmanAdd new header gssapi_alloc.h
2011-10-14 Sam HartmanSimplify gss_indicate_mechs() by using generic_gss_copy...
2011-10-14 Zhanna TsitkovRemoved unused macros
2011-10-12 Greg HudsonMake krb5_pac_sign public
2011-10-07 Greg HudsonFix a memory leak in make_gss_checksum
2011-10-07 Greg HudsonMinor cleanups to encrypted challenge
2011-10-07 Greg HudsonUse built-in modules for encrypted timestamp
2011-10-06 Greg HudsonDitch fast_factor.h since it contains only stubs
2011-10-06 Greg HudsonInitialize localname on error in gss_localname
2011-10-06 Greg HudsonUse type-safe callbacks in preauth interface
2011-10-05 Sam HartmanReplace gss_pname_to_uid with gss_localname in gssapi32.def
2011-10-05 Sam HartmanDon't need to check for fork on windows
2011-10-05 Sam Hartmangss_unwrap_iov crashes with stream buffers for 3des...
2011-10-05 Greg HudsonUse an opaque handle in the kdcpreauth callback
2011-10-04 Greg HudsonFix initialization and pointer bugs in new code
2011-10-04 Greg HudsonCreate e_data as pa_data in KDC interfaces
2011-10-04 Greg HudsonImprove k5_get_os_entropy for Windows
2011-10-03 Greg HudsonFix a Fortuna PRNG failure case
2011-10-03 Greg HudsonMake dispatch() respond via a callback
2011-09-28 Sam HartmanWindows fixes: remove unreferenced; use sizeof to compu...
2011-09-28 Sam HartmanWindows fixes: add KRB5_CALLCONV where needed
2011-09-28 Greg HudsonEliminate domain-based client realm walk
2011-09-27 Greg HudsonFix an error case in encrypted timestamp preauth
2011-09-26 Ezra PeisachUpdate dependencies
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 HartmanIf the client offers the alg agility KDF, use it
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-19 Greg HudsonMake ASN.1 code build without PKINIT support
2011-09-19 Greg HudsonFormatting fixes
2011-09-19 Sam HartmanAdd KRB5_CALLCONV to krb5_init_context_profile definiti...
2011-09-19 Sam Hartman__func__ -> __FUNCTION__ in #ifdef DEBUG blocks in...
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 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...
next