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
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
1
-0
/
+1
*
Don't use SignalBundle if it's not set
brian
2002-06-28
1
-3
/
+6
*
Add some missing #includes that weren't required due to namespace polution
brian
2002-05-22
1
-0
/
+1
*
o Clean up some #includes
brian
2002-05-14
1
-2
/
+0
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-2
/
+2
*
Probe for the availability of AF_INET6 at startup. If it's not
brian
2001-08-15
1
-3
/
+2
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-1
/
+5
*
Make the last fix work properly on descriptors 1 and 2 (not just 0)
brian
2001-07-04
1
-1
/
+1
*
Handle any of descriptors 0, 1 or 2 being closed when we're
brian
2001-07-04
1
-1
/
+18
*
Convert IIJ copyrights to BSD copyrights.
brian
2001-06-13
1
-18
/
+24
*
Don't say ``PPP enabled'' if we're given the -quiet switch
brian
2001-04-03
1
-2
/
+4
*
Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile time
brian
2001-03-23
1
-1
/
+1
*
Allow ``set server closed'' to close the diagnostic socket.
brian
2001-01-26
1
-1
/
+10
*
Various whitespace changes.
brian
2000-10-30
1
-2
/
+2
*
Create fd_sets big enough to handle getdtablesize() descriptors.
brian
2000-10-09
1
-34
/
+42
*
Add a missing ``break''
brian
2000-04-09
1
-0
/
+1
*
When running ppp -background, show comfort messages showing
brian
2000-04-07
1
-24
/
+23
*
Call bundle_CleanDatalinks() after UpdateSet() in case we're
brian
2000-03-22
1
-0
/
+1
*
Correct some typos introduced in the descriptor -> fdescriptor change.
brian
2000-03-14
1
-2
/
+2
*
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
brian
2000-03-14
1
-3
/
+4
*
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian
2000-03-14
1
-0
/
+2
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-2
/
+2
*
Use TUNSIFPID when we change our PID (if it exists).
brian
2000-01-21
1
-0
/
+1
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-1
/
+1
*
depricated -> deprecated + mention the -alias flag status in README.changes
brian
1999-11-29
1
-2
/
+2
*
Make -foreground a proper option (allowing ``allow mode foreground'',
brian
1999-11-28
1
-3
/
+2
*
Fix ``set proctitle'' by using setproctitle().
brian
1999-11-17
1
-5
/
+3
*
Don't recurse into datalink_UpdateSet() after
brian
1999-11-09
1
-2
/
+2
*
Correct the ``-unix X'' parsing (last time I only corrected
brian
1999-11-09
1
-1
/
+2
*
Don't treat -unit as a mode flag when counting mode flags.
brian
1999-11-09
1
-0
/
+1
*
Add the -unit command line switch for specifying the tun device.
brian
1999-10-19
1
-38
/
+66
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Add the -foreground switch. This switch behaves like -background except
brian
1999-08-19
1
-62
/
+75
*
Insist that ppp.conf and it's parent directories aren't `other'
brian
1999-08-09
1
-2
/
+5
*
Ignore repeated signals sent to the parent in background
brian
1999-05-13
1
-1
/
+2
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-2
/
+2
*
Add support for NetBSD
brian
1999-04-26
1
-4
/
+4
*
Maintain a `necessary' marker to indicate that we *probably*
brian
1999-03-30
1
-1
/
+12
*
Reopen descriptor 0 as /dev/tty when in interactive mode
brian
1999-03-07
1
-6
/
+4
*
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
[next]