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

383 Commits

Author SHA1 Message Date
Klas Lindfors
caefc07a0f let travis install fewer packages
asciidoc comes with a bunch of recommends, find out what
is needed for a2x manpages and install that
2014-06-11 16:41:35 +02:00
Klas Lindfors
5744fdbc15 asciidoc is needed to build from git 2014-06-11 16:15:11 +02:00
Klas Lindfors
35e9f95118 convert manpages to asciidoc 2014-06-11 13:51:42 +02:00
Klas Lindfors
b0c7b7591d add a space after roff comment 2014-06-10 14:12:52 +02:00
Klas Lindfors
a8408c7168 also build with everything enabled 2014-06-10 13:34:59 +02:00
Klas Lindfors
ab1b3d2dd6 add travis to blurb 2014-06-10 13:30:58 +02:00
Klas Lindfors
3318af74ff add -y to add-apt-repository for travis 2014-06-10 13:21:09 +02:00
Klas Lindfors
14ab682a8e add travis configuration 2014-06-10 13:13:23 +02:00
Klas Lindfors
4ed0a22d91 bump version after release 2014-06-10 13:02:56 +02:00
Klas Lindfors
b1a409eef8 version 2.16 2014-06-10 13:01:28 +02:00
Klas Lindfors
468353db50 ignore test artifacts 2014-06-10 13:00:00 +02:00
Klas Lindfors
4b71238404 add NEWS for 2.16 2014-06-10 10:58:24 +02:00
Klas Lindfors
fa7f8353aa Merge pull request #38 from alexjfisher/master
Fix segfault whilst freeing urls
2014-06-02 14:22:05 +02:00
Alex Fisher
d35d5bfb30 Fix segfault whilst freeing urls 2014-06-02 11:32:08 +01:00
Klas Lindfors
164296af28 add urllist to README 2014-04-30 13:40:10 +02:00
Simon Josefsson
e3da9da534 Bump NEWS. 2014-04-30 13:20:45 +02:00
Simon Josefsson
ba734a84e5 Update. 2014-04-30 13:20:06 +02:00
Simon Josefsson
43cd3b4621 Update copyright years. 2014-04-30 13:16:09 +02:00
Simon Josefsson
b5a69d5592 Fix URLs. 2014-04-30 13:13:52 +02:00
Simon Josefsson
b7a16bf401 Redo markup. 2014-04-30 13:04:47 +02:00
Simon Josefsson
f2b47b8a0f Allow use of subkeys. 2014-04-30 11:18:29 +02:00
Simon Josefsson
94254dc681 Version 2.15. 2014-04-30 11:09:02 +02:00
Simon Josefsson
a39ad2711f Fix doc/ EXTRA_DIST rule. 2014-04-30 11:07:47 +02:00
Simon Josefsson
76b241ff04 Add docs from the wiki. 2014-04-30 11:03:40 +02:00
Simon Josefsson
35e84d867b Removed submodule doc 2014-04-30 10:59:45 +02:00
Simon Josefsson
da53489d70 Drop submodule. 2014-04-30 10:45:40 +02:00
Simon Josefsson
088c0bc665 Bump yubico-c-client version required. Fix URLs. 2014-04-30 10:45:03 +02:00
Simon Josefsson
86b9b1ed68 Add. 2014-04-30 10:44:12 +02:00
Klas Lindfors
76a0c7e37e man for urllist feature 2014-03-26 11:11:32 +01:00
Klas Lindfors
431e96033d fixup strtok of url templates 2014-03-26 11:00:39 +01:00
Klas Lindfors
8f6717b13e fixup urllist feature (hopefully) 2014-03-26 10:53:40 +01:00
Klas Lindfors
602905c51d spelling 2014-03-26 09:40:01 +01:00
Klas Lindfors
3be440ec80 add urllist feature
allowing up to 10 urls to be specified in config
2014-03-12 15:00:22 +01:00
Klas Lindfors
9b6f384559 Merge pull request #34 from c0sco/master
Add information on FreeBSD ports.
2013-12-17 03:08:32 -08:00
Matt Stofko
35982ebfb2 Add information on FreeBSD ports. 2013-11-30 15:24:02 -08:00
Klas Lindfors
681efbdc51 add BLURB 2013-11-26 14:46:47 +01:00
Klas Lindfors
50e9f001dc Merge pull request #33 from cicku/patch-1
Update README
2013-11-26 02:24:35 -08:00
Christopher Meng
9ba49b9317 Update README
Add Fedora/EPEL
2013-11-26 17:38:06 +08:00
Klas Lindfors
9e00b0cadc free() filename before throwing the pointer away
avoids a memory-leak pointed out by @crosser
2013-11-21 14:38:32 +01:00
Klas Lindfors
40bea18651 more text about authfile 2013-11-18 13:15:37 +01:00
Klas Lindfors
0089aecb8a break between authfile and id 2013-11-18 13:13:11 +01:00
Simon Josefsson
279e07bb5e More https. 2013-10-08 23:12:12 +02:00
Simon Josefsson
4dbaf9e7c3 Use more https. 2013-10-08 23:08:42 +02:00
Simon Josefsson
7f298d0db2 Use SSH git URL. 2013-10-06 19:12:18 +02:00
Simon Josefsson
08a467643b Fix ModHex calculator URL and section.
Suggested by Linus Nordberg <linus@nordberg.se>.
2013-10-06 19:09:38 +02:00
Klas Lindfors
2e5754d601 client is default mode 2013-10-02 16:42:46 +02:00
Klas Lindfors
2b0b3e1f89 Merge pull request #30 from eworm-de/man
install man page pam_yubico.8
2013-10-02 06:56:39 -07:00
Christian Hesse
65247b0792 install man page pam_yubico.8 2013-10-02 15:47:53 +02:00
Klas Lindfors
36b39a4955 add man page for pam_yubico 2013-10-02 15:32:49 +02:00
Klas Lindfors
d8394084ce bump versions 2013-09-27 14:07:22 +02:00