miod
6819b734ce
Suggest better types in examples; from NetBSD
22 years ago
millert
2ca1ed513d
By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA.
There are other TLS/SSL services we could add if desired.
22 years ago
miod
49815eb68e
Regen
22 years ago
miod
59f90ea07b
MAKEDEV and /etc/* changes for wscons on sparc
22 years ago
millert
b707fc9ba7
Add pptp; reinhard@
22 years ago
pvalchev
94c08b8237
restore link_map ABI compatibility between gdb and ld.so. this comes from
what powerpc and sparc64 had as machine/link.h in 3.1 used by gdb, and will
be needed by other ELF architectures to provide gdb solib support; ok drahn
22 years ago
hugh
da52dc14ea
Correct RA82 disktab alias. Spotted by Fred van Kempen.
22 years ago
deraadt
aef3e085f9
the kerberos people can bite me. or enable kerberos themselves if they
really want this. secure by default, and as i say, bite me. millert
and markus and miod ok
22 years ago
millert
73f8e3c654
Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".
If there is no login.conf or it is corrupt we don't want to make
any assumptions about kerberos. By request of deraadt@
22 years ago
deraadt
cd6a01341f
no rpc by default
22 years ago
deraadt
6e40222aa6
_sshagnt will be used to secure ssh-agent(1) more
22 years ago
millert
ca00f6f3e4
mark pw_error() __dead since it exits
22 years ago
dhartmei
3e0b53c913
Back it out, it breaks something in perl (seen with spamassassin), debug
first.
22 years ago
jason
d41db3c81a
sync
22 years ago
jason
1f9ad23354
/dev/openprom -> 0640 root.kmem
22 years ago
deraadt
968c135966
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; markus miod ok
22 years ago
deraadt
08616e9a96
return failure if integer overflow happens. sigh; too people had to
help get this right.
22 years ago
deraadt
b7aad3ecb5
turn off more methods by default -- enable them if you need them; millert ok
22 years ago
dhartmei
b7839b1965
Replace atexit handler. mprotect() the pages so an attempt to modify the
function pointers from the outside will segfault. Idea, hints and feedback
from deraadt. ok deraadt.
22 years ago
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