Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-03 | Acknowledge VM's limitations. | Marc Espie | |
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 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-08-02 | stdio.h is evil on PalmOS | Jim Rees | |
2001-08-02 | add Palm version of sectok_dump_reply() | Jim Rees | |
2001-08-01 | import openssl-0.9.7-beta1 | Bob Beck | |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck | |
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | |||
2001-08-01 | http://www.openssl.org/news/secadv_prng.txt; ok beck@ | Markus Friedl | |
2001-07-31 | add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@ | Jakob Schlyter | |
2001-07-31 | more MLINK | Theo de Raadt | |
2001-07-31 | Add missing MLINKS for various .3 man pages | Kenneth R Westerback | |
2001-07-31 | Add missing LINK for cgetusedb | Kenneth R Westerback | |
2001-07-31 | Document that entries with d_fileno == 0 are invalid. | Artur Grabowski | |
From Egil Möller <redhog@mini.dhs.org> | |||
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt | |
2001-07-30 | PalmOS mods | Jim Rees | |
2001-07-30 | linux mods | Jim Rees | |
2001-07-30 | handling of arg can cause EFAULT; dd@FreeBSD.org | Theo de Raadt | |
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-27 | clean up. | Mike Pechkin | |
millert@ ok | |||
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-27 | varargs.h -> stdarg.h | Marco S Hyman | |
2001-07-27 | stdarg.h, not varargs.h | Todd C. Miller | |
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-25 | typo in arg name; ok deraadt@ | Kevin Steves | |
2001-07-22 | typo; david@phobia.ms | Theo de Raadt | |
2001-07-21 | Fix hard links from libl -> libfl after discussion with krw@; espie@ OK | Todd C. Miller | |
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-18 | Wall | Theo de Raadt | |
2001-07-18 | no, size_t can be unsigned long or int | Theo de Raadt | |
2001-07-17 | 0x6982 "unreadable" -> "permission denied" | Jim Rees | |
2001-07-17 | mode -> type in description to match the synopsis. | Aaron Campbell | |
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-15 | Mention leap seconds as the reason for (00-61) | Nathan Binkert | |
2001-07-13 | RETURN VALUES, not RETURN VALUE | Todd C. Miller | |
2001-07-13 | Make the list of required #includes match reality. | Todd C. Miller | |
2001-07-11 | Plug memory leak in pw_copy(); millert@ ok | Aaron Campbell | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-07-10 | Style. | Angelos D. Keromytis | |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt | |
2001-07-10 | -Wall | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-09 | a first pass at -Wall | Theo de Raadt | |
2001-07-09 | Install getpeereid(2) manpage. | Federico G. Schwindt | |