aboutsummaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Protect error counter against overflow.Werner Koch2020-03-031-6/+5
* Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor2016-08-042-4/+4
* Fix possible sign extension problem with newer compilers.Werner Koch2016-02-011-1/+1
* g10: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-261-29/+45
* Release 1.4.19.gnupg-1.4.19Werner Koch2015-02-271-1/+1
* Fix for building without DNS support.Werner Koch2015-02-261-2/+2
* Switch to a hash and CERT record based PKA system.Werner Koch2015-02-262-204/+213
* Move two functions from g10/ to util/.Werner Koch2015-02-261-0/+50
* Add new function strconcat.Werner Koch2015-02-261-26/+79
* Allow requesting only an IPGP certtype with dns_cert().Werner Koch2015-02-261-4/+6
* Modernize to automake 1.14.Werner Koch2015-01-191-3/+3
* avoid future chance of using uninitialized memoryDaniel Kahn Gillmor2015-01-131-1/+1
* Release 1.4.17gnupg-1.4.17Werner Koch2014-06-231-1/+1
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-32/+43
* Release 1.4.14.gnupg-1.4.14Werner Koch2013-07-251-1/+1
* gpg: signal handling fixNIIBE Yutaka2013-07-121-11/+25
* Part of issue 1447: Pass proper Host header when SRV is used.David Shaw2012-12-191-5/+9
* Remove trailing white space from some filesWerner Koch2012-12-191-5/+5
* Adjust to GNU coding standardsWerner Koch2012-12-191-3/+8
* Fix last commitWerner Koch2012-12-191-1/+1
* Fix issue 1446: honor ports given in SRV responses.David Shaw2012-12-191-23/+31
* Add meta option ignore-invalid-option.Werner Koch2012-12-181-1/+130
* Fix potential heap corruption in "gpg -v --version"Werner Koch2012-12-151-2/+10
* Fix typos spotted during translationsWerner Koch2012-08-241-1/+1
* Allow building with the 32 bit mingw-w64 toolchain.Werner Koch2012-01-121-0/+4
* Replace file locking by the new portable dotlock code.Werner Koch2012-01-101-436/+1119
* Update copyright years.Werner Koch2012-01-101-3/+3
* Use gcc pragmas to suppress some warnings.Werner Koch2012-01-102-101/+119
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-5/+10
* On VMS use --batch by default if in batch mode.Werner Koch2011-09-122-5/+13
* Removed some set but unused vars.Werner Koch2011-08-092-3/+2
* Fix bug#1307Werner Koch2011-08-092-35/+45
* Detect unsigned time_t and adjust y2038 detection.Werner Koch2010-10-272-5/+18
* The rest of the VMS changes.Werner Koch2010-09-284-3/+35
* Minor changes to help the VMS portWerner Koch2010-09-285-14/+92
* Preparing a release candidateWerner Koch2010-09-231-1/+1
* Fix bug 1179Werner Koch2010-05-121-1/+1
* Fix a W32 problemWerner Koch2009-09-034-5/+21
* Update zH_TW and check for stdint.hWerner Koch2009-09-032-337/+24
* Restructured the compat functions and changed its license.Werner Koch2009-08-252-0/+113
* Fix compiler size warning for debug outputWerner Koch2009-08-182-1/+4
* * miscutil.c (print_string2): Loose check for control charactersWerner Koch2009-08-182-1/+8
* Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw2009-08-122-0/+76
* * srv.c (getsrv): Fix type-punning warning. (main): Allow testing anyDavid Shaw2009-07-232-3/+15
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-217-115/+2467
* Avoid caches to get the most recent copy of the key. This is bugDavid Shaw2009-05-262-7/+27
* Fixed bug1058.Werner Koch2009-05-222-0/+12
* Improve dotlocking.Werner Koch2009-05-052-211/+386
* Backport of Creation-Date parameter for unattended key generation.Werner Koch2009-05-052-0/+55
* * srv.h: Move to include/srv.h.David Shaw2009-04-063-53/+13