pwmd.git
2011-07-09 Ben KibbeyFixed the AGENT command inquire cancellation. next
2011-07-07 Ben KibbeyInquire key parameters directly from the client when...
2011-07-04 Ben KibbeyLet the IMPORT command set the _ctime and _mtime attrib...
2011-07-04 Ben KibbeyAlways save the signing keygrip even when the same...
2011-07-02 Ben KibbeyCommand option cleanup. No longer need to reset each...
2011-07-02 Ben KibbeyAdded KEYGRIP --sign to return the keygrip of the key...
2011-07-02 Ben KibbeyCreate the _ctime attribute for new elements.
2011-07-02 Ben KibbeyTrim the leading assuan comment character from status...
2011-07-02 Ben KibbeyDon't add pkcs1 flags before decryption when the key...
2011-07-01 Ben KibbeyA few cleanups.
2011-06-30 Ben Kibbeyg_key_file_set_uint64() wasn't added until glib 2.26...
2011-06-30 Ben KibbeyThe PASSWD command should require an exiting file to...
2011-06-30 Ben KibbeyAdded command line option --s2k-count.
2011-06-26 Ben KibbeyIntro doc updates.
2011-06-26 Ben KibbeyDocument --sign-keygrip.
2011-06-26 Ben KibbeyCancel the accept_thread() before closing the socket.
2011-06-26 Ben KibbeyFixed a segfault on FreeBSD (6.3) during exit.
2011-06-25 Ben KibbeyFixed trying to validate a signature of the wrong keygr...
2011-06-24 Ben KibbeySince commit 06cfe43 removed global status messages...
2011-06-23 Ben KibbeyAdded command line option --no-passphrase-file for...
2011-06-22 Ben KibbeyRenamed OPEN option --inquire to --inquire-passphrase.
2011-06-22 Ben KibbeyRenamed SAVE option --inquire to --inquire-keyparam.
2011-06-22 Ben KibbeyFix for the previous commit. Don't clear the old signin...
2011-06-22 Ben KibbeyFixed a segfault in SAVE when no signing keygrip was...
2011-06-22 Ben KibbeyTry to predict what the gpg-agent "OPTION pinentry...
2011-06-21 Ben KibbeyMinor error code cleanup.
2011-06-19 Ben KibbeyClear FLAG_NEW when opening another file in the same...
2011-06-19 Ben KibbeyFixed extra logging of the OPTION command.
2011-06-18 Ben KibbeyAdded the AGENT protocol command. Behaves like the...
2011-06-17 Ben KibbeyFixed cache_iscached() to handle smartcards. It will...
2011-06-16 Ben KibbeyAdded command line option and SAVE option --sign-keygri...
2011-06-14 Ben KibbeyDon't let OPEN attempt to lock the file mutex twice...
2011-06-14 Ben KibbeyFixed file mutex locking which broke in commit 995e8f7.
2011-06-13 Ben KibbeyOops. Fixed a possible runtime bug.
2011-06-12 Ben KibbeyRe-added cache_un/lock() to protect OPEN and SAVE cache...
2011-06-12 Ben KibbeyA few memory leak fixes.
2011-06-12 Ben KibbeyRemoved STATUS_CONFIG.
2011-06-12 Ben KibbeyAdd the GETINFO command. This removes "global" status...
2011-06-10 Ben KibbeyDont append duplicate status messages to the queue.
2011-06-10 Ben KibbeyPrevent send_status_all() from corrupting the libassuan...
2011-06-09 Ben KibbeyUse pthread_cleanup_push/pop in log_write().
2011-06-09 Ben KibbeyDeadlock fixes.
2011-06-08 Ben KibbeyFixed log_write() output redirection when not to a...
2011-06-07 Ben KibbeyCheck the msg_queue by first locking its mutex.
2011-06-07 Ben KibbeyFixed releasing the file mutex during client disconnect.
2011-06-06 Ben KibbeyWrite to stdout when not forked() rather than stderr.
2011-06-06 Ben KibbeyPrevent a deadlock in log_write() when mutex debugging...
2011-06-06 Ben KibbeyReturn GPG_ERR_UNKNOWN_VERSION when trying to OPEN...
2011-06-06 Ben KibbeyReturn GPG_ERR_NO_DATA rather than GPG_ERR_NO_VALUE.
2011-06-05 Ben KibbeyLet the memory allocators for other packages use glib...
2011-06-05 Ben KibbeyCall _exit(2) and not exit(3) after the fork().
2011-06-05 Ben KibbeyRenamed pwmd_error.[ch] to pwmd-error.[ch].
2011-06-05 Ben KibbeyLink with libgthread and initialize glib's threading.
2011-06-05 Ben KibbeyUse glib's internationalization stuff.
2011-06-05 Ben KibbeyUse glib's option parser.
2011-06-05 Ben KibbeyDoing "CACHETIMEOUT filename 0" will remove the cache...
2011-06-04 Ben KibbeyFixed log_write() and encrypt_data_file() to not use...
2011-06-04 Ben KibbeyPortability fix. Well, not really portable to POSIX...
2011-06-04 Ben KibbeyThe client flooding locking problem was do to send_stat...
2011-06-04 Ben KibbeyA 'goto' within a pthread_cleanup_push() block is not...
2011-06-04 Ben KibbeyNo longer use a separate thread for sending data and...
2011-06-03 Ben KibbeyProtect the cache with a mutex. Also, use a separate...
2011-06-02 Ben KibbeyMerge branch 'next' into pthread
2011-06-01 Ben KibbeyNo longer extract the cipher key as an MPI but rather...
2011-05-30 Ben KibbeyFixed a memory leak in pwmd_strerror().
2011-05-30 Ben KibbeyUse a mutex in log_write().
2011-05-30 Ben KibbeyKeep reload_rcfile_thread() waiting on a condition...
2011-05-30 Ben KibbeyPorted to pthreads (second attempt).
2011-05-21 Ben KibbeyKeep the original error source of some error codes.
2011-05-20 Ben KibbeySince the cipher key is generated, it may contain a...
2011-05-20 Ben KibbeyLibgcrypt now unpads pkcs1 automatically so there is...
2011-05-15 Ben KibbeyCompile time fix for --enable-acl.
2011-05-15 Ben KibbeyCheck for input and keyfile readability before --conver...
2011-05-15 Ben KibbeyA few sanity checks when --import'ing.
2011-05-15 Ben KibbeyDo preset the passphrase for the generated key when...
2011-05-14 Ben KibbeyReset the FLAG_HAS_LOCK flag with OPEN'ing a different...
2011-05-14 Ben KibbeyHave OPEN keep the lock for the same reopened file.
2011-05-14 Ben KibbeyCache mutex lock fix.
2011-05-12 Ben KibbeyAnother fix for commit 6800e1ee: restore any OPEN optio...
2011-05-12 Ben KibbeyReturn the original error code from cache_iscached...
2011-05-12 Ben KibbeyReset the pinentry enabled status to the default during...
2011-05-12 Ben KibbeyRenamed FLAG_LOCK_ON_OPEN to OPT_LOCK_ON_OPEN.
2011-05-12 Ben KibbeyFix for commit 6800e1ee that broke OPEN command options.
2011-05-11 Ben KibbeyPortability fix for 'make' in doc/.
2011-05-11 Ben KibbeyRenamed FLAG_LOCK to OPT_LOCK.
2011-05-11 Ben KibbeyAdded ISCACHED --lock.
2011-05-10 Ben KibbeyDon't log to the syslog(3) when -n is passed.
2011-05-10 Ben KibbeyCatch SIGSEGV and show a backtrace of the stack.
2011-05-07 Ben KibbeyInclude the generated .texi directly and build those...
2011-05-07 Ben KibbeyOops. This is pwmd and not libpwmd. :)
2011-05-07 Ben KibbeyRenamed the "key" and "key_file" configuration paramete...
2011-05-07 Ben KibbeyBetter HTML output of the texinfo docs and sort the...
2011-05-04 Ben KibbeyMinor file state cleanup.
2011-05-04 Ben KibbeyUse a generic callback for commands that use --inquire.
2011-05-04 Ben KibbeyFixed 'make distcheck'.
2011-05-04 Ben KibbeyLet automake generate the info documentation.
2011-05-04 Ben KibbeyAdded ATTR --inquire.
2011-05-04 Ben KibbeyAdded GET --inquire.
2011-05-04 Ben KibbeyAdded DELETE --inquire.
2011-05-04 Ben KibbeyAdded MOVE --inquire.
next