ootp-snap-12-12-2013-r202 imported

This commit is contained in:
Alexandre Dulaunoy 2017-01-03 12:20:02 +01:00
parent ba3d1d438f
commit ff526a59c9
13 changed files with 29 additions and 15 deletions

View file

@ -1 +1 @@
snap-r200
snap-r202

View file

@ -1,18 +1,31 @@
Auto provision option
If user does not exist creat them with a random key
defaults - load from db entry
format = dhex40
flags = display-count,send-token
count = 1
count_ceil = 2^64-1
status = active
type = HOTP
location = username?
sshd[41599]: v2 format has 11 fields, not 10.
sshd[41599]: otp_ou_fromascii(): failed.
sshd[41599]: otp_urec_open(maf): failed.
sshd[41599]: ffdb_rec_close(): rec_open_ref_count != 0.
sshd[41599]: otp_db_close(): failed.
otp-control - otp_user_add - add flags to API so -F works on mode add
OpenOTP patch: fix for weird balance reader
urd opt n should include character list
man page for option n
document send-token option
Enter PIN code does not issue a \n
send-token doc in setup
autoconf/automake
RADIUS proxy support

View file

@ -136,4 +136,4 @@ Mark Fullmer maf@splintered\&.net
\fBotp-ov-plugin\fP(1)
\fBurd\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -131,4 +131,4 @@ http://www\&.microchip\&.com
http://www\&.ehl\&.cz/pic/pic_e\&.htm
.PP
ftp://ftp\&.htsoft\&.com/hitech/samples/bootldr\&.zip
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -299,4 +299,4 @@ Mark Fullmer maf@splintered\&.net
\fBurd\fP(1)
\fBbcload\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -110,4 +110,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBOpenVPN\fP(8)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -428,4 +428,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBurd\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -142,4 +142,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBurd\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -126,4 +126,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBotp-ov-plugin\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -103,4 +103,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBpam\fP(8)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -202,4 +202,4 @@ may not\&.
\fBurd\fP(1)
\fBbcload\fP(1)
\fBOpenVPN\fP(8)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -189,4 +189,4 @@ Mark Fullmer maf@splintered\&.net
\fBbcload\fP(1)
\fBotp-ov-plugin\fP(1)
spyrus-par2(7)
...\" created by instant / docbook-to-man, Sun 12 Jun 2011, 15:01
...\" created by instant / docbook-to-man, Thu 12 Dec 2013, 10:40

View file

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: otp-control.c 179 2011-05-16 02:48:42Z maf $
* $Id: otp-control.c 201 2011-11-25 14:20:20Z maf $
*/
#include <sys/types.h>
@ -556,7 +556,8 @@ void help(void)
fprintf(stderr, "otp-control [-?hnv] [-c count] [-C count_ceil] [-f format] [-F flag]\n");
fprintf(stderr, " [-H sc_hostname] [-I sc_index] [-k key] [-l location]\n");
fprintf(stderr, " [-m command_mode] [-o otbdb_pathname] [-s status] [-S sc_flags] [-V service]\n");
fprintf(stderr, " [-m command_mode] [-o otbdb_pathname] [-s status] [-S sc_flags]\n");
fprintf(stderr, " [-V service]\n");
fprintf(stderr, " [-t type] [-u username] [-w window]\n");
fprintf(stderr, " -h : help\n");
fprintf(stderr, " -n : create database\n");