Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-13 | clarify | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-11 | fix date spec | Theo de Raadt | |
1998-07-11 | be... slightly more permissive.. but i think this is right, i looked at it ↵ | Theo de Raadt | |
for 5 minutes | |||
1998-07-11 | do not let :relative paths through (how did i miss this before) | Theo de Raadt | |
1998-07-10 | correct range spec; jkoshy | Theo de Raadt | |
1998-07-09 | clarify gethostname() call | Theo de Raadt | |
1998-07-07 | include <signal.h> not <sys/signal.h> | Theo de Raadt | |
1998-07-07 | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. | Theo de Raadt | |
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match. | |||
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 | |
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability... | |||
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 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵ | Todd C. Miller | |
description | |||
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 | |
makes it easier to debug code to see the function entry not the local branch targets. | |||
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 | do not free() before last ref; kmayer@freegate.com | Theo de Raadt | |
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-28 | Oh fun, mucking about with files used on all archs. | Dale S. Rahn | |
This is one of many places in the source that have #if defined("list all architectures") Is there some possible way to eliminate, reduce these or at least have a file that describes all occurrances so that when a new port is done this could be addressed. like the recent hppa port, does it need to take a look at this???? | |||
1998-06-27 | ktrace not trace | Artur Grabowski | |
1998-06-27 | Document EINVAL if peer address is multicast. | Angelos D. Keromytis | |
1998-06-26 | rcmdsh, not rcmd | Todd C. Miller | |
1998-06-26 | fix prototypes | 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-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
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 ↵ | Theo de Raadt | |
for the old ushort based ipc.h | |||
1998-06-11 | Add a mention of the tcp ident sysctl. | Bob Beck | |
1998-06-10 | spelling | Theo de Raadt | |
1998-06-10 | XPG says 4th arg is optional | Theo de Raadt | |
1998-06-08 | clean; kleink | Theo de Raadt | |
1998-06-08 | finish; kleink | Theo de Raadt | |
1998-06-08 | do not needlessly uppercase function names | Theo de Raadt | |
1998-06-08 | buf oflow; chris@ferret.lmh.ox.ac.uk | Theo de Raadt | |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt | |
1998-06-05 | spelling | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-02 | nbytes - ofs should never be less than 0 (Oops on me) | janjaap | |
1998-06-02 | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵ | Theo de Raadt | |
mostly from kleink | |||
1998-06-02 | tell people to use sysconf(3) now; kleink | Theo de Raadt | |