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
/
pppctl
/
pppctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle select() returning -1/EINTR - fairly common in these KSE days.
brian
2004-12-13
1
-1
/
+5
*
Add IPv6 support to pppctl by using getaddrinfo() and trying each address
tjr
2003-12-07
1
-89
/
+115
*
add FBSDID
charnier
2003-07-06
1
-2
/
+3
*
*** empty log message ***
obrien
2001-10-01
1
-9
/
+9
*
Better handling of the return from snprintf
brian
2001-08-18
1
-3
/
+8
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
1
-7
/
+7
*
Issue a ``quit'' after other ppp commands given on the command line and
brian
2001-03-25
1
-0
/
+5
*
A NetBSD specific fix
brian
2001-03-05
1
-2
/
+8
*
Change interactive mode so that a monitor thread keeps an eye on the
brian
2000-11-27
1
-70
/
+238
*
libutil is no longer required as setproctitle() has moved to libc
brian
2000-09-02
1
-3
/
+0
*
If the -p option is used, use setproctitle() to hide it's argument
brian
2000-08-16
1
-2
/
+35
*
NetBSD has changed the el_init() prototype
brian
1999-09-20
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use err[x]/warn[x] and improve error reporting
brian
1999-08-02
1
-23
/
+25
*
Add support for NetBSD (history() from libedit is different).
brian
1999-04-26
1
-2
/
+9
*
Mention the error when we fail to connect().
brian
1999-01-31
1
-4
/
+10
*
Quiet -Wall in gcc-2.8.1
brian
1998-03-22
1
-2
/
+3
*
Remove bogus timeout code in Receive().
brian
1997-12-27
1
-7
/
+13
*
Add (BSD) copyright headers.
brian
1997-12-21
1
-2
/
+26
*
Zero struct sockaddr_??s before filling them in.
brian
1997-12-21
1
-1
/
+3
*
"No reply from ppp" -> "Connection closed".
brian
1997-12-18
1
-2
/
+2
*
Remove an unnecessary (and wrong) cast.
brian
1997-12-17
1
-2
/
+2
*
Add Id string.
brian
1997-11-18
1
-0
/
+4
*
Notice that ppp has closed the connection properly.
brian
1997-11-18
1
-36
/
+23
*
Use select() instead of poll() for portabilities sake.
brian
1997-11-11
1
-6
/
+8
*
Poll the socket descriptor while in el_gets()
brian
1997-11-11
1
-1
/
+36
*
Prompt correctly when ppp *doesn't* ask for a password.
brian
1997-11-09
1
-2
/
+3
*
Style police.
brian
1997-11-07
1
-24
/
+67
*
Support interactive mode.
brian
1997-11-07
1
-23
/
+41
*
Allow hosts specified by IP number (avoiding
brian
1997-07-28
1
-3
/
+13
*
Support "host:port" as first arg.
brian
1997-07-12
1
-6
/
+19
*
Allow command line control of ppp through both
brian
1997-06-28
1
-0
/
+273