summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-06-05How to INSTALL with GTK 3 under Debian/UbuntuSamuel Lidén Borell1-1/+2
2012-06-05Add instructions for Debian/Ubuntu to the INSTALL fileSamuel Lidén Borell1-0/+16
2012-06-05Fix compilation error when building without PKCS#11 supportSamuel Lidén Borell2-3/+3
2012-06-03pkg-config should check for libgtk2.0 >= 2.18Mikael Nordfeldth1-1/+1
2012-04-27Change my e-mailSamuel Lidén Borell52-53/+53
2012-04-20Release version 1.0.1av1.0.1aSamuel Lidén Borell2-2/+6
2012-04-20Fix compilation with --disable-pkcs11Samuel Lidén Borell1-1/+1
2012-04-20Release version 1.0.1v1.0.1Samuel Lidén Borell2-2/+12
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 Borell7-24/+62
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-06Add GTK 3 to list of supported GTK versionsSamuel Lidén Borell1-1/+1
2012-04-06Make the GTK version configurable with ./configure --with-gtk=2|3Samuel Lidén Borell2-3/+40
2012-04-06New error codes/messages: SignatureFailure and MessageTooLongSamuel Lidén Borell5-7/+21
2012-04-06Increase version of config.hSamuel Lidén Borell2-2/+2
2012-04-05Make the PKCS#11 module path configurable in ~/.config/fribid/configSamuel Lidén Borell7-10/+118
2012-04-05Allow --libexecdir to be configured independently of --libdirSamuel Lidén Borell3-9/+20
2012-04-05Configure script: Support "--enable-*=no" syntaxSamuel Lidén Borell1-1/+1
2012-04-05Configure script: Ignore GNU/autoconf options that are safe to ignoreSamuel Lidén Borell1-0/+12
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 Borell3-3/+11
2012-03-23Fix crash when a token is missing a subject nameSamuel Lidén Borell1-1/+1
2012-03-23Add a very stupid fuzzer for PKCS#12 (or other) filesSamuel Lidén Borell1-0/+45
2012-03-02Make configure accept PKCS#11 modules that export only C_GetFunctionListSamuel Lidén Borell1-2/+3
2012-02-27configure script: Check that the specified PKCS#11 module is validSamuel Lidén Borell1-0/+7
2012-02-27configure script: Tell the user to install OpenSC if not foundSamuel Lidén Borell1-1/+5
2012-01-16Remove useless const qualifiersSamuel Lidén Borell5-7/+7
2011-12-04Don't use reserved identifier namesSamuel Lidén Borell14-36/+36
2011-10-14Remove cast to GtkVBox, which is deprecated in Gtk 3.2+Samuel Lidén Borell1-3/+3
2011-09-25Release version 1.0.0v1.0.0Samuel Lidén Borell2-2/+20
2011-09-24Specify an initial size for the "text to be signed" boxSamuel Lidén Borell1-0/+2
2011-09-11Check for the "cc" and "install" commands in the configure scriptSamuel Lidén Borell1-1/+1
2011-09-11Fix check if PKSC#11 module doesn't existSamuel Lidén Borell1-1/+1
2011-09-11Nicer error messages from the configure scriptSamuel Lidén Borell1-16/+19
2011-09-11Check for "cpp" command in configureSamuel Lidén Borell1-1/+1
2011-09-11More reliable detection of native library path (lib or lib64)Samuel Lidén Borell1-1/+2
2011-09-08Claim to support application/x-personal-signerSamuel Lidén Borell5-1/+10
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
2011-08-05Updated INSTALL doc: OpenSSL 1.0.0 is supportedSamuel Lidén Borell1-1/+1
2011-08-04Use rasprintf instead of malloc/strcpy/strcat in glibconfig.cSamuel Lidén Borell2-15/+4
2011-08-04Refactoring of pkcs{11,12}.getBase64Chain and malloc checksSamuel Lidén Borell6-18/+57
2011-08-04Check return of strdup in platform_openDirSamuel Lidén Borell1-6/+7
2011-08-04Add checks for less common errors platform_readFileSamuel Lidén Borell1-8/+15
2011-08-04Replace malloc+strcat/sprintf with rasprintf in posix.cSamuel Lidén Borell1-10/+3
2011-08-04Fix memory leak in rasprintf_appendSamuel Lidén Borell1-4/+4