Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/ | ||||
* | Add new functions to convert iso time strings. | Werner Koch | 2011-03-01 | 1 | -13/+146 |
| | |||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -24/+24 |
| | | | | | | | | 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. | ||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 1 | -17/+27 |
| | |||||
* | [w32ce] Do not print the faulty timezone info | Werner Koch | 2010-10-04 | 1 | -26/+31 |
| | | | | | Switch FAQ sources to org-mode | ||||
* | W32CE fix. | Werner Koch | 2010-06-08 | 1 | -0/+1 |
| | | | | | Typo fixes | ||||
* | Add a separate header for time related fucntions. | Werner Koch | 2010-04-20 | 1 | -0/+18 |
| | |||||
* | First steps towards the W32CE port | Werner Koch | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Remove duplicated code. | Werner Koch | 2009-03-16 | 1 | -0/+11 |
| | |||||
* | As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time. | Werner Koch | 2008-06-05 | 1 | -1/+1 |
| | | | | | Typo fix. | ||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 1 | -0/+205 |
| | | | | | (--max-passphrase-days). | ||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -3/+3 |
| | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -4/+77 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -1/+27 |
| | |||||
* | * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning. | Werner Koch | 2003-12-17 | 1 | -2/+4 |
| | | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | ||||
* | * util.h (gnupg_isotime_t): New. | Werner Koch | 2003-10-31 | 1 | -0/+26 |
| | | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+250 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -87/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | sm/ | Werner Koch | 2002-05-14 | 1 | -0/+87 |
* gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/ |