summaryrefslogtreecommitdiff
path: root/lib/libc_r/shlib_version
AgeCommit message (Collapse)Author
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval.
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-01new rmd160 implementation. based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-08-06bump minor; getrrsetbyname(3) in libcJakob Schlyter
2001-06-26crank minor versionDug Song
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ----------------------------------------------------------------------
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time.
2001-03-09m{,un}lockallArtur Grabowski
2001-03-04Forgot commit, oops.Marc Espie
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-21crank minor numberTodd C. Miller
2000-11-17crank minorNiels Provos
2000-08-20Crank minor to correspond to login.conf changes in libcTodd C. Miller
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-02-21Increment the minor number for fseeko()/ftello() addition.Todd C. Miller
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
1999-11-28bumpDavid Leonard
1999-06-29temporary crankTheo de Raadt
1999-06-15this should definately have been cranked beforeTheo de Raadt
1998-08-27experimental threaded libc - kernel onlyDavid Leonard