Age | Commit message (Expand) | Author | Files | Lines |
2014-05-10 | do not mix TokenError and BankIDError | cybjit | 1 | -1/+7 |
2014-02-08 | Remove/merge unused functions | Samuel Lidén Borell | 1 | -7/+1 |
2014-02-08 | Change unspecified argument lists "()" into "(void)" | Samuel Lidén Borell | 1 | -1/+1 |
2014-02-07 | Remove version expiry status checking system | Samuel Lidén Borell | 1 | -168/+6 |
2012-04-27 | Change my e-mail | Samuel Lidén Borell | 1 | -1/+1 |
2012-04-08 | Print error message if the expiry file can't be created | Samuel Lidén Borell | 1 | -1/+4 |
2012-04-06 | Make version-to-emulate configurable in ~/.config/fribid/config | Samuel Lidén Borell | 1 | -17/+32 |
2011-07-12 | Add the TextCharacterEncoding parameter | Samuel Lidén Borell | 1 | -3/+4 |
2011-04-23 | Implement same-origin check for CreateRequest/StoreCertificates | Samuel Lidén Borell | 1 | -3/+4 |
2011-04-20 | Show the name attribute in the "choose password" dialog | Samuel Lidén Borell | 1 | -0/+10 |
2011-04-17 | Show more specific error messages and use g_strerror | Samuel Lidén Borell | 1 | -5/+12 |
2011-04-11 | Add missing code from previos change | Samuel Lidén Borell | 1 | -4/+1 |
2011-04-05 | Add a function stub for StoreCertificates + code that calls it | Samuel Lidén Borell | 1 | -0/+17 |
2011-01-14 | Free the request on error in bankid.c | Samuel Lidén Borell | 1 | -1/+4 |
2011-01-03 | Add certificate request creation to the interface for the backends | Samuel Lidén Borell | 1 | -1/+25 |
2010-11-23 | Implement the ServerTime parameter | Samuel Lidén Borell | 1 | -7/+18 |
2010-08-16 | Merge Henrik Nordströms smartcard branch | Samuel Lidén Borell | 1 | -2/+18 |
2010-07-03 | Add an abstraction layer for tokens | Samuel Lidén Borell | 1 | -33/+14 |
2010-06-08 | Update the version string to match the latest official client | Samuel Lidén Borell | 1 | -2/+2 |
2010-06-08 | Use the built-in expiry and emulated version after upgrades | Samuel Lidén Borell | 1 | -18/+27 |
2010-03-23 | Implement the "NonVisibleData" parameter | Samuel Lidén Borell | 1 | -1/+10 |
2010-02-05 | Replaced malloc+sprintf with a function on it's own | Samuel Lidén Borell | 1 | -21/+9 |
2010-01-02 | Increase use of const and static in the code | Samuel Lidén Borell | 1 | -5/+5 |
2010-01-02 | Removed a debug message | Samuel Lidén Borell | 1 | -1/+0 |
2010-01-02 | Improved version checker that uses DNS instead of HTTP/XML | Samuel Lidén Borell | 1 | -118/+45 |
2010-01-02 | Documented some functions | Samuel Lidén Borell | 1 | -2/+50 |
2010-01-02 | Renamed the XMLDSIG files | Samuel Lidén Borell | 1 | -2/+2 |
2010-01-02 | Renamed main/ to client/ and added a server directory | Samuel Lidén Borell | 1 | -0/+353 |