History log of /src/sbin/pppoectl/pppoectl.c |
Revision | | Date | Author | Comments |
1.31 |
| 07-Aug-2022 |
andvar | fix various typos in comments, documentation and messages. mainly s/paramater/parameter/ and s/reduntant/redundant/.
|
1.30 |
| 14-May-2021 |
yamaguchi | Added a keyword to change keepalive interval
|
1.29 |
| 11-May-2021 |
yamaguchi | Make authproto not change when "authproto" is not in command option
|
1.28 |
| 11-May-2021 |
yamaguchi | Added keywords that are ipcp, noipcp, ipv6cp, noipv6cp for configuring NCP
|
1.27 |
| 23-Apr-2021 |
yamaguchi | branches: 1.27.2; Add a new option to enable SPPP_AUTHFLAG_PASSIVEAUTHPROTO flag
|
1.26 |
| 25-Nov-2020 |
yamaguchi | add -dd option for reference of the parameter about control protocols
reviewed by knakahara@n.o.
|
1.25 |
| 23-Jan-2016 |
christos | don't need mbuf.h!
|
1.24 |
| 28-Aug-2011 |
mbalmer | Remove duplicate static.
|
1.23 |
| 27-Aug-2011 |
joerg | static + __dead
|
1.22 |
| 01-Jul-2011 |
joerg | Fix memset usage.
|
1.21 |
| 17-Mar-2006 |
rumble | Check for allocation failures in malloc, calloc, realloc, asprintf, and vasprintf and try to handle them.
|
1.20 |
| 27-Jun-2005 |
christos | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining programs that did not compile before.
|
1.19 |
| 10-May-2005 |
martin | Partly back out previous - do not free the linebuffer while still having pointers into parts of it. Add a comment explaining why we prefer to leak memory ;-) Fixes PR bin/30174.
|
1.18 |
| 19-Feb-2005 |
christos | branches: 1.18.2; Skip empty lines, and free the line buffer so that we don't leak.
|
1.17 |
| 19-Feb-2005 |
christos | PR/29457: Joachim Kuebart: pppoectl's config file does not allow # in passwords Fixed, by passing FPARSELN_UNESCALL in parsing.
|
1.16 |
| 01-Sep-2004 |
jdolecek | fix typo
|
1.15 |
| 13-Feb-2004 |
wiz | Spell length with h after t. Inspired by a commit by brad@openbsd.
|
1.14 |
| 06-Sep-2003 |
martin | Make LCP keepalive behaviour configurable.
|
1.13 |
| 12-Jul-2003 |
itojun | use bounded string ops
|
1.12 |
| 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
1.11 |
| 22-Mar-2003 |
mrg | add a "-f configfile" option. the config file contains individual lines of parameter=value pairs normally passed on the command line (# and \ continuation also works, yay fparseln), one per line. now you don't have to run a program with a password on the command line.
|
1.10 |
| 01-Sep-2002 |
martin | Fix usage(). Noticed by itojun.
|
1.9 |
| 01-Sep-2002 |
martin | Add a "clear-auth-failure" command to reset the authentication failure count without changing any (local) authentication settings.
Fixes kern/18071 ( without any kernel change ;-) )
|
1.8 |
| 16-Aug-2002 |
itojun | style (tab around $NetBSD$)
|
1.7 |
| 21-Jun-2002 |
itojun | correct usage (-n)
|
1.6 |
| 02-Mar-2002 |
martin | branches: 1.6.2; Add a "query-dns" parameter to tell the interface we would like to get DNS settings from the peer and a "-n" option to retrieve the results after the PPP connection is established.
|
1.5 |
| 07-Jan-2002 |
martin | Improve usage message.
|
1.4 |
| 07-Jan-2002 |
martin | Display the authentication failure count (if non zero) and make the limit settable.
|
1.3 |
| 06-Jan-2002 |
martin | Make idle timeout settable and display it. Bring the man page closer to reality.
|
1.2 |
| 04-Jan-2002 |
martin | Adapt to new if_sppp.h ioctls. Add -d option to dump PPPoE session state. XXX need to document this.
|
1.1 |
| 10-Dec-2001 |
martin | Move /usr/sbin/pppoectl to /sbin/pppoectl, so we can call it from ifconfig.pppoe* files.
Rename the source directory and files to match the primary purpose of this utility - probably noone is using this for ISDN now anymore, as isdnd has simpler ways to acomplish the same.
|
1.6.2.1 |
| 21-Jun-2002 |
lukem | Pull up revision 1.7 (requested by itojun in ticket #340): correct usage (-n)
|
1.18.2.1 |
| 11-May-2005 |
tron | Pull up revision 1.19 (requested by martin in ticket #282): Partly back out previous - do not free the linebuffer while still having pointers into parts of it. Add a comment explaining why we prefer to leak memory ;-) Fixes PR bin/30174.
|
1.27.2.1 |
| 31-May-2021 |
cjep | sync with head
|