matthieu
58b531d63f
Create directories for X11 unix socket at boot time. This removes the
need for root privileges for processes that create the sockets later.
ok deraadt@
22 years ago
deraadt
f298be843b
echo before running sshd; mcbride@countersiege.com
22 years ago
marc
5ab587d3f9
add a few RFC 2142 suggested aliases, OK deraadt@
22 years ago
millert
3a97f67ea7
Convert to ANSI function headers and make 'ch' argument int, not char.
Noticed by deraadt@
22 years ago
pvalchev
35165da9c8
check account expiration time as well; from hamajima@nagoya.ydc.co.jp pr2835
22 years ago
provos
89b72f9a5d
teach mtree about systrace; okay deraadt@
22 years ago
provos
28f2623eaa
update policy
22 years ago
provos
a5ae90d10e
policy for lpd
22 years ago
provos
baaba1e0f4
named policy for systrace
22 years ago
deraadt
f8bc838a0c
explicitly block the _ users too
22 years ago
jcs
0b40d89296
don't complain about our new usernames that start with underscores
deraadt and millert ok
22 years ago
deraadt
d281062060
5 new uid/gid sets; millert ok
22 years ago
millert
6c0539707c
Add sshd to the list of fake users whose mail goes to root; Sam Smith
22 years ago
millert
3fbac86322
Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.
Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used
22 years ago
markus
39008b5b6d
sample entry for UserDir /var/www/users; create empty /var/www/users;
ok henning@, deraadt@
22 years ago
deraadt
f5b5cf9932
note about the cron job; requested by fred@francis.unitra.sk
22 years ago
deraadt
a107a4c75e
www space no longer needs a dev/crypto
22 years ago
deraadt
dc505562df
doc that rdate can do SNTP as well
22 years ago
deraadt
2fd9879e7d
ready ourself for the chroot httpd parts
22 years ago
deraadt
8d41697c27
toss a /dev/crypto copy into /var/www/dev; millert ok
22 years ago
matthieu
914397f1b9
Add a port of FreeBSD/alpha's libio as libalpha. This library enable
access to devices I/O ports from userland. Only BWX machines supported
for now. Added a man page.
Ok deraadt@, miod@.
22 years ago
matthieu
dcad0f8f9a
add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfg
ok millert@
22 years ago
millert
8605e7d157
Replace strtou?q() with the more standard strtou?ll(), using weak
aliases to fake up strtou?q(). espie@ OK.
22 years ago
deraadt
d230ad86d5
go back to running these as root from inetd. however once rpc.{rusersd,rstatd}
starts, do a chroot to /var/empty and change to user nobody.
hi mom, i'm in jail!
22 years ago
millert
f6d2dac36d
define RPP_STDIN; missed in previous commit
22 years ago
deraadt
695e261e2d
%u for uid/gid; millert ok
22 years ago
drahn
355b7c09eb
Use mkhybrid, mkisofs is no longer installed.
22 years ago
fgsch
fd9be05b82
spell.
22 years ago
brad
a07542f39b
add postgresql port.
22 years ago
millert
b013f0d14d
Now that we don't have a trailing newline we need to explicitly check
that the first char in the line is not NUL after killing comments.
22 years ago
hugh
460127ec42
Add xfs device; seems to work.
22 years ago
henning
b06f8fd325
add a commented out scrub example
ok frantzen@
22 years ago
millert
6cea6780f6
Use strtok_r() instead of strsep() since the latter treats consecutive
field separators as empty field. This is not what we want for
whitespace-delimited fields.
22 years ago
millert
fab5e38f3f
login_fbtab(3) fixes:
o make first arg const since we don't modify it
o use strsep() instead of strtok() as strtok() changes internal state
o add some bounds checking and use strlcat() instead of pointer arithmetic
o ANSI function headers
Originally based on a patch from Lars J. Buitinck but much modified.
22 years ago
millert
53b891e676
Updates from lite2 via NetBSD; fixes license.
22 years ago
fgsch
4938721619
regen.
22 years ago
fgsch
580d3a1491
this is better.
22 years ago
fgsch
6cc3fafaf7
Add gpr, i386 only; this may change in the near future to something more
generic as /dev/smartcard or similar.
deraadt@ ok.
22 years ago
henning
7878b8988c
merge nat.conf here as well
add more simple filter rule examples
"commit it" deraadt@
22 years ago
pvalchev
649c27a936
No more nat.conf; blessed by deraadt
22 years ago
deraadt
4a71305849
this goes away
22 years ago
deraadt
0e62974bea
we no longer do this. why was it edited incorrectly?
22 years ago
miod
2192c38981
More nat.conf(5) -> pf.conf(5) updates
22 years ago
naddy
3c97953878
install headers from libevent; ok miod@
22 years ago
hugh
6fe302298c
Not much point supplying /boot by itself.
22 years ago
jason
b116be5994
sync
22 years ago
jason
af6adb6295
add bpf0 to ramdisk target
22 years ago
beck
5d21ae4712
another bit that got missed
22 years ago
dhartmei
0b36d72022
pfctl -f instead of -N/-R, ok deraadt@
22 years ago
espie
61573f5c84
back-out header change for now.
22 years ago