OpenBSD CVS

CVS log for src/lib/libsectok/Attic/sectok.h


[BACK] Up to [local] / src / lib / libsectok

Request diff between arbitrary revisions


Default branch: MAIN


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

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

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 4 00:50:56 2003 UTC (21 years, 2 months ago) by deraadt
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, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, 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, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

change sectok_fmt_fid() to accept a size_t for the pathname length;
must crank major, and update utils that use it

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 2 15:09:35 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

add Palm version of sectok_dump_reply()

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 27 21:55:36 2001 UTC (22 years, 10 months ago) by jakob
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

add sectok_friendly_open() - like sectok_open() but accepts
the reader as a string instead of an integer. ok rees@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 26 22:15:04 2001 UTC (22 years, 10 months ago) by rees
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

sectok_fmt_fid now takes a proper fid
add cyberflex_create_file_acl
put proper acls on public and private rsa key files
bump major version

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

parse_atr -> sectok_parse_atr
remove sc7816.h from installed includes
move struct scparam to sectok.h
lookup_cmdname -> sectok_get_ins

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 2 20:07:09 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.10: +53 -161 lines
Diff to previous 1.10 (colored)

separate sectok from sc7816 and give each its own include file
change status word to a single word instead of two bytes
add sc7816 layer for backward compatibility
other minor changes

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 28 21:27:54 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.9: +8 -6 lines
Diff to previous 1.9 (colored)

remove printfs and add return codes

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 27 22:33:36 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

add cyberflex_fill_key_block, root_fid

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 26 23:25:12 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

add sectok_parse_fname()
add cyberflex_create_file()
add cyberflex_delete_file()

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 26 21:32:47 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add cyberflex_inq_class()

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 25 23:14:29 2001 UTC (22 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

add cyberflex_verify_AUT0()

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 25 20:03:26 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)

add Cyberflex public key loading function

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 25 19:59:38 2001 UTC (22 years, 11 months ago) by rees
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3 (colored)

add key Cyberflex key loading functions

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 8 15:04:05 2001 UTC (23 years ago) by rees
Branch: MAIN
Changes since 1.2: +31 -35 lines
Diff to previous 1.2 (colored)

Move copyright notice to top of file

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 7 20:19:43 2001 UTC (23 years ago) by rees
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

import latest from CITI with Palm support

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 7 15:17:33 2001 UTC (23 years ago) by rees
Branch: MAIN

libsectok for secure tokens (smartcard, iButton, etc)

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.