summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-10-01set NOPICAngelos D. Keromytis
1999-10-01Remove ifdefs.Angelos D. Keromytis
1999-10-01Remove the totally broken Makefile.bsd-wrapper, go back to old schemeAngelos D. Keromytis
1999-10-01Update for version 2.0Angelos D. Keromytis
1999-09-29Ack. Sparc and stuff oops - openssl changed the name of this..Bob Beck
1999-09-29openssl 0.9.4Bob Beck
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-29new files for OpenSSL 0.9.4Bob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-28Nail down semantics in case of failure.Marc Espie
1999-09-28crank major for bobTheo de Raadt
1999-09-28do not put a bad crypt() in libcrypt, it is in libcTheo de Raadt
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
1999-09-27Correct buffer size.Alex Feldman
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-27Remove an unwanted `.'.Aaron Campbell
1999-09-26crank to version 2 for release, in case any dependencies have crept inTheo de Raadt
1999-09-26.Nm -> .FnMarc Espie
1999-09-26Proper coding idioms.Marc Espie
1999-09-26Remove extraneous commaMarc Espie
1999-09-26`may return following error' => `may return the following error'Marc Espie
1999-09-26`nl' means something special to mdoc, so it must be escaped it meant literally.Aaron Campbell
1999-09-25grammarPaul Janzen
1999-09-23Typo fixes.Alex Feldman
1999-09-22Some misc fixes, one from fgsch@Aaron Campbell
1999-09-22Add a RETURN VALUES section; fgsch@Aaron Campbell
1999-09-22BUGS->CAVEATSMarc Espie
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-09-21crank minor; costa forgotTheo de Raadt
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-16adopt to the new frame frameworkMichael Shalayeff
1999-09-16use writev() where possibleTheo de Raadt
1999-09-16appropiate -> appropriate; inspired by it being misspelled in a NetBSD commitAaron Campbell
1999-09-15Add CAVEATS sections.Aaron Campbell
1999-09-15redo master.passwd.byname check if either the uid or euid changes, this wasTheo de Raadt
1999-09-14indentTheo de Raadt
1999-09-14Tidying and spellingPaul Janzen
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-09-14this is the bcopy we useMichael Shalayeff
1999-09-14some basic frameworkMichael Shalayeff
1999-09-13use stronger language when pointing people at strtol()Theo de Raadt
1999-09-08TAILQ_FOREACH now is in queue.hMarc Espie
1999-09-07typoMarc Espie
1999-09-06succesful -> successfulAaron Campbell
1999-09-04Using .Li inside a .Bd -literal block messes up the fonts thereafter;Paul Janzen
1999-09-03typoTheo de Raadt
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller