Age | Commit message (Collapse) | Author |
|
server-side CHAP authentication problems in the past :-/
|
|
|
|
Submitted by: Bill Fumerola <billf@FreeBSD.org>
|
|
Problem reported by: Christopher Hall <hsw@acm.org>
|
|
|
|
|
|
|
|
|
|
Remove any dial timer that might be hanging around at
datalink_Destroy() time. This timer may be left running
after the link is closed (making sure it's not automatically
opened again too soon).
|
|
exits, it causes a select() exception.
Handle these select() exceptions on link descriptors in pretty
much the same way as loss of carrier rather than dropping out
in confusion.
|
|
|
|
|
|
|
|
|
|
o be careful with string copies; use strlcpy/strlcat when sensible
o ignore requests with bogus network types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All POSIX libc api now there (to P1003.1c/D10)
(more md stuff is needed for other libc/arch/*)
(setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO
|
|
|
|
- warn when COMMENT > 60 characters.
*** In one month we turn this into an error -> fix packages files ***
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
various prompts signify.
|
|
Submitted by: Forgotten (sorry)
|
|
|
|
have it. I don't think hacking apache's configure mechanism is the
correct approach for us, since it would just have to be redone for
every import (and it requires more than just changing Configure).
I don't think the read-only case is an issue since on a CD-ROM the
permissions should be correct (I believe it is only ctm that doesn't
update modes).
|
|
|
|
``iface clean'' is used in auto mode while there
are no active links.
|
|
'On UNIX systems with a BSD TCP/IP protocol stack, the accept() call does not return until the three-way handshake completes.'
|
|
response anyway. This is what Win95 does, despite it not
being documented in the cbcp spec....
Reported by: Bill <petheram@acm.org>
|
|
line and in the ``load'' & ``dial'' commands. The last
label loaded becomes the current label name.
Only require a label for -auto mode.
|
|
Works around a DOS attack noted by Michal Zalewski <lcamtuf@IDS.PL>.
Patch by Nick Andrew <nick@ZETA.ORG.AU>.
|
|
|
|
for our interface address. We're about to call ip_Input()
anyway, and ip_Input() does the PacketAliasIn().
Stack trace provided by: Cameron Grant <gandalf@vilnya.demon.co.uk>
|
|
from Martin Forseen <maf@firedoor.se>
some corrections from me.
|
|
so we have to decide for 'em, like open the first file from the
list in the config.
kids tested mother approved.
|
|
- Add enable/disable proxyall to proxy arp an entire subnet
(smaller than class C)
- Add ``set {send,recv}pipe for controlling socket buffers.
- Fix the infamous ``first connection'' problem where the process
that causes an auto dial to an ISP that assigns a dynamic IP never
connects (due to the bound socket IP being changed on the tun iface).
See ``enable/disable iface-alias'' and ``iface ...'' in the man page.
- Add PROCESSID as a substitution string when running commands.
- Add ``set proctitle'' for changing argv0. You can use all the command
substitutions here too (eg ``set proctitle ppp: USER INTERFACE'').
- Add a missing untimeout as soon as the chat expect string is received
rather than waiting for the next expect to happen.
- Be less restrictive about when auth{name,key}, enddisc, shortseq and
mrru can be changed.
- Improve some diagnostics.
- Don't send a DELAY field with CBCP_NONUM messages (as per the spec).
- Emphasise how to make callback optional in the man page.
- Allow the caller to request no callback if they're allowed choose the
number anyway.
- Set our CBCP RESPONSE fsm id according to the REQ, moan if the peer
gets the response id wrong (but continue anyway).
- Shuffle the ``set ?'' output back a column so that broken terminals
that can't display 80 columns *and* a '\n' will look ok.
- If DES is compiled out, be more verbose about why CHAP 0x80 was rejected.
|
|
|