summaryrefslogtreecommitdiffhomepage
path: root/client/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20Add a config option to dump retrieved certificates on errorSamuel Lidén Borell1-1/+4
2014-08-19Show an error message when certificate retreival failsSamuel Lidén Borell1-1/+7
2014-02-16Focus password entry again if the password was incorrectSamuel Lidén Borell1-1/+6
2014-02-15Remove old TODO commentSamuel Lidén Borell1-3/+0
2014-02-15Exit from main loop if there's an invalid pipe commandSamuel Lidén Borell1-0/+5
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell1-1/+1
2014-02-07Remove version expiry status checking systemSamuel Lidén Borell1-13/+0
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-06Make version-to-emulate configurable in ~/.config/fribid/configSamuel Lidén Borell1-2/+3
2012-04-05Make the PKCS#11 module path configurable in ~/.config/fribid/configSamuel Lidén Borell1-0/+2
2011-07-12Add the TextCharacterEncoding parameterSamuel Lidén Borell1-3/+7
2011-04-23Check if decoded strings are UTF-8 or ISO-8859-1 or invalidSamuel Lidén Borell1-1/+2
2011-04-23Implement same-origin check for CreateRequest/StoreCertificatesSamuel Lidén Borell1-3/+3
2011-04-22Simplify the IPC codeSamuel Lidén Borell1-28/+27
2011-04-21Use correct error code for UserCancel in CreateRequestSamuel Lidén Borell1-1/+1
2011-04-20Implement password policysSamuel Lidén Borell1-0/+7
2011-04-20Show the name attribute in the "choose password" dialogSamuel Lidén Borell1-6/+14
2011-04-18Fix error code when canceling CreateRequestSamuel Lidén Borell1-2/+5
2011-04-17Show more specific error messages and use g_strerrorSamuel Lidén Borell1-2/+4
2011-04-17Add password choice / key generation dialogSamuel Lidén Borell1-13/+36
2011-04-11Remove "disable code" from CreateRequest and StoreCertificatesSamuel Lidén Borell1-2/+1
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell1-0/+14
2011-04-05Only include the full DN in the first CSRSamuel Lidén Borell1-0/+1
2011-01-10Remove the code for multiple CMC objectsSamuel Lidén Borell1-9/+3
2011-01-03Check for broken pipeSamuel Lidén Borell1-2/+6
2011-01-03Add certificate request creation to the interface for the backendsSamuel Lidén Borell1-5/+15
2011-01-03Add "stub functions" and IPC for the regutil objectSamuel Lidén Borell1-1/+40
2010-12-28Add an enum type for pipe commandsSamuel Lidén Borell1-7/+7
2010-11-23Implement the ServerTime parameterSamuel Lidén Borell1-5/+7
2010-08-16Merge Henrik Nordströms smartcard branchSamuel Lidén Borell1-1/+2
2010-07-03Add an abstraction layer for tokensSamuel Lidén Borell1-16/+37
2010-06-15Only list certificates with the correct keyusage when doing authentication/si...Marcus Carlson1-1/+2
2010-06-13Reenable https checkMarcus Carlson1-2/+2
2010-06-13Clean up the OpenSSL code and fix a bugSamuel Lidén Borell1-3/+3
2010-06-13Convert the code to use OpenSSL instead of NSSMarcus Carlson1-1/+1
2010-05-13Ignore invalid subject filtersSamuel Lidén Borell1-1/+6
2010-03-23Implement the "NonVisibleData" parameterSamuel Lidén Borell1-3/+6
2010-02-23Fix some bugs from the second last patchSamuel Lidén Borell1-2/+2
2010-02-20Introduce guaranteed_memset()Linus Walleij1-1/+1
2010-02-20Provide a secure memory pool and use itLinus Walleij1-14/+34
2010-02-20Fixed a few more window id problems on 64-bit platformsSamuel Lidén Borell1-2/+2
2010-02-19Updated the changelog and fixed indentationSamuel Lidén Borell1-1/+1
2010-02-19mlock() password memoryLinus Walleij1-0/+5
2010-01-27Made the subject filter optional and a common parameterSamuel Lidén Borell1-7/+10
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-1/+1
2010-01-02Made the window modal instead of "stay on top"Samuel Lidén Borell1-1/+11
2010-01-02Documented some functionsSamuel Lidén Borell1-1/+9
2010-01-02Made a comment less sillySamuel Lidén Borell1-1/+1
2010-01-02Added translation support and a Swedish translationSamuel Lidén Borell1-1/+1
2010-01-02Set the error to 8015 if HTTPS isn't usedSamuel Lidén Borell1-10/+17