1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00
Commit Graph

71 Commits

Author SHA1 Message Date
Edmundo Ferreira
2a98e0ac1b Adds autotools option for building without documentation
- removes a2x dependency used for man page generation by configuring with:
  ./configure --disable-documentation
2019-12-05 10:57:11 +01:00
Gabriel Kihlman
76034c1054
Scrub sensitive data from memory
Fixes issue #185
2019-02-04 19:50:30 +01:00
Klas Lindfors
9524cebc07
bump versions after release 2018-04-20 13:28:41 +02:00
Klas Lindfors
25f2503b34
bump version to 2.26 2018-03-27 12:44:23 +02:00
Klas Lindfors
8ffbec5360
bump versions 2016-11-25 10:18:57 +01:00
Klas Lindfors
afb575a092
drop reference to dead google groups
fixes #106
2016-09-08 10:38:24 +02:00
Klas Lindfors
914fa62eb4 bump versions 2016-06-15 08:55:15 +02:00
Klas Lindfors
e6b63cf05b bump versions 2016-05-23 11:05:25 +02:00
Klas Lindfors
7c371a0d62 let configure script check for ykclient_set_proxy()
since it's the last symbol added to ykclient that we need, from 2.15.
2016-04-18 20:56:48 +02:00
Klas Lindfors
051dd2a5b2 switch pam_modutils_getpwnam()/getpwnam() to always use getpwnam_r() 2016-03-31 09:51:22 +02:00
Klas Lindfors
846bed3c01 bump versions after release 2016-02-19 12:21:22 +01:00
Klas Lindfors
2f5e903922 with more thought: remove valgrind for tests
since curl+gnutls seems to leave gnutls inited data around
2015-10-08 12:04:20 +02:00
Klas Lindfors
beef2d9bd5 add valgrind-tests 2015-10-08 10:58:12 +02:00
Klas Lindfors
8d61533c62 bump versions 2015-09-22 08:16:00 +02:00
Klas Lindfors
6f6a7b20fc don't warn about to long strings 2015-09-11 13:56:03 +02:00
Klas Lindfors
237ed18b9f use pam_modutil_getpwnam() if it's available
also refactor to pass in a passwd struct to the util functions
2015-09-08 09:15:07 +02:00
Klas Lindfors
effac5f849 bump versions 2015-03-23 09:55:06 +01:00
Klas Lindfors
f6bc5a5098 bump versions after release 2015-02-12 14:24:33 +01:00
Klas Lindfors
7066011eef add --enable-cppcheck 2015-01-29 12:54:02 +01:00
Klas Lindfors
36e10a7ca7 fixup check for pam_modutil_drop_priv()
this was broken in 68d3f5879e
fixes #50
2015-01-21 10:12:46 +01:00
Klas Lindfors
de0eed5be4 add a --enable-coverage switch 2015-01-20 10:25:55 +01:00
Klas Lindfors
68d3f5879e prepare by building a temporary library for the module
also fix the linking of libpam so we only do that when we want/need it
2015-01-16 10:19:31 +01:00
Klas Lindfors
e1262ef4f4 move tests to subdir 2014-08-27 09:00:11 +02:00
Klas Lindfors
57b1af46a4 bump versions after release 2014-08-26 09:21:40 +02:00
Klas Lindfors
35e9f95118 convert manpages to asciidoc 2014-06-11 13:51:42 +02:00
Klas Lindfors
4ed0a22d91 bump version after release 2014-06-10 13:02:56 +02:00
Simon Josefsson
e3da9da534 Bump NEWS. 2014-04-30 13:20:45 +02:00
Simon Josefsson
088c0bc665 Bump yubico-c-client version required. Fix URLs. 2014-04-30 10:45:03 +02:00
Klas Lindfors
d8394084ce bump versions 2013-09-27 14:07:22 +02:00
Klas Lindfors
1f0d46d745 require version 1.8.0 of libykpers
since we use yk_challenge_response() introduced in that version.
2013-09-23 08:21:29 +02:00
Klas Lindfors
eb1ba8a52a update copyright years 2013-09-19 08:35:15 +02:00
Klas Lindfors
6448322e06 update urls to other projects 2013-09-18 14:48:41 +02:00
Klas Lindfors
4faa544311 add the same warnings package as yubico-c 2013-09-18 14:10:35 +02:00
Klas Lindfors
e5c7725fc1 bump version after release 2013-03-01 15:33:16 +01:00
Klas Lindfors
dc03f4b713 bump automake version to 1.11 2013-01-18 14:53:44 +01:00
Clemens Lang
bcd8c631a8 configure.ac: call AM_PROG_AR if available 2013-01-18 14:26:15 +01:00
Klas Lindfors
e92b57f388 add AM_PROG_AR workaround for automake 1.12. 2012-11-07 08:26:24 +01:00
Klas Lindfors
2e9adfaa1c bump versions post-release 2012-06-15 14:58:37 +02:00
Klas Lindfors
20862d0f35 remove -Wno-extra-portability, it breaks on automake before 1.11.2 2012-06-15 13:40:07 +02:00
Klas Lindfors
f1f6d54311 bump versions as 2.11 is released 2012-06-14 08:48:21 +02:00
Clemens Lang
dfd1d3f769 Silence warning: missing AM_PROG_AR on non-POSIX
Automake 1.12 complains: "linking libraries using a non-POSIX archiver
requires 'AM_PROG_AR' in 'configure.ac'". This patch silences this
warning, allowing automake 1.12 to process configure.ac with -Werror
2012-06-05 02:57:06 +02:00
James Dingwall
940149ca98 Modify the PAM headers test in configure.ac to #include <sys/types.h>.
This is required to compile conftest.c for pam_modutil.h on Gentoo with
  sys-libs/pam-1.1.5
  sys-libs/glibc-2.13-r4
  sys-devel/gcc-4.5.3-r2
2012-03-27 13:40:40 +01:00
Fredrik Thulin
ef069efef6 libyubikey is really only required --with-cr 2012-03-05 18:45:51 +01:00
Simon Josefsson
81994baa58 Fix automake warning. 2012-01-23 20:30:26 +01:00
Simon Josefsson
3828953374 Bump version. Use silent rules. Bump copyright years. 2012-01-23 20:25:06 +01:00
Simon Josefsson
2a28ad04d5 Shift blame. 2011-12-13 17:00:59 +01:00
Fredrik Thulin
84c817909a update copyright for files changed 2011 2011-12-13 13:38:52 +01:00
Fredrik Thulin
a8e84a14d0 Prepare version 2.10. 2011-12-06 19:29:00 +01:00
Fredrik Thulin
fcde64a93e Use pam_modutil_drop_priv if it is available.
Utility functions for what was done in drop_priv.c appeared
in PAM 1.1.3. Use them when available.
2011-11-23 13:45:41 +01:00
Fredrik Thulin
b8d806fd63 Prepare for version 2.9. 2011-11-08 22:05:53 +01:00