aboutsummaryrefslogtreecommitdiff
path: root/src/windows/leashdll
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Remove Leash import functionalityGreg Hudson4-229/+6
2020-09-07Suppress Leash error popup on MSLSA renew failureGreg Hudson1-2/+2
2020-04-08Fix typos in commentsGreg Hudson4-6/+5
2019-07-11Fix typosAntoine Cœur1-2/+2
2019-04-11Remove Kerberos v4 support vestiges from ccapiRobbie Harwood1-1/+1
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood3-50/+4
2018-06-20Clean up Windows build CPU detectionGreg Hudson1-7/+1
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard1-2/+2
2018-06-12Remove wshelper libraryGreg Hudson3-10/+0
2018-06-03Prune Leash sourcesGreg Hudson18-2054/+32
2018-05-12Remove SCLIB references from Windows buildGreg Hudson1-1/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-1/+1
2016-07-28Use single-colon rules in makefilesGreg Hudson1-2/+2
2015-06-24Put focus on password field when principal is setBen Kaduk1-1/+1
2015-04-30Remove another lingering Leash referenceBen Kaduk1-2/+2
2014-11-03Stop using KRB5_TC_OPENCLOSEGreg Hudson1-2/+2
2013-06-25[Leash] Notify the user of password change successBen Kaduk1-0/+2
2012-09-24Do not add empty dir to the include search listBen Kaduk1-1/+1
2012-08-29Handle missing autocomplete object gracefullyKevin Wasserman1-14/+15
2012-08-28Remove unused leashdll functionsKevin Wasserman2-433/+0
2012-08-28Minor 'Get Tickets' dialog fixesKevin Wasserman2-4/+3
2012-08-27Reduce 'get tickets' dialog heightKevin Wasserman1-1/+1
2012-08-27Add 'Remember this principal' checkboxKevin Wasserman3-1/+7
2012-08-27Update kfw change password dialogKevin Wasserman2-147/+37
2012-08-27KfW rename lacFoo -> Leash_pec_Kevin Wasserman2-11/+11
2012-08-27Remove copyright/version from Get Tickets dialogKevin Wasserman2-158/+0
2012-08-24Change 'Get Ticket' to 'MIT Kerberos: Get Ticket'Kevin Wasserman1-2/+2
2012-08-24Rename and move 'Clear Principal History'Kevin Wasserman1-2/+2
2012-08-24Merge forwardable/proxiable in Get Tickets dialogKevin Wasserman2-6/+4
2012-08-24Fix leashdll code to search for existing ticketsKevin Wasserman1-275/+120
2012-08-24Use file mapping to marshall message dataKevin Wasserman1-47/+113
2012-08-24Add 'read-only principal' flagKevin Wasserman1-18/+18
2012-08-24Send kfw 'obtain ticket' messages to main frameKevin Wasserman1-18/+0
2012-08-24Fix 'renewable' checkbox textKevin Wasserman1-2/+2
2012-08-24Add Forget Principals to Get Tickets dialogKevin Wasserman5-6/+34
2012-08-24Combine username and realm in get tickets dialogKevin Wasserman2-141/+36
2012-08-24KfW auto-complete supportKevin Wasserman3-0/+600
2012-08-24C++ safety for leashdll.hKevin Wasserman1-0/+7
2012-08-24kfw support for multiple identitiesKevin Wasserman6-469/+389
2012-08-24kfw get tickets dialog tweaksKevin Wasserman2-18/+16
2012-08-24Update leash icon and button graphicsKevin Wasserman1-0/+0
2012-08-23Load additional krb5 and come_err funcsKevin Wasserman2-0/+36
2011-12-12kfw fixes: fix _snprintf usage; use full error code in leash_error_messageTom Yu1-2/+3
2011-12-12kfw fix: int -> size_t to fix warning in krb5routines.cTom Yu1-1/+1
2011-12-12kfw fixes: krb5_get_init_creds_opt_init->krb5_get_init_creds_opt_allocTom Yu3-20/+29
2011-12-12kfw fixes: define USE_MESSAGE_BOX in leashdll code for user feedbackTom Yu1-1/+1
2011-12-12kfw fix: Add custom "Password incorrect" message to Leash_int_kinit_ex()Tom Yu1-3/+3
2011-12-12kfw fix: make Leash_kdestroy() actually destroy k5 ticketsTom Yu1-0/+3
2011-12-12kfw fixes: make leash ignore credentials that store config principalsTom Yu3-0/+8
2011-12-12kfw: use correct message id to obtain tgt from leashTom Yu1-1/+2