OpenBSD CVS

CVS log for src/usr.bin/sectok/Attic/cyberflex.c


[BACK] Up to [local] / src / usr.bin / sectok

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30, Sun Oct 17 08:43:20 2010 UTC (13 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +1 -1 lines
FILE REMOVED

remove sectok(1); it hasn't been updated in years and doesn't work
with the current generation of tokens; ok markus@ deraadt@

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 15 10:18:42 2010 UTC (13 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.28: +7 -11 lines
Diff to previous 1.28 (colored)

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@

Revision 1.28 / (download) - annotate - [select for diffs], Sun Dec 30 13:35:27 2007 UTC (16 years, 4 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

add missing arguments to synopsis; fix brackets; lowercase "usage:"

ok jmc@

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 6 05:03:29 2006 UTC (17 years, 5 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.26: +6 -2 lines
Diff to previous 1.26 (colored)

Don't access buf[strlen(buf) - 1] for zero-length strings.

OK jaredy@.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 15 15:03:11 2004 UTC (20 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.25: +3 -5 lines
Diff to previous 1.25 (colored)

Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;".  Much
less confusing. deraadt@ ok

Revision 1.25 / (download) - annotate - [select for diffs], Sat Apr 19 23:55:05 2003 UTC (21 years, 1 month ago) by dhartmei
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.24: +8 -4 lines
Diff to previous 1.24 (colored)

string handling, partly from and ok deraadt@

Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 4 00:51:10 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.23: +6 -6 lines
Diff to previous 1.23 (colored)

adapt to new sectok_fmt_fid API

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 17 07:10:52 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.22: +875 -875 lines
Diff to previous 1.22 (colored)

make this readable.  If I broke something, someone else gets to fix it now that we can read it

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 20 22:30:58 2002 UTC (22 years, 2 months ago) by rees
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.21: +17 -12 lines
Diff to previous 1.21 (colored)

fix for palm again
get_AUT0: "-" means DFLTAUT0

Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 14 20:28:04 2002 UTC (22 years, 2 months ago) by rees
Branch: MAIN
Changes since 1.20: +6 -5 lines
Diff to previous 1.20 (colored)

0000 is not a reserved fid

Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 24 17:27:57 2001 UTC (22 years, 8 months ago) by rees
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.19: +24 -8 lines
Diff to previous 1.19 (colored)

junload: Derive progID and contID from filename

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 15 21:11:29 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

don't include openssl/des.h

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 2 17:09:18 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.17: +33 -9 lines
Diff to previous 1.17 (colored)

Mods for PalmOS

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 29 21:43:48 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.16: +9 -4 lines
Diff to previous 1.16 (colored)

linux mods

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 27 14:13:08 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.15: +32 -13 lines
Diff to previous 1.15 (colored)

fix acl on program files
add acl -x option
fix help command
add SCPORT ev

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 26 22:12:56 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.14: +8 -7 lines
Diff to previous 1.14 (colored)

new sectok_fmt_fid
slap an acl on the program file in jload

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 26 21:05:15 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.13: +15 -5 lines
Diff to previous 1.13 (colored)

require confirmation when changing aut0 passphrase

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 26 20:00:16 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.12: +64 -53 lines
Diff to previous 1.12 (colored)

Use registration category 'F' for textual aids (see 7816-5 sec 5.2.4)
Use better defaults for progID and contID
work on the man page

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 26 16:10:01 2001 UTC (22 years, 9 months ago) by rees
Branch: MAIN
Changes since 1.11: +43 -77 lines
Diff to previous 1.11 (colored)

fid command now selects aids too
remove jselect
port numbers are now 0-based
print friendly aid names

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 20 15:52:54 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.10: +15 -15 lines
Diff to previous 1.10 (colored)

add -v option to fid command
parse_atr -> sectok_parse_atr

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 19 21:24:27 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.9: +145 -110 lines
Diff to previous 1.9 (colored)

add read -x option
add login -k option
add jload -v option
replace jdeselect with jselect -d
parse new Cyberflex data format in jdata command

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 17 21:04:14 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.8: +114 -52 lines
Diff to previous 1.8 (colored)

now you can display and set acls
use sectok_apdu for "apdu" command

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 17 17:58:24 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.7: +93 -30 lines
Diff to previous 1.7 (colored)

add -l and -a flags to "ls"

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 17 17:10:44 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.6: +31 -27 lines
Diff to previous 1.6 (colored)

more better error checking

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 17 15:16:46 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.5: +9 -2 lines
Diff to previous 1.5 (colored)

change jaut back to previous behavior; add new "login" command

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 16 23:09:36 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.4: +77 -27 lines
Diff to previous 1.4 (colored)

add setpass command
augment jaut with "-d" (use default AUT0) and -x

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 16 21:02:21 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.3: +93 -75 lines
Diff to previous 1.3 (colored)

add help text for each command
verify aut0 as necessary for Cyberflex commands

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 2 20:15:06 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.2: +78 -31 lines
Diff to previous 1.2 (colored)

libsectok functions now take status word instead of bytes
add create, delete, isearch

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 28 21:29:45 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.1: +38 -59 lines
Diff to previous 1.1 (colored)

fix return codes

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 27 19:41:45 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN

sectok control program

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.