Age | Commit message (Expand) | Author |
2020-10-13 | Do some easy .data -> .rodata/.data.rel.ro conversions | Philip Guenther |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-23 | Remove useless secure_path(3) calls. | Todd C. Miller |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-02 | (struct timezone *)NULL -> NULL | mmcc |
2015-10-23 | Fix waitpid() loop again: do the errno check only if waitpid() returns -1 | Philip Guenther |
2015-10-22 | Cast ctype function arguments to unsigned char. | mmcc |
2015-09-14 | remove null check before free. from Michael McConville | Ted Unangst |
2015-09-12 | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-03 | no more gcc2. | Daniel Dickman |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-01-08 | More int's that should be size_t for strlen() use | Theo de Raadt |
2009-01-15 | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ | Todd C. Miller |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-11-01 | Fix waitpid() idiom. Noticed by deraadt@ | Todd C. Miller |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2004-12-02 | Restart waitpid() if we are interupted by a signal. OK deraadt@ | Todd C. Miller |
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller |
2004-08-09 | Add my copyright. | Todd C. Miller |
2004-08-03 | Add support for passing a file descriptor back and forth between | Todd C. Miller |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt |
2004-01-10 | Don't clean options in auth_clean() which was introduced in rev 1.8. | Todd C. Miller |
2004-01-08 | use va_copy() with gcc 3 and up. | Brad Smith |
2003-06-11 | ansification; checked by pval | Theo de Raadt |
2003-01-04 | spelling | Theo de Raadt |
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-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-15 | Fix typo introduce in last commit | Todd C. Miller |
2002-10-15 | If auth_setitem() is called with the current value (ie: the pointer | 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-08-04 | If fork() fails, log/report the error *before* we close our fd's just | Todd C. Miller |
2002-06-27 | KNF | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-03-13 | Convert indentation whitespace -> tabs and kill $@%^#! ^M's | Todd C. Miller |
2002-02-05 | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | Mike Pechkin |
2002-01-14 | If waitpid() return ECHILD that should not be a fatal error since | Todd C. Miller |