charnier
3f2fff80f6
Use err(3). Silent -Wall.
1997-09-02 06:37:48 +00:00
charnier
e155880d06
Use err(3). Typo in man page.
1997-09-02 06:36:39 +00:00
charnier
e462c7e2d2
Add usage(), use err(3), remove `progname'.
1997-09-02 06:35:27 +00:00
davidn
00e1cd92d7
Unquote default group in pw.conf.
...
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
1997-09-01 09:33:08 +00:00
charnier
1d1202127b
Cosmetic changes.
1997-09-01 06:14:17 +00:00
charnier
2f436049b3
Use err(3).
1997-09-01 06:12:37 +00:00
charnier
347508a519
Style in rcsid, sort #include.
1997-09-01 06:11:40 +00:00
brian
c9a9461a21
Cosmetic: Make LogPrintf() calls consistent.
1997-08-31 22:59:49 +00:00
brian
56d1dd4b53
Make ppp owner root.ppp, mode 4550
...
Suggested by: guido
Condoned by: eivind
1997-08-31 20:18:03 +00:00
brian
4ac4d60bc7
Remove use of login_progok()
...
Suggested by: guido
1997-08-31 20:07:03 +00:00
eivind
80ebcd3b3f
Fix my e-mail address. Old work addres is no good.
1997-08-31 16:38:33 +00:00
peter
487373ebf8
Initial support for dealing with an elf /kernel. This is a loose hybrid
...
of OpenBSD's elf nlist code for this, and our a.out version. The OpenBSD
version was mainly a seek/read system with a mmap of the string table,
this one simply mmap's the lot (like the a.out version).
Obtained from: a fair chunk from OpenBSD
1997-08-30 23:35:00 +00:00
peter
699c94cfae
Update to include some of the newer vnode flags and remove some stale ones.
1997-08-30 20:18:49 +00:00
jmg
416e9a71f9
fix a few spelling changes
...
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
1997-08-30 12:22:49 +00:00
jmg
282e436f4f
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4424
1997-08-30 11:05:34 +00:00
jmg
a5a475a202
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4423
1997-08-30 11:04:03 +00:00
kato
09489fa1b7
Added hw.machine_arch.
1997-08-30 02:28:00 +00:00
guido
175058b2d1
Plug info agthering attack as pointed out on Bugtraq recently.
...
Obtained from: OpenBSD
1997-08-29 19:22:28 +00:00
imp
b52523a54a
Remove and odd sleep found by David Holland and posted to -security.
...
Reviewed by: Theo de Raadt (who put it into OpenBSD)
Submitted by: David Holland <dholland@eecs.harvard.edu>
1997-08-29 18:00:11 +00:00
brian
05f54f9377
Use login_progok().
1997-08-27 20:11:16 +00:00
brian
7b68941df9
Check the "prog.deny" login.conf capability and
...
refuse to run if "ppp" is in the list.
Suggested by: "Daniel O'Callaghan" <danny@panda.hilink.com.au>
1997-08-26 23:20:16 +00:00
wosch
ab42389908
Stop the growing list of shells if /etc/adduser.conf
...
was updated.
1997-08-26 22:47:51 +00:00
bde
f100f14114
-I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys by
...
a relative path.
1997-08-26 14:13:50 +00:00
fsmp
466450db24
Removed suggested "options AUTO_START", no longer used.
...
Noticed by: Vincent Poy <vince@mail.MCESTATE.COM>
1997-08-26 05:12:45 +00:00
brian
60c2d3cd19
Lose a couple of extraneous backslashes.
1997-08-25 01:52:11 +00:00
brian
1a67d25725
Make the code format more in line with style(9).
...
Update loadalias to use the new libalias api.
Update to version 1.1.
1997-08-25 00:29:32 +00:00
joerg
e309caa011
Cosmetic: distinguish in diag message between rebuilding and updating
...
the database.
PR: 3397
Submitted by: taob@risc.org (Brian Tao)
1997-08-24 18:23:21 +00:00
steve
8a12554e3f
Correct error message when the superuser tries to change
...
the group of immutable files.
PR: bin/3445
Submitted by: Pius Fischer <pius@ienet.com>
1997-08-24 02:10:29 +00:00
brian
c6012f5875
Phone the number after the ``|'' whether the dial
...
OR login script fails.
Catch a small typo in the man page.
1997-08-23 23:14:24 +00:00
steve
6180152ea7
.Nm key -> .Nm
...
PR: docs/3877
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 16:58:52 +00:00
steve
2795165c69
Balance single quotes.
...
PR: docs/4161
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 15:55:58 +00:00
joerg
92b95fa771
common_source: staticize private version of warn() so to not conflict
...
with libc's version.
lpd: use getopt(3), err(3), add usage(), allow specification of a port #
on the command line as the documentation suggested for more than 10 years.
PR: docs/3290
1997-08-23 15:53:00 +00:00
peter
83ccdf4bac
Set ForwardPath as presently inuse on hub
1997-08-22 16:50:49 +00:00
peter
005f99ca43
Oops, that'll teach me to edit the makefile after testing... Remove
...
duplicate cbcp.c in SRCS... :->
1997-08-22 15:57:37 +00:00
peter
d5ebc860a7
Turn on client callback support (CBCP), it seems to be complete.
1997-08-22 15:50:09 +00:00
peter
61139236be
merge from vendor branch
1997-08-22 15:39:04 +00:00
peter
84c6614d51
Update to include 2.3.1 details (this is not an imported file, it's a
...
composite of other files)
Reminded by: pst
1997-08-22 14:35:37 +00:00
peter
1ba1e07209
Update to pppd-2.3.1, except for the CLOCAL changes while running the
...
connect script to main.c that can cause problems on bsd-style tty systems.
1997-08-22 12:03:57 +00:00
jlemon
953ff8643c
Convert nets specified with -i/-n to network byte order.
...
PR: 3906, 3801
Submitted by: Bob Willcox <bob@luke.pmr.com>, Hiroya Tsubakimoto
1997-08-21 19:53:04 +00:00
brian
c894cfa736
Update version number to 1.02 so that I can tell what
...
people are running
1997-08-21 17:20:00 +00:00
brian
3645067038
Update doc to use MYADDR in ppp.conf.
1997-08-21 17:16:21 +00:00
brian
225778b10c
Allow the use of HISADDR & MYADDR in ppp.conf.
1997-08-21 17:07:30 +00:00
brian
263a0e79cc
Add "set loopback on|off", defaulting to "on".
...
This tells ppp to loopback packets addressed to
the ppp interface IP coming *from* the tun
device.
This means that you can ping the tun interface IP
from inside :-)
1997-08-21 16:21:39 +00:00
brian
4d5bf5e750
Correct online usage message for "set ? stopped"
1997-08-21 16:18:07 +00:00
brian
ee30a80360
Expand the "set stopped" command so that it can
...
idependently time out any of the FSMs.
Split LCP logging into LCP, IPCP and CCP logging,
and make room in "struct fsm" for the log level
that the state machine should use.
1997-08-20 23:47:53 +00:00
jlemon
d22d20bf72
Remove temporary file on exit.
...
PR: 4010
Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>
1997-08-19 20:45:45 +00:00
peter
070f42a366
*gulp* First pass at merging in ppp-2.3.0's pppd. (this has
...
dial-on-demand, packet filtering, idle timeouts, etc). The IPX support
is pretty much there but more work needs to be done in sys-bsd.c for
the interface ioctls (Linux has a very different way of configuring IPX
interfaces).
Along the way some things have temporarily been lost due to very messy
conflicts. I will recover them shortly when I can think clearer.
The main one is the local:remote address override in pap-secrets and
chap-secrets. Some other home-grown features (dns1,dns2) have been
implemented differently. Microsoft's chap client auth hacks have been
implemented. There are bound to be more rough edges... The changes for
connect-max-retries doesn't fit well with the dial-on-demand code.
1997-08-19 17:52:48 +00:00
pst
481ffda850
Change local_cron to local_periodic.
...
Submitted by: bde
1997-08-19 16:49:35 +00:00
peter
7e4d043aff
Temporarily move these to the Attic so that there's no confusion over
...
mixed up versions. Also, these were imported onto the 1.1.2 branch
(since the last one was imported there, sigh) and that causes cvsup in
checkout mode some problems (there isn't any 1.1.1 branch at all!!).
1997-08-19 14:36:54 +00:00
peter
7c975788dd
Initial revision
1997-08-19 14:29:39 +00:00