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
Klas Lindfors
6448322e06
update urls to other projects
2013-09-18 14:48:41 +02:00
Klas Lindfors
d2cda4b115
use malloc() instead of alloca() and free after use
2013-09-18 14:33:54 +02:00
Eugene Crosser
2aaf0fdc23
Stop leaks of memory and of privileges
...
Fix several memory leaks and mishandling of the privilege status
where a function returned failure indication, and previously
allocated memory was not freed (and the referece was lost), or
previously droped privileges where not restored.
2013-09-18 14:22:41 +02:00
Klas Lindfors
ba4e56667b
add -i switch for setting iterations with ykpamcfg
2013-09-18 14:10:35 +02:00
Klas Lindfors
3ae07ce8af
ignore signed releases
2013-09-18 14:10:35 +02:00
Klas Lindfors
f1c30e3028
fix warnings
2013-09-18 14:10:35 +02:00
Klas Lindfors
f617829f10
fixup warnings
2013-09-18 14:10:35 +02:00
Klas Lindfors
307c88d76d
fix warnings
2013-09-18 14:10:35 +02:00
Klas Lindfors
fb6b0911fd
use pbkdf2 to process the exepected response
...
this bumps the version on the state file to 2
old files can still be read but new files will use the new format
2013-09-18 14:10:35 +02:00
Klas Lindfors
eb78d4882b
refactor to use chalresp function from ykpers
...
so challenge_response() now calls yk_challenge_response() to
do the yubikey internal stuff.
2013-09-18 14:10:35 +02:00
Klas Lindfors
4faa544311
add the same warnings package as yubico-c
2013-09-18 14:10:35 +02:00