Update Debian Vcs-* fields to point to git repository
[onak.git] / Makefile.in
2013-10-01 Jonathan McDowellUse LDFLAGS when building backend shared objects
2013-09-30 Jonathan McDowellAdd HKP database backend
2013-09-30 Jonathan McDowellAdd initial wotsap file generation tool
2013-09-29 Jonathan McDowellAdd ctags/cscope files to .gitignore + clean rule
2012-07-14 Jonathan McDowellAdd initial Doxygen support
2012-07-13 Jonathan McDowellAdd checking for signature hashes
2012-04-25 Jonathan McDowellCleanup hashquery.o on make clean
2011-10-18 Jonathan McDowellUse nettle for hashing when available rather than inter...
2011-04-25 Jonathan McDowellAdd /pks/hashquery
2011-04-25 Jonathan McDowellAdd a dependency on CORE_OBJS to the dynamic backends
2011-04-24 Jonathan McDowellAdd basic testing infrastructure + initial tests
2011-04-10 Jonathan McDowellRemove keydctl.o in clean rule
2011-04-07 Jonathan McDowellAdd the bzr version number to non release builds
2011-04-06 Jonathan McDowellAdd keydctl for talking to keyd backend
2010-01-18 Jonathan McDowellRemove keydb backend specific compilation rule
2008-06-07 Jonathan McDowellFix bashism in Makefile distclean target
2007-12-28 Jonathan McDowellAdd man page for keyd, even though it's not currently...
2007-12-15 Jonathan McDowellAdd an install target in the Makefile (can't believe...
2007-12-15 Jonathan McDowellFix up dynamic loading; we export a structure of functi...
2007-08-13 Jonathan McDowellFix config structure references for dynamic backends
2006-06-19 Jonathan McDowellChange Debian package to use dynamic backend.
2005-07-14 Jonathan McDowellAdd dynamic loading of backends.
2004-10-17 Jonathan McDowellIntroduce sorted keyid array functions and use in DB4.
2004-10-16 Jonathan McDowellMove mailsync functionality to the database backends.
2004-09-27 Jonathan McDowellMake Makefile cleanup keyd and backend db .o files.
2004-09-25 Jonathan McDowellMove update_keys to keydb rather than merge.
2004-09-25 Jonathan McDowellAdd keyd backend (persistant database access over Unix...
2004-09-14 Jonathan McDowellChange makedepend to use the compile instead.
2004-09-14 Jonathan McDowellConfigure basic onak.conf using autoconf info.
2004-08-29 Jonathan McDowellAdd stripkey
2004-08-24 Jonathan McDowellFirst cut at cleanup infrastructure.
2004-08-15 Jonathan McDowellautoconf onak-mail.pl config
2004-07-31 Jonathan McDowellAllow setting of config file directory from configure.
2004-06-12 Jonathan McDowellRemove CVS Id tags.
2004-06-12 Jonathan McDowellRemove spurious LDFLAGS for onak linking.
2004-06-09 Jonathan McDowellSimple typo fix.
2004-06-02 Jonathan McDowell--enable-backend=<foo> configure option
2004-06-01 Jonathan McDowellInitial introduction of autoconf support; just endian...