Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove libsectok; it hasn't been updated in years and doesn't work | 2010-10-17 | 19 | -3971/+0 | |
| | | | | with the current generation of tokens; ok markus@ deraadt@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | |
| | |||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -1/+1 | |
| | | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | ||||
* | fix a list; | 2003-07-08 | 1 | -3/+2 | |
| | |||||
* | section reorder; | 2003-06-02 | 1 | -5/+5 | |
| | |||||
* | remove junk | 2003-06-02 | 1 | -21/+3 | |
| | |||||
* | - typos; | 2003-05-24 | 1 | -4/+4 | |
| | | | | | - new sentence, new line; - whitespace at EOL | ||||
* | change sectok_fmt_fid() to accept a size_t for the pathname length; | 2003-04-04 | 4 | -11/+11 | |
| | | | | must crank major, and update utils that use it | ||||
* | the obvious simple snprintf changes | 2003-04-02 | 5 | -14/+14 | |
| | |||||
* | copyrights added; | 2003-02-18 | 1 | -1/+28 | |
| | | | | | | | | bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | ||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -2/+2 | |
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | ||||
* | more pid_t use | 2002-01-02 | 1 | -3/+5 | |
| | |||||
* | hush gcc warning | 2001-09-27 | 1 | -12/+11 | |
| | |||||
* | change tty name for linux | 2001-09-19 | 1 | -2/+2 | |
| | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | |
| | | | | deraadt@ ok | ||||
* | Add CITI to Author section | 2001-08-06 | 1 | -3/+8 | |
| | | | | Add HISTORY section | ||||
* | fix #include | 2001-08-03 | 1 | -2/+2 | |
| | |||||
* | add MLINKS; ok rees@ | 2001-08-03 | 1 | -1/+21 | |
| | |||||
* | document sectok_friendly_open. fix sectoc_open arg. ok rees@ | 2001-08-03 | 1 | -2/+10 | |
| | |||||
* | o Fix sectok_apdu() proto | 2001-08-03 | 1 | -24/+33 | |
| | | | | | | o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK | ||||
* | add man page | 2001-08-03 | 2 | -1/+143 | |
| | |||||
* | #include <sys/types.h> for linux | 2001-08-02 | 1 | -1/+2 | |
| | |||||
* | stdio.h is evil on PalmOS | 2001-08-02 | 6 | -13/+15 | |
| | |||||
* | add Palm version of sectok_dump_reply() | 2001-08-02 | 2 | -3/+19 | |
| | |||||
* | PalmOS mods | 2001-07-30 | 7 | -31/+75 | |
| | |||||
* | linux mods | 2001-07-30 | 3 | -89/+8 | |
| | |||||
* | add sectok_friendly_open() - like sectok_open() but accepts | 2001-07-27 | 3 | -3/+14 | |
| | | | | the reader as a string instead of an integer. ok rees@ | ||||
* | sectok_fmt_fid now takes a proper fid | 2001-07-26 | 5 | -17/+35 | |
| | | | | | | add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version | ||||
* | parse_atr -> sectok_parse_atr | 2001-07-20 | 10 | -71/+61 | |
| | | | | | | remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins | ||||
* | 0x6982 "unreadable" -> "permission denied" | 2001-07-17 | 1 | -2/+2 | |
| | |||||
* | ignore atr from card if using dummy atr | 2001-07-17 | 1 | -1/+4 | |
| | |||||
* | oops, missed a return | 2001-07-17 | 1 | -2/+7 | |
| | |||||
* | always return a valid status word from sectok_apdu() | 2001-07-17 | 1 | -5/+11 | |
| | |||||
* | fix millert's fdset patch (free fdset when done) | 2001-07-16 | 1 | -3/+8 | |
| | |||||
* | alpha and fdset fixes from millert | 2001-07-16 | 1 | -5/+8 | |
| | |||||
* | install sc7816.h to /usr/includes (used by usr.bin/sectok) | 2001-07-02 | 1 | -2/+2 | |
| | |||||
* | sc7816 compatibility | 2001-07-02 | 1 | -0/+182 | |
| | |||||
* | separate sectok from sc7816 and give each its own include file | 2001-07-02 | 13 | -686/+693 | |
| | | | | | | change status word to a single word instead of two bytes add sc7816 layer for backward compatibility other minor changes | ||||
* | remove printfs and add return codes | 2001-06-28 | 1 | -22/+7 | |
| | |||||
* | remove printfs and add return codes | 2001-06-28 | 2 | -74/+40 | |
| | |||||
* | add cyberflex_fill_key_block, root_fid | 2001-06-27 | 3 | -6/+42 | |
| | |||||
* | add sectok_parse_fname() | 2001-06-26 | 2 | -23/+58 | |
| | | | | | add cyberflex_create_file() add cyberflex_delete_file() | ||||
* | add sectok_parse_fname() | 2001-06-26 | 1 | -1/+11 | |
| | |||||
* | add cyberflex_inq_class() | 2001-06-26 | 2 | -15/+27 | |
| | |||||
* | compile cleanly | 2001-06-26 | 1 | -3/+6 | |
| | |||||
* | add cyberflex_verify_AUT0() | 2001-06-25 | 2 | -2/+26 | |
| | |||||
* | -Wall | 2001-06-25 | 1 | -1/+3 | |
| | |||||
* | add Cyberflex public key loading function | 2001-06-25 | 1 | -2/+5 | |
| | |||||
* | add key Cyberflex key loading functions | 2001-06-25 | 4 | -3/+304 | |
| |