blambert
a8e65c8a60
getopt_long.c replaced getopt.c 6+ years ago; we can retire
the REPLACE_GETOPT macro, at long last
ok millert@
14 years ago
deraadt
69e101606e
sync
14 years ago
nicm
f9c1062831
Some ss(4) bits escaped the purge, eliminate them.
ok todd krw
14 years ago
tedu
af419260cf
update our recommended hash function to sha256 and note md5 is broken.
ok deraadt jmc millert sobrado
14 years ago
sthen
695eb8273b
When cleaning /tmp at boot, run the slower find unconditionally.
Previously if the quick rm -rf failed, find was not run, so some files
were not removed. Looks good to tedu@.
14 years ago
jmc
cb5ae567b3
no more rmd160(1);
14 years ago
naddy
cc68d8828e
Document new unsetenv() error returns.
From Nicolas Legrand <nlegrand@ethelred.fr>; ok jmc@
14 years ago
pirofti
022274958a
Add the floppy576 entry back, needed for release. Okay kettenis.
14 years ago
tedu
059f939439
compat_bsdos is gone
14 years ago
krw
50711d5d6f
Regen.
14 years ago
krw
c3e1e79ef1
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.
"go for it" deraadt@
14 years ago
tedu
0934c110fa
cleanup the disktab files. yes, this means you will have to manually
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your
palm device, but that's the price of progress. hopefully i didn't whack
anything important.
ok deraadt
14 years ago
tedu
ca6592492d
remove userland bits of compat_sunos
14 years ago
dcoppa
7f1845f9f8
Remove bogus commas from the "bin" entry.
OK sobrado@, todd@
14 years ago
eric
6f6b8fa1fb
don't need to setup the resolver early now that dns lookups are done
by the dns engine.
ok henning@
14 years ago
tedu
45e71a221b
another day, another compat gets removed. today is ibcs2's turn
14 years ago
tedu
83d09a599f
remove compat_osf1. ok deraadt miod
14 years ago
guenther
472abc68fb
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@
14 years ago
tedu
9d7c697783
no more ultrix, found by miod
14 years ago
nicm
6566bc1464
No more phones(5), /etc/phones, or dial up bits in remote.
14 years ago
stephan
4203b31a49
zap superfluous newline. ok sthen@
14 years ago
naddy
55ff65210b
Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@
14 years ago
martinh
cca7a545a8
Update default ldapd.conf to reflect changes in the schema parser.
Use 'schema' instead of 'include' to parse schema files.
14 years ago
reyk
0f7c26250c
Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var.
Also copy the generated RSA key for isakmpd into the iked directory; this
way we share the same RSA key by default.
ok deraadt@ jsg@
14 years ago
chl
808c2fbfb4
add missing headers needed for close() and ioctl().
ok krw@ millert@
14 years ago
jakob
13c6645653
sync with latest version from rs.internic.net
14 years ago
jsing
4ea1c49dc9
Regen.
14 years ago
jsing
363e700269
Add /dev/diskmap to ramdisks.
ok todd@ krw@ deraadt@
14 years ago
claudio
00f2d4a783
There is no need for {} to just specifiy an interface.
14 years ago
nicm
850892b351
Protect against multiple inclusion, from Christiano F. Haesbaert.
ok deraadt@
14 years ago
jsing
16f4bfd65e
If a request to opendev(3) is given in the form of a disklabel UID,
open /dev/diskmap and perform a DIOCMAP ioctl in order to open the actual
device. As a result, all programs which make use of opendev(3) can now
operate with disklabel UIDs.
Feedback from millert@
ok millert@ krw@ thib@
14 years ago
todd
a1bd980ea1
permit e.g. -inet6 syntax by slurping all lines not just some
noticed by rhsv6 at hushmail dot com, ok sthen@
14 years ago
todd
d1765b60fd
Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed
14 years ago
todd
7b7975687b
sync
14 years ago
todd
8756387387
to assist diskmap testing, lets make the character dev a character dev, doh!
ok jsing@
14 years ago
todd
8099a9d7e9
sync
14 years ago
todd
f1c1d6abc4
add diskmap entries, not on ramdisks yet
get it in! jsing@
14 years ago
todd
ee615a1b69
sync
14 years ago
todd
815cdaac8e
properly enable vscsi, fix incorrect major
ok jasper@ (also compile tested)
14 years ago
todd
6e87c6fc0d
sync
14 years ago
todd
bf4848a826
added vscsi a while back, add it here too
14 years ago
jsg
c64c4eb017
switch iked pki files to /etc/iked, discussed with reyk.
14 years ago
reyk
22d0cb2081
add iked.conf default configuration file example.
ok jsg@
14 years ago
martinh
95756ec554
Install a default ldapd.conf, and standard schema files in /etc/ldap.
ok deraadt@
14 years ago
reyk
5dc347b741
add _iked
pointed out by jsg@
14 years ago
reyk
8f584fd51d
Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user.
ok deraadt@
14 years ago
martinh
70789f1e71
enable ldapd and ldapctl in the build
ok deraadt@
14 years ago
millert
5cd2c72134
Avoid using and end pointer since strnlen(string, -1) is legal
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0. OK sthen@
14 years ago
matthieu
8dad4d1114
Create more doc sub-directories for proto docs.
14 years ago
sthen
dc836a92d7
typo; Ian McWilliam
14 years ago