summaryrefslogtreecommitdiffhomepage
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2014-10-10free(origin) also when there's an errorSamuel Lidén Borell1-0/+1
2014-10-08Fix compilation errorJosef Larsson1-0/+2
2014-10-08Only free(origin) when we are done using it.Josef Larsson1-2/+2
2014-08-20Add a config option to dump retrieved certificates on errorSamuel Lidén Borell9-1/+96
2014-08-19Show an error message when certificate retreival failsSamuel Lidén Borell8-10/+50
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell6-71/+84
2014-08-04Build with -fPIE/-pie and -lpthreadSamuel Lidén Borell1-4/+3
2014-05-10do not mix TokenError and BankIDErrorcybjit1-1/+7
2014-04-30Replace deprecated GTK_STOCK_ macros by their official replacement labelsHenrik Nordstrom1-2/+2
2014-04-11Make <enter> activate the OK button in the password selection dialogSamuel Lidén Borell2-4/+8
2014-04-11Improve the test scripts and install them under <docdir>/fribid/examplesSamuel Lidén Borell2-103/+0
2014-04-10Fix compatibility with BSD MakeSamuel Lidén Borell1-9/+9
2014-04-08Don't redefine SIZE_T_MAXSamuel Lidén Borell1-0/+2
2014-04-07Don't call closedir() on directories that didn't existSamuel Lidén Borell1-1/+3
2014-02-16Focus password entry again if the password was incorrectSamuel Lidén Borell3-1/+10
2014-02-16Give the password entry focus even when signing a text messageSamuel Lidén Borell1-0/+3
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-08Remove/merge unused functionsSamuel Lidén Borell2-8/+1
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell11-28/+28
2014-02-08More security precautions (length checks, null checks, etc)Samuel Lidén Borell6-16/+62
2014-02-07Remove version expiry status checking systemSamuel Lidén Borell6-255/+8
2014-02-02Fix window size in recent Firefox versionsSamuel Lidén Borell1-3/+3
2014-02-01Select the last sorted (usaully the newest) token at start upSamuel Lidén Borell1-8/+33
2014-02-01Remove unused sort codeSamuel Lidén Borell1-4/+0
2014-02-01Sort the list of tokensSamuel Lidén Borell1-5/+5
2012-10-10New error message when P12 file can be created, but is not writableSamuel Lidén Borell3-2/+10
2012-06-05Fix compilation error when building without PKCS#11 supportSamuel Lidén Borell2-3/+3
2012-04-27Change my e-mailSamuel Lidén Borell25-25/+25
2012-04-20Fix compilation with --disable-pkcs11Samuel Lidén Borell1-1/+1
2012-04-20Don't print error message on success in saveKeys()Samuel Lidén Borell1-3/+6
2012-04-20Use non-BIO functions in OpenSSL (workaround for potential security hole)Samuel Lidén Borell2-9/+4
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 Borell5-20/+45
2012-04-06Fix comment about key usagesSamuel Lidén Borell1-2/+2
2012-04-06Print and display error messages from OpenSSL and libp11Samuel Lidén Borell6-12/+80
2012-04-06Make the GTK version configurable with ./configure --with-gtk=2|3Samuel Lidén Borell1-1/+3
2012-04-06New error codes/messages: SignatureFailure and MessageTooLongSamuel Lidén Borell4-4/+10
2012-04-05Make the PKCS#11 module path configurable in ~/.config/fribid/configSamuel Lidén Borell5-6/+94
2012-04-05Allow --libexecdir to be configured independently of --libdirSamuel Lidén Borell1-4/+4
2012-04-03Display first+last name if the name attribute is missingSamuel Lidén Borell6-4/+31
2012-03-24Print where pipe errors occur (client or plugin)Samuel Lidén Borell1-1/+1
2012-03-23Fix crash when a token is missing a subject nameSamuel Lidén Borell1-1/+1
2012-01-16Remove useless const qualifiersSamuel Lidén Borell5-7/+7
2011-12-04Don't use reserved identifier namesSamuel Lidén Borell11-30/+30
2011-10-14Remove cast to GtkVBox, which is deprecated in Gtk 3.2+Samuel Lidén Borell1-3/+3
2011-09-24Specify an initial size for the "text to be signed" boxSamuel Lidén Borell1-0/+2
2011-09-05Handle ; as a separator in SubjectDNSamuel Lidén Borell1-3/+3
2011-09-05Ignore leading/trailing whitespace in SubjectDNSamuel Lidén Borell1-1/+8
2011-08-16Avoid deprecated GDK function. Fixes 64-bit problemSamuel Lidén Borell1-1/+1