Commit graph

14 commits

Author SHA1 Message Date
pettai
14a7ee2b4f Version 2.13 (released 2014-09-12)
* libykclient: Skip responses where the curl status isn't CURLE_OK.
* libykclient: Add forgotten prototype for ykclient_set_ca_info.
2014-11-10 22:25:40 +00:00
pettai
aadd43ba26 Version 2.12 (released 2013-10-18)
* Use pkg-config to find curl, instead of libcurl.m4.
* ykclient: Added --cai parameter to specify GnuTLS-compatible CA Info.
* libykclient: Added ykclient_set_ca_info function.
  Used when curl is linked with GnuTLS, used to set CA Info.
* libykclient: Added ykclient_set_url_bases function.
  Uses a more reasonable/extensible URL string syntax.  The old
  ykclient_set_url_templates is hereby deprecated.
* Added shared library versioning script.
* Valgrind is used for selftests.
2014-09-27 19:56:31 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
joerg
b5c2de7f7d Needs help2man. 2013-09-15 12:32:41 +00:00
pettai
8ceff092b8 Version 2.11 (released 2013-07-24)
* Fix breakage with latest automake.
2013-09-14 07:02:32 +00:00
joerg
3472e592df Remove attempt at making it MAKE_JOBS_SAFE, build fails with various
mysterious errors in that case.
2013-06-18 19:56:16 +00:00
pettai
28032b4cf4 Version 2.10 (released 2013-05-15)
* Add ykclient_global_init and ykclient_global_done.
* Add ykclient_version.h header file with versioning information.
  New symbols are YKCLIENT_VERSION_STRING, YKCLIENT_VERSION_NUMBER,
  YKCLIENT_VERSION_MAJOR, YKCLIENT_VERSION_MINOR,
  YKCLIENT_VERSION_PATCH.  New function ykclient_check_version.
* Modified API to use 'ykclient_rc' enum as return type instead of 'int'.
* Enum also moved to separate new header file ykclient_errors.h.
  This should be backwards compatible.  It makes the return type
  clearer.
* Improve curl multi usage.
* ykclient: Cleanup command line tool a bit to make it more useful.
  Added --help, --version and --debug.  Defaults to silent output.  Exit
  codes are documented and more useful.  Added manpage.

(Moved HOMEPAGE and MASTER_SITES to the new GitHub project pages)
2013-06-16 09:35:54 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
pettai
f538cf4333 Version 2.9 (released 2012-08-07)
* Compability with curl versions before 7.20.
* Fix signature checking on ARM (at least).
2012-11-10 19:17:26 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pettai
2a4aab7de0 Version 2.8 (released 2012-06-15)
* ykclient: Add C++ namespace protection.

 * Add multi-server support with curl_multi.
   Enabled by default for YubiCloud servers.
   Settable with the new library function set_template_urls() or
   the urls parameter to ykclient_verify_otp_v2().

 * Remove extra % in ykclient help.

 * Add ca path option to ykclient, --ca.
   Patch from Jay Kline <jay.kline.ctr@hpcmo.hpc.mil>.

 * Make the nonce unique for consecutive calls to the same ykclient handle.

 * Do url encoding of OTP before sending.

 * Fix segfault on curl error.
   Patch from Lee Hinman <lee.hinman.ctr@hpc.mil>
2012-06-16 20:32:05 +00:00
dholland
c341067e40 Makefile is not MAKE_JOBS_SAFE as shipped. Patch it up, since it doesn't
appear to require or be using gmake.
2012-03-19 03:07:45 +00:00
pettai
c06bc35d24 This package implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.

Imported from pkgsrc-wip
2012-03-13 15:15:15 +00:00