| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. |  provos | 1998-07-21 | 2 | -2/+242 |
* | SEM_R and SEM_A userland accessable as required; michaels@inet.no |  deraadt | 1998-07-20 | 1 | -6/+24 |
* | fix dependancy item for libc. arch is powerpc not ppc. hmmm. |  rahnds | 1998-07-19 | 1 | -2/+2 |
* | change to lite2 getenv(); getenv(NULL) now returns NULL |  deraadt | 1998-07-16 | 1 | -14/+21 |
* | make that 0664 until we find out why umask is not being applied |  millert | 1998-07-15 | 1 | -2/+2 |
* | open gmon.out mode 0644, not 0666 |  millert | 1998-07-15 | 1 | -2/+2 |
* | formatting flaws |  deraadt | 1998-07-14 | 1 | -1/+5 |
* | document setuid/setgid restrictions |  deraadt | 1998-07-14 | 1 | -1/+16 |
* | avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file status |  deraadt | 1998-07-14 | 1 | -5/+8 |
* | clarify |  deraadt | 1998-07-13 | 1 | -3/+4 |
* | ftpd: sleep for an indeterminate amount for non-existant logins |  millert | 1998-07-13 | 1 | -3/+3 |
* | fix date spec |  deraadt | 1998-07-11 | 1 | -2/+2 |
* | be... slightly more permissive.. but i think this is right, i looked at it for 5 minutes |  deraadt | 1998-07-11 | 1 | -4/+4 |
* | do not let :relative paths through (how did i miss this before) |  deraadt | 1998-07-11 | 1 | -2/+2 |
* | correct range spec; jkoshy |  deraadt | 1998-07-10 | 1 | -2/+2 |
* | clarify gethostname() call |  deraadt | 1998-07-09 | 1 | -2/+2 |
* | include <signal.h> not <sys/signal.h> |  deraadt | 1998-07-07 | 1 | -2/+2 |
* | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. |  deraadt | 1998-07-07 | 2 | -8/+23 |
* | strlxx() return size_t not char * |  millert | 1998-07-06 | 1 | -3/+3 |
* | do the right thing if maxsiz == 0 |  millert | 1998-07-06 | 1 | -2/+3 |
* | Always NUL terminate buf even if there was not enough space to |  millert | 1998-07-06 | 2 | -3/+15 |
* | fix openbsd tag |  deraadt | 1998-07-06 | 91 | -1/+91 |
* | add .Xr's for all the random functions in libc |  millert | 1998-07-05 | 4 | -4/+9 |
* | ctime takes a pointer to time_t not long. Correct in prototype, wrong in description |  millert | 1998-07-05 | 1 | -2/+2 |
* | use STDERR_FILENO; kleink |  deraadt | 1998-07-05 | 1 | -2/+2 |
* | Change some of the local symbols into "temporary", removed symbols. |  rahnds | 1998-07-05 | 1 | -6/+4 |
* | Changes to support profiling libraries for the powerpc port. |  rahnds | 1998-07-04 | 1 | -10/+8 |
* | split dirname and basename man pages; add dirname |  deraadt | 1998-07-04 | 1 | -0/+93 |
* | split dirname and basename man pages |  deraadt | 1998-07-04 | 2 | -42/+14 |
* | link for mkstemps() |  deraadt | 1998-07-03 | 1 | -1/+2 |
* | do not free() before last ref; kmayer@freegate.com |  deraadt | 1998-07-03 | 1 | -5/+7 |
* | document fd 0-2 scheme for setuid/setgid |  deraadt | 1998-07-02 | 1 | -0/+7 |
* | crank major version since we have added new interfaces |  millert | 1998-07-01 | 1 | -1/+1 |
* | add strlcpy/strlcat, safe and sensible string copy/append |  millert | 1998-07-01 | 4 | -3/+278 |
* | add mkstemp(char *template, int suffixlen) interface |  deraadt | 1998-06-30 | 2 | -14/+67 |
* | Oh fun, mucking about with files used on all archs. |  rahnds | 1998-06-28 | 1 | -2/+2 |
* | ktrace not trace |  art | 1998-06-27 | 1 | -2/+2 |
* | Document EINVAL if peer address is multicast. |  angelos | 1998-06-27 | 1 | -2/+2 |
* | rcmdsh, not rcmd |  millert | 1998-06-26 | 1 | -3/+3 |
* | fix prototypes |  deraadt | 1998-06-26 | 1 | -1/+2 |
* | Fix snprintf return value usage. |  millert | 1998-06-23 | 2 | -3/+7 |
* | doc EINVAL; bde |  deraadt | 1998-06-23 | 1 | -0/+7 |
* | Remove the advertising clause in my old license, it impedes free use |  millert | 1998-06-21 | 10 | -55/+25 |
* | recent IPC API changes requires this |  niklas | 1998-06-15 | 1 | -1/+1 |
* | use Bx macro for BSD versions |  mickey | 1998-06-15 | 36 | -60/+97 |
* | change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.h |  deraadt | 1998-06-11 | 3 | -41/+41 |
* | Add a mention of the tcp ident sysctl. |  beck | 1998-06-11 | 1 | -1/+9 |
* | spelling |  deraadt | 1998-06-10 | 1 | -3/+3 |
* | XPG says 4th arg is optional |  deraadt | 1998-06-10 | 2 | -22/+43 |
* | clean; kleink |  deraadt | 1998-06-08 | 5 | -8/+8 |