aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-01-06Added just a single comment.gnupg-2.0.0Moritz Schulte1-1/+5
2006-11-05Collected fixes.Werner Koch2-1/+6
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+7
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch4-1/+122
2006-10-17Pth tweaks and improved estream.cWerner Koch4-6/+118
2006-10-10Various changesWerner Koch4-2/+24
2006-10-04* gpgrlhelp.c: readline requires stdio.h.David Shaw2-0/+5
2006-10-04Fixed agent access for gpg.Werner Koch3-4/+28
2006-10-02Fix for bug 537Werner Koch3-57/+11
2006-09-27Add missing file and other changes.Werner Koch5-19/+143
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch4-22/+68
Made readline support work.
2006-09-21Various updatesWerner Koch7-50/+111
2006-09-15Allow for a global trustlist.Werner Koch5-0/+368
2006-09-14Take advantage of newer gpg-error features.Werner Koch8-50/+68
2006-09-07Let scdaemon call a script on status changesWerner Koch3-41/+146
2006-09-06The big Assuan error code removal.Werner Koch5-11/+22
2006-09-06Minor changes and typo fixes.Werner Koch2-1/+4
2006-09-04Support to read response headers. Required for redirection support in theWerner Koch3-4/+187
dirmngr package.
2006-08-21Migrated more stuff to doc/Werner Koch3-1/+97
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch6-3/+365
shows no prblems. Needs more testing of course.
2006-08-14Changed HTTP API.Werner Koch6-57/+288
2006-08-11Added http.c from 1.4. Werner Koch5-12/+1885
Added support for estream and gnutls.
2006-06-20Updated FSF's address.Werner Koch38-73/+110
2006-06-16Added missing filesWerner Koch2-0/+274
2006-05-23g10/ does build again.Werner Koch11-56/+518
2006-04-21Still merging 1.4.3 code backWerner Koch4-133/+198
2006-04-19Merged with gpg 1.4.3 code. Werner Koch4-7/+58
The gpg part does not yet build.
2005-10-072005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* signal.c (get_signal_name): Check value of HAVE_DECL_SYS_SIGLIST instead of just if it is defined.
2005-09-282005-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch31-6102/+0
2005-07-042005-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-1/+31
* simple-pwquery.h (simple_pwclear): New prototype. * simple-pwquery.c (simple_pwclear): New function.
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch10-32/+63
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-1/+1
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch2-3/+13
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch10-353/+38
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch2-4/+8
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
2005-05-13(got_fatal_signal): Print the signal number if we can'tWerner Koch2-4/+4
get a name for it. (get_signal_name): Return NULL if no name is available. Fixed conditional for sys_siglist to the correct one.
2005-05-13(got_fatal_signal): Print the signal number if we can'tWerner Koch2-6/+39
get a name for it. (get_signal_name): Return NULL if no name is available.
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch3-0/+86
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-04-13Added missing fileWerner Koch1-0/+63
2005-04-11* sexputil.c: New.Werner Koch3-1/+9
2005-04-102005-04-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
2005-03-03* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch2-1/+5
--ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
2005-02-25* findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch3-1/+27
%0A may pass through. * agent.h (server_control_s): New field USE_AUTH_CALL. * call-scd.c (agent_card_pksign): Make use of it. * command-ssh.c (data_sign): Set the flag. (ssh_send_key_public): New arg OVERRIDE_COMMENT. (card_key_available): Add new arg CARDSN. (ssh_handler_request_identities): Use the card s/n as comment. (sexp_key_extract): Use GCRYMPI_FMT_STD. (data_sign): Ditto. * learncard.c (make_shadow_info): Moved to .. * protect.c (make_shadow_info): .. here. Return NULL on malloc failure. Made global. * agent.h: Add prototype. * xasprintf.c (xtryasprintf): New. * app-openpgp.c (get_public_key): Make sure not to return negative numbers. (do_sign): Allow passing of indata with algorithm prefix. (do_auth): Allow OPENPGP.3 as an alternative ID. * app.c (app_getattr): Return just the S/N but not the timestamp. * no-libgcrypt.c (gcry_strdup): New.
2005-02-24* gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2-2/+2
select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
2005-02-03* AUTHORS: Copied from 1.4 and edited to refelct the changes inWerner Koch1-1/+2
1.9. * agent.h (agent_exit): Add JNLIB_GCC_A_NR to indicate that this function won't return. * gpg-agent.c (check_for_running_agent): Initialize pid to a default value if not needed. * command-ssh.c: Removed stdint.h. s/byte_t/unsigned char/, s/uint32/u32/ becuase that is what we have always used in GnuPG. (ssh_request_specs): Moved to top of file. (ssh_key_types): Ditto. (make_cstring): Ditto. (data_sign): Don't use a variable for the passphrase prompt, make it translatable. (ssh_request_process): * findkey.c (modify_description): Renamed arguments for clarity, polished documentation. Make comment a C-string. Fixed case of DESCRIPTION being just "%". (agent_key_from_file): Make sure comment string to a C-string. * gpg-agent.c (create_socket_name): Cleanup the implemntation, use DIMof, agent_exit, removed superflous args and return the allocated string as value. Documented. Changed callers. (create_server_socket): Cleanups similar to above. Changed callers. (cleanup_do): Renamed to .. (remove_socket): .. this. Changed caller. (handle_connections): The signals are to be handled in the select and not in the accept. Test all FDs after returning from a select. Remove the event tests from the accept calls. The select already assured that the accept won't block.
2005-01-262005-01-26 Moritz Schulte <[email protected]>Moritz Schulte4-1/+2818
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files.
2005-01-03(send_pinentry_environment): Fixed changed fromWerner Koch2-1/+6
2004-12-18; cut+paste error for lc-messages.
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch3-12/+129
* Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
2004-12-21* homedir.c: New. Use CSIDL_APPDATA for W32 as the default homeWerner Koch2-1/+42
directory.