summaryrefslogtreecommitdiffhomepage
path: root/client/bankid.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Show an error message when certificate retreival failsSamuel Lidén Borell1-7/+8
2014-05-10do not mix TokenError and BankIDErrorcybjit1-1/+7
2014-02-08Remove/merge unused functionsSamuel Lidén Borell1-7/+1
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-168/+6
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-08Print error message if the expiry file can't be createdSamuel Lidén Borell1-1/+4
2012-04-06Make version-to-emulate configurable in ~/.config/fribid/configSamuel Lidén Borell1-17/+32
2011-07-12Add the TextCharacterEncoding parameterSamuel Lidén Borell1-3/+4
2011-04-23Implement same-origin check for CreateRequest/StoreCertificatesSamuel Lidén Borell1-3/+4
2011-04-20Show the name attribute in the "choose password" dialogSamuel Lidén Borell1-0/+10
2011-04-17Show more specific error messages and use g_strerrorSamuel Lidén Borell1-5/+12
2011-04-11Add missing code from previos changeSamuel Lidén Borell1-4/+1
2011-04-05Add a function stub for StoreCertificates + code that calls itSamuel Lidén Borell1-0/+17
2011-01-14Free the request on error in bankid.cSamuel Lidén Borell1-1/+4
2011-01-03Add certificate request creation to the interface for the backendsSamuel Lidén Borell1-1/+25
2010-11-23Implement the ServerTime parameterSamuel Lidén Borell1-7/+18
2010-08-16Merge Henrik Nordströms smartcard branchSamuel Lidén Borell1-2/+18
2010-07-03Add an abstraction layer for tokensSamuel Lidén Borell1-33/+14
2010-06-08Update the version string to match the latest official clientSamuel Lidén Borell1-2/+2
2010-06-08Use the built-in expiry and emulated version after upgradesSamuel Lidén Borell1-18/+27
2010-03-23Implement the "NonVisibleData" parameterSamuel Lidén Borell1-1/+10
2010-02-05Replaced malloc+sprintf with a function on it's ownSamuel Lidén Borell1-21/+9
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-5/+5
2010-01-02Removed a debug messageSamuel Lidén Borell1-1/+0
2010-01-02Improved version checker that uses DNS instead of HTTP/XMLSamuel Lidén Borell1-118/+45
2010-01-02Documented some functionsSamuel Lidén Borell1-2/+50
2010-01-02Renamed the XMLDSIG filesSamuel Lidén Borell1-2/+2
2010-01-02Renamed main/ to client/ and added a server directorySamuel Lidén Borell1-0/+353