Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
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 | |||
2003-07-08 | fix a list; | Jason McIntyre | |
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-02 | remove junk | Theo de Raadt | |
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-04-04 | change sectok_fmt_fid() to accept a size_t for the pathname length; | Theo de Raadt | |
must crank major, and update utils that use it | |||
2003-04-02 | the obvious simple snprintf changes | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
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@ | |||
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 |