2009-04-25 |
Ben Kibbey | Match internal assuan protocol commands in command_startup...
|
commit | commitdiff | tree |
2009-04-25 |
Ben Kibbey | Use assuan_register_pre_cmd_notify(). This is a patch...
|
commit | commitdiff | tree |
2009-04-24 |
Ben Kibbey | Include libassuan statically.
|
commit | commitdiff | tree |
2009-04-24 |
Ben Kibbey | Removed obsolete error codes.
|
commit | commitdiff | tree |
2009-04-24 |
Ben Kibbey | Added configure --enable-acl. This will retain an ACL...
|
commit | commitdiff | tree |
2009-04-24 |
Ben Kibbey | Updated GETCONFIG in the COMMANDS documentation.
|
commit | commitdiff | tree |
2009-04-24 |
Ben Kibbey | Renamed SET parameters: PINENTRY -> ENABLE_PINENTRY,
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | Added configuration parameter "pinentry_path".
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | Removed option CLIENT. The sub-option NAME can be set...
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | Call a child prepare function during the pinentry fork...
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | Fixed do_assuan_command() to cancel the callback thread...
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | The VERSION command outputs the hexidecimal version...
|
commit | commitdiff | tree |
2009-04-23 |
Ben Kibbey | Lots of pth_cleanup_push()/pop() and pth_cancel_point...
|
commit | commitdiff | tree |
2009-04-22 |
Ben Kibbey | Since cracklib uses locale specific strings, do the...
|
commit | commitdiff | tree |
2009-04-22 |
Ben Kibbey | Added the SET and UNSET command which replace the OPTION...
|
commit | commitdiff | tree |
2009-04-21 |
Ben Kibbey | Forgot to destroy the pth_msgport_t. Fixed.
|
commit | commitdiff | tree |
2009-04-21 |
Ben Kibbey | Use a pth_msgport_t for message passing. Also wait...
|
commit | commitdiff | tree |
2009-04-21 |
Ben Kibbey | keepalive_thread() cleanup. Also fixes a segfault when...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Fixed a libxml2 warning when converting a data file...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Fixed "GETCONFIG <filename> ITERATIONS" after "OPTION...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Changed how "GETCONFIG ITERATIONS" works. If there...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Flush the data buffer before sending the final XFER...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Changed the file header again.
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Fixed a memory leak in do_assuan_command().
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Fixed "xfer_progress=0".
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Added configuration parameter "xfer_progress" to specify...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | When doing an INQUIRE, append an event to wait for...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | All commands that send data use do_assuan_command(...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | The XFER status message is sent with the LIST, DUMP...
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Log what socket this invokation is listening on.
|
commit | commitdiff | tree |
2009-04-19 |
Ben Kibbey | Initialize the pin mutex when converting (-C).
|
commit | commitdiff | tree |
2009-04-18 |
Ben Kibbey | Require automake 2.60.
|
commit | commitdiff | tree |
2009-04-18 |
Ben Kibbey | Removed EPWMD_FILE_ACCESS.
|
commit | commitdiff | tree |
2009-04-18 |
Ben Kibbey | Set the client name in the pinentry dialog (OPTION...
|
commit | commitdiff | tree |
2009-04-18 |
Ben Kibbey | Minor cleanup. Removed cleanup_crypto_handler().
|
commit | commitdiff | tree |
2009-04-18 |
Ben Kibbey | No need to create an extra thread in client_msg_thread...
|
commit | commitdiff | tree |
2009-04-11 |
Ben Kibbey | Added a new status message XFER for use with the GET...
|
commit | commitdiff | tree |
2009-04-04 |
Ben Kibbey | When an option value string is NULL, reset it to the...
|
commit | commitdiff | tree |
2009-04-03 |
Ben Kibbey | Let ISCACHED check for file existence with access(2...
|
commit | commitdiff | tree |
2009-03-21 |
Ben Kibbey | Wait for the write_status_thread() to return (or timeout) in
|
commit | commitdiff | tree |
2009-03-21 |
Ben Kibbey | Compare only "<?xml version=" in the decrypted document...
|
commit | commitdiff | tree |
2009-03-21 |
Ben Kibbey | Make client_msg_thread() joinable.
|
commit | commitdiff | tree |
2009-03-21 |
Ben Kibbey | Use g_get_home_dir() instead.
|
commit | commitdiff | tree |
2009-03-20 |
Ben Kibbey | Removed all tcp/remote/GnuTLS support. Remote connections...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Fix tls.c compile-time warning.
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Dont link with -lrt or -lpthread
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Removed acinclude.m4.
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Check for EDEADLK in MUTEX_UNLOCK. It can be ignored...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Wait for thread TID events which are triggered when...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Catch SIGABRT, but not SIGUSR2.
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Check the return value from pth_spawn().
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Minor cleanups.
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Use thread-safe libgcrypt and libgpg-error functions...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Dont write a log message in MUTEX_TRYLOCK.
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Use MUTEX_TRYLOCK everywhere STATUS_LOCKED is sent...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | Fixed unlock_file_mutex() releasing the unlocked mutex...
|
commit | commitdiff | tree |
2009-03-08 |
Ben Kibbey | check the return of pth_mutex_acquire and pth_mutex_release...
|
commit | commitdiff | tree |
2009-03-07 |
Ben Kibbey | squash before commiting to master. this is the initial...
|
commit | commitdiff | tree |
2009-02-27 |
Ben Kibbey | Use "git log" not "git-log" in the Makefile 'changelog...
|
commit | commitdiff | tree |
2009-02-27 |
Ben Kibbey | Added OPTION LC_CTYPE and OPTION LC_MESSAGES. Both...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Fixed a typo in the previous commit. Destroy the cond...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Fixed keepalive_thread() to use a local condition and...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Fixed aborting the connection when the configured keepalive...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Moved client_msg_thread() and client_msg_sender_thread...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Created status.c.
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | After sending a status message to send_status(), create...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Remove the exiting client from the client list as soon...
|
commit | commitdiff | tree |
2009-02-07 |
Ben Kibbey | Minor cleanups in mem.c.
|
commit | commitdiff | tree |
2009-02-06 |
Ben Kibbey | Lock the rcfile_mutex at each keyfileh access.
|
commit | commitdiff | tree |
2009-02-06 |
Ben Kibbey | Don't lock the cn_mutex before cancelling the client...
|
commit | commitdiff | tree |
2009-02-05 |
Ben Kibbey | Fix for the previous commit that wouldn't terminate...
|
commit | commitdiff | tree |
2009-02-05 |
Ben Kibbey | Use a local mutex in client_msg_thread().
|
commit | commitdiff | tree |
2009-02-03 |
Ben Kibbey | Use a goffset rather than gsize for crypto->insize...
|
commit | commitdiff | tree |
2009-02-03 |
Ben Kibbey | Fixed status messages to use the new iteration type.
|
commit | commitdiff | tree |
2009-02-03 |
Ben Kibbey | Fixed data file portability between various systems...
|
commit | commitdiff | tree |
2009-01-30 |
Ben Kibbey | A few more pthread_testcancel()'s. Should be the last...
|
commit | commitdiff | tree |
2009-01-30 |
Ben Kibbey | Thread cancellation tests in do_compress() and do_decompress().
|
commit | commitdiff | tree |
2009-01-29 |
Ben Kibbey | Don't send status messages to clients that are exiting...
|
commit | commitdiff | tree |
2009-01-29 |
Ben Kibbey | Fixed a segfault with the SAVE command when used with...
|
commit | commitdiff | tree |
2009-01-29 |
Ben Kibbey | More thread cancelation tests and handlers.
|
commit | commitdiff | tree |
2009-01-28 |
Ben Kibbey | Create a mutex for the custom memory functions. Fixes...
|
commit | commitdiff | tree |
2009-01-28 |
Ben Kibbey | Create a new thread when reloading the rcfile.
|
commit | commitdiff | tree |
2009-01-28 |
Ben Kibbey | More thread cancellation tests (more to come) and thread...
|
commit | commitdiff | tree |
2009-01-27 |
Ben Kibbey | A couple more thread cancellation tests and cleanups.
|
commit | commitdiff | tree |
2009-01-27 |
Ben Kibbey | If the client thread terminates while a pinentry is...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | Setup a cleanup handler in iterate_crypto_once() in...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | When encrypting/decrypting, don't do the whole thing...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | In cleanup_cb(), don't free cn->name until everything...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | Better mutex locking and unlocking macros. Useful for...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | Update the mtime in do_xml_encrypt().
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | crypto->inbuf is set to the data to encrypt when passed to
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | Use gcry_... memory functions in do_compress() and...
|
commit | commitdiff | tree |
2009-01-25 |
Ben Kibbey | Return GPG_ERR_ENOANO if the data file is not a regular...
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | A couple minor cache.c cleanups.
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Fixed potentially not freeing all cache entries in...
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Fixed status messages send with send_status_all() on...
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Fixed tls_init() not initializing the SHA-1 hash size...
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Initialize libgcrypt properly by calling gcry_check_version().
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Move initTlsParams() and deinitTlsParams() to tls.c
|
commit | commitdiff | tree |
2009-01-24 |
Ben Kibbey | Added option "tcp_use_crl". When TRUE, ~/.pwmd/crl...
|
commit | commitdiff | tree |