summaryrefslogtreecommitdiff
path: root/lib/libsectok
AgeCommit message (Collapse)Author
2004-07-13errno changes, lib major version bumps, and general flag dayMarco 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-08fix a list;Jason McIntyre
2003-06-02section reorder;Jason McIntyre
2003-06-02remove junkTheo de Raadt
2003-05-24- typos;Jason McIntyre
- new sentence, new line; - whitespace at EOL
2003-04-04change 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-02the obvious simple snprintf changesTheo de Raadt
2003-02-18copyrights 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-03Crank all library major numbers. Needed due to the fact that weTodd 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-02more pid_t useTheo de Raadt
2001-09-27hush gcc warningJim Rees
2001-09-19change tty name for linuxJim Rees
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-06Add CITI to Author sectionJim Rees
Add HISTORY section
2001-08-03fix #includeTheo de Raadt
2001-08-03add MLINKS; ok rees@Jakob Schlyter
2001-08-03document sectok_friendly_open. fix sectoc_open arg. ok rees@Jakob Schlyter
2001-08-03o Fix sectok_apdu() protoTodd C. Miller
o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK
2001-08-03add man pageJim Rees
2001-08-02#include <sys/types.h> for linuxJim Rees
2001-08-02stdio.h is evil on PalmOSJim Rees
2001-08-02add Palm version of sectok_dump_reply()Jim Rees
2001-07-30PalmOS modsJim Rees
2001-07-30linux modsJim Rees
2001-07-27add sectok_friendly_open() - like sectok_open() but acceptsJakob Schlyter
the reader as a string instead of an integer. ok rees@
2001-07-26sectok_fmt_fid now takes a proper fidJim Rees
add cyberflex_create_file_acl put proper acls on public and private rsa key files bump major version
2001-07-20parse_atr -> sectok_parse_atrJim Rees
remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins
2001-07-170x6982 "unreadable" -> "permission denied"Jim Rees
2001-07-17ignore atr from card if using dummy atrJim Rees
2001-07-17oops, missed a returnJim Rees
2001-07-17always return a valid status word from sectok_apdu()Jim Rees
2001-07-16fix millert's fdset patch (free fdset when done)Jim Rees
2001-07-16alpha and fdset fixes from millertJim Rees
2001-07-02install sc7816.h to /usr/includes (used by usr.bin/sectok)Markus Friedl
2001-07-02sc7816 compatibilityJim Rees
2001-07-02separate sectok from sc7816 and give each its own include fileJim Rees
change status word to a single word instead of two bytes add sc7816 layer for backward compatibility other minor changes
2001-06-28remove printfs and add return codesJim Rees
2001-06-28remove printfs and add return codesJim Rees
2001-06-27add cyberflex_fill_key_block, root_fidJim Rees
2001-06-26add sectok_parse_fname()Jim Rees
add cyberflex_create_file() add cyberflex_delete_file()
2001-06-26add sectok_parse_fname()Jim Rees
2001-06-26add cyberflex_inq_class()Jim Rees
2001-06-26compile cleanlyTheo de Raadt
2001-06-25add cyberflex_verify_AUT0()Markus Friedl
2001-06-25-WallMarkus Friedl
2001-06-25add Cyberflex public key loading functionJim Rees
2001-06-25add key Cyberflex key loading functionsJim Rees
2001-06-25fix long arg for alphaJim Rees
2001-06-18PalmOS fixesJim Rees
2001-06-12import latest from CITI:Jim Rees
only load drivers once This actually "shouldn't" affect OpenBSD because it's only for DL_READERS