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

63 Commits

Author SHA1 Message Date
Klas Lindfors
d9a54bacfd
build: include ykbzero.h in sources so it gets included in dist 2021-04-08 12:59:31 +02:00
Benjamin AIMARD
b708e6dcf1 Add support of Mysql/Mariadb for the yubikey_mapping
Add support of Mysql/Mariadb for the yubikey_mapping

Mise à jour sql complete, manque la documentation

Final

clean

Add packages dependency

actions: apt update

Fix bool variable cause error build travis

Fix job #2

Fix job #3

Fix #4

fix &null

fix &null

fix &null

 Fix line 257 %s

test Apple integration

test Apple integration

Timeout Travis extend

Timeout travis extend

Fix klali comment

Fix warning

fix configure.ac

fix configure.ac

Update configure.ac

Update util.c

Update util.h

Update util.c

Update util.c

Update util.c

Update util.c

Fix white space

fix left column
2020-12-18 23:23:30 +01:00
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
Yuping Zuo
4d8d39dea8
Fix filename in makefile 2019-06-28 22:29:11 +08:00
Karol Babioch
320f487265 Spell YubiKey consistently
This makes sure that YubiKey is spelled consistently throughout the project,
since it was spelled in many different ways beforehand.
2018-05-03 10:59:44 +02:00
Klas Lindfors
fc9a4255f0 refactor the debug mode
add a debug_file option for where to write debug info (default to stdout)
stop compiling with DEBUG_PAM and PAM_DEBUG
make debugging behave the same way on linux-pam and openpam
2016-06-16 09:02:49 +02:00
Klas Lindfors
37f8788073 disable xmllint for a2x since it seems to cause problems 2015-09-08 09:25:58 +02:00
Klas Lindfors
d4136a365f drop save-mans 2015-03-23 09:55:16 +01:00
Klas Lindfors
c264ae14c1 add DEFS to cppcheck 2015-03-04 10:19:05 +01:00
Klas Lindfors
7066011eef add --enable-cppcheck 2015-01-29 12:54:02 +01:00
Klas Lindfors
de0eed5be4 add a --enable-coverage switch 2015-01-20 10:25:55 +01:00
Klas Lindfors
f6cddabd6f add EXTRA_DIST for tests/aux 2015-01-19 21:04:12 +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
168bfc7bbb fixup doc inclusion 2014-12-17 09:35:32 +01:00
Simon Josefsson
33e0221b00 Fix. 2014-12-10 15:27:38 +01:00
Klas Lindfors
83a9b93d5b re-add libyubikey, needed. 2014-08-27 10:25:01 +02:00
Klas Lindfors
f58b225aaa basic test for get_user_cfgfile_path() 2014-08-27 09:58:43 +02:00
Klas Lindfors
79612b5b29 break out util.c into it's own temporary library
to make testing easier
2014-08-27 09:37:38 +02:00
Klas Lindfors
e1262ef4f4 move tests to subdir 2014-08-27 09:00:11 +02:00
Klas Lindfors
1327d87ba4 add MANSOURCES to EXTRA_DIST on it's own line
to not conflict with make release
2014-08-26 09:20:38 +02:00
Klas Lindfors
35e9f95118 convert manpages to asciidoc 2014-06-11 13:51:42 +02:00
Simon Josefsson
f2b47b8a0f Allow use of subkeys. 2014-04-30 11:18:29 +02:00
Simon Josefsson
a39ad2711f Fix doc/ EXTRA_DIST rule. 2014-04-30 11:07:47 +02:00
Christian Hesse
65247b0792 install man page pam_yubico.8 2013-10-02 15:47:53 +02:00
Klas Lindfors
96cf010af7 fixup release target for move to github 2013-09-19 09:34:43 +02:00
Klas Lindfors
4faa544311 add the same warnings package as yubico-c 2013-09-18 14:10:35 +02:00
Simon Josefsson
7a0fcf08ef Don't install internal header files. 2013-09-18 13:30:03 +02:00
Klas Lindfors
a07e6612ec add more docs 2013-03-01 15:31:00 +01:00
Simon Josefsson
3828953374 Bump version. Use silent rules. Bump copyright years. 2012-01-23 20:25:06 +01:00
Fredrik Thulin
41dddf3e62 check-doc-dist: restore submodule doc branch master 2011-12-14 13:06:41 +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
22648cfcb5 Link pam_yubico.la directly with -lpam. 2011-11-17 20:50:39 +01:00
Simon Josefsson
6a1727bb38 Fix release target. 2011-06-07 00:43:14 +02:00
Simon Josefsson
e469b630d5 Make dependency on libykpers optional.
Use --without-cr to force it.  Reported by Jussi Sallinen <jussi@jus.si>.
2011-06-07 00:35:22 +02:00
Fredrik Thulin
60824becdc Tag releases consistent with previous ones (no 'v'). 2011-04-13 22:39:08 +02:00
Fredrik Thulin
1ebaf8773f Explicitly link with libyubikey. 2011-04-11 15:51:21 +02:00
Fredrik Thulin
839b33a0a1 Add ykpamcfg - C/R setup command line utility. 2011-03-18 22:57:46 +01:00
Fredrik Thulin
c557249503 Move soon-to-be commonly used code to util.c 2011-03-18 21:49:23 +01:00
Tollef Fog Heen
e143afb050 Look for libykpers-1, which we will need for challenge-response 2011-03-12 15:56:51 +01:00
Fredrik Thulin
6825604968 Change to make releases from Github. 2011-02-16 22:21:41 +01:00
Simon Josefsson
9bad57f93f Fix. 2010-09-10 08:42:41 +00:00
Simon Josefsson
7f5dbaeaf1 Include wiki pages in distribution. 2010-09-10 08:21:35 +00:00
Simon Josefsson
d2d1b511d3 Fix release target. 2010-09-10 07:39:07 +00:00
Simon Josefsson
424090508c Build with -DPAM_DEBUG so that debug file writing works.
Reported by qistoph in Issue #20:
<http://code.google.com/p/yubico-pam/issues/detail?id=20>.
2010-04-14 09:11:52 +00:00
Simon Josefsson
6c7277e180 Save a local copy of released archives. 2010-04-14 09:02:02 +00:00
Simon Josefsson
e7ad67ad14 Fix googlecode_upload username. 2010-04-14 08:50:41 +00:00
Simon Josefsson
a37ab389a3 Fix release target. 2009-06-22 09:02:21 +00:00
Simon Josefsson
86d0d0da2e Fix release target. 2009-03-31 14:03:29 +00:00
Simon Josefsson
b18d8ef79a Use and require libykclient v2.0+. 2009-03-25 10:15:13 +00:00
Simon Josefsson
af12010d67 Reorder. 2009-03-24 16:42:26 +00:00