Delete Network Identity Manager
[krb5.git] / src /
2011-10-17 Tom YuDelete Network Identity Manager
2011-10-17 Tom YuMake reindent
2011-10-17 Tom YuExclude util/wshelper from reindent
2011-10-17 Greg HudsonAdd AC_LANG_SOURCE to PKINIT NSS version check
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 password changes over NATs
2011-10-15 Greg HudsonAllow rd_priv/rd_safe without remote address
2011-10-15 Greg HudsonUpdate mit-krb5.pot
2011-10-15 Greg HudsonInstall krb5/preauth_plugin.h
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-15 Greg HudsonDrop retransmits while processing requests
2011-10-15 Greg HudsonUntabify kdc_preauth_encts.c
2011-10-15 Greg HudsonMake kdcpreauth edata method respond via callback
2011-10-15 Greg HudsonMake get_preauth_hint_list respond via callback
2011-10-15 Greg HudsonRemove enc-timestamp code from kdc_preauth.c
2011-10-14 Tom YuExclude more stuff from make reindent
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 HartmanFurther attempt at removing K4 specific code from the...
2011-10-14 Sam HartmanFixed some warnings and Windows 64 portability issues...
2011-10-14 Sam HartmanFixed some warnings in libwin
2011-10-14 Sam HartmanUpdated resource file dependencies for leashdll
2011-10-14 Sam Hartmanre-remove windows/gss from windows build
2011-10-14 Sam HartmanFix windows fork detection
2011-10-14 Sam HartmanAdd "-dce" commandline option to gss-client.c to set...
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-13 Greg HudsonAdd PKINIT NSS support
2011-10-12 Zhanna TsitkovFix the doxygen comments for krb5_pac_sign
2011-10-12 Greg HudsonMake krb5_pac_sign public
2011-10-12 Greg HudsonDocumentation pass over preauth_plugin.h
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 HudsonAdd get_string, free_string kdcpreauth callbacks
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 Greg HudsonRemove edata code in sample preauth plugins
2011-10-05 Sam HartmanReplace gss_pname_to_uid with gss_localname in gss...
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 HartmanAdd krb5int_gettimeofday to k5sprt for platforms w...
2011-10-05 Sam Hartmangss_unwrap_iov crashes with stream buffers for 3des...
2011-10-05 Sam HartmanFrom: Sam Hartman <hartmans@debian.org>
2011-10-05 Sam HartmanAdd tests to pkinit_kdf_test to test SHA-256/AES and...
2011-10-05 Sam HartmanMake alg agility KDF work properly when the hash length...
2011-10-05 Sam HartmanClean up unused constants
2011-10-05 Sam HartmanMake pkinit fall back to octetstring2key() if there...
2011-10-05 Sam HartmanTreat the client's list of supported KDFs as an unorder...
2011-10-05 Sam HartmanMake KDF work when length of random data differs from...
2011-10-05 Sam HartmanFix incorrect formatting of KDF fields, no substantive...
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 kdcpreauth verify respond via callback
2011-10-03 Greg HudsonMake check_padata() respond via a callback
2011-10-03 Greg HudsonMake do_as_req() respond via a callback
2011-10-03 Greg HudsonMake dispatch() respond via a callback
2011-10-02 Greg HudsonMan page spelling corrections from ville.skytta@iki.fi
2011-09-29 Tom YuRevert r25288 because it can remove parts of the source...
2011-09-29 Zhanna TsitkovAllow kdc_realm test run in case when the build and...
2011-09-29 Zhanna Tsitkovgit-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25287...
2011-09-29 Zhanna TsitkovInclude Domain Realm Referrals (per k5wiki.kerberos...
2011-09-28 Greg HudsonRevert r25274 and just don't include sys/cdefs.h
2011-09-28 Sam HartmanFix line endings
2011-09-28 Sam HartmanInstaller wip. Actually builds semi-functional kfw.msi
2011-09-28 Sam HartmanWindows "make install" fixes
2011-09-28 Sam HartmanMoved Windows specific include files to src/windows...
2011-09-28 Sam HartmanInitial import of KFW 3.2.2 Leash32 code
2011-09-28 Sam HartmanWindows fix: no longer building gss.exe, so don't try...
2011-09-28 Sam HartmanRemove windows/gss from build
2011-09-28 Sam HartmanWindows fix: Add resource macros for kswitch app
2011-09-28 Sam HartmanWindows fix: add sys/cdefs.h to AC_CHECK_HEADERS and...
2011-09-28 Sam HartmanWindows fixes: enable DNS lookups; turn on KDC lookup...
2011-09-28 Sam HartmanWindows fixes: remove unreferenced; use sizeof to compu...
2011-09-28 Sam HartmanWindows fix ccapi/test "make clean" to clean copied...
2011-09-28 Sam HartmanWindows fix: correct ENTRYPOINT for 32 bit build
2011-09-28 Sam HartmanWindows fixes: add KRB5_CALLCONV where needed
2011-09-28 Sam HartmanWindows fix: add kswitch Makefile to WINMAKEFILES and...
2011-09-28 Sam HartmanRename ccapi.dll to krbcc{32|64}.dll as appropriate...
2011-09-28 Sam HartmanAdded Windows 64 DLL CCAPI DLL name
2011-09-28 Sam HartmanFix ccapi rpc methods to always pass 8 byte handles...
2011-09-28 Sam HartmanBuild with USE_LEASH=1 unconditionally
2011-09-28 Sam HartmanAdded /EHsc compiler flag for C++ exception handling...
2011-09-28 Sam HartmanAdded CCLIB Makefile definition on Windows to hold...
2011-09-28 Sam HartmanUpdated dependencies for the resource file
2011-09-28 Sam HartmanRationalized versioning resources and made KFW versions...
2011-09-28 Sam HartmanRemoved unused version.rc
next