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
nicm
8b7d56fe29
Move imsg into libutil and add a man page.
Minor bump for libutil.
Previous versions of this diff and man page looked at by various people.
"you should just commit" deraadt
14 years ago
nicm
62564ff79f
Rename some imsg bits to make namespace collisions less likely buf to
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.
ok henning gilles claudio jacekm deraadt
14 years ago
jmc
ffc1056ac2
oops - forgot to check for trailing whitespace;
14 years ago
thib
7087fc1c2f
reword the 'D' dump bit to make it clear that the malloc.out file needs
to exist before exit for malloc to dump stats in it.
tweaks from jmc@
ok otto@,jmc@
14 years ago
claudio
07c546c698
Add ldp (port 646) to services. Needs both udp and tcp.
Sure deraadt@
14 years ago
espie
8a6b06eab0
unlink g77 from the build.
as discussed with Theo, so that he can synch set.
(eventual gcc2 fallout to fix later)
14 years ago
millert
ec550b1dc0
Add HISTORY section, mostly for strnlen() but include strlen() for
completeness (verified).
14 years ago
chl
0809e538e1
remove unused variable.
ok millert@ tedu@
14 years ago
jmc
e009efae5d
tweak previous;
14 years ago
tedu
bbe8fdc923
add posix_madvise, posix_memalign, strndup, and strnlen. mostly from
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
14 years ago
naddy
f16e4922fe
create /usr/include/objc
14 years ago
drahn
d3043565eb
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.
14 years ago
michele
158d63ae53
Uncomment a variable that is used later on.
ok claudio@
14 years ago
mk
2bccb87a49
incomming -> incoming
The ones found in gnu/ left out by intention.
ok jmc
14 years ago
nicm
f68c72e36f
imsg.h does not need sys/tree.h.
ok eric
14 years ago
otto
8378994e98
don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@
14 years ago
matthieu
956d9e497f
Typo. Noticed by naddy@ who isn't around to commit it himself.
14 years ago
michele
f644eb61da
Add ldpd(8) to /etc/rc* files.
It needs to be started before the routing daemons.
In this way every new prefix learnt by them already has a label associated.
discussed with and ok'ed by claudio@
14 years ago
matthieu
cfd8549f57
Remove now empty XprintAppUtil and XprintUtil directories.
14 years ago
matthieu
f94cc1d928
New libXaw doc dir.
14 years ago
ratchov
99490bbb68
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf.
ok deraadt
14 years ago
ratchov
7c2f0fae99
Allow multiple users to share the same aucat server. If aucat is
run by root, it binds a shared address to the socket, cranks the
process priority and drops privileges. sio_open(3) will try to
connect to the private socket first (if any), then to the shared
socket. Only one user may have connections to aucat at a given
time.
based on discussions with henning, pyr and others
ok jacek, deraadt
14 years ago
deraadt
70f0799f54
Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled
by returning ENXIO instead of ENOENT, to essentially indicate hotplug
sensor that has gone away. Accessing beyond the end of the sensordev
list still returns ENOENT, so that you can see there are no further devices.
ok kettenis oga
14 years ago