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
*
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
*
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
[next]