Bruce M Simpson
910e1364b6
Nits.
...
Submitted by: ru
2006-09-29 16:16:41 +00:00
Bruce M Simpson
2d20d32344
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
Ruslan Ermilov
cb29445a92
Markup fixes.
2006-09-29 15:20:48 +00:00
Luoqi Chen
5a8e64ee60
Do not chdir(2) until after setuid(2), otherwise "su - username" would fail
...
when root doesn't have the permission to enter target user's home directory.
If set, PAM environment variable HOME will be used in chdir(2) instead of
pwd->pw_dir, this allows pam_chroot module to continue to function.
2006-09-29 04:41:37 +00:00
Matteo Riondato
9e0573fdc2
Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code.
...
The PR has further details on this.
PR: bin/103206
Submitted by: John Hickey <jjh-freebsd@daedalian.us>
MFC after: 3 days
2006-09-28 21:22:21 +00:00
Stanislav Sedov
af159726bc
- Add my birthday entry to the chronicle.
...
Approved by: sem (mentor)
2006-09-27 08:25:53 +00:00
Ceri Davies
de5e5e6ead
Add a -a option as a no-op for Solaris compatibility, as briefly
...
discussed on src-committers. This is intentionally not included in the
usage() function as it would confuse the output too much.
Approved by: jhb
MFC after: 1 week
2006-09-26 22:28:12 +00:00
Ruslan Ermilov
acc17cb5a5
Fix both arguments to err().
2006-09-26 05:46:55 +00:00
Dmitry Morozovsky
50789a2f3a
Fix bug introduced in rev 1.23:
...
pw_equal does not check crypted password field, so one cannot change
crypted password keeping other fields intact.
Approved by: des
MCF after: 3 days
2006-09-25 15:06:24 +00:00
Robert Watson
f4882b24fd
Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flag
...
as found on Solaris.
Requested by: ceri
MFC after: 3 days
2006-09-23 15:43:29 +00:00
Robert Watson
5bae3124ab
Add a -a argument to id(1), which causes id(1) to print out process
...
audit properties, including the audit user id. This can be quite
helpful in debugging audit problems.
Obtained from: TrustedBSD Project
MFC after: 3 days
2006-09-23 12:30:31 +00:00
Alexander Kabaev
f340c84ebe
Pass "-Wtraditional -Wno-system-headers" to compiler as two separate
...
arguments. GCC4 was unhappy with them combined, while GCC 3.4 did
not care.
2006-09-21 02:05:38 +00:00
Wojciech A. Koszek
60e15662e1
Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).
...
Requested by: Tomasz Pilat <tomasz.pilat (at) axelspringer.pl>
Approved by: andre
2006-09-20 12:29:12 +00:00
Ian Dowse
6508a1ecdc
Add missing parentheses to fix a segmentation fault that is easily
...
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.
2006-09-19 22:11:43 +00:00
Maxim Konovalov
a39846b5e4
o Don't leak fd on error.
...
o parselength() returns 0 or -1 so int is enough for its return type.
Submitted by: Ighighi Ighighi, sheldonh
MFC after: 3 weeks
2006-09-18 16:39:23 +00:00
Maxim Konovalov
f45b405f7a
o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.
...
Treat it accordingly.
PR: bin/101642
MFC after: 3 weeks
2006-09-18 13:49:57 +00:00
Ruslan Ermilov
b43d227cab
Update manpages for FILE 4.17.
2006-09-17 18:42:35 +00:00
Ruslan Ermilov
8a70619712
Initial memory allocation for fields was off-by-one.
...
PR: bin/100443
MFC after: 3 days
2006-09-15 13:33:32 +00:00
Ruslan Ermilov
1007c98db6
Don't require a space between -[fv] and its argument.
...
PR: bin/86514
MFC after: 3 days
2006-09-15 13:28:10 +00:00
Joel Dahl
3e1f331553
Remove references to the pam(8) manual page. It does not exist.
...
Requested by: novel
Discussed with: brueffer, simon
2006-09-13 17:46:20 +00:00
Philippe Charnier
488633c7f4
initialize variable (WARNS=6)
2006-09-13 05:06:12 +00:00
Alexander Botero-Lowry
4f9019bb29
Add my birthday to the calendar, sadly I am only the fifth youngest.
...
Approved by: novel
2006-09-12 09:05:00 +00:00
Philippe Charnier
b2eeeae049
WARNS=6 chocked on unitialized variable.
2006-09-12 05:08:36 +00:00
Erwin Lansing
890fdf8de1
Update some of the bulgarian holidays since it no longer
...
is a socialist state.
Submitted by: Shteryana Shopova <shteryana@FreeBSD.org>
2006-09-08 09:45:06 +00:00
Ruslan Ermilov
2aebb8bcb4
Fixed the -# option to work as documented in a manpage.
2006-09-07 19:48:52 +00:00
Ceri Davies
0033dba88b
Chase revision 1.10 in usage string and a comment.
2006-09-07 17:10:26 +00:00
Ruslan Ermilov
934464be64
Bump WARNS level to 3.
...
OK'ed by: make universe
2006-09-01 17:09:09 +00:00
Christian S.J. Peron
6319ad282f
Integrate audit_submit(3) bits into su. This means that records for
...
successful and failed su attempts will be recorded using the AUE_su
event type (login or lo class) if auditing is present in the system.
Currently, the records will have a header, subject, text (with the
actual diagnostics), a return and trailer token.
See audit_submit(3) for more information.
Reviewed by: rwatson
Obtained from: TrustedBSD Project
2006-09-01 13:39:02 +00:00
Ruslan Ermilov
763e2b058d
Fix markup (in the same way as it was fixed in tip.1) and thus
...
make the diffs against tip.1 minimal (as in OpenBSD).
2006-08-31 20:44:59 +00:00
Ruslan Ermilov
07bb01e3d4
Fix compilation warnings (up to level 3).
2006-08-31 19:19:44 +00:00
Ruslan Ermilov
bfad8c3c1c
Document the undocumented change in OpenBSD: the ${raisechar}
...
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
2006-08-31 16:40:30 +00:00
Ruslan Ermilov
a9f118adfd
Actually merge OpenBSD changes and local changes (a diff should
...
be viewed relative to revision 1.24).
2006-08-31 16:26:50 +00:00
Ruslan Ermilov
2a98f027e5
Remove some dust.
2006-08-31 14:14:57 +00:00
Ruslan Ermilov
fa92e8831d
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
Ruslan Ermilov
24ede41b96
This commit was generated by cvs2svn to compensate for changes in r161751,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 14:12:22 +00:00
Ruslan Ermilov
d391708c06
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
Xin LI
9dd54fbb7e
In rev. 1.2 we have introduced a fallback handler for files with unknown
...
extensions. This seems to be unnecessary and prevents less(1) from being
able to detect file changes, so remove the part.
Submitted by: Eric Huss <e-huss netmeridian com>
PR: bin/102624
Discussed with: des
MFC After: 3 days
2006-08-30 08:20:34 +00:00
Joseph Koshy
59b2dc9f8b
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
Poul-Henning Kamp
fd0232603d
Improve input parsing:
...
Add "-C <column>" and "-d <delims>" options to chop up input lines.
Make '#' a comment character, rest of line is ignored.
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
2006-08-28 08:27:02 +00:00
Ruslan Ermilov
2d05c776ef
Remove alpha-specific stuff.
2006-08-23 12:12:56 +00:00
Marcel Moolenaar
e108ac655d
Build libsmb and smbutil on ia64.
2006-08-22 03:22:17 +00:00
Marcel Moolenaar
4c5876d2ad
Remove alpha left-overs.
2006-08-21 19:49:57 +00:00
Daniel Gerzo
695e93d68e
Add myself to the FreeBSD callendar. Ooops, it seems like I'm the
...
second youngest.
Approved by: keramida (mentor)
2006-08-20 18:52:37 +00:00
Xin LI
d605d70a75
Hook lessecho(1) to build.
2006-08-20 15:52:17 +00:00
Xin LI
72bc07dc83
Regen.
2006-08-20 15:51:18 +00:00
Yaroslav Tykhiy
6c43fb6f9e
Tell in a comment that the symlinks from /usr/bin are
...
for compatibility with other OS types, too.
Pointed out by: gad
2006-08-20 04:25:20 +00:00
Yaroslav Tykhiy
55416ca8f7
Install pkill(1), aka pgrep(1), to /bin so that rc scripts
...
can use this small and nifty utility. Create compatibility
symlinks from /usr/bin for the time being to avoid breaking
custom scripts relying on the hardcoded path to the utility.
If pkill(1) takes root, its source should be repocopied some
day to src/bin.
Idea by: des
Discussed with: brooks (in cvs-src and cvs-all)
2006-08-19 08:24:01 +00:00
Ceri Davies
15af4b716b
Further nitpicking.
2006-08-17 16:29:27 +00:00
Ceri Davies
4b3d1ae7a4
Fix a grammatical error.
...
Funny how one character can completely distort the perception of a sentence :)
2006-08-17 16:20:42 +00:00
Maxim Konovalov
ec2c2c379b
o Fix the date of LZ 129 Hindenburg crash.
...
PR: misc/102137
Submitted by: jasper@openbsd
MFC after: 3 days
2006-08-16 11:54:07 +00:00