]> git.ozlabs.org Git - ppp.git/log
ppp.git
27 years agominor fix
Paul Mackerras [Thu, 27 Nov 1997 05:59:44 +0000 (05:59 +0000)]
minor fix

27 years agothis is really still back at 2.3.0 (or 2.2)
Paul Mackerras [Thu, 27 Nov 1997 05:59:11 +0000 (05:59 +0000)]
this is really still back at 2.3.0 (or 2.2)

27 years agoupdated for 2.3.2
Paul Mackerras [Thu, 27 Nov 1997 05:58:47 +0000 (05:58 +0000)]
updated for 2.3.2

27 years agoallow use with 2.2 driver v2.3.1
Paul Mackerras [Mon, 14 Jul 1997 03:54:04 +0000 (03:54 +0000)]
allow use with 2.2 driver

27 years agoupdate to 2.3.1
Paul Mackerras [Mon, 14 Jul 1997 03:53:42 +0000 (03:53 +0000)]
update to 2.3.1

27 years agofix netmask option bug
Paul Mackerras [Mon, 14 Jul 1997 03:53:34 +0000 (03:53 +0000)]
fix netmask option bug

27 years agodon't set CLOCAL when running connector
Paul Mackerras [Mon, 14 Jul 1997 03:53:25 +0000 (03:53 +0000)]
don't set CLOCAL when running connector

27 years agoallow ipcp-accept-remote option with demand
Paul Mackerras [Mon, 14 Jul 1997 03:52:56 +0000 (03:52 +0000)]
allow ipcp-accept-remote option with demand

27 years agofix fd leak, don't holdoff once link successfully established
Paul Mackerras [Mon, 14 Jul 1997 03:52:33 +0000 (03:52 +0000)]
fix fd leak, don't holdoff once link successfully established

27 years agomods from Christos Zoulas to fit with netbsd-current slcompress stuff
Paul Mackerras [Mon, 14 Jul 1997 03:51:54 +0000 (03:51 +0000)]
mods from Christos Zoulas to fit with netbsd-current slcompress stuff

27 years agofix bug causing Solaris crashes
Paul Mackerras [Mon, 14 Jul 1997 03:51:15 +0000 (03:51 +0000)]
fix bug causing Solaris crashes

27 years agoupdate for 2.3.1
Paul Mackerras [Mon, 14 Jul 1997 03:51:02 +0000 (03:51 +0000)]
update for 2.3.1

27 years agobug fixes and restructuring
Paul Mackerras [Mon, 14 Jul 1997 03:50:51 +0000 (03:50 +0000)]
bug fixes and restructuring

27 years agomods from Francis Demierre: add SAY, HANGUP, CLR_ABORT, CLR_REPORT keywords
Paul Mackerras [Mon, 14 Jul 1997 03:50:22 +0000 (03:50 +0000)]
mods from Francis Demierre: add SAY, HANGUP, CLR_ABORT, CLR_REPORT keywords

27 years agofix typos, add SAY, HANGUP, CLR_ABORT, CLR_REPORT keywords
Paul Mackerras [Mon, 14 Jul 1997 03:49:41 +0000 (03:49 +0000)]
fix typos, add SAY, HANGUP, CLR_ABORT, CLR_REPORT keywords

28 years agoupdate for 2.3 v2.3.0
Paul Mackerras [Thu, 22 May 1997 06:46:29 +0000 (06:46 +0000)]
update for 2.3

28 years agofixes from Farrell
Paul Mackerras [Thu, 22 May 1997 06:46:19 +0000 (06:46 +0000)]
fixes from Farrell

28 years agofix compression negotiation
Paul Mackerras [Thu, 22 May 1997 06:45:59 +0000 (06:45 +0000)]
fix compression negotiation

28 years agoadd chap-ms stuff
Paul Mackerras [Thu, 22 May 1997 06:45:44 +0000 (06:45 +0000)]
add chap-ms stuff

28 years agofix silly bug
Paul Mackerras [Thu, 22 May 1997 06:45:32 +0000 (06:45 +0000)]
fix silly bug

28 years agoaccommodate recent 2.1.x kernels
Paul Mackerras [Thu, 22 May 1997 06:45:20 +0000 (06:45 +0000)]
accommodate recent 2.1.x kernels

28 years agoremoved redundant messages
Paul Mackerras [Thu, 22 May 1997 06:44:56 +0000 (06:44 +0000)]
removed redundant messages

28 years agoupdated FILEVERSION
Paul Mackerras [Thu, 22 May 1997 06:44:42 +0000 (06:44 +0000)]
updated FILEVERSION

28 years agoupdated for 2.3
Paul Mackerras [Thu, 22 May 1997 06:43:46 +0000 (06:43 +0000)]
updated for 2.3

28 years agosupply zalloc_init function ptr for zlib stuff
Paul Mackerras [Wed, 30 Apr 1997 06:00:45 +0000 (06:00 +0000)]
supply zalloc_init function ptr for zlib stuff

28 years agoprototyping; make functions static
Paul Mackerras [Wed, 30 Apr 1997 06:00:27 +0000 (06:00 +0000)]
prototyping; make functions static

28 years ago*** empty log message ***
Paul Mackerras [Wed, 30 Apr 1997 06:00:07 +0000 (06:00 +0000)]
*** empty log message ***

28 years agocaddr_t -> void *
Paul Mackerras [Wed, 30 Apr 1997 05:59:56 +0000 (05:59 +0000)]
caddr_t -> void *

28 years agoadd log level arg for log_packet
Paul Mackerras [Wed, 30 Apr 1997 05:59:38 +0000 (05:59 +0000)]
add log level arg for log_packet

28 years agoadd log level arg for log_packet; set IP mtu in ppp_send_config;
Paul Mackerras [Wed, 30 Apr 1997 05:59:25 +0000 (05:59 +0000)]
add log level arg for log_packet; set IP mtu in ppp_send_config;
use malloc rather than alloca; set IFF_POINTOPOINT if not already

28 years agoadd log level arg for log_packet; set IP mtu in ppp_send_config
Paul Mackerras [Wed, 30 Apr 1997 05:58:52 +0000 (05:58 +0000)]
add log level arg for log_packet; set IP mtu in ppp_send_config

28 years agoadd log level arg for log_packet; removed call to openpty; added
Paul Mackerras [Wed, 30 Apr 1997 05:58:18 +0000 (05:58 +0000)]
add log level arg for log_packet; removed call to openpty; added
daemon function

28 years agoadd log level arg for log_packet; added optional packet filtering
Paul Mackerras [Wed, 30 Apr 1997 05:57:46 +0000 (05:57 +0000)]
add log level arg for log_packet; added optional packet filtering

28 years agoadd optional packet filtering; caddr_t -> void *
Paul Mackerras [Wed, 30 Apr 1997 05:56:55 +0000 (05:56 +0000)]
add optional packet filtering; caddr_t -> void *

28 years agoadd optional packet filtering
Paul Mackerras [Wed, 30 Apr 1997 05:56:22 +0000 (05:56 +0000)]
add optional packet filtering

28 years agofix function prototypes; add optional packet filtering
Paul Mackerras [Wed, 30 Apr 1997 05:55:54 +0000 (05:55 +0000)]
fix function prototypes; add optional packet filtering

28 years agochange MD5Final to explicitly return hash
Paul Mackerras [Wed, 30 Apr 1997 05:55:14 +0000 (05:55 +0000)]
change MD5Final to explicitly return hash

28 years agoopen the device a second time to wait for carrier if modem && !connector
Paul Mackerras [Wed, 30 Apr 1997 05:54:52 +0000 (05:54 +0000)]
open the device a second time to wait for carrier if modem && !connector

28 years agominor fixes
Paul Mackerras [Wed, 30 Apr 1997 05:52:59 +0000 (05:52 +0000)]
minor fixes

28 years agoprototype callback functions
Paul Mackerras [Wed, 30 Apr 1997 05:52:37 +0000 (05:52 +0000)]
prototype callback functions

28 years agominor fixes; caddr_t -> void *
Paul Mackerras [Wed, 30 Apr 1997 05:52:17 +0000 (05:52 +0000)]
minor fixes; caddr_t -> void *

28 years agooptional packet filtering stuff
Paul Mackerras [Wed, 30 Apr 1997 05:51:56 +0000 (05:51 +0000)]
optional packet filtering stuff

28 years agominor fixes; can use functions from crypt library instead of des library
Paul Mackerras [Wed, 30 Apr 1997 05:51:40 +0000 (05:51 +0000)]
minor fixes; can use functions from crypt library instead of des library

28 years agolet remote_name override name supplied by peer; some minor fixes
Paul Mackerras [Wed, 30 Apr 1997 05:51:08 +0000 (05:51 +0000)]
let remote_name override name supplied by peer; some minor fixes

28 years agouse shadow password stuff
Paul Mackerras [Wed, 30 Apr 1997 05:49:29 +0000 (05:49 +0000)]
use shadow password stuff

28 years agoenable chap-ms stuff
Paul Mackerras [Wed, 30 Apr 1997 05:49:05 +0000 (05:49 +0000)]
enable chap-ms stuff

28 years ago*** empty log message ***
Paul Mackerras [Wed, 30 Apr 1997 05:48:52 +0000 (05:48 +0000)]
*** empty log message ***

28 years agodon't need -lbsd now, only use -lcrypt if it exists
Paul Mackerras [Wed, 30 Apr 1997 05:48:39 +0000 (05:48 +0000)]
don't need -lbsd now, only use -lcrypt if it exists

28 years agoversion for netbsd-1.2, from Christos Zoulas
Paul Mackerras [Wed, 30 Apr 1997 05:48:16 +0000 (05:48 +0000)]
version for netbsd-1.2, from Christos Zoulas

28 years agomods to force output on timeout
Paul Mackerras [Wed, 30 Apr 1997 05:47:38 +0000 (05:47 +0000)]
mods to force output on timeout

28 years agoadded zalloc_init function ptr for zlib stuff
Paul Mackerras [Wed, 30 Apr 1997 05:47:23 +0000 (05:47 +0000)]
added zalloc_init function ptr for zlib stuff

28 years agoadded optional filtering stuff; export pppoutput
Paul Mackerras [Wed, 30 Apr 1997 05:47:02 +0000 (05:47 +0000)]
added optional filtering stuff; export pppoutput

28 years agoadded optional filtering stuff
Paul Mackerras [Wed, 30 Apr 1997 05:46:49 +0000 (05:46 +0000)]
added optional filtering stuff

28 years agoadded in some mtu defns
Paul Mackerras [Wed, 30 Apr 1997 05:46:24 +0000 (05:46 +0000)]
added in some mtu defns

28 years agoadd optional filtering stuff; some mtu defns gone to ppp_defs.h
Paul Mackerras [Wed, 30 Apr 1997 05:46:04 +0000 (05:46 +0000)]
add optional filtering stuff; some mtu defns gone to ppp_defs.h

28 years agouse strlog on SNI
Paul Mackerras [Wed, 30 Apr 1997 05:45:33 +0000 (05:45 +0000)]
use strlog on SNI

28 years agofixes for memory allocation on OSF
Paul Mackerras [Wed, 30 Apr 1997 05:45:15 +0000 (05:45 +0000)]
fixes for memory allocation on OSF

28 years agofixes for mtu setting
Paul Mackerras [Wed, 30 Apr 1997 05:44:58 +0000 (05:44 +0000)]
fixes for mtu setting

28 years agofixes for mtu setting on SVR4; add filtering stuff
Paul Mackerras [Wed, 30 Apr 1997 05:44:43 +0000 (05:44 +0000)]
fixes for mtu setting on SVR4; add filtering stuff

28 years agofix mtu stuff
Paul Mackerras [Wed, 30 Apr 1997 05:43:54 +0000 (05:43 +0000)]
fix mtu stuff

28 years agouse ALLOC_SLEEP during initialization on OSF
Paul Mackerras [Wed, 30 Apr 1997 05:43:39 +0000 (05:43 +0000)]
use ALLOC_SLEEP during initialization on OSF

28 years agominor bugfixes; remove mem pool stuff; use vmalloc for large
Paul Mackerras [Wed, 30 Apr 1997 05:43:12 +0000 (05:43 +0000)]
minor bugfixes; remove mem pool stuff; use vmalloc for large
allocs during initialization

28 years agominor bugfixes
Paul Mackerras [Wed, 30 Apr 1997 05:42:36 +0000 (05:42 +0000)]
minor bugfixes

28 years agoadd defs for appletalk
Paul Mackerras [Wed, 30 Apr 1997 05:42:20 +0000 (05:42 +0000)]
add defs for appletalk

28 years agooptionally include filtering stuff
Paul Mackerras [Wed, 30 Apr 1997 05:42:08 +0000 (05:42 +0000)]
optionally include filtering stuff

28 years agomods to separate allocations during initialization and operation
Paul Mackerras [Wed, 30 Apr 1997 05:41:20 +0000 (05:41 +0000)]
mods to separate allocations during initialization and operation

28 years agofix compilation warnings, reset quiet for each send string
Paul Mackerras [Wed, 30 Apr 1997 05:40:50 +0000 (05:40 +0000)]
fix compilation warnings, reset quiet for each send string

28 years ago*** empty log message ***
Paul Mackerras [Wed, 30 Apr 1997 05:40:28 +0000 (05:40 +0000)]
*** empty log message ***

28 years agoupdates from Steve Perkins
Paul Mackerras [Wed, 30 Apr 1997 05:39:44 +0000 (05:39 +0000)]
updates from Steve Perkins

28 years agoinclude netbsd-1.2
Paul Mackerras [Wed, 30 Apr 1997 05:39:02 +0000 (05:39 +0000)]
include netbsd-1.2

28 years agomention Matthias Apitz as contact for bugs
Paul Mackerras [Wed, 30 Apr 1997 05:38:08 +0000 (05:38 +0000)]
mention Matthias Apitz as contact for bugs

28 years agoupdates from Farrell Woods
Paul Mackerras [Wed, 30 Apr 1997 05:37:50 +0000 (05:37 +0000)]
updates from Farrell Woods

28 years agoupdates from Al Longyear
Paul Mackerras [Wed, 30 Apr 1997 05:37:39 +0000 (05:37 +0000)]
updates from Al Longyear

28 years agoreadme for call-back control protocol
Paul Mackerras [Wed, 30 Apr 1997 05:37:27 +0000 (05:37 +0000)]
readme for call-back control protocol

28 years agomods from Steve Perkins
Paul Mackerras [Tue, 4 Mar 1997 03:45:38 +0000 (03:45 +0000)]
mods from Steve Perkins

28 years agofix compilation bugs
Paul Mackerras [Tue, 4 Mar 1997 03:45:18 +0000 (03:45 +0000)]
fix compilation bugs

28 years agoenable priority queueing stuff
Paul Mackerras [Tue, 4 Mar 1997 03:45:00 +0000 (03:45 +0000)]
enable priority queueing stuff

28 years agosifdefaultroute now gets both local and remote addresses;
Paul Mackerras [Tue, 4 Mar 1997 03:44:17 +0000 (03:44 +0000)]
sifdefaultroute now gets both local and remote addresses;
other mods from Al

28 years agosifdefaultroute now gets both local and remote addresses
Paul Mackerras [Tue, 4 Mar 1997 03:43:54 +0000 (03:43 +0000)]
sifdefaultroute now gets both local and remote addresses

28 years agofix decls of [cs]ifdefaultroute and logwtmp
Paul Mackerras [Tue, 4 Mar 1997 03:42:48 +0000 (03:42 +0000)]
fix decls of [cs]ifdefaultroute and logwtmp

28 years agocorrections, better discussion of authentication
Paul Mackerras [Tue, 4 Mar 1997 03:42:25 +0000 (03:42 +0000)]
corrections, better discussion of authentication

28 years ago*** empty log message ***
Paul Mackerras [Tue, 4 Mar 1997 03:42:04 +0000 (03:42 +0000)]
*** empty log message ***

28 years agofix parsing of 255.255.255.255 netmask,
Paul Mackerras [Tue, 4 Mar 1997 03:41:58 +0000 (03:41 +0000)]
fix parsing of 255.255.255.255 netmask,
add --version, --help and -h options,
add mswins option

28 years agoconnect time stuff gone to auth.c,
Paul Mackerras [Tue, 4 Mar 1997 03:41:17 +0000 (03:41 +0000)]
connect time stuff gone to auth.c,
don't die on EINTR from opening tty,
ignore NCP packets during authentication,
fix recursive signal problem in kill_my_pg

28 years agodon't set phase to terminate if already dead.
Paul Mackerras [Tue, 4 Mar 1997 03:39:56 +0000 (03:39 +0000)]
don't set phase to terminate if already dead.

28 years agoupdates from Al Longyear
Paul Mackerras [Tue, 4 Mar 1997 03:39:33 +0000 (03:39 +0000)]
updates from Al Longyear

28 years agoinclude ms-wins negotiation
Paul Mackerras [Tue, 4 Mar 1997 03:39:20 +0000 (03:39 +0000)]
include ms-wins negotiation

28 years agoallow addresses to change with demand-dialling,
Paul Mackerras [Tue, 4 Mar 1997 03:39:10 +0000 (03:39 +0000)]
allow addresses to change with demand-dialling,
give both local and remote addresses to sifdefaultroute,
include ms-wins negotiation

28 years agobyte-order stuff
Paul Mackerras [Tue, 4 Mar 1997 03:37:42 +0000 (03:37 +0000)]
byte-order stuff

28 years agoconnect time limit stuff moved here,
Paul Mackerras [Tue, 4 Mar 1997 03:37:21 +0000 (03:37 +0000)]
connect time limit stuff moved here,
require entry in pap-secrets even with login option,
remove shadow isexpired function,
no IP address list in options file means none allowed,
suggest an authorized address to the peer if only one allowed.

28 years agofix libs and flags
Paul Mackerras [Tue, 4 Mar 1997 03:35:05 +0000 (03:35 +0000)]
fix libs and flags

28 years agoupdate from Steve Perkins
Paul Mackerras [Tue, 4 Mar 1997 03:34:48 +0000 (03:34 +0000)]
update from Steve Perkins

28 years agomods so it can be used for FreeBSD also
Paul Mackerras [Tue, 4 Mar 1997 03:33:28 +0000 (03:33 +0000)]
mods so it can be used for FreeBSD also

28 years agofix minor compilation problems
Paul Mackerras [Tue, 4 Mar 1997 03:33:00 +0000 (03:33 +0000)]
fix minor compilation problems

28 years agoadd defs for appletalk
Paul Mackerras [Tue, 4 Mar 1997 03:32:37 +0000 (03:32 +0000)]
add defs for appletalk

28 years agoremove platform-specific procedure declarations
Paul Mackerras [Tue, 4 Mar 1997 03:32:26 +0000 (03:32 +0000)]
remove platform-specific procedure declarations

28 years agopriority queueing stuff (define bcanputnext)
Paul Mackerras [Tue, 4 Mar 1997 03:32:07 +0000 (03:32 +0000)]
priority queueing stuff (define bcanputnext)

28 years agopriority queueing stuff
Paul Mackerras [Tue, 4 Mar 1997 03:31:51 +0000 (03:31 +0000)]
priority queueing stuff

28 years agodon't free nulls
Paul Mackerras [Tue, 4 Mar 1997 03:31:21 +0000 (03:31 +0000)]
don't free nulls

28 years agouse vmalloc for large chunks,
Paul Mackerras [Tue, 4 Mar 1997 03:30:59 +0000 (03:30 +0000)]
use vmalloc for large chunks,
fix problem with decompressing full-size packets.