summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/su.1
Commit message (Collapse)AuthorAgeFilesLines
* Markup fixes.ru2006-09-291-3/+3
|
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-2/+1
| | | | | Requested by: novel Discussed with: brueffer, simon
* - Mention that users need to be in the wheel group to `su - root' by ↵brd2006-01-281-3/+17
| | | | | | | | | | default, and how to change it. PR: docs/70616 Submitted by: Jilles Tjoelker <jilles at stack dot nl> Reviewed by: ru@ Approved by: ceri@ MFC after: 3 days
* Sort sections.ru2005-01-181-14/+14
|
* Bump document date for last commit.simon2004-10-041-1/+1
| | | | Noticed by: ru
* PAM configuration is now in /etc/pam.d/su.simon2004-10-031-7/+4
| | | | | | Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version) PR: docs/70616 (part of) MFC after: 1 week
* Deal with double whitespace.ru2004-07-031-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Bumped the document date.ru2004-05-191-2/+2
| | | | Fixed the grammar nit.
* - Clarification to how command line arguments are processed.kensmith2003-09-281-0/+5
| | | | | | PR: docs/55613 Submitted by: gshapiro@freebsd.org Approved by: blackend (mentor)
* typocharnier2003-06-081-1/+1
|
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
| | | | Approved by: re
* Add a new '-s' option to su(1): if the flag is present, attempt torwatson2002-10-231-1/+9
| | | | | | | | | | also set the user's MAC label as part of the user credential setup by setting setusercontext(3)'s SETMAC flag. By default, change only traditional process properties. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* Fix a few typos.keramida2002-03-301-2/+2
| | | | | | | | | as a user ID -> has a user ID command constitutes of -> command consists of PR: misc/36523 Submitted by: Chris Pepper <pepper@mail.rockefeller.edu> MFC after: 3 days
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* Deconvolute the authentication mess, and hand total responsiblitymarkm2001-05-261-37/+7
| | | | | | | | | | for authentication to PAM. This meens that WHEELSU-type logic can now be effected in the pam.conf "su" configuration stack. While here, clean up the mess that the code had assumed over years of hacking by folks using different styles. ANSIfy. There is more policy in here that can be handed over to PAM. This will be revisited.
* Dike out the Kerberos(IV) support on the grounds that better kerberosmarkm2001-04-281-13/+14
| | | | support can be already obtained via PAM.
* Add full PAM support for account management and sessions.markm2001-03-271-0/+7
| | | | | | | The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" <djm@web.us.uu.net>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Document the ``-'' option and minor re-wording in EXAMPLESmarko2000-08-051-2/+12
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add JKH's auth.conf parser to turn on/off Kerberos in userlandmarkm1998-10-091-1/+6
|
* Reword to remove confusion between su(1)'s "-c" option and that of the shelljkoshy1998-06-081-9/+16
| | | | | | being invoked. Add example that clarifies usage of "-c". PR: 6859
* Allow a user in group 0 to su(1) to root if their primarysteve1998-05-251-4/+7
| | | | | | | | | group is 0 in /etc/passwd even if they aren't listed as a member in /etc/group. This is more inline with what the group manpage says. PR: 6696 Submitted by: Max Euston <meuston@jmrodgers.com>
* Add -c option that allows root to specify a login_class.guido1997-10-271-14/+8
|
* PR: docs/4383wosch1997-09-131-5/+14
| | | | | | su manpage ambiguous regarding command prompt Submitted by: sheldonh@iafrica.com
* fix a few spelling changesjmg1997-08-301-2/+2
| | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
* Add usage().charnier1997-08-121-7/+7
|
* When group wheel is empty, allow everyone to su to root. This has normallyguido1997-02-241-3/+4
| | | | | | | no conseqeunces as we ship with a non-empty wheel. Closes PR/1882 Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-151-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Document effect of login class capabilities.davidn1997-01-131-1/+10
|
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass argumentsjoerg1995-09-061-1/+28
| | | | | | | | | to the target login's shell. This allows for "su -c". Do it right this time and also explain this behaviour in the man page. :) Obtained from: bsm's work in FreeBSD 1.1.5.1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+172
OpenPOWER on IntegriCloud