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
Simon Josefsson
042b1c2d63
Add.
2013-09-18 13:33:02 +02:00
Simon Josefsson
7a0fcf08ef
Don't install internal header files.
2013-09-18 13:30:03 +02:00
Christian Hesse
7dc5c6a155
print information only if debug is specified
...
The pam module is very informative. I do not want it to print any
information unless debug is specified. An attacker should not get any
information.
2013-05-13 15:47:59 +02:00
Klas Lindfors
e5c7725fc1
bump version after release
2013-03-01 15:33:16 +01:00
Klas Lindfors
a07e6612ec
add more docs
2013-03-01 15:31:00 +01:00
Klas Lindfors
4ded481074
update doc
2013-03-01 15:30:23 +01:00
Klas Lindfors
a604069adb
release 2.13
2013-03-01 15:28:48 +01:00
Dain Nilsson
10f0bbcfeb
Merge pull request #15 from wwest4/master
...
util.c version check fix
2013-02-14 00:38:59 -08:00
William West
96c1666248
bug in version check, now works with early model NEO
2013-02-14 01:48:34 -05:00
Pierre-Alain Dupont
21c4dd3fa3
A more precise handling of user-token match errors
...
Signed-off-by: Pierre-Alain Dupont <pad@melix.net>
2013-01-26 15:59:23 +00: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
a535563ca0
add path option to man page
2013-01-17 08:24:25 +01:00