Age | Commit message (Expand) | Author |
2003-01-07 | Better have an OpenBSD static rcsid rather than a NetBSD static rcsid for | Miod Vallat |
2003-01-04 | spelling | Theo de Raadt |
2003-01-02 | Handle things like "%%m" correctly; closes PR 3057 | Todd C. Miller |
2002-12-31 | Catch EISDIR in execvp() and friends so that if a directory appears | Todd C. Miller |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-15 | Casting to unsigned int in isfoo() causes problems on alpha and | Todd C. Miller |
2002-12-15 | more writeable -> writable by torh | Henning Brauer |
2002-12-14 | Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator | Todd C. Miller |
2002-12-13 | Less stupid check for 7-bit ascii in toupper/tolower | Todd C. Miller |
2002-12-13 | Cast to unsigned int, not unsigned char, since what is being cast is an | Todd C. Miller |
2002-12-11 | Convert ctype.h macros into inline functions. This fixes the issues we | Todd C. Miller |
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb |
2002-11-24 | Fix comment: s/trailing NULL/trailing NUL/, no code changes. | Chad Loder |
2002-11-24 | Fix instance where syslog(3) after closelog(3) could access freed log | Chad Loder |
2002-11-22 | Initialize status to zero before calling waitpid(). That way, if | Todd C. Miller |
2002-11-22 | more snprintf; ok millert | Theo de Raadt |
2002-11-21 | shadow -> _shadow | Todd C. Miller |
2002-11-21 | Add a "shadow" group and make the shadow passwd db readable by that | Todd C. Miller |
2002-10-30 | Revert this va_copy addition, it cannot work on macppc (which is the | Dale Rahn |
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn |
2002-10-16 | Replace "if (value != NULL && value == as->FOO)" with just | Todd C. Miller |
2002-10-16 | Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill | Todd C. Miller |
2002-10-15 | Fix typo introduce in last commit | Todd C. Miller |
2002-10-15 | cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64 | Todd C. Miller |
2002-10-15 | Document the fact that calling auth_setitem() with a NULL value | Todd C. Miller |
2002-10-15 | If auth_setitem() is called with the current value (ie: the pointer | Todd C. Miller |
2002-10-15 | Note that when calling auth_verify() with a style and/or username, | Todd C. Miller |
2002-10-15 | Cast NULL sentinel in auth_call() to a pointer | Todd C. Miller |
2002-10-13 | Move the clearing of as->state in auth_challenge() to after the sanity | Todd C. Miller |
2002-10-09 | Use strtoll() and strtoull() instead of strtoq() and strtouq() now | Todd C. Miller |
2002-08-04 | If fork() fails, log/report the error *before* we close our fd's just | Todd C. Miller |
2002-07-30 | malloc paranoia; it is unlikely that any filesystem will support | Todd C. Miller |
2002-07-30 | be even more careful with strlcpy() | Theo de Raadt |
2002-07-18 | typo | Todd C. Miller |
2002-07-14 | indent, and double free fix; millert ok | Theo de Raadt |
2002-07-12 | Add a missing check for fts_alloc() returning NULL; Chad Loder | Todd C. Miller |
2002-07-08 | Use qsort() instead of mergesort() since the latter can fail due | Todd C. Miller |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-07-06 | KNF | Theo de Raadt |
2002-07-06 | KNF | Theo de Raadt |
2002-07-06 | cope better if realloc fails; better fix than cloder@acm.org | Theo de Raadt |
2002-07-05 | more refinement | Theo de Raadt |
2002-07-02 | missing priority argument in example; ok millert@ | Kevin Steves |
2002-07-01 | need string.h | Theo de Raadt |
2002-07-01 | Disc -> Disk for EDQUOT; now the error and log messages that appear when | Paul Janzen |
2002-07-01 | Fix strnvis(): don't truncate unnecessarily, set the return value correctly | Paul Janzen |
2002-07-01 | indent | Theo de Raadt |
2002-06-28 | Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY. | Todd C. Miller |
2002-06-28 | Lies, damn lies and getcap(3). The description for cgetclose() was | Todd C. Miller |
2002-06-27 | %u | Theo de Raadt |