| Commit message (Expand) | Author | Age | Files | Lines |
| * | su(1): build with WARNS=6 | Eitan Adler | 2018-06-22 | 1 | -2/+0 |
| * | Use strlcpy(). | Xin LI | 2017-12-05 | 1 | -2/+2 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Mute gcc warning about p not being possibly initialized | Enji Cooper | 2017-10-10 | 1 | -1/+1 |
| * | Deorbit catman. The tradeoff of disk for performance has long since tipped | Gordon Tetlow | 2017-09-13 | 1 | -8/+8 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 2 | -2/+2 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -4/+2 |
| | |\
| |/
|/| |
|
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| | |\ |
|
| | * \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -5/+9 |
| | |\ \ |
|
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
| * | | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 |
| | |_|/
|/| | |
|
| * | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Make check for unknown login class actually work. Previously, using the "-c"... | Edward Tomasz Napierala | 2013-08-12 | 1 | -0/+2 |
| * | | In su(1), fix option ordering and clarify that the login class specified | Edward Tomasz Napierala | 2013-08-11 | 1 | -5/+7 |
| |/ |
|
| * | Undo r226423. | Ed Schouten | 2011-10-16 | 1 | -0/+2 |
| * | Remove WARNS line. This tool builds with WARNS=6 properly. | Ed Schouten | 2011-10-16 | 1 | -2/+0 |
| * | Attempt to clear up some confusion in the following example, by stating | Glen Barber | 2011-06-06 | 1 | -0/+6 |
| * | Bump date from previous commit. :( | Glen Barber | 2011-06-06 | 1 | -1/+1 |
| * | Document that when running 'su -m <user> -c <command>', <command> is run | Glen Barber | 2011-06-06 | 1 | -4/+4 |
| * | getpwnam(3) may return NULL. | Hajimu UMEMOTO | 2011-03-27 | 1 | -3/+4 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 2 | -8/+0 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+1 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -1/+0 |
| * | Fixup the parameters to audit_submit(3) the order is errno then return | Christian S.J. Peron | 2009-04-04 | 1 | -7/+7 |
| * | - add the -m option to the example commands because they would fail w/o it | Daniel Gerzo | 2008-07-01 | 1 | -4/+9 |
| * | Fix a strict aliasing warning - I think it is really telling us | David Malone | 2008-06-04 | 1 | -2/+3 |
| * | The upper while loop has already recycled child process, so the if | David Xu | 2007-10-18 | 1 | -3/+1 |
| * | Stop mentioning /usr/X11R6. | Xin LI | 2007-07-24 | 1 | -2/+2 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -2/+6 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -3/+2 |
| * | Prepare for upcoming POSIXed putenv() rewrite: | Andrey A. Chernov | 2007-04-30 | 1 | -2/+3 |
| * | Backout previous change (SIGSYS related). The fix has been applied to the | Maxim Sobolev | 2006-10-24 | 1 | -2/+0 |
| * | Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on | Maxim Sobolev | 2006-10-24 | 1 | -0/+2 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-29 | 1 | -3/+3 |
| * | Do not chdir(2) until after setuid(2), otherwise "su - username" would fail | Luoqi Chen | 2006-09-29 | 1 | -6/+4 |
| * | Remove references to the pam(8) manual page. It does not exist. | Joel Dahl | 2006-09-13 | 1 | -2/+1 |
| * | Integrate audit_submit(3) bits into su. This means that records for | Christian S.J. Peron | 2006-09-01 | 2 | -6/+76 |
| * | - Mention that users need to be in the wheel group to `su - root' by default,... | Brad Davis | 2006-01-28 | 1 | -3/+17 |
| * | Fix the other su bug reintroduced two commits ago, namely | Brian Somers | 2006-01-03 | 1 | -1/+14 |
| * | Handle the case (that I just broke) where the following hangs: | Brian Somers | 2006-01-02 | 1 | -1/+3 |
| * | Remove broken code that mucks about with tcsetpgrp() -- even if | Brian Somers | 2006-01-02 | 1 | -7/+0 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -14/+14 |