kleink
3ed4fcf61e
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
...
of errno.
1999-01-11 22:39:59 +00:00
jwise
2badef4d79
Add four big changes:
...
* portmap is now tcp-wrapped (i.e. obeys hosts.{allow,deny})
both for lookups (as `portmap') and for forwarded calls to
specific services.
* the new -l flag, analagous to inetd -l, logs all connections
to portmap.
* the new -s flag causes portmap to suid to the user daemon
after binding it's port, so that outgoing connections do
not come from privileged ports. This prevents users from
using portmap to get a free privileged port.
* portmap now _only_ accepts SETs and UNSETs on the loopback
interface. In the past, anyone in the world could do all
sorts of nasty things to your portmap tables. Note that
our libc already_only_ uses the loopback interface to
register rpc ports.
This work is modeled after/partially taken from Wietse Venema's tcp-
wrapped version of the BSD 4.3 portmap. It has benefitted greatly from my
discussions with Luke, Matt and many others.
1999-01-11 20:51:09 +00:00
bouyer
c8c04d5b9e
Properly define ufs_args_t and HAVE_FIELD_UFS_ARGS_T_FSPEC, so that automount
...
of FFS filesystems works.
1999-01-11 15:57:49 +00:00
tron
4c07384685
Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717
...
by gnatios Souvatzis.
1999-01-04 00:04:04 +00:00
tron
81714a52c8
Patches supplied by Greg A. Woods in PR bin/6626 to make "pkg_info"
...
recognize the width of the current terminal.
1998-12-31 00:04:07 +00:00
mcr
63d650cccb
HTML documentation files for XNTP, installed in /usr/share/doc/xntp
1998-12-30 20:19:29 +00:00
augustss
0a52ae7e58
Update for the ioctl(USB_DEVICEINFO) API change.
1998-12-29 15:29:41 +00:00
perry
180c29c35d
Add the "mailwrapper" program, which is designed to act as a switch
...
permitting users to choose between sendmail and other mail systems with a
simple configuration file change. Not yet turned on -- this is being
committed so people can beat on it.
1998-12-25 22:06:58 +00:00
christos
62871103f9
Appease gcc-2.8.1, make printf formats more portable.
1998-12-19 15:38:45 +00:00
christos
ac20cbee1c
PR/6606: Johnny C. Lam: Add -l flag to apmd so that it suspends automagically
...
when the is a battery low event.
1998-12-19 15:27:58 +00:00
sommerfe
4b41ddc197
Double-check tcp/udp checksum if we get enough data to do it.
1998-12-18 20:28:54 +00:00
thorpej
cdee73fd5b
Add support for WSCONS, and default to it. If the platform also has
...
Sun-style fbio, add support for determining this at run-time and switching
to that mode.
1998-12-18 01:15:43 +00:00
perry
3c8d14096b
Change hard links for newaliases and mailq into symlinks, to make it
...
easier to integrate alternative mailers.
1998-12-16 00:48:22 +00:00
tron
5b7db9e865
Remove "named-bootconf" while doing "make clean".
1998-12-15 01:06:04 +00:00
tron
572fc80939
* use better method to write comments to the correct location
...
* always create an "option" section because "named" will complain
otherwise
* don't check if directory exists while converting a "directory"
statement because we might do it on another machine
1998-12-15 01:00:53 +00:00
lukem
2cc5fd4000
* add support for /CHAOS and /HS suffixes to primary & secondary
...
directives, and add appropriate directives to the zone {} blocks
* change comment delimiter from '//' to '#' (which is more intuitive
for unix config files)
* KNF formatting (single space indenting is hard to read)
1998-12-14 15:39:12 +00:00
tron
8c2d809b71
Use a little bit of magic suggested by Ken Hornstein to find an
...
appropriate source address for the UDP packets. Fixes PR bin/4427
by Luke Mewburn.
1998-12-09 22:53:29 +00:00
christos
c9f7267c6b
Print a clear error message when the reason for not being able to create
...
the password lock is other than EEXIST.
1998-12-09 12:40:15 +00:00
mrg
fdca644f9d
- fix typo in a comment
...
- use the last connection RMPCONN cache correctly, and do not leak
memory for each connection.
1998-12-09 03:41:42 +00:00
augustss
1b498d2b39
Slight code rearrangement.
1998-12-09 00:57:19 +00:00
jwise
2e6cacfae6
Add an `md5' keyword to mtree, which takes as an argument the MD5 cryptographic
...
checksum of the file in question, optionally preceeded by `0x'.
This has been tested, and does work, AFAICT. There is currently no md5 equivalent
of the '-s' flag for use with checksum.
1998-12-06 19:07:53 +00:00
jonathan
92fda0ceb3
Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs)
...
NLIST_AOUT (old pmax bootblocks).
1998-12-05 07:30:38 +00:00
itohy
6b676a3cca
getcwd() is not equivalent of getwd() if you want to print an error message.
1998-12-05 03:29:25 +00:00
abs
05c432cdd9
From OpenBSD: ignore requests with bogus network types
...
Also fix 'from from' -> 'from'
1998-12-04 18:24:16 +00:00
thorpej
6b7fe574f7
Use getcwd(3) instead of getwd(3).
1998-12-03 23:33:10 +00:00
fair
2fc486ea01
This seemingly trivial (and computationally pointless) change shuts up
...
GCC 2.7.2.2 about "loff" being uninitialized on line 142 on m68k.
1998-12-03 11:20:50 +00:00
msaitoh
c4cc4294b5
swap arguments of kill (from am-utils-6.0b2s3)
1998-12-01 12:03:16 +00:00
thorpej
e8153d28ba
Even though they're u_quad_t's, GCC expects unsigned long long if using
...
%qu, and u_quad_t's are unsigned longs on LP64 platforms. So, cast them.
1998-11-29 23:51:44 +00:00
sakamoto
6cd8c4c69f
Define NLIST_ELF32 on PowerPC.
1998-11-26 08:11:33 +00:00
augustss
9726cfd1fb
Make the copyright header conform to the NetBSD template.
1998-11-25 22:17:06 +00:00
ross
efccda2e04
Needs <string.h>
1998-11-24 06:06:31 +00:00
ross
096af13560
Needs an LP64 fix plus a <string.h>
1998-11-24 06:06:10 +00:00
ross
a19fc46ab9
Needs <string.h>
1998-11-24 06:05:34 +00:00
ross
0cb059b1db
Incorrect void * casts on ns_panic() calls...LP64 warnings...kill kill kill
1998-11-24 06:05:07 +00:00
ross
40ed59e2df
Needs <string.h>
1998-11-24 06:00:30 +00:00
msaitoh
89dc16d4dc
fix a roff bug
1998-11-22 23:30:29 +00:00
hubertf
9854172140
Remove extra : printed for @cwd,
...
per PR 6481 by Jim Bernard <jbernard@ox.mines.edu>
1998-11-22 16:22:41 +00:00
mrg
78db9d7d95
merge ipf 3.2.10
1998-11-22 15:17:18 +00:00
mrg
5af5d89cf3
ip filter version 3.2.10
1998-11-22 14:21:44 +00:00
kml
fa0f88251d
Tweaks to document and support HIPPI-FP driver
1998-11-20 17:23:27 +00:00
tron
d993679e1b
Add manual page for "named-bootconf".
1998-11-19 21:11:45 +00:00
tron
512419d83a
Fix comment.
1998-11-19 19:51:47 +00:00
tron
f6d7c60a19
BIND 8 is the default now.
1998-11-19 19:47:33 +00:00
kenh
0c2d06b6ae
Add support for running scripts for line power to battery transitions
...
(and vice versa).
1998-11-19 19:39:14 +00:00
kleink
364dab0e26
If HAVE_STRERROR is defined, be nice and portable and don't grovel sys_errlist.
1998-11-17 18:14:17 +00:00
ws
b6cbdcb3ec
Shorten name line to fit.
...
Thanks to Hubert Feyrer (feyrer@rfhs8012.fh-regensburg.de ) for pointing this out
1998-11-17 13:04:30 +00:00
ws
2cf75c4c03
Add a utility to allow access to the partitions of a
...
MBR labeled disk (i.e. a disk partitioned by fdisk)
on any platform (including extended partitions).
1998-11-16 18:44:25 +00:00
abs
b0ebb38178
momentarily -> in a moment, to avoid ambiguity.
1998-11-13 22:44:17 +00:00
thorpej
e22f339ee7
Direct the user to use nfsstat to print nfs statistics.
1998-11-13 20:56:21 +00:00
thorpej
54ac7be242
Implement support for the vfs. toplevel.
1998-11-13 20:16:49 +00:00