2008-09-28 |
Ben Kibbey | Merge branch 'master' into exp
|
commit | commitdiff | tree |
2008-09-28 |
Ben Kibbey | Added libpth support. It's built by default but can...
|
commit | commitdiff | tree |
2008-09-28 |
Ben Kibbey | pwmd_open_nb(), pwmd_save_nb(), pwmd_open_nb_finalize...
|
commit | commitdiff | tree |
2008-09-22 |
Ben Kibbey | More preprocessor conditional fixes.
|
commit | commitdiff | tree |
2008-09-22 |
Ben Kibbey | Fixed pwmc to use HAVE_LIBGNUTLS rather than WITH_GNUTLS.
|
commit | commitdiff | tree |
2008-09-22 |
Ben Kibbey | Added --disable-tcp to configure. The default is enabled...
|
commit | commitdiff | tree |
2008-09-21 |
Ben Kibbey | Unoffical pwmd_tcp_connect_async() support. Requires...
|
commit | commitdiff | tree |
2008-09-21 |
Ben Kibbey | Unofficial pwmd_tcp_connect() to a remote server. GnuTLS...
|
commit | commitdiff | tree |
2008-09-01 |
Ben Kibbey | Fixed showing the wrong function when an error occurred...
|
commit | commitdiff | tree |
2008-08-17 |
Ben Kibbey | Version 5.0.7.
|
commit | commitdiff | tree |
2008-07-21 |
Ben Kibbey | Fix for the previous commit. Don't attempt to send...
|
commit | commitdiff | tree |
2008-07-21 |
Ben Kibbey | Fixed setting the pinentry title string when an invalid...
|
commit | commitdiff | tree |
2008-07-13 |
Ben Kibbey | Added a note about the new GIT repository. Thanks repo...
|
commit | commitdiff | tree |
2008-07-11 |
Ben Kibbey | g++ compile time fix
|
commit | commitdiff | tree |
2008-07-05 |
Ben Kibbey | Version 5.0.6.
|
commit | commitdiff | tree |
2008-07-01 |
Ben Kibbey | pwmd_open_async() now honors PWMD_OPTION_PINENTRY_TRIES.
|
commit | commitdiff | tree |
2008-06-25 |
Ben Kibbey | Updated the FSF address in the copyright header.
|
commit | commitdiff | tree |
2008-06-21 |
Ben Kibbey | Updated manual pages.
|
commit | commitdiff | tree |
2008-06-21 |
Ben Kibbey | Removed debugging define statement.
|
commit | commitdiff | tree |
2008-06-21 |
Ben Kibbey | Added command line option -t to specify the pinentry...
|
commit | commitdiff | tree |
2008-06-21 |
Ben Kibbey | Require pinentry v0.7.5 which uses libgpg-error codes...
|
commit | commitdiff | tree |
2008-06-21 |
Ben Kibbey | Added a note that PWMD_OPTION_PINENTRY should not be...
|
commit | commitdiff | tree |
2008-06-15 |
Ben Kibbey | In pwmc, LOCK the opened data file.
|
commit | commitdiff | tree |
2008-04-06 |
Ben Kibbey | Version 5.0.5.
|
commit | commitdiff | tree |
2008-03-20 |
Ben Kibbey | Don't check if the file is cached in pwmd_open_nb_finalize...
|
commit | commitdiff | tree |
2008-03-20 |
Ben Kibbey | Don't iterate through the memlist twice when calling...
|
commit | commitdiff | tree |
2008-03-10 |
Ben Kibbey | In pwmd_process(), make sure all pending data is read...
|
commit | commitdiff | tree |
2008-03-08 |
Ben Kibbey | Version 5.0.4.
|
commit | commitdiff | tree |
2008-03-04 |
Ben Kibbey | Added pwmc command line option -i to specify the number...
|
commit | commitdiff | tree |
2008-03-01 |
Ben Kibbey | Version 5.0.3.
|
commit | commitdiff | tree |
2008-02-29 |
Ben Kibbey | Call assuan_pending_line() even if the socket was ready...
|
commit | commitdiff | tree |
2008-02-28 |
Ben Kibbey | Fixed pwmc g++ compile warning.
|
commit | commitdiff | tree |
2008-02-28 |
Ben Kibbey | Don't loop assuan_read_line() after parsing a status...
|
commit | commitdiff | tree |
2008-02-28 |
Ben Kibbey | Set the socket FD to blocking when doing an INQUIRE.
|
commit | commitdiff | tree |
2008-02-27 |
Ben Kibbey | Added pwmd_pending_line(). This is a wrapper around
|
commit | commitdiff | tree |
2008-02-27 |
Ben Kibbey | Don't return an error when access(2) fails in do_pwmd_open...
|
commit | commitdiff | tree |
2008-02-27 |
Ben Kibbey | Removed pwmd_socket_fd(). Set both the assuan context...
|
commit | commitdiff | tree |
2008-02-21 |
Ben Kibbey | Added pwmd_assuan_ctx() which returns the assuan context...
|
commit | commitdiff | tree |
2008-02-19 |
Ben Kibbey | Added pwmd_socket_fd(). This will let applications...
|
commit | commitdiff | tree |
2008-01-27 |
Ben Kibbey | Version 5.0.2.
|
commit | commitdiff | tree |
2008-01-27 |
Ben Kibbey | Don't make pwmd_nb_status_t deprecated. Fixes g++ compilation.
|
commit | commitdiff | tree |
2008-01-27 |
Ben Kibbey | Updated manual page.
|
commit | commitdiff | tree |
2008-01-27 |
Ben Kibbey | Make sure there is a valid handle in pwmd_finalize().
|
commit | commitdiff | tree |
2008-01-23 |
Ben Kibbey | Make pwmd_open_nb(), pwmd_save_nb(), pwmd_open_nb_finalize(),
|
commit | commitdiff | tree |
2008-01-22 |
Ben Kibbey | Added pwmc command line option -M to specified a timeout...
|
commit | commitdiff | tree |
2008-01-22 |
Ben Kibbey | Don't use asprintf() for portability.
|
commit | commitdiff | tree |
2008-01-22 |
Ben Kibbey | Make do_nb_command() static.
|
commit | commitdiff | tree |
2008-01-22 |
Ben Kibbey | When DEBUG is defined, pwmc has a new option -E to...
|
commit | commitdiff | tree |
2008-01-21 |
Ben Kibbey | Keep pwmd_open_nb() and pwmd_save_nb(). These will...
|
commit | commitdiff | tree |
2008-01-20 |
Ben Kibbey | The non-blocking key retrieval functions pwmd_open_nb...
|
commit | commitdiff | tree |
2008-01-12 |
Ben Kibbey | Version 5.0.1.
|
commit | commitdiff | tree |
2008-01-12 |
Ben Kibbey | Call pinentry_disconnect() from pwmd_open() even when...
|
commit | commitdiff | tree |
2008-01-11 |
Ben Kibbey | Let the new IMPORT command work with pwmc. This is...
|
commit | commitdiff | tree |
2008-01-10 |
Ben Kibbey | When the inquire callback function returns GPG_ERR_EOF...
|
commit | commitdiff | tree |
2008-01-09 |
Ben Kibbey | Make sure the filename is null terminated in pinentry_nb_sta...
|
commit | commitdiff | tree |
2008-01-05 |
Ben Kibbey | Version 5.0.0.
|
commit | commitdiff | tree |
2008-01-03 |
Ben Kibbey | Updated NEWS.
|
commit | commitdiff | tree |
2008-01-02 |
Ben Kibbey | Made pwmd_terminate_pinentry() thread safe.
|
commit | commitdiff | tree |
2008-01-02 |
Ben Kibbey | Updated the copyright headers.
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Fixed a (rare) invalid assignment in send_command().
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Sync mem.[ch] with pwmd. Prepends elements rather than...
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Changed some error codes.
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Added pwmc command line option -c to specify the client...
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Removed pwmc -t. pwmd is waiting on this pinentry feature.
|
commit | commitdiff | tree |
2008-01-01 |
Ben Kibbey | Don't override lintians shlib-with-non-pic-code. I...
|
commit | commitdiff | tree |
2007-12-31 |
Ben Kibbey | Added the 'changelog' target to the 'deb' target Makefile
|
commit | commitdiff | tree |
2007-12-22 |
Ben Kibbey | Send "OPTION PINENTRY=N" when PWMD_OPTION_PINENTRY...
|
commit | commitdiff | tree |
2007-12-14 |
Ben Kibbey | Removed EPWMD_KEY. It's no longer used on the server...
|
commit | commitdiff | tree |
2007-12-13 |
Ben Kibbey | Percent escape the newline character in the default...
|
commit | commitdiff | tree |
2007-12-13 |
Ben Kibbey | Fixed DISPLAY being unset but a setting in pinentry...
|
commit | commitdiff | tree |
2007-12-12 |
Ben Kibbey | Look for ~/.pwmd/pinentry.conf rather than ~/.pwmd...
|
commit | commitdiff | tree |
2007-12-12 |
Ben Kibbey | Use the new CLIENT NAME option to identify pwmc.
|
commit | commitdiff | tree |
2007-12-11 |
Ben Kibbey | Renamed the parameters in ~/.pwmd/env. They are now...
|
commit | commitdiff | tree |
2007-12-11 |
Ben Kibbey | Fixed pwmd to set pinentry options via pwmd_command...
|
commit | commitdiff | tree |
2007-12-03 |
Ben Kibbey | pwmc and g++ compilation fix.
|
commit | commitdiff | tree |
2007-11-28 |
Ben Kibbey | Consider both GPG_ERR_CANCELED and ASSUAN_Canceled...
|
commit | commitdiff | tree |
2007-11-28 |
Ben Kibbey | Don't trim the newline character read from fgets()...
|
commit | commitdiff | tree |
2007-11-28 |
Ben Kibbey | Added pwmd_inquire(). This removes PWMD_OPTION_INQUIRE_FUNC and
|
commit | commitdiff | tree |
2007-11-27 |
Ben Kibbey | Include /usr/local/share/aclocal in the aclocal search...
|
commit | commitdiff | tree |
2007-11-27 |
Ben Kibbey | Updated docs.
|
commit | commitdiff | tree |
2007-11-27 |
Ben Kibbey | Return a gpg_error_t from do_inquire() in pwmc.c.
|
commit | commitdiff | tree |
2007-11-27 |
Ben Kibbey | Return GPG_ERR_INV_ARG if pwm->inquire_func is not...
|
commit | commitdiff | tree |
2007-11-27 |
Ben Kibbey | When do_inquire() is initially called, fill the entire...
|
commit | commitdiff | tree |
2007-11-26 |
Ben Kibbey | Make sure the STORE command has following data.
|
commit | commitdiff | tree |
2007-11-26 |
Ben Kibbey | Added pwmc command line option -I to read inquire data...
|
commit | commitdiff | tree |
2007-11-25 |
Ben Kibbey | Merge branch 'master' into exp
|
commit | commitdiff | tree |
2007-11-24 |
Ben Kibbey | Broken pwmd_inquire_fn().
|
commit | commitdiff | tree |
2007-11-23 |
Ben Kibbey | Regenerated po/libpwmd.pot.
|
commit | commitdiff | tree |
2007-11-23 |
Ben Kibbey | Added support for showing status messages sent from...
|
commit | commitdiff | tree |
2007-11-21 |
Ben Kibbey | Don't call gpg_err_code() when returning an error from
|
commit | commitdiff | tree |
2007-11-21 |
Ben Kibbey | Require libassuan 1.0.4.
|
commit | commitdiff | tree |
2007-11-21 |
Ben Kibbey | Require libassuan 1.0.4.
|
commit | commitdiff | tree |
2007-11-20 |
Ben Kibbey | Added functions pwmd_inquire(), pwmd_inquire_process...
|
commit | commitdiff | tree |
2007-11-19 |
Ben Kibbey | Make sure a newline character appended to the output...
|
commit | commitdiff | tree |
2007-11-19 |
Ben Kibbey | Make sure the file specified file descriptor to pwmc...
|
commit | commitdiff | tree |
2007-11-17 |
Ben Kibbey | Updated NEWS and README.
|
commit | commitdiff | tree |
2007-11-17 |
Ben Kibbey | Comment cleanups in libpwmd.h.
|
commit | commitdiff | tree |
2007-11-17 |
Ben Kibbey | g++ fixes for pwmc. Also include locale.h.
|
commit | commitdiff | tree |
2007-11-14 |
Ben Kibbey | Regenerated po/libpwmd.pot
|
commit | commitdiff | tree |
2007-11-14 |
Ben Kibbey | Changed the Debian package dependency to require pwmd...
|
commit | commitdiff | tree |