| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do some easy .data -> .rodata/.data.rel.ro conversions |  guenther | 2020-10-13 | 1 | -2/+2 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -3/+3 |
| * | libc's authentication privsep layer performed insufficient username |  deraadt | 2019-12-04 | 1 | -3/+9 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
| * | Remove useless secure_path(3) calls. |  millert | 2019-03-23 | 1 | -7/+1 |
| * | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -2/+2 |
| * | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2015-12-28 | 1 | -5/+3 |
| * | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within |  millert | 2015-11-24 | 1 | -5/+9 |
| * | (struct timezone *)NULL -> NULL |  mmcc | 2015-11-02 | 1 | -3/+3 |
| * | Fix waitpid() loop again: do the errno check only if waitpid() returns -1 |  guenther | 2015-10-23 | 1 | -11/+11 |
| * | Cast ctype function arguments to unsigned char. |  mmcc | 2015-10-22 | 1 | -2/+2 |
| * | remove null check before free. from Michael McConville |  tedu | 2015-09-14 | 1 | -17/+9 |
| * | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak |  guenther | 2015-09-12 | 1 | -1/+22 |
| * | no more gcc2. |  daniel | 2015-09-03 | 1 | -8/+2 |
| * | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -6/+6 |
| * | Delete secret or secret-derived data with explicit_bzero. |  doug | 2014-08-25 | 1 | -13/+13 |
| * | use calloc, from Benjamin Baier |  tedu | 2014-05-25 | 1 | -3/+2 |
| * | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 1 | -16/+20 |
| * | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, |  millert | 2013-09-30 | 1 | -3/+4 |
| * | More int's that should be size_t for strlen() use |  deraadt | 2013-01-08 | 1 | -3/+5 |
| * | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ |  millert | 2009-01-15 | 1 | -5/+5 |
| * | msg_controllen has to be CMSG_SPACE so that the kernel can account for |  deraadt | 2008-03-24 | 1 | -2/+2 |
| * | Repair the simple cases for msg_controllen where it should just be |  deraadt | 2008-03-15 | 1 | -2/+2 |
| * | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to |  deraadt | 2008-03-13 | 1 | -4/+7 |
| * | Fix waitpid() idiom. Noticed by deraadt@ |  millert | 2007-11-01 | 1 | -4/+3 |
| * | Check snprintf(3) return value for error or truncation. |  moritz | 2007-09-17 | 1 | -5/+15 |
| * | Restart waitpid() if we are interupted by a signal. OK deraadt@ |  millert | 2004-12-02 | 1 | -2/+5 |
| * | Use CMSG_SPACE when allocating space for the control message. |  millert | 2004-08-30 | 1 | -3/+3 |
| * | Add my copyright. |  millert | 2004-08-09 | 1 | -1/+16 |
| * | Add support for passing a file descriptor back and forth between |  millert | 2004-08-03 | 1 | -17/+77 |
| * | Use closefrom(); ok millert tedu |  deraadt | 2004-01-23 | 1 | -4/+2 |
| * | Don't clean options in auth_clean() which was introduced in rev 1.8. |  millert | 2004-01-10 | 1 | -9/+1 |
| * | use va_copy() with gcc 3 and up. |  brad | 2004-01-08 | 1 | -2/+8 |
| * | ansification; checked by pval |  deraadt | 2003-06-11 | 1 | -2/+2 |
| * | spelling |  deraadt | 2003-01-04 | 1 | -2/+2 |
| * | Initialize status to zero before calling waitpid(). That way, if |  millert | 2002-11-22 | 1 | -1/+2 |
| * | more snprintf; ok millert |  deraadt | 2002-11-22 | 1 | -2/+2 |
| * | Revert this va_copy addition, it cannot work on macppc (which is the |  drahn | 2002-10-30 | 1 | -4/+2 |
| * | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 |  drahn | 2002-10-24 | 1 | -2/+4 |
| * | Replace "if (value != NULL && value == as->FOO)" with just |  millert | 2002-10-16 | 1 | -6/+6 |
| * | Fix typo introduce in last commit |  millert | 2002-10-15 | 1 | -2/+2 |
| * | If auth_setitem() is called with the current value (ie: the pointer |  millert | 2002-10-15 | 1 | -9/+11 |
| * | Cast NULL sentinel in auth_call() to a pointer |  millert | 2002-10-15 | 1 | -2/+2 |
| * | Move the clearing of as->state in auth_challenge() to after the sanity |  millert | 2002-10-13 | 1 | -7/+6 |
| * | If fork() fails, log/report the error *before* we close our fd's just |  millert | 2002-08-04 | 1 | -3/+3 |
| * | KNF |  deraadt | 2002-06-27 | 1 | -2/+2 |
| * | try to use strlcpy and snprintf more; ok various |  deraadt | 2002-05-24 | 1 | -2/+2 |
| * | Convert indentation whitespace -> tabs and kill $@%^#! ^M's |  millert | 2002-03-13 | 1 | -13/+13 |
| * | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and |  mpech | 2002-02-05 | 1 | -2/+17 |
| * | If waitpid() return ECHILD that should not be a fatal error since |  millert | 2002-01-14 | 1 | -7/+7 |