summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-07-01typoMarc Espie
2002-07-01make more pedantic check on strtoul. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-07-01indentTheo de Raadt
2002-06-29correct port range check. from deraadt. sync w/kame. bind-bugs have alread...Jun-ichiro itojun Hagino
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
2002-06-28minor bump for readpassphrase() flag additionTodd C. Miller
2002-06-28Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.Todd C. Miller
2002-06-28Lies, damn lies and getcap(3). The description for cgetclose() wasTodd C. Miller
2002-06-27%u for uid/gid; millert okTheo de Raadt
2002-06-27%uTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-27note Supplementary group IDs remain unchanged; ok deraadt@ tholo@Kevin Steves
2002-06-27%u and uid/gidTheo de Raadt
2002-06-27%d -> %u. mostly in #ifdef DEBUG.Jun-ichiro itojun Hagino
2002-06-27%d/%u mixup (in #ifdef DEBUG)Jun-ichiro itojun Hagino
2002-06-27ntohs() returns unsigned valueJun-ichiro itojun Hagino
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-06-25undef the timeout_*(), this is still WRONG it does allow using both event.h a...Michael Shalayeff
2002-06-25Now that we don't have a trailing newline we need to explicitly checkTodd C. Miller
2002-06-25rcsidsMichael Shalayeff
2002-06-25typos. Patch from bk@rt.frMike Pechkin
2002-06-24Properly install links for debug libraries; ok deraadt@Thorsten Lockert
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22use strtok_rTheo de Raadt
2002-06-22remove BUGS section; this library uses strtok_r(3) now.Federico G. Schwindt
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-22Use strtok_r() instead of strsep() since the latter treats consecutiveTodd C. Miller
2002-06-21login_fbtab(3) fixes:Todd C. Miller
2002-06-20Close log file when leaving syslog_r(). deraadt@ okJean-Jacques Bernard-Gundol
2002-06-20Redo the logic in kvm_arg_sysctl for resizing the buffer.Artur Grabowski
2002-06-20remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@Markus Friedl
2002-06-19do not syslog from libraries!Theo de Raadt
2002-06-19Update license based on lite2 versionTodd C. Miller
2002-06-19use more snprintfTheo de Raadt
2002-06-19kill sprintfTheo de Raadt
2002-06-19rename variable so that scoping is more obviousNiels Provos
2002-06-19KNF, -Wall, and other cleanups. still does not failover 100% correctlyTheo de Raadt
2002-06-19stupid stupid bug ja ja ja jaTheo de Raadt
2002-06-18need string.hTheo de Raadt
2002-06-18unbreak sshd with privsep: open /dev/crypto, keep fd, and callMarkus Friedl
2002-06-18per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se...Markus Friedl
2002-06-18Rewrite to get proper Copyright.Marc Espie
2002-06-17Make the stupid warnings go away.Angelos D. Keromytis
2002-06-17make fabs use asm, and license repairTheo de Raadt
2002-06-17sync with libc_r (NOPOLL no longer needed)Marco S Hyman
2002-06-16match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
2002-06-15enable libeventNiels Provos
2002-06-15build static and profiled.Niels Provos
2002-06-15import libevent an event notification abstraction on top of select or kqueueNiels Provos