millert
fb3c830539
Adapt to new pw_copy() API, closes PR 3698.
20 years ago
millert
d0d2e5a2ff
Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.
This allows an application to only update a password entry if it is
in the state it expects. Additionally, if the old passwd struct
is specified the new one may have a different pw_name field since
matching is done on the original. Adapted from FreeBSD.
20 years ago
deraadt
c5df8306b5
some naming cleanup
20 years ago
deraadt
25cf5891f6
spelling error by henning who cannot commit from near kamloops; openbsd@rukh.net
20 years ago
henning
bf2fa238ed
new user/group _tftpd, theo ok
20 years ago
henning
ac017e47aa
user/group _mopd for, well, mopd. theo ok
20 years ago
itojun
cbdc6bf7b4
implement RFC3493 AI_NUMERICSERV. tedu ok
20 years ago
millert
923f039b2d
Add /dev/fd/ and /var/empty/; ok henning@ and krw@
20 years ago
henning
ce256bfc87
new _dhcp user for, well, dhcp stuff, theo ok
20 years ago
tdeval
55664fb425
Clean up malloc_active state when aborting.
This allows for safe abort handling, without tripping into
false recursivity problems.
Ok tedu@, deraadt@
20 years ago
millert
dd17913d32
regen
20 years ago
millert
e1795eec10
Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...
20 years ago
millert
ae5f7e59c9
Regen for for pty changes (62 per letter instead of just 16)
20 years ago
millert
5b6db43831
Update for pty changes (62 per letter instead of just 16)
20 years ago
millert
a46364db49
Crank max ptys to 992. We now have 62 pty/tty pairs for each letter
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just
/dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run:
# cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
20 years ago
jmc
51666fa855
typos from Jon Mosco, plus further tweak;
ok deraadt@
20 years ago
jmc
863eba8e46
s:removeable:removable:
from Jon Mosco;
20 years ago
david
d9affc6242
repair ntpd_flags; from Jeff Ito <jeffi@rcn.com>
ok miod@ krw@
20 years ago
djm
720fa3edf8
some of these functions are prototyped in pwd.h; ok deraadt@
20 years ago
djm
47a42edf4e
prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@
20 years ago
avsm
eed750edd0
fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.
lets tendra build again.
ok deraadt@, pvalchev@, millert@
20 years ago
brad
4869ccc04e
remove sparc64/gcc2 workaround.
ok millert@ deraadt@ jason@
20 years ago
henning
2faf461d71
dumped is really spelled with one p and not two
from Daniel Lucq
20 years ago
otto
2e9faaddb7
Allow spamd_flags banner to contain spaces. Resolves PR 3720.
ok beck@ millert@
20 years ago
krw
4435146cfe
Add rc.conf.local to mtree/special. From Dmitry Medvedev. ok deraadt@.
20 years ago
pvalchev
b2875c29b6
update packages list for 3.5; reminded by miod & theo
20 years ago
cedric
0a6eb8eb04
Fix CARP shutdown. ok deraadt
20 years ago
mcbride
91c2da749d
Pass pfsync and carp traffic in the boot-time pf configuration.
Bring carp interfaces down at shutdown, to make a graceful exit if we're master.
ok deraadt@
20 years ago
mcbride
61ebadc6fe
Make sure pfsync is brought up before carp.
ok deraadt@
20 years ago
tom
2e01cd3d95
Put pxeboot into DESTDIR/snapshot
ok deraadt@
20 years ago
deraadt
ff08cae9aa
no need for biosboot in snap
20 years ago
david
170b3aa149
update OpenBSD fingerprint details to include 3.5 also; ok deraadt@
20 years ago
deraadt
e56bd1ed64
put pxeboot into DESTDIR/snapshot too
20 years ago
mcbride
eb34734edf
Document need for net.inet.carp.preempt to be enabled.
ok markus@ henning@
20 years ago
deraadt
4bd9abe7bb
If you are running securelevel 2, and you do not sync the clock before
switching to that securelevel, and the clock is off by more than
128ms, ntpd will attempt to correct by stepping the clock instead of
slewing it. So use -x in that case; from tholo
20 years ago
mcbride
f1a4c37b20
Uncommenting machdep.apmhalt should have an effect.
ok marc@ fgsch@
20 years ago
mcbride
e97abdaff5
Delay pfsync(4) configuration, as the syncif has to be configured in
advance. From Thorsten Lockert.
20 years ago
miod
8a758b9ec2
Cause ct to be escaped in nroff output; spotted by jmc.
No regen necessary except for hp300 MAKEDEV.8
20 years ago
miod
4a0467e4f8
End the last device section list with .El; jmc
20 years ago
deraadt
8daf876c90
sync
20 years ago
deraadt
56eb77b3ea
replace usbs with uall to avoid matching balony
20 years ago
frantzen
700ed4ee5c
update OpenBSD fingerprint to include 3.5. thanks todd@ for the reminder
20 years ago
drahn
6c296318c2
Do not build binutils on arm. ARM needs at least binutils 2.14.
Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable
Requested by deraadt@
20 years ago
henning
b6e4f54302
add the goo for bgpd, theo ok
20 years ago
miod
762191e516
Add virtual consoles, copied from i386.
20 years ago
deraadt
422fed390b
move spamd to a better place; ok henning beck
20 years ago
cedric
14c0336a4c
Simplify pf.conf, provide sample rules for greylisting.
ok beck@, input from many.
20 years ago
deraadt
4c48325ab9
A better place for sshd; pointed out by millert
20 years ago
deraadt
fbd752602f
start sshd earlier, ok from various
20 years ago
deraadt
ffedff9cac
tweaks from miod
20 years ago