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
rahnds
77459a6b37
Clean up MAKEDEV with respect to wscons. wsdisplay should not exist ttyEx
is used as that device. ttyEcfg needs to be created for wscons tools.
Additional cleanup and comments.
24 years ago
ericj
d6d258503f
use wscons devices here too
24 years ago
ericj
ba2e693359
add wscons devices
24 years ago
ericj
3b7693e62f
use vt100 instead of sun now
24 years ago
pjanzen
5ea197919c
Stamp out comma splices and misspellings.
24 years ago
rahnds
a431880834
Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl.
24 years ago
millert
d2c7dd237a
When starting up sendmail in the background, redirect stderr to
/dev/null too. Otherwise, if there is a name resolution problem
the rc files may finish before sendmail forks into a daemon and it
will complain about EBADF on stderr (since init revoked it).
From a discussion between Theo and myself.
24 years ago
rahnds
de604cba83
Add device nodes for USB, move the console control from openfirmware to wscons.
24 years ago
espie
4cbc49a8f1
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
24 years ago
espie
67d1642e8f
Loose ends for amiga joy device:
MAKEDEV entry and manpage.
24 years ago
todd
e926da66f4
subtle bug .. global variables in a while loop need reset 'just incase'
24 years ago
aaron
b9e50c176b
Initialization script stuff for moused.
24 years ago
aaron
a8769792a5
New "pcvtctl" device used by moused to communicate with PCVT in the kernel.
24 years ago
brad
766312266c
explicit path to gated so that it will load as expected
24 years ago
deraadt
6bf62baabc
ssh always installed, no more static lib case
24 years ago
millert
6121d03607
Crank default datasize-{max,cur} and stacksize-cur
24 years ago
deraadt
1b49ff3dbc
proto svc_getreqset2
24 years ago
millert
6df46d482b
Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX
section.
24 years ago
millert
dd78741d44
Fix typo introduced in last commit.
24 years ago
millert
768a4c7996
Add calls to setusercontext() and login_get*(). We basically call
setusercontext() in most places where previously we did a setlogin().
Add default login.conf file and put root in the "daemon" login class.
24 years ago
millert
c24c30dbae
login.conf code from BSDi. This does not include the bsd auth code
which will come later. At this stage it is primarily used for setting
resource limits.
24 years ago
brian
fca065d21c
Use an MRU of 1504 in the MP examples to allow room for the MP header
24 years ago
marc
d0411ed99a
Catch the bogus 'MAKEDEV mouse' and spit out a reasonable
24 years ago
itojun
2d8fcdbaf1
reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in the
defined order, so we should return ::1 first.
24 years ago
aaron
368621cd11
More of the same.
24 years ago
aaron
12e75aa1a7
For man pages that describe multiple functions, split the .Nm arguments
onto separate lines in the NAME section.
24 years ago
aaron
52ecc95202
Remove trailing blank lines.
24 years ago
deraadt
dd2e686d36
use GENERIC and RAMDISK
24 years ago
deraadt
55d9659578
host.random whacking must be after /var is mounted, obviously
24 years ago
fgsch
87d46fcb5c
fix typo on utty creation; problem found by cfegan@cisco.com
24 years ago