Philippe Charnier
8268bea759
Perror() -> warn().
1997-09-17 06:30:22 +00:00
Philippe Charnier
ea28e1c532
Use err(3). Add prototypes.
1997-09-17 06:29:23 +00:00
Philippe Charnier
355c9698df
Use err(3), add usage().
1997-09-17 06:27:23 +00:00
Philippe Charnier
9006448ee5
Use err(3) instead of local redefinition.
1997-09-17 06:26:06 +00:00
Philippe Charnier
873c7a4e8f
Use err(3). Use An/Aq for author name.
1997-09-17 06:24:58 +00:00
Philippe Charnier
d82e5f5287
Wrap too long lines.
...
Requested by: Bruce.
1997-09-17 06:20:45 +00:00
Brian Somers
bc24029963
o Fix two unlikely descriptor leaks.
...
o Output the correct device for "show modem"
while in -direct mode.
o Cosmetic: Moan a bit more when we can't open
the [modem] device.
o Call OpenModem() in a more "natural" way.
o Add some LogDEBUG in OpenModem().
1997-09-16 23:15:16 +00:00
Jordan K. Hubbard
5ef5a78cd2
Whoops, forgot a file!
...
Submitted by: pst
1997-09-16 18:57:47 +00:00
Jordan K. Hubbard
9f86ac0aa7
Much better dispatch code and scripting support.
...
Submitted by: pst
1997-09-16 18:57:18 +00:00
Jordan K. Hubbard
365a44db75
MF22: pst's changes.
...
Submitted by: pst
1997-09-16 10:14:23 +00:00
Philippe Charnier
bc8600f650
Police from style.9 and Bruce.
1997-09-16 07:11:13 +00:00
Philippe Charnier
b17e90a9c9
Use err(3).
1997-09-15 06:41:09 +00:00
Philippe Charnier
401e64688b
Use err(3). Rewrote man page in mdoc format.
1997-09-15 06:39:25 +00:00
Philippe Charnier
d58316915f
Use err(3), add usage(). -Wall clean.
1997-09-15 06:37:10 +00:00
Philippe Charnier
55c5024e9c
Put includes in alphabetical order. various cosmetics.
1997-09-15 06:33:52 +00:00
Philippe Charnier
14b374a5c4
Remove unused #include. Statisize usage().
1997-09-15 06:32:01 +00:00
Rodney W. Grimes
2b6f499962
Now that this has been merged over to RELENG_2_2 remove
...
the #if FreeBSD >= 3 wart I added while debugging.
1997-09-15 05:08:05 +00:00
Joerg Wunsch
81be6c75ba
Explain a little more about the piping feature.
...
PR: 4122
1997-09-14 06:55:15 +00:00
Jordan K. Hubbard
2110cdc5e4
XFree86 3.3.1 updates
...
Document new media flag in lieu of links.
1997-09-14 04:18:42 +00:00
Masafumi Max NAKANE
a1138a1695
Typo.
1997-09-13 17:55:43 +00:00
Wolfram Schneider
f6b31571f6
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
Wolfram Schneider
378b56378a
typo
...
PR: docs/4523
Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
1997-09-13 15:35:00 +00:00
Jonathan Lemon
a968cfd87c
If a host in an export line in /etc/exports (or within a netgroup on
...
an export line) is unresolvable, make a note of it via syslog and skip
that individual host instead of skipping the entire line.
PR: 1981, 815
Perused by: joerg
1997-09-12 16:25:24 +00:00
Jordan K. Hubbard
2cbb21cfc9
Fix offset bug in partition display that made partitions of type
...
`linux_swap' hose the output.
Also add a (T)ype command for changing the type of a partition.
1997-09-11 17:12:08 +00:00
Brian Somers
b0f5f9ed37
Get rid of missing-prototype-warning
1997-09-10 23:55:35 +00:00
Brian Somers
f7fdd41d4a
PRED1 => TY_PRED1 (oops)
1997-09-10 21:36:54 +00:00
Brian Somers
29a6597c6b
o Initialize the PRED1 input queue when we
...
receive the ResetAck, NOT when we send the
ResetReq (as per the rfc).
o SILENTLY ignore CCPs that arrive *before*
the network phase (as per the rfc).
o Check that we've actually negotiated PRED1
before sending PRED1 output.
This bug has been around for a *VERY* long
time ! We shouldn't need to explicitly disable
PRED1 now :-)
1997-09-10 21:33:32 +00:00
Jordan K. Hubbard
0ac80091c3
Update to XFree86 3.3.1
1997-09-10 10:15:41 +00:00
Peter Wemm
57d7cc66ff
Duh, calculate the compression ration correctly. (fixed point artithmatic
...
with 8 "fractional" bits needs to be divided (not multiplied) by 256.0
to get a floating point representation)
1997-09-10 08:43:17 +00:00
Brian Somers
10a91a42fc
Cosmetic: Remove unused variables and build on OpenBSD.
1997-09-10 02:20:35 +00:00
Brian Somers
23a1cfaa6a
Allow dial to work in non-interactive mode.
1997-09-09 23:56:29 +00:00
Brian Somers
3732c71b01
Print errors correctly (don't adjust
...
argc/argv for commands).
1997-09-09 23:23:24 +00:00
Brian Somers
ff9d952578
Don't start an interactive shell from a
...
telnet prompt.
1997-09-09 23:13:31 +00:00
Brian Somers
d40f8a5a61
Correct ppp authentication defaults in interactive
...
mode. We don't want to be forced to type a password
here :-(
Pointed out by: mouth@ibm.net (John Kelly)
While I'm there, don't allow a "set server" in
interactive mode.
1997-09-09 21:51:39 +00:00
Brian Somers
506474c87a
Document the use of PAP/CHAP properly.
1997-09-09 21:01:53 +00:00
Jordan K. Hubbard
d0ef76de67
Scrolling partition and label lists now make it possible to partition
...
lots of disks from sysinstall. Yay! Please test this as much as
possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap),
especially those of you with larger disk farms.
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-09 16:32:01 +00:00
Jordan K. Hubbard
5fe1a639c5
Eliminate an obviously redundant message title.
1997-09-09 16:27:50 +00:00
Jordan K. Hubbard
948ae9ab81
Update for XFree86 3.3.1
1997-09-09 16:26:29 +00:00
Jordan K. Hubbard
b79a0997ab
Be more cautious about leaving user with a workable kernel during the
...
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1997-09-09 09:19:30 +00:00
Jordan K. Hubbard
321a8d519a
Make upgrade potentially a little less interactive.
...
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
1997-09-08 11:09:11 +00:00
Joerg Wunsch
96fc32627f
Add a hint to the FAQ regarding ``DD'' disks.
1997-09-07 14:05:21 +00:00
Bruce Evans
511dfc2c55
Oops, the previous commit shouldn't have touch the Makefile.
1997-09-07 12:27:54 +00:00
Bruce Evans
3ec03428c3
Don't say that swapping is configured by config.
1997-09-07 10:35:17 +00:00
Brian Somers
881a8bbf54
Disable LQR by default. It causes too many problems
...
with too many ISPs to be a good default. LQR is still
accepted by default.
1997-09-07 01:00:06 +00:00
Brian Somers
8742662039
Use __libalias_version to derive the name to
...
pass to dlopen().
1997-09-06 11:16:02 +00:00
Brian Somers
f9b06d5cbe
Ingored incoming packets are now dropped when
...
deny_incoming option is set to yes.
Submitted by: Ari Suutari <ari@suutari.iki.fi>
1997-09-06 11:14:03 +00:00
Steve Passe
fb42160f6f
Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better
...
reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence
between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
1997-09-06 04:11:53 +00:00
Brian Somers
b61ab30e6b
Insist that the user has group network.
...
Discussed on: -committers
1997-09-05 23:11:28 +00:00
Philippe Charnier
cc09f59a1e
Cosmetic in man page. Sync usage() with man page.
1997-09-04 11:55:45 +00:00
Philippe Charnier
dd1f44fc09
Use err(3). Style in usage().
1997-09-04 11:52:28 +00:00
Philippe Charnier
112eace26d
Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does not
...
exist. Use An/Aq macros for Author.
1997-09-04 11:50:37 +00:00
Philippe Charnier
4b15a65e1f
Use err(3). Add usage(). Remove Xref: format(8) does not exist.
1997-09-04 11:40:51 +00:00
Brian Somers
683cef3c33
Install as group ``network''
...
Insist that uid == 0 for client ppp
Disallow client sockets if no password is specified
Don't exit on failure to open client socket for listening
Allow specification of null local password
Use reasonable size (smaller) ``vector''s in auth.c
Fix "passwd ..." usage message
Insist on "all" as arg to "quit" (if any)
Drop client socket connection before Cleanup() when "quit all"
1997-09-04 00:38:22 +00:00
Jordan K. Hubbard
920e888936
Install boot.help a little more skillfully; now it works without a src
...
dist installed. :)
1997-09-03 11:19:56 +00:00
Jordan K. Hubbard
21130039d8
People have complained that this is overly chatty, and
...
"dangerously dedicated" mode doesn't appear to have killed
anyone in recent memory, so I agree.
1997-09-03 10:47:44 +00:00
Philippe Charnier
c72049e448
Use err(3). Document -n flag from OpenBSD.
...
Obtained from: OpenBSD.
1997-09-03 06:32:31 +00:00
Brian Somers
5b4c5b0055
Bring CCP and IPCP layers down properly when LCP
...
comes down. Give a count of bytes sent/received
in IPCP log.
1997-09-03 02:08:20 +00:00
Brian Somers
b6d7b1e061
Allow the transition from an idle timeout value
...
of zero (no timeout) while IPCP is up.
Move some prototypes into .h files and re-order
some includes.
1997-09-03 00:40:51 +00:00
Jordan K. Hubbard
b4104ffa6b
Eliminate an annoying message.
1997-09-02 08:48:47 +00:00
Philippe Charnier
8ecd8ec971
Use err(3). Silent -Wall.
1997-09-02 06:37:48 +00:00
Philippe Charnier
afe83a1cf7
Use err(3). Typo in man page.
1997-09-02 06:36:39 +00:00
Philippe Charnier
d7d4c0e8c6
Add usage(), use err(3), remove `progname'.
1997-09-02 06:35:27 +00:00
David Nugent
d3329f56fa
Unquote default group in pw.conf.
...
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
1997-09-01 09:33:08 +00:00
Philippe Charnier
b8594fe054
Cosmetic changes.
1997-09-01 06:14:17 +00:00
Philippe Charnier
b63f602a08
Use err(3).
1997-09-01 06:12:37 +00:00
Philippe Charnier
3efa2f585c
Style in rcsid, sort #include.
1997-09-01 06:11:40 +00:00
Brian Somers
afc7fa2c18
Cosmetic: Make LogPrintf() calls consistent.
1997-08-31 22:59:49 +00:00
Brian Somers
021352282c
Make ppp owner root.ppp, mode 4550
...
Suggested by: guido
Condoned by: eivind
1997-08-31 20:18:03 +00:00
Brian Somers
709db7fbee
Remove use of login_progok()
...
Suggested by: guido
1997-08-31 20:07:03 +00:00
Eivind Eklund
d6b01f404d
Fix my e-mail address. Old work addres is no good.
1997-08-31 16:38:33 +00:00
Peter Wemm
046e06a57c
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 Wemm
fdaad796ed
Update to include some of the newer vnode flags and remove some stale ones.
1997-08-30 20:18:49 +00:00
John-Mark Gurney
46657c7e77
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
John-Mark Gurney
ac3ff7117d
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4424
1997-08-30 11:05:34 +00:00
John-Mark Gurney
0966c02d3f
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4423
1997-08-30 11:04:03 +00:00
KATO Takenori
d1d9bf7e77
Added hw.machine_arch.
1997-08-30 02:28:00 +00:00
Guido van Rooij
e90cdb54db
Plug info agthering attack as pointed out on Bugtraq recently.
...
Obtained from: OpenBSD
1997-08-29 19:22:28 +00:00
Warner Losh
83eea89664
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 Somers
ce28475da5
Use login_progok().
1997-08-27 20:11:16 +00:00
Brian Somers
4e752f44f0
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
Wolfram Schneider
956737a7a6
Stop the growing list of shells if /etc/adduser.conf
...
was updated.
1997-08-26 22:47:51 +00:00
Bruce Evans
55d31f11fe
-I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys by
...
a relative path.
1997-08-26 14:13:50 +00:00
Steve Passe
737e5e8da5
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 Somers
f525ead3dd
Lose a couple of extraneous backslashes.
1997-08-25 01:52:11 +00:00
Brian Somers
944f709824
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 Wunsch
1818482d81
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 Price
573414e0c1
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 Somers
81816fc583
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 Price
fa07a1fae9
.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 Price
cf90bd0cbb
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 Wunsch
36d0e2a3e2
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 Wemm
2ebbbbc19a
Set ForwardPath as presently inuse on hub
1997-08-22 16:50:49 +00:00
Peter Wemm
e80e9a69c5
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 Wemm
f622ba291d
Turn on client callback support (CBCP), it seems to be complete.
1997-08-22 15:50:09 +00:00
Peter Wemm
6de549b9f2
merge from vendor branch
1997-08-22 15:39:04 +00:00
Peter Wemm
59cc0fde7c
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 Wemm
9851597813
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
Jonathan Lemon
5b49d899ec
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 Somers
e47c8739d5
Update version number to 1.02 so that I can tell what
...
people are running
1997-08-21 17:20:00 +00:00
Brian Somers
c16615aa8b
Update doc to use MYADDR in ppp.conf.
1997-08-21 17:16:21 +00:00