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

367 Commits

Author SHA1 Message Date
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
Klas Lindfors
3684a0901d release 2.14 2013-09-27 14:05:43 +02:00
Simon Josefsson
387db3eba0 Merge pull request #14 from BinetReseau/master
No match between user and token detailed pam values
2013-09-27 02:11:20 -07:00
Klas Lindfors
7fa8cbbd46 a PAM_MODUTIL_DEV_PRIVS structure can't be reused
so we have to allocate a second one and point to
that for the second time we want to drop privs.
relates to #28
2013-09-23 08:56:49 +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
3ece956fbf update doc submodule 2013-09-20 13:10:03 +02:00
Klas Lindfors
1b2a8fdf30 reimplement drop_privs to implement the pam_modutils interface
Original patch from maxime.deroucy@gmail.com.
http://code.google.com/p/yubico-pam/issues/detail?id=49
fixes #19
2013-09-20 10:54:13 +02:00
Klas Lindfors
ed88722dd3 Merge pull request #27 from eworm-de/stack
use correct size to hex decode salt
2013-09-19 05:44:02 -07:00
Christian Hesse
c41995c5f3 use correct size to hex decode salt
This fixes "stack smashing detected" (Issue #26)
2013-09-19 14:39:44 +02:00
Klas Lindfors
96cf010af7 fixup release target for move to github 2013-09-19 09:34:43 +02:00
Klas Lindfors
be4a23a0cd minor formatting fixes 2013-09-19 09:21:04 +02:00
Klas Lindfors
4d79c69ec6 everything moved to github 2013-09-19 09:19:39 +02:00
Klas Lindfors
eb1ba8a52a update copyright years 2013-09-19 08:35:15 +02:00
Klas Lindfors
47cae946df allocate space for the grplist in the privs structure
as we want to save the privs structure longer than the
scope of def_privs we need to allocate the space for grplist.
2013-09-19 08:35:00 +02:00
Klas Lindfors
8cb3752293 correct debug message 2013-09-19 08:35:00 +02:00
Klas Lindfors
2f69fb99e5 move around to avoid warning 2013-09-18 15:37:24 +02:00
Klas Lindfors
16a4dc768b always set iterations and rewind before second fscanf() 2013-09-18 15:34:45 +02:00