summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2001-08-04Move decision whether to make a new hash table or not to be afterTodd C. Miller
the open(). That way if the user opened with O_EXLOCK and another process has the .db locked we don't decide to zero hash before the locking process has had a chance to write to the database. This also makes the logic simpler since we can just fstat the fd and check for size == 0 && !O_RDONLY. Closes PR 1934.
2001-08-04don't return on void.Federico G. Schwindt
2001-08-04pthread_mutexattr_* manpage; from FreeBSD.Federico G. Schwindt
2001-08-03Update sp->fts_cur in fts_read() before returning NULL. ThisTodd C. Miller
prevents a duplicate free() in fts_close(). From karls@inet.no with some other, similar cases added.
2001-08-03typo; krapht@secureops.comTheo de Raadt
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-03Acknowledge VM's limitations.Marc Espie
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-02pet peeve, insure vs ensureHugh Graham
insure is to indemnify against some contingency ensure is to make sure
2001-08-02stdio.h is evil on PalmOSJim Rees
2001-08-02add Palm version of sectok_dump_reply()Jim Rees
2001-08-01import openssl-0.9.7-beta1Bob Beck
2001-08-01merge openssl 0.9.6b-engineBob 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-01http://www.openssl.org/news/secadv_prng.txt; ok beck@Markus Friedl
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@Jakob Schlyter
2001-07-31more MLINKTheo de Raadt
2001-07-31Add missing MLINKS for various .3 man pagesKenneth R Westerback
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-07-31Document that entries with d_fileno == 0 are invalid.Artur Grabowski
From Egil Möller <redhog@mini.dhs.org>
2001-07-31more Xr completionsTheo de Raadt
2001-07-30fix YESEXPR; jabley@buddha.automagic.orgTheo de Raadt
2001-07-30PalmOS modsJim Rees
2001-07-30linux modsJim Rees
2001-07-30handling of arg can cause EFAULT; dd@FreeBSD.orgTheo de Raadt
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
libkern and libc versions.
2001-07-27clean up.Mike Pechkin
millert@ ok
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-27varargs.h -> stdarg.hMarco S Hyman
2001-07-27stdarg.h, not varargs.hTodd C. Miller
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-25typo in arg name; ok deraadt@Kevin Steves
2001-07-22typo; david@phobia.msTheo de Raadt
2001-07-21Fix hard links from libl -> libfl after discussion with krw@; espie@ OKTodd C. Miller
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-18WallTheo de Raadt
2001-07-18no, size_t can be unsigned long or intTheo de Raadt
2001-07-170x6982 "unreadable" -> "permission denied"Jim Rees
2001-07-17mode -> type in description to match the synopsis.Aaron Campbell
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-15Mention leap seconds as the reason for (00-61)Nathan Binkert
2001-07-13RETURN VALUES, not RETURN VALUETodd C. Miller
2001-07-13Make the list of required #includes match reality.Todd C. Miller