summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1998-07-07include <signal.h> not <sys/signal.h>Theo de Raadt
1998-07-07libss is not used anymoreArtur Grabowski
1998-07-07kill libss as it has only been used by mk_cmdsArtur Grabowski
1998-07-07per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.Theo de Raadt
1998-07-06strlxx() return size_t not char *Todd C. Miller
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
1998-07-06fix openbsd tagTheo de Raadt
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1998-07-05replace open + fstat with statTodd C. Miller
1998-07-05if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is...Todd C. Miller
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in des...Todd C. Miller
1998-07-05use STDERR_FILENO; kleinkTheo de Raadt
1998-07-05Change some of the local symbols into "temporary", removed symbols.Dale S. Rahn
1998-07-05Changes to support profiling on the powerpc port, startup code.Dale S. Rahn
1998-07-04Changes to support profiling libraries for the powerpc port.Dale S. Rahn
1998-07-04split dirname and basename man pages; add dirnameTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-07-03link for mkstemps()Theo de Raadt
1998-07-03Change the random file path, add a sanity check on file size.Angelos D. Keromytis
1998-07-03Fix my fix to return sane values.Angelos D. Keromytis
1998-07-03produce credible seeds for non-existent users.Todd C. Miller
1998-07-03Fix some of my indentation badness.Angelos D. Keromytis
1998-07-03do not free() before last ref; kmayer@freegate.comTheo de Raadt
1998-07-03Remove user existance disclosure through "s/key" challenges.Angelos D. Keromytis
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-29Revert a couple of return values that shouldn't have changed, and be aAngelos D. Keromytis
1998-06-29Fix a couple of error return values that I shouldn't have changed,Angelos D. Keromytis
1998-06-29blank line in headerTheo de Raadt
1998-06-29Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whomAngelos D. Keromytis
1998-06-29Missed one. The problem was reported by msaitoh@spa.is.uec.ac.jpAngelos D. Keromytis
1998-06-29Do the right thing with error return values.Angelos D. Keromytis
1998-06-28Oh fun, mucking about with files used on all archs.Dale S. Rahn
1998-06-27ktrace not traceArtur Grabowski
1998-06-27Document EINVAL if peer address is multicast.Angelos D. Keromytis
1998-06-26handle single char hostnames; jch@honig.netTheo de Raadt
1998-06-26rcmdsh, not rcmdTodd C. Miller
1998-06-26fix prototypesTheo de Raadt
1998-06-24typo; deberg@mit.eduTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-23doc EINVAL; bdeTheo de Raadt
1998-06-22add missing endusershell()Todd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-06-15recent IPC API changes requires thisNiklas Hallqvist
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-11change ipc.h to use uid_t and friends, and then build compat system calls for...Theo de Raadt
1998-06-11Add a mention of the tcp ident sysctl.Bob Beck