| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
in a release or buildworld environment, so I'll leave it disabled.
|
|
|
|
| |
is set to C.
|
|
|
|
|
|
|
| |
This comes in really handy when you're telneting the broken DNS server by
IP.
PR: bin/8698
|
|
|
|
|
|
| |
from Kaleb.
Obtained from: Kaleb Keithley <kaleb@ics.com>
|
|
|
|
|
|
| |
arguments to changequote are significant.
PR: 8282
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix bug with od/hd/hexdump. "*" lines are supposed to indicate one or
duplicates of the previous line, but a small file with less then 16
characters of zeros in it will be falsy identified as a repeat of
the (non-existant) previous line. i.e. the first line of output winds
up being a "*". Added a bit of code to handle the degenerate 'there is
no previous line' case for the first line.
|
|
|
|
|
| |
Minor adjustments to rwall.c. Increased the size of a couple of char
arrays and replaced a potentially dangeerous strcpy/strcat with snprintf().
|
|
|
|
|
|
| |
Increase the size of a number of buffers and replace strcpy/strcat/sprintf
with snprintf(). There was a minor and possibly not exploitable security
hole related to one sprintf().
|
| |
|
|
|
|
|
|
| |
Update chpass(1) manual page. Change the definition of the class
field and also reorganize the field list to match that of the
/etc/master.passwd file, to avoid confusion.
|
| |
|
| |
|
|
|
|
| |
Reviewed by: -current list
|
|
|
|
|
|
| |
in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx.
(The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy
args.)
|
|
|
|
| |
PR: bin/7939
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add a reference to pam(8) in the login(1) and login.access(5) manual
pages.
|
|
|
|
|
| |
PR: doc/8897
Submitted by: Jonathan Hanna <pangolin@home.com>
|
|
|
|
|
| |
Use the new find option -s for sorted output.
Remove the temp directory in trap.
|
| |
|
| |
|
|
|
|
|
| |
Don't format paragraphs manually (new sentences not beginning on new
lines give hard-formatted line breaks).
|
| |
|
| |
|
|
|
|
| |
Broken in: previous commit
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove the temp directory in trap.
Replace the buggy awk script with a correct perl script.
Don't make a copy of the input data anymore if the input is already
sorted (option -presort). This scheme avoid large temporary files in
/tmp.
|
| |
|
|
|
|
|
| |
The sort option make it possible to build the locate
database without large (usually 20-100MB) temp files.
|
|
|
|
|
|
|
|
| |
to half compensate for broken scaling of p_pctcpu in the kernel, but the
previous commit removed this compensation. %cpu values will be wrong by
a factor of stathz/hz until the kernel is fixed. (The kernel gets it
wrong by a factor of stathz/hz, and top got the compensation wrong by
a factor of 100/stathz.)
|
|
|
|
| |
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
|
|
|
|
|
|
|
|
|
|
| |
because libpam is built shared only. There is a way to build PAM
into a static library that contains all (or a selected subset) of
the modules. But our Makefiles don't support that yet. Until I get
that working, just force NOSHARED=no in login's Makefile. Of
course, it still won't work if NOPIC is set.
Submitted by: bde
|
|
|
|
|
|
|
|
| |
Change login to use PAM for authentication. I kept the built-in
passwd/NIS authentication support, to handle cases where the system
is missing its "/etc/pam.conf" file. S/Key and KerberosIV
authentication methods are removed from the login program, but
still available in PAM modules.
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Here is a new gencat(1) man page. It contains examples
and information not in the current man page (e.g., file
format) per the X/Open documentation. It also updates some
aspects of the X/Open documentation (e.g., the X/Open
document neglects to say how to embed a $quote character
into a string)."
Submitted by: Terry Lambert <tlambert@primenet.com>
Review and small corrections by: jkoshy
|
|
|
|
|
| |
PR: i386/8688
Submitted by: Bill Trost <trost@cloud.rain.com>
|
| |
|
|
|
|
|
|
| |
- missing `v' in synopsis.
- 'v' disordered relative to 'V' in description of options.
- line too long in description of 'v'.
|
|
|
|
| |
Obtained from: NetBSD-current/src/usr.bin/file/magdir
|
|
|
|
| |
Obtained from: NetBSD-current/src/usr.bin/file/magdir/msdos
|
|
|
|
| |
behind it.
|
|
|
|
|
|
| |
it's here to stay.
This code is starting to look almost reasonable again.
|
|
|
|
|
|
|
|
|
| |
not complete, and it hasn't been touched for 18 months. All the
ifdefs obfuscate the code. I discussed the LOGIN_CAP_AUTH support
with its author and he agreed that it is a dead end. I am bringing
PAM into the tree within the next two weeks. It is much more
flexible than LOGIN_CAP_AUTH, and will serve as a superior replacement
for it.
|
| |
|
| |
|