aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-04-175-7/+24
* * gpgkeys_hkp.c (main): Show curl or fake-curl version string.David Shaw2007-04-163-3/+7
* * gpgkeys_curl.c, gpgkeys_ldap.c, gpgkeys_hkp.c, ksutil.c: Rename allDavid Shaw2007-04-165-38/+48
* Move some ascii_foo functions to libcompatDavid Shaw2007-04-166-74/+84
* * gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it isDavid Shaw2007-04-163-4/+16
* util/Werner Koch2007-04-165-51/+67
* Don't build shmtest unless we have shm.David Shaw2007-04-164-1/+13
* Use sysconf() when possible as not all platforms have getpagesize().David Shaw2007-04-165-7/+32
* * argparse.c (default_strusage): Copyright 2007.David Shaw2007-04-155-6/+15
* * configure.ac: QNX puts resolver functions in libsocket. From SeanDavid Shaw2007-04-152-6/+11
* * parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2007-04-042-22/+65
* * keyserver.c: Windows Vista doesn't grok X_OK and so fails access()David Shaw2007-03-142-2/+16
* * gpgkeys_curl.c (main): Use curl_version_info to verify that theDavid Shaw2007-03-134-6/+43
* Add extra fflush (stdout)Werner Koch2007-03-082-0/+15
* * keyedit.c (keyedit_menu): If we modify the keyblock (viaDavid Shaw2007-03-063-2/+20
* Post release updateWerner Koch2007-03-052-2/+6
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-0544-17761/+17943
* UpdatedWerner Koch2007-02-263-3463/+3323
* [W32] Make use of the LANGUAGE envvar.Werner Koch2007-02-263-71/+140
* * parse-packet.c (parse_signature): It's hex.David Shaw2007-02-143-1/+11
* * secmem.c (ptr_into_pool_p): New.Werner Koch2007-02-122-1/+24
* * gpgkeys_ldap.c (send_key): Missing a free().David Shaw2007-02-113-1/+16
* * http.c (do_parse_uri): Remove the hkp port 11371 detection. WeDavid Shaw2007-02-112-2/+6
* Fix for Debian bug 402592Werner Koch2007-02-042-3/+24
* Missed one caller.David Shaw2007-02-011-1/+1
* * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass inDavid Shaw2007-02-016-27/+39
* * ttyio.c (do_get): Assume that anything read from the user withoutDavid Shaw2007-02-012-1/+8
* * keygen.c (do_generate_keypair, proc_parameter_file,David Shaw2007-01-312-35/+62
* * keyedit.c (sign_uids): Another multiple to single timestampDavid Shaw2007-01-312-12/+9
* * sign.c (write_plaintext_packet): Take timestamp from outside.David Shaw2007-01-312-10/+20
* * main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): RemoveDavid Shaw2007-01-314-10/+9
* * keygen.c (make_backsig, write_direct_sig, write_selfsigs)David Shaw2007-01-302-7/+17
* * curl-shim.h, curl-shim.c, gpgkeys_hkp.c: Rename curl_escape() toDavid Shaw2007-01-164-7/+12
* * libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape().David Shaw2007-01-162-7/+35
* * config.links: powerpc64* needs to come before powerpc* or it willDavid Shaw2007-01-162-5/+11
* * gpgkeys_hkp.c (send_key): Allow GPG to send any armored key lineDavid Shaw2007-01-162-20/+29
* * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch2007-01-153-2/+9
* Installed revised translation.Werner Koch2006-12-223-3606/+2875
* * configure.ac: Only check for libusb if we're building with cardDavid Shaw2006-12-212-1/+9
* * options.skel: Tweak some examples to match reality and update theDavid Shaw2006-12-152-23/+23
* Fix bug#739 (proxy/shutdown)Werner Koch2006-12-142-2/+10
* * Makefile.am: Install options.skel via dist_pkgdata_DATA so thatDavid Shaw2006-12-132-5/+7
* distribute gnupg1.info. Fixes bug#740.Werner Koch2006-12-132-2/+5
* Removed references to removed g10defs.h file.Werner Koch2006-12-133-2/+4
* Removed the use of g10defs.h.Werner Koch2006-12-1129-157/+267
* * configure.ac: AM_CONDITIONAL must not be used inside an if/then.David Shaw2006-12-082-13/+16
* /Werner Koch2006-12-075-3/+13
* Post release updatesWerner Koch2006-12-062-2/+6
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-0656-10114/+21043
* Changing the way man pages are build.Werner Koch2006-12-047-5957/+1366