]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
1999-09-15 Adi MasputraCleaned up Makefiles, and added lint target for both...
1999-09-13 Adi MasputraAdded comments for 64-bit environment.
1999-09-13 Adi MasputraModifed configure to point to 64-bit Makefile extension...
1999-09-11 Paul Mackerrasadd an example plugin
1999-09-11 Paul Mackerrasadd these examples
1999-09-11 Paul Mackerrasupdate version numbers
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
1999-09-11 Paul Mackerrasturn on IPV6 if you give the ipv6 option
1999-09-08 Adi MasputraComments on 64-bitness and IPv6 on Sol 8
1999-09-08 Adi MasputraChanged #if __STDC__ to #if defined(__STDC__)
1999-09-08 Adi MasputraAdd IF_UNITSEL ioctl to set ppa since driver is DLPI...
1999-09-06 Paul Mackerrasadd -E option to use environment variables, from Andrea...
1999-08-25 Paul MackerrasIPV6 update from Tommi Komulainen
1999-08-24 Paul Mackerrasfix buglet
1999-08-24 Paul Mackerrasadd -a option to print absolute times (instead of relative)
1999-08-24 Paul MackerrasRest of IPV6 merge which got lost somehow, plus some...
1999-08-24 Paul Mackerrasfix for junky peers from James Carlson
1999-08-19 Adi MasputraChanged maintainer for Sol 2/SunOS 4.x to Adi Masputra...
1999-08-13 Michael K.... typo
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-13 Paul Mackerrasadded files for IPV6
1999-08-13 Paul Mackerrasupdate
1999-08-13 Paul Mackerrasmake /dev/ppp if necessary
1999-08-13 Paul Mackerrasadd linkname option
1999-08-13 Paul Mackerrasadd PPP_IPV6 case
1999-08-13 Paul Mackerrasadd PPP_IPV6CP
1999-08-13 Paul Mackerrasup to 2.3.9 now
1999-08-13 Paul Mackerrasfix problem with REPORTing last line
1999-08-13 Paul Mackerrasupdate for 2.3.9 final
1999-08-12 Paul Mackerrastypo
1999-08-12 Paul Mackerraskill warning
1999-08-12 Paul Mackerrasuse $(INSTALL) not install
1999-08-12 Paul Mackerrasmake default maxfail 10
1999-08-12 Paul Mackerrassync support
1999-08-12 Paul Mackerrasmisc fixes
1999-08-12 Paul Mackerrasmaxfail option, exit code for when when we fail to...
1999-08-12 Paul Mackerrasadd maxfail option to control the max # of failed attempts
1999-08-12 Paul Mackerrasexit when we fail to auth ourselves to the peer
1999-08-12 Paul Mackerrasuse $(INSTALL) not install
1999-08-12 Paul Mackerrasmove PPP_MAGIC and PPP_VERSION here
1999-08-12 Paul Mackerraspatch for sync support from Paul Fulghum
1999-08-12 Paul Mackerrasadd sync support
1999-08-12 Paul Mackerrasget rid of warning
1999-08-04 Michael K.... missing directive
1999-07-23 Paul Mackerrasupdate for 2.3.9
1999-07-23 Paul Mackerrasfix compilation errors
1999-07-23 Paul Mackerrasuse new generic kernel driver (/dev/ppp) if available
1999-07-23 Paul Mackerrasupdate for 2.3.9
1999-07-23 Paul Mackerrasupdates for new generic layer
1999-07-21 Paul Mackerrastalk about using init option for dialin
1999-07-21 Paul Mackerrasallow options in secrets files
1999-07-21 Paul Mackerrasfix strtok loop
1999-07-21 Paul Mackerrasipcp_clear_addrs fix, make nodefaultip work OK with...
1999-07-21 Paul Mackerrasoption is called nomagic not nomagicnumber
1999-06-24 Paul Mackerrasdisable the have_route_to stuff on non-solaris systems
1999-06-24 Paul Mackerrasdon't print null received message, %.0[svq] prints...
1999-06-24 Paul Mackerrasfix silly = vs == thing
1999-06-24 Paul Mackerrasadd stuff to use /dev/ptmx etc.
1999-06-24 Paul Mackerrasfix problem where lcp echo requests were getting doubled,
1999-06-01 Paul Mackerrasbuglet fixes
1999-05-14 Paul Mackerrasinclude ppp_[un]register_compressor even if not compiling
1999-05-14 Paul Mackerrasdon't turn on IP if we can't do IPX
1999-05-14 Paul Mackerrasfix compilation problem in 2.0 kernels
1999-05-13 Paul Mackerrasupdate version number to 2.3.8
1999-05-13 Paul Mackerrasset env vars with link stats
1999-05-13 Paul Mackerrasdon't need version number in here
1999-05-13 Paul Mackerrasjust do tcflush once, should be enough
1999-05-13 Paul Mackerrasadd EXIT_LOOPBACK, fix prototypes
1999-05-13 Paul Mackerrasdocument exit status values and link stats env vars
1999-05-13 Paul Mackerrasset exit status for loopback detected
1999-05-13 Paul Mackerraspatch from Michael Johnson
1999-05-13 Paul Mackerrasdon't free messages if we are going to qreply!
1999-05-13 Paul Mackerrasfreebsd update from Paul Fulghum
1999-05-13 Paul Mackerrasfreebsd-3.0 stuff from Paul Fulghum
1999-05-13 Paul Mackerrasfreebsd-2.2.8 stuff from Paul Fulghum
1999-05-13 Paul Mackerrasupdate for 2.3.8
1999-05-12 Paul Mackerrasexit with an appropriate value to indicate what happened
1999-05-12 Paul Mackerrasmake sure fds 0, 1, 2 are always open
1999-05-12 Paul Mackerrastake out lock routines, they're now in utils.c
1999-05-12 Paul Mackerrasmake it compile under sunos
1999-05-12 Paul MackerrasAdd @filename syntax for the send string
1999-05-12 Paul Mackerrasfix race condition & SMP, add TCFLSH ioctl
1999-05-12 Paul Mackerraschatchat stuff from gpk@onramp.net
1999-05-12 Paul Mackerrasupdate
1999-05-04 Paul Mackerrasmake it compile under Solaris
1999-05-04 Paul Mackerrasimprove ppp not available message
1999-05-04 Paul Mackerrasminor fixes from Paul Fulghum
1999-05-04 Paul Mackerrastake out VJ old/new-style hack
1999-04-28 Paul Mackerrastry harder to flush the tty output buffer in disestabli...
1999-04-28 Paul Mackerrasfix buglets
1999-04-28 Paul Mackerrasupdate from Sowmini Varadhan
1999-04-27 Sowmini Varadhanchanges to match if_ppp.c modifications- put the mtu...
1999-04-27 Sowmini VaradhanUpdate for OSF 4.0- -I. before -I../include in CFLAGS
1999-04-27 Sowmini VaradhanUpdated for OSF 4.0.
1999-04-27 Sowmini VaradhanUpdate for OSF 4.0- there's no ppp_osf.h on Digital...
1999-04-27 Sowmini VaradhanUpdated for OSF 4.0- don't set IFF_MULTICAST on __osf__...
1999-04-27 Sowmini VaradhanUpdated for OSF 4.0
1999-04-16 Paul Mackerrasmake it alpha
1999-04-16 Paul Mackerrasupdate
1999-04-16 Paul Mackerrasnasty powerpc kludge is only needed for glibc 2.0
next