| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit b2c76c41be32)
|
|
|
|
|
|
|
|
|
| |
They do not expand.
MFC after: 1 day
Notes:
svn path=/head/; revision=359340
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in favor of just rendering the manpage instead of relying on pre-formatted
catpages. Note, this does not impede the ability to use existing catpages,
it just removes the utility to generate them.
Reviewed by: imp, allanjude
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D12317
Notes:
svn path=/head/; revision=323550
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
Notes:
svn path=/head/; revision=314436
|
|
|
|
|
|
|
|
|
| |
must be defined in login.conf.
MFC after: 1 month
Notes:
svn path=/head/; revision=254215
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the '-c' argument is passed to the shell, not to su(1), which would
indicate the login class.
'su -m <user> -c <command>'
Submitted by: Warren Block <wblock@wonkity.com> (followup to 157078)
MFC after: 5 days
Notes:
svn path=/head/; revision=222770
|
|
|
|
|
|
|
| |
MFC after: 5 days
Notes:
svn path=/head/; revision=222759
|
|
|
|
|
|
|
|
|
|
|
| |
within a shell as <user>.
PR: 157078
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 5 days
Notes:
svn path=/head/; revision=222758
|
|
|
|
|
|
|
|
|
|
|
|
| |
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
Notes:
svn path=/head/; revision=216370
|
|
|
|
|
|
|
|
|
|
|
| |
as the ``man'' user does not have a valid shell by default.
PR: docs/121713
Approved by: trhodes
MFC after: 3 days
Notes:
svn path=/head/; revision=180155
|
|
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/head/; revision=171562
|
|
|
|
| |
Notes:
svn path=/head/; revision=162792
|
|
|
|
|
|
|
|
| |
Requested by: novel
Discussed with: brueffer, simon
Notes:
svn path=/head/; revision=162286
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=154945
|
|
|
|
| |
Notes:
svn path=/head/; revision=140420
|
|
|
|
|
|
|
| |
Noticed by: ru
Notes:
svn path=/head/; revision=136114
|
|
|
|
|
|
|
|
|
| |
Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version)
PR: docs/70616 (part of)
MFC after: 1 week
Notes:
svn path=/head/; revision=136102
|
|
|
|
| |
Notes:
svn path=/head/; revision=131507
|
|
|
|
| |
Notes:
svn path=/head/; revision=131491
|
|
|
|
|
|
|
| |
Fixed the grammar nit.
Notes:
svn path=/head/; revision=129434
|
|
|
|
|
|
|
|
|
| |
PR: docs/55613
Submitted by: gshapiro@freebsd.org
Approved by: blackend (mentor)
Notes:
svn path=/head/; revision=120557
|
|
|
|
| |
Notes:
svn path=/head/; revision=116047
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107276
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=105758
|
|
|
|
| |
Notes:
svn path=/head/; revision=95124
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=93417
|
|
|
|
| |
Notes:
svn path=/head/; revision=81462
|
|
|
|
| |
Notes:
svn path=/head/; revision=79755
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=77220
|
|
|
|
|
|
|
| |
support can be already obtained via PAM.
Notes:
svn path=/head/; revision=76103
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=74874
|
|
|
|
| |
Notes:
svn path=/head/; revision=68963
|
|
|
|
| |
Notes:
svn path=/head/; revision=64288
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
| |
Notes:
svn path=/head/; revision=40128
|
|
|
|
|
|
|
|
|
| |
being invoked. Add example that clarifies usage of "-c".
PR: 6859
Notes:
svn path=/head/; revision=36750
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=36348
|
|
|
|
| |
Notes:
svn path=/head/; revision=30793
|
|
|
|
|
|
|
|
|
| |
su manpage ambiguous regarding command prompt
Submitted by: sheldonh@iafrica.com
Notes:
svn path=/head/; revision=29333
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
Notes:
svn path=/head/; revision=28935
|
|
|
|
| |
Notes:
svn path=/head/; revision=28099
|
|
|
|
|
|
|
|
|
|
| |
no conseqeunces as we ship with a non-empty wheel.
Closes PR/1882
Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
Notes:
svn path=/head/; revision=23085
|
|
|
|
| |
Notes:
svn path=/head/; revision=23012
|
|
|
|
| |
Notes:
svn path=/head/; revision=21748
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=21647
|
|
|
|
|
|
|
| |
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Notes:
svn path=/head/; revision=17891
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=10586
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|