Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-02 | more pid_t use | Theo de Raadt | |
2001-09-27 | hush gcc warning | Jim Rees | |
2001-09-19 | change tty name for linux | Jim Rees | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-06 | Add CITI to Author section | Jim Rees | |
Add HISTORY section | |||
2001-08-03 | fix #include | Theo de Raadt | |
2001-08-03 | add MLINKS; ok rees@ | Jakob Schlyter | |
2001-08-03 | document sectok_friendly_open. fix sectoc_open arg. ok rees@ | Jakob Schlyter | |
2001-08-03 | o Fix sectok_apdu() proto | Todd C. Miller | |
o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK | |||
2001-08-03 | add man page | Jim Rees | |
2001-08-02 | #include <sys/types.h> for linux | Jim Rees | |
2001-08-02 | stdio.h is evil on PalmOS | Jim Rees | |
2001-08-02 | add Palm version of sectok_dump_reply() | Jim Rees | |
2001-07-30 | PalmOS mods | Jim Rees | |
2001-07-30 | linux mods | Jim Rees | |
2001-07-27 | add sectok_friendly_open() - like sectok_open() but accepts | Jakob Schlyter | |
the reader as a string instead of an integer. ok rees@ | |||
2001-07-26 | sectok_fmt_fid now takes a proper fid | Jim Rees | |
add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version | |||
2001-07-20 | parse_atr -> sectok_parse_atr | Jim Rees | |
remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins | |||
2001-07-17 | 0x6982 "unreadable" -> "permission denied" | Jim Rees | |
2001-07-17 | ignore atr from card if using dummy atr | Jim Rees | |
2001-07-17 | oops, missed a return | Jim Rees | |
2001-07-17 | always return a valid status word from sectok_apdu() | Jim Rees | |
2001-07-16 | fix millert's fdset patch (free fdset when done) | Jim Rees | |
2001-07-16 | alpha and fdset fixes from millert | Jim Rees | |
2001-07-02 | install sc7816.h to /usr/includes (used by usr.bin/sectok) | Markus Friedl | |
2001-07-02 | sc7816 compatibility | Jim Rees | |
2001-07-02 | separate sectok from sc7816 and give each its own include file | Jim Rees | |
change status word to a single word instead of two bytes add sc7816 layer for backward compatibility other minor changes | |||
2001-06-28 | remove printfs and add return codes | Jim Rees | |
2001-06-28 | remove printfs and add return codes | Jim Rees | |
2001-06-27 | add cyberflex_fill_key_block, root_fid | Jim Rees | |
2001-06-26 | add sectok_parse_fname() | Jim Rees | |
add cyberflex_create_file() add cyberflex_delete_file() | |||
2001-06-26 | add sectok_parse_fname() | Jim Rees | |
2001-06-26 | add cyberflex_inq_class() | Jim Rees | |
2001-06-26 | compile cleanly | Theo de Raadt | |
2001-06-25 | add cyberflex_verify_AUT0() | Markus Friedl | |
2001-06-25 | -Wall | Markus Friedl | |
2001-06-25 | add Cyberflex public key loading function | Jim Rees | |
2001-06-25 | add key Cyberflex key loading functions | Jim Rees | |
2001-06-25 | fix long arg for alpha | Jim Rees | |
2001-06-18 | PalmOS fixes | Jim Rees | |
2001-06-12 | import latest from CITI: | Jim Rees | |
only load drivers once This actually "shouldn't" affect OpenBSD because it's only for DL_READERS | |||
2001-06-08 | Move copyright notice to top of file | Jim Rees | |
2001-06-07 | import latest from CITI with Palm support | Jim Rees | |
2001-06-07 | fix compiler warnings | Jim Rees | |
2001-06-07 | I hate cvs | Jim Rees | |
2001-06-07 | libsectok for secure tokens (smartcard, iButton, etc) | Jim Rees | |
2001-05-22 | Initial commit of libsectok (secure token) | Jim Rees | |
used for ISO 7816 smart cards and iButtons, but also extensible to other types of secure tokens. Also include a "driver" (dynamic library) for the Todos reader. |