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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple pap & chap output routines from the corresponding
brian
1999-02-06
1
-1
/
+3
*
Don't allow root to specify non-existent labels on
brian
1999-02-02
1
-5
/
+4
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Don't SEGV when ``set proctitle'' is used in the default
brian
1999-01-25
1
-4
/
+10
*
When using ``set device !someprogram'', when ``someprogram''
brian
1998-12-10
1
-3
/
+7
*
Allow multiple systems (config labels) on the command
brian
1998-10-31
1
-58
/
+51
*
Solve the ``first connection'' problem that occurs on
brian
1998-10-22
1
-2
/
+5
*
Sync with OpenBSD ifdefs
brian
1998-09-17
1
-4
/
+8
*
Don't forget to call PacketAliasInit().
brian
1998-08-09
1
-1
/
+7
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-1
/
+2
*
On receipt of a sig 15, do a full bundle_Close() even if
brian
1998-08-02
1
-3
/
+2
*
Remove redundant includes
brian
1998-06-27
1
-5
/
+1
*
Don't dlopen()/dlsym() libalias, use it in the same way
brian
1998-06-27
1
-7
/
+10
*
``struct tunnel_header'' -> u_int32_t in OpenBSD.
brian
1998-06-27
1
-2
/
+1
*
o If we come out of select() with only write descriptors that
brian
1998-06-24
1
-6
/
+28
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-3
/
+4
*
Don't bring the modem offline or hangup when ``down lcp''
brian
1998-06-16
1
-2
/
+2
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-2
/
+2
*
Give ``load'' optional context. It's now possible to
brian
1998-06-15
1
-3
/
+3
*
Make `close lcp' just close the LCP layer and not hangup. This is
brian
1998-06-15
1
-3
/
+3
*
Put the correct pid in /var/run/tunX.pid
brian
1998-06-06
1
-1
/
+3
*
o If there's a session leader left running for a descriptor
brian
1998-05-29
1
-5
/
+3
*
o Make modes consistent throughout ppp. The same strings are used
brian
1998-05-29
1
-46
/
+36
*
o #define the name "tun" in defs.h against the future possibility
brian
1998-05-28
1
-19
/
+2
*
Don't assume stdout is a tty in interactive mode
brian
1998-05-27
1
-4
/
+4
*
o Don't try to transfer tty device descriptors as there's no way of
brian
1998-05-25
1
-8
/
+8
*
o Move our prompt descriptor list outside of the bundle.
brian
1998-05-23
1
-3
/
+10
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-830
/
+274
*
Move handle_signals() to before the FD_SETs. handle_signals()
brian
1998-02-10
1
-3
/
+6
*
Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCH
brian
1998-01-29
1
-2
/
+5
*
Cosmetic:
brian
1998-01-27
1
-15
/
+3
*
Remove unused #includes.
brian
1998-01-21
1
-6
/
+3
*
Allow an optional delay when specifying "set openmode active".
brian
1998-01-20
1
-13
/
+9
*
Lose <net/if_var.h> !
brian
1998-01-11
1
-4
/
+1
*
Zap any addresses on the network side of the `tun' as soon
brian
1998-01-08
1
-1
/
+2
*
Allow "set device" to close the open modem if we're in
brian
1997-12-30
1
-28
/
+30
*
Don't expect select() to adjust the passed time when it's
brian
1997-12-28
1
-7
/
+6
*
If a packet causes a dial, continue to test whether it's
brian
1997-12-28
1
-15
/
+5
*
Show who closes the diagnostic connection.
brian
1997-12-27
1
-4
/
+9
*
Cosmetic (style):
brian
1997-12-24
1
-7
/
+9
*
Don't forget to ntohs(sin.sin_port) (DUH!)
brian
1997-12-22
1
-3
/
+3
*
Log the source of client connections to the diagnostic port.
brian
1997-12-17
1
-8
/
+32
*
If we've got a descriptor table that's bigger than an
brian
1997-12-17
1
-1
/
+12
*
Allow random IP number allocation to peer.
brian
1997-12-13
1
-2
/
+2
*
Abstract the CCP layer a level.
brian
1997-12-03
1
-42
/
+37
*
Fix prototypes.
brian
1997-11-22
1
-22
/
+38
*
Fix interactive mode so that it doesn't require a passwd (again!).
brian
1997-11-18
1
-1
/
+4
*
DropClient() when read() returns 0 (as it did before).
brian
1997-11-18
1
-2
/
+2
*
Add and use a DropClient() function for closing the diagnostic port.
brian
1997-11-18
1
-11
/
+4
*
Don't SetLabel() 'till we've done the SelectSystem(). This
brian
1997-11-17
1
-13
/
+17
[next]