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
espie
6704871eeb
put back in the assert changes for ISO C 99 (put __func__ in it)
22 years ago
fgsch
fb18813faf
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
22 years ago
hin
cb9854a47e
Update to the latest and greatest from arla.
22 years ago
hin
e33b71da5e
Remove startup stuff for Kerberos 4 servers.
ok deraadt@
22 years ago
itojun
baf5dbc5c2
backout previous
22 years ago
itojun
ba0bf33dd5
pax -s <regex> is botched, don't use it.
22 years ago
todd
04869e8b3d
rm trailing whitespace
22 years ago
todd
c9c7aafc44
sync
22 years ago
todd
d551db44ea
remove the `real' Id string in generated output, keeps conflicts down
miod@ ok, requested a long time ago by misc
22 years ago
art
5839a65488
Add a flag - KVM_NO_FILES which tells kvm_openfiles to not
open any files, just return an kvm handle that we can use to some
of the functions.
22 years ago
millert
3cf01bfdce
spool dirs should be group daemon, mode 0775
22 years ago
drahn
5f741cd067
Switch powerpc to using new split (aout/elf) link.h
22 years ago
beck
919740d17e
clear /var/authpf on bootup - ensure we don't kill things we shouldn't
22 years ago
beck
f58c32557d
make /var/authpf owned and writable by group authpf
22 years ago
beck
5732c0634b
authpf group, for authpf
22 years ago
miod
e1a577905d
Backout previous change. Since it requires people to upgrade gcc, we want
to give them a larger timeslot to do that.
Requested by deraadt@ and various people on icb or vocally.
22 years ago
art
dd4b550c8e
split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).
22 years ago
mpech
ab52f4dc26
Path to 'bootpd' is /usr/sbin. From dfa@solo.ee
millert@ ok
22 years ago
art
f4ed53b67c
Don't use MI dlfcn.h that are identical to the MD one.
22 years ago
deraadt
c2f347299e
try to avoid DNS here
22 years ago
espie
d02a02b867
Use attribute((sentinel)) on functions where it makes sense.
(this will warn if they are used without a terminating NULL pointer.
Note *pointer*, very useful for arches where 0 != (void *)0, in size)
okay millert@
22 years ago
deraadt
080024652a
compatiblity -> compatibility
decriptor -> descriptor
authentciated -> authenticated
transmition -> transmission
22 years ago
deraadt
c8795632e1
withough -> without
22 years ago
deraadt
960ff08999
no argh. we should doc these targets better
22 years ago
deraadt
69776d907d
put libssl in PRDIRS instead; andre@ae-35.com
22 years ago
deraadt
55de6b1276
fix mkr for libssl changes
22 years ago
deraadt
5cb76bf091
we do not need this to be Makefile.bsd-wrapper
22 years ago
brad
9d4d2a0ba0
spaces to tab
22 years ago
itojun
1def93dfbe
do not declare int32_t and such locally. pull sys/types.h.
22 years ago
fgsch
077a4540c0
ecn is disabled by default, so show the option enabled.
deraadt@ ok.
22 years ago
pjanzen
2d8129083e
comma splice
22 years ago