millert
582d06fd67
Add readpasasphrase(3), a more flexible getpass(3) replacement.
getpass(3) is now implemented in terms of readpasasphrase(3).
24 years ago
millert
106e557ee3
Remove prototypes for old BSD auth functions. New ones will live in
bsd_auth.h when BSD authentication is committed.
24 years ago
angelos
a8575fe917
"of", not "on" (from Henric Jungheim)
24 years ago
deraadt
3a7228c21c
create /usr/share/man/ps{1-9} directories and sub-directories
24 years ago
deraadt
e0df9d23fb
shorten, now it fits in -Tps
24 years ago
todd
1aa6198836
This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the
cases where we did not previously handle them.
Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
24 years ago
aaron
e93bcc1d43
The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.
From ianm@kashmir.cit.nepean.uws.edu.au .
24 years ago
deraadt
dce4147483
more
24 years ago
deraadt
05ce95589d
more
24 years ago
deraadt
5a863ed47d
forgot to update this
24 years ago
deraadt
17c9582cac
after seeding from the host.random file, immediately reset the seed file, so
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
24 years ago
aaron
d71fc636ce
Clarify; gluk@ptci.ru
24 years ago
aaron
8a0faa7911
Document that the string returned by strerror(3) contains a maximum of
NL_TEXTMAX characters.
24 years ago
deraadt
c923c0c04e
more verbose description
24 years ago
marc
7c60e5f4cc
make root perms match 4.4BSD.dist; ok deraadt@
24 years ago
millert
95c109f653
Since sh's bulitin echo(1) supports /t and /n there is no reason to
use printf(1) here. This way there is no possibility of format
string problems and we use a shell builtin instead of an external
command.
24 years ago
mickey
1309c042f6
grammar in comment
24 years ago
hugh
ac5c85ae03
printf(1) format string fixes! checked by theo.
inspiration from dynamo@ime.net .
also a typo fix.
24 years ago
aaron
22e70c114c
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
24 years ago
aaron
3d99552464
Create /dev/pcvtctl mode 600.
24 years ago
aaron
85796607b6
Give examples of moused_flags usage for ps/2 and serial mice.
24 years ago
deraadt
9c20d39825
add all basic common arch dirs for cat9
24 years ago
deraadt
a192be4f93
2 sets of ptys; drahn
24 years ago
aaron
3b4f4c518d
Create /root with mode 0700 instead of 0755; deraadt@ ok
24 years ago
deraadt
6e360f7064
proto _rpc_dtablesize()
24 years ago
deraadt
288ce11016
disable talkd and fingerd by default, what the heck, they are less used these days
24 years ago
provos
68a2be9ae1
add primes that can be used for diffie-hellman key exchange
24 years ago
hugh
7b499760f9
Don't install ieeefp.h on vax. derradt Ok.
24 years ago
millert
6af4c12eba
crank maxproc for staff login class
24 years ago
aaron
d0ff2688ea
moused will now co-exist with X
24 years ago
millert
856e772218
If /etc/mailer.conf specifies a mailer other than sendmail, there
may be no /etc/mail/sendmail.cf so don't include that in the check
for whether or not to run /usr/sbin/sendmail. Instead, check for
the existence of /etc/mailer.conf. Pointed out by Theo.
24 years ago
aaron
0a2ee57885
When including the listing of a directory in root's security mail, pass the
-q flag to ls(1) so that non-printable characters will appear as '?'. This
prevents a malicious user from fooling the administrator into thinking the
contents of a file name are actually valid script output (note that you can
put newlines in file names); deraadt@ ok
24 years ago
aaron
c23a686afb
Add a CAVEATS section to warn programmers that shell meta-characters will
be passed to the command interpreter.
24 years ago
espie
36f73713ac
Remove parameter names in prototypes (always a bad idea)
24 years ago
rahnds
bd06fda82a
Another piece of the raid device support. Make device nodes.
24 years ago
rahnds
86604aa426
Now that powerpc has shared libraries, make certain that link.h and dlfcn.h
are created properly.
24 years ago
mickey
617ae7b46c
vrrp proto number per rfc 2338
24 years ago
angelos
4e69cc8345
Remove ipsec-acl
24 years ago
deraadt
ad9e62f556
mtu disc example
24 years ago
millert
54562f7d19
Remove /var/run/ipmon.pid and add a comment saying when the user may
need to add it.
24 years ago
millert
71bb660210
Change ipflog entry; joe@nall.com
24 years ago
todd
426984c2e9
add ssh to the list of apps to 'cleanup titles afterwards' when used with an
xterm or equivalent
24 years ago
deraadt
1b554ab13f
install netnatm includes; stoklund@cp.dyndns.dk
24 years ago
aaron
4ad61ad9cf
Arguments to .Dt macros should be all-caps.
24 years ago
aaron
c10d94986f
Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the
argument to .Dt, and move the BUGS section to the end like most man pages.
This is my 1000th commit since joining the OpenBSD dev team.
24 years ago
ericj
f649e078d6
more cleanups for wscons devices
24 years ago
maja
d143308cdf
Add creation of ipf devices in all. -moj
24 years ago
millert
dc11be1e8a
o add missing getsid() prototype
o fix typo in getsid() that broke getsid(pid) where pid != 0
o cause getsid() and getpgid() to return EPERM if requesting the
id of a session/process group not in the current session
o check for NULL session in getsid() for exiting processes
24 years ago
rahnds
194b3750b5
Test these changes before commiting, the list is ':' seperated not space.
24 years ago
rahnds
00ba398095
Add wscons devices to list of devices to change when logging into ttyE0
24 years ago