deraadt
1670fc7e36
remove , at end of enum
22 years ago
henning
d67bb87548
missing include, ok theo
22 years ago
miod
9f2626ae33
Regen
22 years ago
miod
87db0f6ee8
Stricter permission on hil and grf devices, and use fbtab to relax them
whenever necessary.
22 years ago
deraadt
77a7ee056d
more photuris bits by bye bye
22 years ago
matthieu
bcf65df649
_x11 user and group for the X server when run by xdm. ok deraadt@
The actual X code to use them will be added soon.
22 years ago
markus
9c095a9002
build OpenSSL without symlink trees:
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
opensslconf.h) this patch stores pre-computed opensslconf.h files
in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
(e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@
22 years ago
miod
605d7795a2
Install /etc/wsconsctl.conf on sparc.
22 years ago
espie
db4cd241c7
put sentinel back in. Thx miod@
22 years ago
espie
27a0d1632b
Put sentinel back in.
22 years ago
dhartmei
cef62f0908
re-enable function pointer table protection, this time make sure that
malloc.c gets the first mmap() call (since it depends on that, for its
sbrk(0) use). ok deraadt@
22 years ago
deraadt
ee60148573
more tweaks insisted on by miod
22 years ago
todd
1be0f1811e
sync
22 years ago
todd
b0c85896ad
add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wscons
22 years ago
deraadt
f05224ada1
even closer to the truth; miod, matthieu, todd
22 years ago
deraadt
187196f4e2
cleanup all fbtab, various ok
22 years ago
deraadt
7c1aa5137e
fix comments; seb@todesplanet.de
22 years ago
deraadt
48f72bebed
how did such an obvious typo get commited?
22 years ago
matthieu
fde637ffe8
entry for sparc/wscons with X:
- getty runs on /dev/console. change owner of /dev/tty[CD]0
- include /dev/ttyc for mouse.
ok deraadt@
22 years ago
matthieu
800516b9c4
regen
22 years ago
matthieu
62c8b2595d
aperture driver for alpha. It works here the same as on i386
to allow access to VGA card's memory by mmapping /dev/xf86.
The macdep.allowaperture does also control /dev/pci access.
Ok miod@, deraadt@
22 years ago
deraadt
f73c2b1c58
do not export error_table
22 years ago
miod
f6d1d529a3
Regen
22 years ago
miod
b9647295d8
Correct tty0[0-3] device nodes generation.
22 years ago
hugh
6f357d0e97
Prevent possible races by moving .X11 fixups to before the system
goes multiuser. In consultation with dynamo; cleared by millert.
22 years ago
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