summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll
Commit message (Expand)AuthorAgeFilesLines
* [Leash] Notify the user of password change successBen Kaduk2013-06-251-0/+2
* Do not add empty dir to the include search listBen Kaduk2012-09-241-1/+1
* Handle missing autocomplete object gracefullyKevin Wasserman2012-08-291-14/+15
* Remove unused leashdll functionsKevin Wasserman2012-08-282-433/+0
* Minor 'Get Tickets' dialog fixesKevin Wasserman2012-08-282-4/+3
* Reduce 'get tickets' dialog heightKevin Wasserman2012-08-271-1/+1
* Add 'Remember this principal' checkboxKevin Wasserman2012-08-273-1/+7
* Update kfw change password dialogKevin Wasserman2012-08-272-147/+37
* KfW rename lacFoo -> Leash_pec_Kevin Wasserman2012-08-272-11/+11
* Remove copyright/version from Get Tickets dialogKevin Wasserman2012-08-272-158/+0
* Change 'Get Ticket' to 'MIT Kerberos: Get Ticket'Kevin Wasserman2012-08-241-2/+2
* Rename and move 'Clear Principal History'Kevin Wasserman2012-08-241-2/+2
* Merge forwardable/proxiable in Get Tickets dialogKevin Wasserman2012-08-242-6/+4
* Fix leashdll code to search for existing ticketsKevin Wasserman2012-08-241-275/+120
* Use file mapping to marshall message dataKevin Wasserman2012-08-241-47/+113
* Add 'read-only principal' flagKevin Wasserman2012-08-241-18/+18
* Send kfw 'obtain ticket' messages to main frameKevin Wasserman2012-08-241-18/+0
* Fix 'renewable' checkbox textKevin Wasserman2012-08-241-2/+2
* Add Forget Principals to Get Tickets dialogKevin Wasserman2012-08-245-6/+34
* Combine username and realm in get tickets dialogKevin Wasserman2012-08-242-141/+36
* KfW auto-complete supportKevin Wasserman2012-08-243-0/+600
* C++ safety for leashdll.hKevin Wasserman2012-08-241-0/+7
* kfw support for multiple identitiesKevin Wasserman2012-08-246-469/+389
* kfw get tickets dialog tweaksKevin Wasserman2012-08-242-18/+16
* Update leash icon and button graphicsKevin Wasserman2012-08-241-0/+0
* Load additional krb5 and come_err funcsKevin Wasserman2012-08-232-0/+36
* kfw fixes: fix _snprintf usage; use full error code in leash_error_messageTom Yu2011-12-121-2/+3
* 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-123-20/+29
* 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-123-0/+8
* kfw: use correct message id to obtain tgt from leashTom Yu2011-12-121-1/+2
* Updated resource file dependencies for leashdllSam Hartman2011-10-141-1/+1
* Moved Windows specific include files to src/windows/includeSam Hartman2011-09-284-233/+1
* Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman2011-09-281-1/+1
* Enabled unconditional build of kfwlogon on WindowsSam Hartman2011-09-284-2018/+0
* Moved LoadFuncs/UnloadFuncs() to windows/libSam Hartman2011-09-283-132/+2
* Removed code protected by NO_KRB4, eliminated warnings about unused variablesSam Hartman2011-09-281-99/+0
* Eliminated lots of warnings about not typecasting char * to wchar_t *Sam Hartman2011-09-283-9/+8
* Disable AFS related code for nowSam Hartman2011-09-281-0/+7
* Fixed resource file compilation in leashdllSam Hartman2011-09-282-5/+6
* Removed code protected by NO_KRB4Sam Hartman2011-09-284-779/+6
* if krb5_get_default_config_files() returns success andSam Hartman2011-09-281-1/+1
* If the KRB5CCNAME variable gets set to the empty stringSam Hartman2011-09-281-13/+21
* miscellaneous leash32.dll correctionsSam Hartman2011-09-285-26/+53
* Initial update to KFW related source to build with K5 1.9 on WindowsSam Hartman2011-09-2812-135/+132
* Add new krb5 exported functions to loadfuncsSam Hartman2011-09-281-0/+21
* Added leashdll/wshelper related files from KFWSam Hartman2011-09-2834-0/+13783