summaryrefslogtreecommitdiffstats
path: root/lib/libsectok (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove libsectok; it hasn't been updated in years and doesn't workdjm2010-10-1719-3971/+0
| | | | with the current generation of tokens; ok markus@ deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-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;jmc2003-07-081-3/+2
|
* section reorder;jmc2003-06-021-5/+5
|
* remove junkderaadt2003-06-021-21/+3
|
* - typos;jmc2003-05-241-4/+4
| | | | | - new sentence, new line; - whitespace at EOL
* change sectok_fmt_fid() to accept a size_t for the pathname length;deraadt2003-04-044-11/+11
| | | | must crank major, and update utils that use it
* the obvious simple snprintf changesderaadt2003-04-025-14/+14
|
* copyrights added;jmc2003-02-181-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 wemillert2002-12-031-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 usederaadt2002-01-021-3/+5
|
* hush gcc warningrees2001-09-271-12/+11
|
* change tty name for linuxrees2001-09-191-2/+2
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
| | | | deraadt@ ok
* Add CITI to Author sectionrees2001-08-061-3/+8
| | | | Add HISTORY section
* fix #includederaadt2001-08-031-2/+2
|
* add MLINKS; ok rees@jakob2001-08-031-1/+21
|
* document sectok_friendly_open. fix sectoc_open arg. ok rees@jakob2001-08-031-2/+10
|
* o Fix sectok_apdu() protomillert2001-08-031-24/+33
| | | | | | o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK
* add man pagerees2001-08-032-1/+143
|
* #include <sys/types.h> for linuxrees2001-08-021-1/+2
|
* stdio.h is evil on PalmOSrees2001-08-026-13/+15
|
* add Palm version of sectok_dump_reply()rees2001-08-022-3/+19
|
* PalmOS modsrees2001-07-307-31/+75
|
* linux modsrees2001-07-303-89/+8
|
* add sectok_friendly_open() - like sectok_open() but acceptsjakob2001-07-273-3/+14
| | | | the reader as a string instead of an integer. ok rees@
* sectok_fmt_fid now takes a proper fidrees2001-07-265-17/+35
| | | | | | add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version
* parse_atr -> sectok_parse_atrrees2001-07-2010-71/+61
| | | | | | remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins
* 0x6982 "unreadable" -> "permission denied"rees2001-07-171-2/+2
|
* ignore atr from card if using dummy atrrees2001-07-171-1/+4
|
* oops, missed a returnrees2001-07-171-2/+7
|
* always return a valid status word from sectok_apdu()rees2001-07-171-5/+11
|
* fix millert's fdset patch (free fdset when done)rees2001-07-161-3/+8
|
* alpha and fdset fixes from millertrees2001-07-161-5/+8
|
* install sc7816.h to /usr/includes (used by usr.bin/sectok)markus2001-07-021-2/+2
|
* sc7816 compatibilityrees2001-07-021-0/+182
|
* separate sectok from sc7816 and give each its own include filerees2001-07-0213-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 codesrees2001-06-281-22/+7
|
* remove printfs and add return codesrees2001-06-282-74/+40
|
* add cyberflex_fill_key_block, root_fidrees2001-06-273-6/+42
|
* add sectok_parse_fname()rees2001-06-262-23/+58
| | | | | add cyberflex_create_file() add cyberflex_delete_file()
* add sectok_parse_fname()rees2001-06-261-1/+11
|
* add cyberflex_inq_class()rees2001-06-262-15/+27
|
* compile cleanlyderaadt2001-06-261-3/+6
|
* add cyberflex_verify_AUT0()markus2001-06-252-2/+26
|
* -Wallmarkus2001-06-251-1/+3
|
* add Cyberflex public key loading functionrees2001-06-251-2/+5
|
* add key Cyberflex key loading functionsrees2001-06-254-3/+304
|