index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly drop existing connections when reopening the diagnostic
brian
1999-03-07
4
-14
/
+20
*
Read from fd[0] and write to fd[1] where `fd' is the
brian
1999-03-07
1
-12
/
+12
*
Use socketpair() instead of pipe()... pipe() doesn't return
brian
1999-03-07
1
-2
/
+2
*
Reopen descriptor 0 as /dev/tty when in interactive mode
brian
1999-03-07
2
-7
/
+7
*
Extend the ``set redial'' command to allow incremental
brian
1999-03-04
6
-112
/
+287
*
Correct some ntohl/htonl bogons in the netmask handling.
brian
1999-03-03
6
-35
/
+74
*
When negotiating ACCMAPs, sync our ACCMAP with the
brian
1999-03-01
1
-5
/
+17
*
Comment why we do a TLF when we get a ``Down'' event in state
brian
1999-03-01
1
-3
/
+6
*
Bring up auto links despite there being no data queued if
brian
1999-03-01
1
-5
/
+5
*
Allow control over the number of ConfigREQ & TermREQ attempts
brian
1999-02-26
17
-154
/
+332
*
Parse IP addresses more securely - specifically, don't allow
brian
1999-02-25
4
-33
/
+51
*
When our dial timeout is ``random'', display its value
brian
1999-02-25
4
-19
/
+26
*
Don't immediately bring auto links back up in multilink
brian
1999-02-25
1
-3
/
+3
*
Handle empty PAP & CHAP packets (containing only an FSM header).
brian
1999-02-20
3
-7
/
+14
*
Be a little more verbose about dodgy looking authentication
brian
1999-02-19
1
-4
/
+9
*
Build correctly when -DNOCRYPT is used.
brian
1999-02-18
2
-19
/
+81
*
Don't expect a chap response if we haven't negotiated
brian
1999-02-18
1
-2
/
+3
*
Fully support both NT and LANMan CHAP type 0x80 as both
brian
1999-02-18
12
-173
/
+444
*
Nuke any remaining auth timers when datalinks come back down
brian
1999-02-17
1
-9
/
+17
*
Wait by default for one second after the login script
brian
1999-02-16
7
-38
/
+141
*
Describe manual dialing in greater detail.
brian
1999-02-14
2
-108
/
+268
*
When executing a command as part of a dial/login/hangup
brian
1999-02-12
3
-8
/
+21
*
/etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.sample
brian
1999-02-11
3
-17
/
+17
*
When resending chap challenges, resend the same challenge
brian
1999-02-11
10
-62
/
+404
*
Correct server-side chap authentication comparison
brian
1999-02-07
1
-2
/
+2
*
Remove forgotten diagnostics
brian
1999-02-07
1
-3
/
+1
*
Decouple pap & chap output routines from the corresponding
brian
1999-02-06
19
-506
/
+788
*
Encode & Decode the PROTOCOMP fields correctly.
brian
1999-02-02
1
-14
/
+41
*
Don't allow root to specify non-existent labels on
brian
1999-02-02
2
-23
/
+29
*
Reimplement the previous fix (no response to PAP requests)
brian
1999-02-02
5
-26
/
+20
*
If we receive no answer from the server when sending PAP
brian
1999-02-01
5
-13
/
+28
*
o Send a CHAP challenge of 16 random digits when RADIUS is
brian
1999-01-29
2
-40
/
+44
*
Reflect syslog(8)'s acceptance of either tabs or spaces.
billf
1999-01-28
2
-10
/
+2
*
MAINTAINER=brian@FreeBSD.org
brian
1999-01-28
1
-1
/
+3
*
Version 2.0 > 2.1 to reflection RADIUS additions.
brian
1999-01-28
1
-3
/
+3
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
38
-193
/
+982
*
Don't SEGV when ``set proctitle'' is used in the default
brian
1999-01-25
1
-4
/
+10
*
Recurse when we've switched state via LoginDone(). If we've
brian
1999-01-20
1
-2
/
+2
*
Change the maximum number of filters from 20 to 40.
brian
1999-01-19
3
-8
/
+8
*
Suggest that ``set proctitle'' is used in ppp.linkup when
brian
1999-01-19
2
-2
/
+18
*
Send the peer-decided PSTN address with the CBCP Ack,
brian
1999-01-19
1
-5
/
+18
*
If we've configured CBCP *and* another not-so-important
brian
1999-01-12
2
-7
/
+11
*
Correct some formatting errors (one is a groff bug)
brian
1999-01-11
2
-54
/
+108
*
Typo: /etc/ppp/ppp.conf.example -> ppp.conf.sample
sada
1999-01-10
2
-4
/
+4
*
Only call isatty() when we open our descriptor, and remember
brian
1999-01-10
3
-26
/
+17
*
Don't use the next phone number after the ``|'' if the
brian
1999-01-08
1
-1
/
+2
*
Typo: The idle timer is ignored in -ddial and -dedicated
brian
1999-01-06
2
-4
/
+4
*
Don't warn when ``add xxxx HISADDR'' fails because HISADDR
brian
1999-01-06
1
-3
/
+4
*
Don't return stack-based data. This may have caused
brian
1998-12-17
1
-2
/
+2
*
Fix a rather bad latency problem (uncovered by the recent timer commit).
brian
1998-12-15
1
-2
/
+2
[next]