Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -7/+7 | |
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -10/+10 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-06-24 | Fix a regression from 2010-06-09. | Werner Koch | 1 | -1/+1 | |
2010-06-09 | Merged Dirmngr with GnuPG. | Werner Koch | 1 | -1/+2 | |
A few code changes to support dirmngr. | |||||
2009-10-28 | [scd] Memory leak fix. | Werner Koch | 1 | -1/+1 | |
[g13] Send MOUNTPOINT status line | |||||
2009-10-20 | 2009-10-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -2/+2 | |
* configure.ac: Check for fusermount and encfs. | |||||
2009-10-15 | Reworked the server commands. | Werner Koch | 1 | -15/+12 | |
Track mounts. --create does now work as expected. | |||||
2009-10-14 | mount does now work in server and standalone mode. | Werner Koch | 1 | -1/+2 | |
Implemented a signal handler. | |||||
2009-10-13 | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 1 | -0/+413 | |
A hacked up encfs is required. | |||||
2009-09-30 | Some changes to suport g13. | Werner Koch | 1 | -15/+32 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -42/+0 | |
2001-12-10 | The Agent does now call the pin entry program; however because we have | Werner Koch | 1 | -4/+14 | |
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -59/+0 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -2/+52 | |
check the certification path. | |||||
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -3/+17 | |
2001-11-07 | Assuan server mode is now basically usable | Werner Koch | 1 | -19/+2 | |
2001-11-06 | First chunk of code for the Assuan library | Werner Koch | 1 | -8/+22 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |