Klas Lindfors
340386f640
add a username switch to ykpamcfg, creating file for different user
...
also refactor to use a tempfile when writing a new challenge file so we
rename it to the correct name as the last operation.
fixes #113
2017-01-03 10:05:26 +01:00
Klas Lindfors
6ef497da42
doc: clarify -p switch a bit
2017-01-03 09:43:42 +01:00
Klas Lindfors
80b7bff40a
doc: fix typo
2017-01-03 09:06:45 +01:00
Klas Lindfors
b12ce0d1b2
more stuff to make a2x work properly on mac for tests
2016-11-25 13:02:41 +01:00
Klas Lindfors
1290aa3b62
install docbook-xsl on mac for tests
...
will hopefully make the tests run smoother
2016-11-25 11:08:49 +01:00
Klas Lindfors
8ffbec5360
bump versions
2016-11-25 10:18:57 +01:00
Klas Lindfors
2e0ca8acf1
NEWS for 2.24
2016-11-25 10:15:20 +01:00
Klas Lindfors
afb575a092
drop reference to dead google groups
...
fixes #106
2016-09-08 10:38:24 +02:00
Simon Josefsson
02e520c906
Fix typo.
2016-08-09 09:34:47 +02:00
Klas Lindfors
174b09e298
let debug_accept stdout. also check that file exists and is regular
2016-06-22 10:19:53 +02:00
Klas Lindfors
8850659b5f
Merge branch 'debug_refactor'
2016-06-16 13:17:10 +02:00
Klas Lindfors
ebe6633425
Merge branch 'master' of github.com:Yubico/yubico-pam
2016-06-16 13:16:15 +02:00
Klas Lindfors
0c079febe2
documentation for debug_file option
2016-06-16 12:35:30 +02:00
Klas Lindfors
f7a9fc5169
print debug_file when printing configuration
2016-06-16 12:35:18 +02:00
Klas Lindfors
2cab7ac03e
open debug file with "a" not "a+"
2016-06-16 11:06:41 +02:00
Klas Lindfors
3debbfa97a
Merge pull request #101 from Yubico/user_unknown-fixes
...
User unknown fixes
2016-06-16 11:04:08 +02:00
Klas Lindfors
ead5337be1
fix typo 1 -> i
2016-06-16 10:26:30 +02:00
Klas Lindfors
5b36567820
cleanup debug_file after we're done
2016-06-16 10:07:56 +02:00
Klas Lindfors
cb4e1df68e
fixup openpam drop_privs implementation to support debug_file
2016-06-16 10:07:38 +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
914fa62eb4
bump versions
2016-06-15 08:55:15 +02:00
Klas Lindfors
df36c1ce6e
NEWS for 2.23
2016-06-15 08:54:20 +02:00
Klas Lindfors
4fb0be3870
add tests for empty OTP validation
...
also fix around so ldap case checks with length of the authorized token,
not the length of the passed in id.
2016-06-13 11:08:09 +02:00
Klas Lindfors
bda491c413
add tests for empty otp part to check_user_token()
2016-06-13 10:49:06 +02:00
Klas Lindfors
fee0bcc231
drop check for OTP length, should trigger error later anyways.
...
relates #97
2016-06-13 10:45:30 +02:00
Klas Lindfors
a21a20cb65
only process results of OTP check after user is found
...
relates #97
2016-06-13 10:45:30 +02:00
Klas Lindfors
33e7013916
install docbook-xsl instead of docbook-xml for travis
...
seems to help with a2x hangs
2016-06-13 10:45:10 +02:00
Klas Lindfors
9eb630a383
use umask instead of chmod to set file permissions
2016-06-03 09:08:22 +02:00
Klas Lindfors
e6b63cf05b
bump versions
2016-05-23 11:05:25 +02:00
Klas Lindfors
bbb83dc7ed
NEWS for 2.22
2016-05-23 09:46:10 +02:00
Klas Lindfors
7c371a0d62
let configure script check for ykclient_set_proxy()
...
since it's the last symbol added to ykclient that we need, from 2.15.
2016-04-18 20:56:48 +02:00
Klas Lindfors
2343b25d23
Merge branch 'chalresp_ownership'
2016-04-01 09:35:19 +02:00
Klas Lindfors
0a1051f6df
check that file doesn't exist before we try to write it
2016-03-31 10:13:00 +02:00
Klas Lindfors
7639f4684a
set file permissions when creating a new challenge file
2016-03-31 10:12:03 +02:00
Klas Lindfors
051dd2a5b2
switch pam_modutils_getpwnam()/getpwnam() to always use getpwnam_r()
2016-03-31 09:51:22 +02:00
Klas Lindfors
155b485ba7
copy ownership and modes of old challenge file when creating a new one
...
fixes #92
2016-03-30 08:59:06 +02:00
Klas Lindfors
b7e7da494a
verbose_otp can not be used with OpenSSH
...
fixes #25
2016-03-29 11:09:58 +02:00
Klas Lindfors
a4a5078a77
typo.
2016-02-26 09:35:16 +01:00
Klas Lindfors
f7b529fa94
document how to use ykpamcfg with path instead of moving file
2016-02-26 09:31:17 +01:00
Klas Lindfors
44c45d1b80
Merge pull request #89 from AmShaegar13/improve_cr_auth_docu
...
Changed /etc/yubico to /var/yubico
2016-02-26 09:27:53 +01:00
Finn Glöe
9ad8c71069
Changed /etc/yubico to /var/yubico
2016-02-25 20:41:29 +01:00
Klas Lindfors
cd67ab76b6
ignore pkg files
2016-02-19 12:22:52 +01:00
Klas Lindfors
846bed3c01
bump versions after release
2016-02-19 12:21:22 +01:00
Klas Lindfors
eb9c6834a0
NEWS for 2.21
2016-02-19 12:17:56 +01:00
Klas Lindfors
49173c7101
add first stab at makefile for mac installer
...
fixes #76
2016-02-19 11:03:52 +01:00
Klas Lindfors
a6ea0e7053
pass cfg->debug to check_firmware_version() and let it use D macro
2016-02-19 11:03:52 +01:00
Klas Lindfors
27d6a286d7
Merge pull request #88 from shankerwangmiao/bug-fix-for-null-conv
...
add check for NULL conv
2016-02-16 13:55:08 +01:00
王邈
2b33aafdb9
add check for NULL conv
2016-02-16 20:05:50 +08:00
Klas Lindfors
19631c2efc
Merge branch 'mikemn-master'
2015-11-16 09:09:04 +01:00
mikemn
e231b8217c
Update Readme with proxy parameter description
2015-11-16 09:07:49 +01:00