itojun
d248c0293a
sync with latest kame tree. more stable, p2p advert is corrected
2000-07-05 02:14:16 +00:00
itojun
7801c6efb5
sync with latest kame tree
2000-07-04 16:43:14 +00:00
itojun
0bbd943f40
synchronize with latest kame tree.
...
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
2000-07-04 16:22:05 +00:00
phk
993cb1d94f
Ignore all md disks, installing on them would be particularly pointless.
...
Its not fatal to find hardware we don't know.
2000-07-04 13:46:43 +00:00
phk
0cb13df515
Yellow hat this way: forgot cvs add.
2000-07-03 17:39:24 +00:00
phk
aec15566c7
Experiemntal ascii based device configuration mechanism.
...
This may or may not survive, decision will be made well before 5.0-R
2000-07-03 13:34:18 +00:00
davidn
93ab0f9072
Fix breakage introduced by bypassing update for additional 'mod'
...
functionality when nothing had actually changed; -d changes would
not set the 'something had changed flag'. Actually test for a
change in homedir.
PR: bin/19649
2000-07-03 12:13:10 +00:00
sheldonh
9d7c25c179
Explicitly state that mountd can be made to re-read the exports file,
...
even though this may seem obvious to some folks.
Requested by: obrien
2000-07-03 11:43:48 +00:00
roberto
c30f721417
Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.org
...
(aka ns1.bsdfr.org)
Strong MFC 4.1 candidate.
2000-07-02 14:25:26 +00:00
ache
c350a86095
Call login_close() to prevent parent from memory leaking in some
...
cases due to vfork()
2000-07-02 04:15:15 +00:00
ache
487d171b65
Prevent user from breaking his limits and restrictions or
...
abusing sendmail by any other way via MAILTO tag (since sendmail is running
from daemon). Now run sendmail from user, as any other cron user command.
Obtained from: Inspired by OpenBSD, but implementation is different
2000-07-01 22:58:16 +00:00
ache
3f913e3f23
Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments
...
Obtained from: OpenBSD popen.c v1.3
2000-07-01 22:37:02 +00:00
ache
018c31c01e
Enable SIGCHLD to stop childs complaining to SIG_IGN of it.
...
It helps perl f.e.
Obtained from: OpenBSD do_command.c v1.7
2000-07-01 21:25:33 +00:00
mph
13b4933d9e
Quit on EOF from terminal instead of redisplaying the prompt.
2000-06-30 20:05:21 +00:00
roberto
631e23e87d
Remove a comment that should not have been committed.
2000-06-29 08:15:47 +00:00
brian
c6cc4497b1
Further protection against comments in /etc/{passwd,group}
...
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR: 14269
2000-06-28 09:31:31 +00:00
brian
15dc9f70e6
kldload ng_ether if we need to.
2000-06-28 09:30:30 +00:00
wollman
485e9cac6a
Fix description of -i' and
-w' options.
...
Fix spelling of `TeX'.
Move historical formats into a separate list, to make thier cruftiness
clear.
2000-06-27 20:21:56 +00:00
des
af6a1c52dc
Use libfetch instead of libftpio. This adds support for http and IPv6.
2000-06-27 11:00:07 +00:00
davidn
c85586d6d2
Don't dereference NULL in the userdel case.
2000-06-26 01:11:44 +00:00
markm
5342814957
Tiny manual correction; add mention of Kerberos 5.
2000-06-25 10:48:40 +00:00
markm
8e9e494b0d
As rndcontrol is no longer needed, punt it to the attic.
2000-06-25 10:46:24 +00:00
brian
e37cd78ecc
Don't assign an MTU based on the peers first-link MRU in MP mode.
...
Use the peers MRRU as we're supposed to.
2000-06-24 23:37:14 +00:00
ache
659df59b0e
Localize ctype too.
...
Add weekday to showuser expired fields
2000-06-24 13:36:13 +00:00
imp
78429444cb
MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.
...
Document "reset", "iosize" and "memsize". The code for these was
merged in some time ago.
Reviewed by: iwasaki-san
2000-06-24 05:51:35 +00:00
brian
8996addced
Fix a printf-style arg cast (again)
2000-06-23 09:48:26 +00:00
brian
446b9bad35
e.g. -> e.g.,
...
Obtained from: OpenBSD
2000-06-23 09:48:02 +00:00
brian
567e3fdcca
Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
...
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
2000-06-23 01:18:31 +00:00
brian
5008f3663f
Correct PPPoE in multi-link mode
...
Submitted by: jason@OpenBSD.org
2000-06-22 20:51:03 +00:00
ache
77729ceb43
Localize time/date.
...
Use ISO 8601 date in logs.
Fix wrong argument type in ctype functions.
2000-06-22 16:48:41 +00:00
ache
23559508fb
Use %Ef instead of hardcoded %b %e
2000-06-22 15:09:51 +00:00
sheldonh
0e384f31f6
Allow Nm to expand gracefully instead of hard-coding an argument.
2000-06-22 10:00:19 +00:00
sheldonh
a431fcbb99
Fix more HTML -> mdoc transcription errors.
...
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-06-22 08:45:59 +00:00
wollman
dc44bff816
Allow those of us who have to print through LPRng spoolers to send
...
spooler options using `Z' control-file lines and the `-Z' flag.
2000-06-21 20:20:26 +00:00
chuckr
45479f641c
Doubling the size of MAXSIZE because of large delta indigestion.
...
Submitted by: Stefan Esser.
2000-06-21 13:34:16 +00:00
archie
f1f4c483fe
When the 'msg' command is used from the command line, check for a
...
synchronous reply, and display it (if any) before exiting.
Requested by: phk
2000-06-20 18:51:38 +00:00
brian
c14925aabb
Remove ``nat pptp'' as this is now done transparently by libalias.
2000-06-20 12:18:40 +00:00
brian
be62e8bf23
Allow padding in LQR ECHO requests
...
Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net>
2000-06-20 09:13:25 +00:00
brian
d765e4453f
Don't mis-match interface names in iface_Create()
...
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
2000-06-19 21:43:48 +00:00
green
6f89b9fc0e
Fix a comment botch which broke buildworld.
2000-06-19 15:27:39 +00:00
roberto
9c3dcc7bed
Bring the ancontrol buffer oflows fixes here too.
...
Submitted by: Aaron Campbell <aaron@openbsd.org>
2000-06-18 23:45:17 +00:00
roberto
645dbbcce1
Fix potential buffer overflows (even if ancontrol is not setuid).
...
Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD
2000-06-18 23:10:20 +00:00
roberto
cfda42a5ec
Fix building with -DDEBUG.
2000-06-18 20:22:11 +00:00
brian
d043bb7c6c
Fix a printf-style format error
2000-06-18 10:07:53 +00:00
davidn
15756f138e
Fix obvious braino in assignment statement. usermod -g should work again.
...
PR: 17877
Submitted by: pius@zyan.com
2000-06-18 02:48:56 +00:00
davidn
4a7877f9e8
Be a little more strict about handling command line args. This allows user and
...
group names like 'help' 'mod' 'user' 'group' etc. to work correctly without
requiring the -n style invocation.
PR: misc/17069
2000-06-18 02:39:17 +00:00
davidn
1553afea75
Fix a long-standing bug in the rename case previously masked by another bug
...
just fixed in .db file updating.
2000-06-18 02:18:15 +00:00
davidn
faaa880c55
Second and hopefully final fix to .db sync when renaming a user; we must run
...
a full reindex in this case to remove the old record. #ifdef -u capability
since this is available on FreeBSD only.
PR: bin/16418
Problem pointed out by: Masachika ISHIZUKA <ishizuka@ish.org>
2000-06-18 02:16:07 +00:00
joe
8de98cc2fa
Switch over to using the new fflagstostr and strtofflags library calls.
2000-06-17 14:19:33 +00:00
brian
1c9174009e
Handle comments and empty lines when generating YP passwd and group files
...
PR: 14269
Submitted by: howard@ee.utah.edu
2000-06-15 15:51:49 +00:00