summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* kfw fix: int -> size_t to fix warning in krb5routines.cTom Yu2011-12-121-1/+1
* kfw fixes: krb5_get_init_creds_opt_init->krb5_get_init_creds_opt_allocTom Yu2011-12-124-20/+54
* kfw fixes: define USE_MESSAGE_BOX in leashdll code for user feedbackTom Yu2011-12-121-1/+1
* kfw fix: Add custom "Password incorrect" message to Leash_int_kinit_ex()Tom Yu2011-12-121-3/+3
* kfw fix: make Leash_kdestroy() actually destroy k5 ticketsTom Yu2011-12-121-0/+3
* kfw fixes: make leash ignore credentials that store config principalsTom Yu2011-12-124-0/+15
* kfw installer: don't build installer into installerTom Yu2011-12-122-46/+0
* kfw installer: purge support for old compilersTom Yu2011-12-121-194/+0
* kfw fixes: install xpprof32Tom Yu2011-12-122-4/+4
* kfw: update copyright notice in license.rtfTom Yu2011-12-121-1/+1
* kfw: use correct message id to obtain tgt from leashTom Yu2011-12-121-1/+2
* kfw: clean out unused #defines from Lglobals.hTom Yu2011-12-121-4/+0
* kfw installer: install leash32.exeTom Yu2011-12-122-4/+4
* kfw installer: use MSVC 2010 merge modulesTom Yu2011-12-123-138/+37
* Windows leash fixes: 'make install' installs leash exesTom Yu2011-12-121-0/+1
* Windows leash64 fixes: use proper names for leash and krb5 dllsTom Yu2011-12-121-0/+6
* kfw installer: add runtime.wxi WIXINCLUDES in Makefile to fix dependenciesTom Yu2011-12-121-0/+1
* LeashView.cpp: only specify TVIF_TEXT if there is actually textTom Yu2011-12-121-1/+4
* windows ccapi: use a random challenge to authenticate ccapiserverTom Yu2011-12-121-2/+38
* windows ccapi: launch server without console by defaultTom Yu2011-12-121-5/+6
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-122-2/+10
* fix warning in test_cc_credentials_iterator_next.cTom Yu2011-12-121-0/+1
* windows ccapiserver: replace Sleep with event waitTom Yu2011-12-125-10/+52
* Corrected the name of KRB5_NT_SRV_HST macro. Added some doxygen commentsZhanna Tsitkov2011-12-121-30/+21
* Fix subkey memory leak in krb5_get_credentialsGreg Hudson2011-12-091-0/+2
* Fix memory leaks in FAST TGS supportGreg Hudson2011-12-092-4/+12
* Actually allow null server key in krb5_pac_verifyGreg Hudson2011-12-081-3/+0
* Allow null server key to krb5_pac_verifyGreg Hudson2011-12-072-6/+8
* Add automated tests for S4U2Self and S4U2ProxyGreg Hudson2011-12-075-9/+347
* Allow S4U2Proxy service tickets to be cachedGreg Hudson2011-12-071-3/+1
* Allow S4U2Proxy delegated credentials to be savedGreg Hudson2011-12-078-31/+89
* SA-2011-007 KDC null pointer deref in TGS handling [CVE-2011-1530]Tom Yu2011-12-063-1/+11
* make dependKen Raeburn2011-12-052-5/+10
* Set a default enctype for optimistic preauthGreg Hudson2011-12-041-0/+8
* Added support for loading of Krb5.ini from Windows APPDATASam Hartman2011-12-021-8/+77
* Use LsaDeregisterLogonProcess(), not CloseHandle()Sam Hartman2011-12-021-9/+9
* Fix free ofuninitialized memory in sname_to_princSam Hartman2011-12-021-2/+3
* krb5_lcc_store() now ignores config credentialsSam Hartman2011-12-021-0/+9
* mk_cred: memory managementSam Hartman2011-12-021-1/+1
* Ldap dependency for parallel buildsSam Hartman2011-11-291-0/+3
* Fix --with-system-verto without pkg-configGreg Hudson2011-11-291-1/+1
* Use INSTALL_DATA to avoid marking .mo files executableSam Hartman2011-11-291-1/+1
* AC_CHECK_LIB should put -lcrypto in PKINIT_CRYPTO_IMPL_LIBS not LIBSSam Hartman2011-11-291-1/+1
* Adjust krb5int_decode_tgs_rep, closing a leakGreg Hudson2011-11-231-19/+20
* Whitespace, style changes to past two commitsGreg Hudson2011-11-235-76/+84
* FAST TGSSam Hartman2011-11-237-18/+129
* FAST: error handling and const keyblockSam Hartman2011-11-232-23/+34
* ticket: newSam Hartman2011-11-236-59/+49
* Use POSIX constants instead of S_IREAD/S_IWRITEGreg Hudson2011-11-221-2/+2
* Fix compile error in previous changeGreg Hudson2011-11-221-1/+0