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