]> the.earth.li Git - onak.git/history - keyd.c
Add ability to drop overly large packets
[onak.git] / keyd.c
2019-04-09 Jonathan McDowellUpdate GPL location to URL rather than postal address
2019-04-09 Jonathan McDowellCleanup various includes
2019-04-09 Jonathan McDowellClean up a couple of format truncation warnings
2016-07-04 Jonathan McDowellAdd KEYD_CMD_UPDATE to keyd protocol
2016-06-08 Jonathan McDowellSilence scan-build warning about uninitialised fd_set...
2016-06-06 Jonathan McDowellProperly isolate database backend configuration
2015-08-21 Jonathan McDowellAdd config option to specify keyd socket directory
2014-09-23 Jonathan McDowellAdd keyd support for systemd socket activation
2014-07-22 Jonathan McDowellFix keyd memory leak on error reading client provided...
2014-01-06 Jonathan McDowellMake keyd more robust in the face of socket errors
2014-01-06 Jonathan McDowellMake keyd internal functions static
2014-01-06 Jonathan McDowellAdd error checking when trying to daemonize in keyd
2013-11-09 Jonathan McDowellIntroduce and use a structure to hold OpenPGP fingerprints
2013-11-09 Jonathan McDowellFix issues found by llvm scan-build static analysis
2013-11-09 Jonathan McDowellUse dynamic context for all backend databases
2013-11-05 Jonathan McDowellExtend database backends to support fetching by key...
2013-11-02 Jonathan McDowellFix memory leaks found using valgrind
2013-10-09 Jonathan McDowellSwitch keyd to allow multiple clients to be served...
2012-07-25 Jonathan McDowellStart pulling non-library material out of core source...
2011-05-01 Jonathan McDowellClean up file header copyrights
2011-04-25 Jonathan McDowellAdd support for key retrieval by SKS hash
2011-04-10 Jonathan McDowellAdd a stats command to keyd
2011-04-07 Jonathan McDowellAdd the bzr version number to non release builds
2011-04-06 Jonathan McDowellAdd help text for keyd
2011-03-31 Jonathan McDowellLog when we're doing a clean keyd shutdown
2011-03-31 Jonathan McDowellIgnore SIGPIPE in keyd
2011-03-30 Jonathan McDowellMake keyd command handling more consistent
2011-03-29 Jonathan McDowellExplicitly use 32 bits for keyd socket commands
2011-03-16 Jonathan McDowellClean up remaining uses of %llX for printing keyids
2011-03-16 Jonathan McDowellAdd use_keyd config file option to select keyd as the...
2011-03-16 Jonathan McDowellMake keyd background itself by default
2011-03-16 Jonathan McDowellAdd -c option to specify keyd config file on command...
2011-03-15 Jonathan McDowellActually close the socket in keyd/the keyd backend
2008-06-07 Jonathan McDowellFix up keyd compilation under 64 bit.
2007-12-15 Jonathan McDowellFix up dynamic loading; we export a structure of functi...
2004-09-27 Jonathan McDowellAdd key iteration functionality to keydb backends.
2004-09-25 Jonathan McDowellAdd keyd backend (persistant database access over Unix...