mirror of
https://github.com/adulau/ootp.git
synced 2024-11-22 10:07:12 +00:00
102 lines
2.6 KiB
Text
102 lines
2.6 KiB
Text
# $Id:$
|
|
|
|
urd/rc.d/urd: updated for new flags
|
|
|
|
otp-control: mode generate will honor -c
|
|
|
|
send-tokendd: reference implementation of OOB token. Sends token to web
|
|
page via ssl. Used internally for SMS gateway.
|
|
|
|
send-token feature. Send to token to user via flexible OOB method.
|
|
|
|
HOTPC.BAS rev 9. Check PIN, readerKey
|
|
|
|
otp-sca support SC_SETREADERKEY_CAP
|
|
|
|
pam_otp.so: require_db_entry is now defaulted to enabled. A new option
|
|
allow_unknown_user which is mutually exclusive to require_db_entry is
|
|
accepted for consistency with urd and openvpn. kyriacou@osc.edu
|
|
|
|
otpdb2sc missing quote. kyriacou@osc.edu
|
|
|
|
openvpn plugin accepts otp-allow-unknown-user
|
|
|
|
otp-control will by default create a new user with count=1. BasicCard
|
|
code treats count=0 as a special case when a challenge (count) is supplied.
|
|
0 is ignore challenge and use EEPROM stored count.
|
|
|
|
getopt_long() support. All binaries support --version.
|
|
|
|
honor OTP_FLAGS_DISPNT in urd. Use -c to force display
|
|
|
|
urd will omit password when packed decode debug is enabled
|
|
|
|
fix state hex encoding in urd when state > 127
|
|
|
|
fix soft reload option in urd
|
|
|
|
add PAM password authentication to urd
|
|
|
|
str.c: tcsetattr() missing in str_input()
|
|
|
|
otp-control -m list-sc will automatically set the correct FMT flags
|
|
|
|
document behavior of count=0 in otp-sct, otp-sca, and spyrus-reader
|
|
|
|
add urd/rc.d script to dist
|
|
|
|
add rfc.card to dist
|
|
|
|
spyrus1.4.hex installed instead of 1.3. Also in QUICKSTART
|
|
|
|
### ootp-1.03.tar.gz
|
|
|
|
add CHANGES and TODO to dist
|
|
|
|
balance card enabled by default with HOTPC
|
|
|
|
finish dec31.x and DHEX40 otp-sca, otp-sct
|
|
|
|
add -i option to htsoft-downloader to ignore last WOK timeout
|
|
|
|
reorganize BasicCard code to minimize RAM and Flash resources. Fix
|
|
PRDisplay (balance reader) syntax error intruduced with BalanceCardIndex
|
|
|
|
### snap-12-16-2009
|
|
|
|
add dhex40 format
|
|
|
|
add set-flags
|
|
|
|
remove activate, disable, deactivate, flags-dspcnt, flags-no-dspcnt
|
|
from otp-control. Add more generic set-flags, set-format, set-status,
|
|
and set-type.
|
|
|
|
add dec31.6 dec31.7 dec31.8 dec31.9 dec31.10 formats.
|
|
|
|
add runtime window option to otp-openvpn, urd, and pam_otp.
|
|
|
|
scr: default to embedded reader if pcscd is not running. PCSC: defaults
|
|
to first PCSC reader.
|
|
|
|
urd: -O not positionally dependent on -o. Can disable OTP and specify otpdb.
|
|
|
|
add FreeBSD rc.d script for urd
|
|
|
|
add Zeitcontrol balance reader datasheet to docs
|
|
|
|
### ootp-1.02.tar.gz
|
|
|
|
otpdb2sc: do not right 0 pad index to otp-control
|
|
|
|
pam_otp.so: compile PIC
|
|
|
|
### ootp-1.01.tar.gz
|
|
|
|
release: build man and html pages at release time
|
|
|
|
sccmd.c: SetAdminKey fw version check reversed
|
|
|
|
urd: build default HOTP enabled
|
|
|
|
### ootp-1.00.tar.gz
|