Age | Commit message (Expand) | Author | Files | Lines |
2012-06-05 | How to INSTALL with GTK 3 under Debian/Ubuntu | Samuel Lidén Borell | 1 | -1/+2 |
2012-06-05 | Add instructions for Debian/Ubuntu to the INSTALL file | Samuel Lidén Borell | 1 | -0/+16 |
2012-06-05 | Fix compilation error when building without PKCS#11 support | Samuel Lidén Borell | 2 | -3/+3 |
2012-06-03 | pkg-config should check for libgtk2.0 >= 2.18 | Mikael Nordfeldth | 1 | -1/+1 |
2012-04-27 | Change my e-mail | Samuel Lidén Borell | 52 | -53/+53 |
2012-04-20 | Release version 1.0.1av1.0.1a | Samuel Lidén Borell | 2 | -2/+6 |
2012-04-20 | Fix compilation with --disable-pkcs11 | Samuel Lidén Borell | 1 | -1/+1 |
2012-04-20 | Release version 1.0.1v1.0.1 | Samuel Lidén Borell | 2 | -2/+12 |
2012-04-20 | Don't print error message on success in saveKeys() | Samuel Lidén Borell | 1 | -3/+6 |
2012-04-20 | Use non-BIO functions in OpenSSL (workaround for potential security hole) | Samuel Lidén Borell | 2 | -9/+4 |
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 | 7 | -24/+62 |
2012-04-06 | Fix comment about key usages | Samuel Lidén Borell | 1 | -2/+2 |
2012-04-06 | Print and display error messages from OpenSSL and libp11 | Samuel Lidén Borell | 6 | -12/+80 |
2012-04-06 | Add GTK 3 to list of supported GTK versions | Samuel Lidén Borell | 1 | -1/+1 |
2012-04-06 | Make the GTK version configurable with ./configure --with-gtk=2|3 | Samuel Lidén Borell | 2 | -3/+40 |
2012-04-06 | New error codes/messages: SignatureFailure and MessageTooLong | Samuel Lidén Borell | 5 | -7/+21 |
2012-04-06 | Increase version of config.h | Samuel Lidén Borell | 2 | -2/+2 |
2012-04-05 | Make the PKCS#11 module path configurable in ~/.config/fribid/config | Samuel Lidén Borell | 7 | -10/+118 |
2012-04-05 | Allow --libexecdir to be configured independently of --libdir | Samuel Lidén Borell | 3 | -9/+20 |
2012-04-05 | Configure script: Support "--enable-*=no" syntax | Samuel Lidén Borell | 1 | -1/+1 |
2012-04-05 | Configure script: Ignore GNU/autoconf options that are safe to ignore | Samuel Lidén Borell | 1 | -0/+12 |
2012-04-03 | Display first+last name if the name attribute is missing | Samuel Lidén Borell | 6 | -4/+31 |
2012-03-24 | Print where pipe errors occur (client or plugin) | Samuel Lidén Borell | 3 | -3/+11 |
2012-03-23 | Fix crash when a token is missing a subject name | Samuel Lidén Borell | 1 | -1/+1 |
2012-03-23 | Add a very stupid fuzzer for PKCS#12 (or other) files | Samuel Lidén Borell | 1 | -0/+45 |
2012-03-02 | Make configure accept PKCS#11 modules that export only C_GetFunctionList | Samuel Lidén Borell | 1 | -2/+3 |
2012-02-27 | configure script: Check that the specified PKCS#11 module is valid | Samuel Lidén Borell | 1 | -0/+7 |
2012-02-27 | configure script: Tell the user to install OpenSC if not found | Samuel Lidén Borell | 1 | -1/+5 |
2012-01-16 | Remove useless const qualifiers | Samuel Lidén Borell | 5 | -7/+7 |
2011-12-04 | Don't use reserved identifier names | Samuel Lidén Borell | 14 | -36/+36 |
2011-10-14 | Remove cast to GtkVBox, which is deprecated in Gtk 3.2+ | Samuel Lidén Borell | 1 | -3/+3 |
2011-09-25 | Release version 1.0.0v1.0.0 | Samuel Lidén Borell | 2 | -2/+20 |
2011-09-24 | Specify an initial size for the "text to be signed" box | Samuel Lidén Borell | 1 | -0/+2 |
2011-09-11 | Check for the "cc" and "install" commands in the configure script | Samuel Lidén Borell | 1 | -1/+1 |
2011-09-11 | Fix check if PKSC#11 module doesn't exist | Samuel Lidén Borell | 1 | -1/+1 |
2011-09-11 | Nicer error messages from the configure script | Samuel Lidén Borell | 1 | -16/+19 |
2011-09-11 | Check for "cpp" command in configure | Samuel Lidén Borell | 1 | -1/+1 |
2011-09-11 | More reliable detection of native library path (lib or lib64) | Samuel Lidén Borell | 1 | -1/+2 |
2011-09-08 | Claim to support application/x-personal-signer | Samuel Lidén Borell | 5 | -1/+10 |
2011-09-05 | Handle ; as a separator in SubjectDN | Samuel Lidén Borell | 1 | -3/+3 |
2011-09-05 | Ignore leading/trailing whitespace in SubjectDN | Samuel Lidén Borell | 1 | -1/+8 |
2011-08-16 | Avoid deprecated GDK function. Fixes 64-bit problem | Samuel Lidén Borell | 1 | -1/+1 |
2011-08-05 | Updated INSTALL doc: OpenSSL 1.0.0 is supported | Samuel Lidén Borell | 1 | -1/+1 |
2011-08-04 | Use rasprintf instead of malloc/strcpy/strcat in glibconfig.c | Samuel Lidén Borell | 2 | -15/+4 |
2011-08-04 | Refactoring of pkcs{11,12}.getBase64Chain and malloc checks | Samuel Lidén Borell | 6 | -18/+57 |
2011-08-04 | Check return of strdup in platform_openDir | Samuel Lidén Borell | 1 | -6/+7 |
2011-08-04 | Add checks for less common errors platform_readFile | Samuel Lidén Borell | 1 | -8/+15 |
2011-08-04 | Replace malloc+strcat/sprintf with rasprintf in posix.c | Samuel Lidén Borell | 1 | -10/+3 |
2011-08-04 | Fix memory leak in rasprintf_append | Samuel Lidén Borell | 1 | -4/+4 |