Commit Graph

  • 7951d327e8 Make version consistent for real this time. Damien Stuart 2009-01-27 02:53:54 +00:00
  • 8e7cf3b5a9 Documentation updates and minor tweaks. Made it version 1.10.0 consistent in caonfigure.ac and fko.h. Damien Stuart 2009-01-27 02:47:49 +00:00
  • 86ef05fc7a Added fwknop.h to the source list in Makefile.am so it will be included in the distrubution. Damien Stuart 2009-01-26 13:48:53 +00:00
  • 10b308b2d5 Fixed configure.ac again (I broke it with my last change). Added first cut at gpg decryption routine. Damien Stuart 2009-01-26 03:39:47 +00:00
  • 54e1f22a80 Merged in fwknop-c-ubuntu branch changes via: Michael Rash 2009-01-26 02:04:25 +00:00
  • 18c0560475 Fixed gpgme check so it would not fail if gpgme was not installed. Setup to allow using --with[out]-gpgme option to configure. Damien Stuart 2009-01-25 18:38:31 +00:00
  • 2a5120468d Removing files that are auto-generated by the autogen.sh script. Damien Stuart 2009-01-25 16:13:47 +00:00
  • 9ebdb622a0 Fixed a potential bug where the NULL-termination of the base64-encoded data was being lost during process just before rijndael decryption. Damien Stuart 2009-01-25 15:50:52 +00:00
  • e846cdd44d First cut at GPG encrytion support (decryption and doc update are pending). Damien Stuart 2009-01-25 03:58:50 +00:00
  • 04674071ef Updated README Damien Stuart 2009-01-02 14:52:20 +00:00
  • c0c61a5eec Minor tweaks, and fixed one potential memory allocation issue discovered with valgrind. Damien Stuart 2009-01-02 14:30:36 +00:00
  • b446bdc31e Broke these out from fko.h. Damien Stuart 2008-12-31 20:52:58 +00:00
  • 49fb5f939d Made the context struct opaque to users of the library. Somewhat major API tweak in that fko_ctx_t is not a pointer type and the fko_new functions take a pointer to that. Damien Stuart 2008-12-31 20:40:09 +00:00
  • 8fe9db4470 Reorganized libfko doc. Damien Stuart 2008-12-31 15:33:09 +00:00
  • edf966e7d3 Documentation fixes. Damien Stuart 2008-12-31 15:06:24 +00:00
  • 0000fe270d Documentation updates and minor tweaks. Damien Stuart 2008-12-31 05:11:02 +00:00
  • 686ee5caf1 Some progress on the libfko doc. Damien Stuart 2008-12-30 04:21:01 +00:00
  • d4e115f86b Update to docs. Damien Stuart 2008-12-29 01:22:41 +00:00
  • 474a787e0b more checks for configure. omit salt from Rijndael-encrypted data as returned by fko_get_dpa_data. Damien Stuart 2008-12-28 16:22:40 +00:00
  • e6eb3061fb Code format tweaks. Added a couple more convenience functions. Damien Stuart 2008-12-28 16:09:11 +00:00
  • 9ef004b9ba Added gpl-2.0.texi file to doc/Makefile.am so it is included in the dist. Damien Stuart 2008-12-28 03:35:57 +00:00
  • a4e82aa68f Added decrypting/decoding/parsing of SPA data. Damien Stuart 2008-12-28 03:08:04 +00:00
  • 620ffec5cc Added fallback for isdigit() if ctype.h is not available. Damien Stuart 2008-12-26 21:04:38 +00:00
  • 98bb7ed536 Added some basic format checking to spa message data and message_type checks when client_timeout is set/unset. Damien Stuart 2008-12-26 20:39:23 +00:00
  • a93e8ddd4e Minor docs update - Added GPL to info doc. Damien Stuart 2008-12-26 12:56:57 +00:00
  • 4560866fc5 Tweaks to add some more ctx state tracking. Damien Stuart 2008-12-26 04:14:16 +00:00
  • bda1598c81 Made fko.h an include_HEADER for proper distribution. Damien Stuart 2008-12-26 01:17:11 +00:00
  • 65e11abc96 Added documentation stub. Damien Stuart 2008-12-25 04:11:06 +00:00
  • e113cb7e8a Updates to allow for building libfko as a shared lib. (make use of libtool). Damien Stuart 2008-12-25 01:26:23 +00:00
  • 6c70a69445 Putting the reg version of the files back Damien Stuart 2008-12-25 01:25:27 +00:00
  • b4bad315e7 Remove files that were stored as sym links. Damien Stuart 2008-12-25 01:24:55 +00:00
  • 1cdf9fd548 Re-arrangement of source tree. Damien Stuart 2008-12-24 22:02:12 +00:00
  • a82c361e28 Another major re-write of the fwknop library. Damien Stuart 2008-12-24 04:31:45 +00:00
  • deb85ddddf Total re-arrangement for autoconf/automake implementation. Damien Stuart 2008-12-21 19:11:51 +00:00
  • 8041bdf6dd More updates to address compatibility issues with the perl version of fwknop. Damien Stuart 2008-12-18 14:25:09 +00:00
  • f3dc818b28 Makefile tweak. Damien Stuart 2008-12-08 01:17:53 +00:00
  • 1e7534df68 Added rijndael code, spa digest and message functions, and a shitload of other changes and tweaks. Damien Stuart 2008-12-08 01:02:21 +00:00
  • 8b54a0d4d6 Added sha1 refactored the access to the digest routines via digest.c. Other misc teaks to format and style of digest code. Damien Stuart 2008-12-04 01:47:32 +00:00
  • 49378671fa Added sha256 code. Damien Stuart 2008-12-03 02:27:53 +00:00
  • 962e20310d Added base64 and md5 code. Damien Stuart 2008-12-02 23:54:51 +00:00
  • 0022ffa617 Added more source files. Split out libfwknop functions to a static lib. Misc updates. Damien Stuart 2008-11-30 22:21:15 +00:00
  • 2564d103f0 Added spa_timestamp function. Damien Stuart 2008-11-29 21:59:08 +00:00
  • 12fce24403 Added strlcat/cpy functions. Added spa_user function. Damien Stuart 2008-11-29 21:34:35 +00:00
  • 55dd479c68 Initial Makefile and first cut at fwknop.h, the spa_random_number function, and a program for testing the functions. Damien Stuart 2008-11-29 18:50:33 +00:00
  • 0cdcbddf0d Initial import. Damien Stuart 2008-11-28 00:57:59 +00:00