]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2001-03-10 Paul Mackerrasfix a couple of bugs reported on the linux-ppp list:
2001-03-09 Paul Mackerrasworkaround zlib bug
2001-03-09 Paul Mackerrasdescribe dump and dryrun
2001-03-09 Paul Mackerrasmove the option printing stuff a little earlier, take out
2001-03-09 Paul Mackerrasupdate for 2.4.1
2001-03-08 Paul Mackerrasfix silly typo
2001-03-08 Paul MackerrasMake the example plugins here export the version number...
2001-03-08 Paul Mackerrasadd _PATH_PLUGIN for the default place to look for...
2001-03-08 Paul MackerrasUpdate for 2.4.1b1 release
2001-03-08 Paul MackerrasSeparate out the setting of the interface MTU from...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-03-08 Paul Mackerrasadd tty.o to OBJS, fix from James Carlson
2001-03-08 Paul Mackerrasfix up the chmod/chgrp stuff
2001-02-22 Paul MackerrasImplement delayed bringup for LCP for the case where...
2001-02-22 Paul MackerrasRework options processing stuff to implement option...
2001-02-22 Paul Mackerrasfix kill() call, thanks to Andreas Hofmeister
2001-02-22 Paul Mackerrasadd handle_events() function
2001-02-22 Paul MackerrasBecause of a bug in zlib, restrict deflate parameter...
2001-01-01 Paul Mackerrasfix silly mistake in setting up pty
2000-12-27 Paul Mackerrasfix typo in modules.conf example
2000-12-27 Paul Mackerrasadd -fPIC to CFLAGS
2000-12-27 Paul Mackerrasonly accept frame if it passes the pass filter as well...
2000-12-27 Paul Mackerrasprint no_ppp_msg with %s
2000-12-27 Paul MackerrasIncrease the size of the buffer for option error messages
2000-12-27 Paul MackerrasAdd 76800 and 921600 baud rates
2000-12-27 Paul MackerrasCorrect nodtrcts -> nocdtrcts
2000-08-05 Paul Mackerrasreinstate these files with BSD-style copyright
2000-08-01 Paul Mackerrasupdate for 2.4
2000-08-01 Paul Mackerrasupdate for 2.4.0 release
2000-08-01 Paul Mackerrasturn off packet filtering for now since the kernel...
2000-08-01 Paul Mackerrasadd stuff for packet filtering
2000-08-01 Paul Mackerrasadd infrastructure to support packet filtering
2000-08-01 Paul Mackerrasnew version rewritten for 2.4.0
2000-07-24 Paul Mackerrasfix allow-ip option, allow @login for secret meaning...
2000-07-06 Paul Mackerrasmove more stuff from main.c into tty.c, for 2.4.0b4
2000-06-30 Paul Mackerrascomment out kinstall since it isn't needed now
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.
2000-04-29 Paul Mackerrasdon't fall over in the charshunt if we get an EAGAIN...
2000-04-29 Paul MackerrasAccept the endpoint discriminator from the peer unless the
2000-04-27 Adi MasputraMP-related code should be wrapped within HAVE_MULTILINK...
2000-04-27 Adi MasputraIgnore the generated binaries and sparcv9 directory...
2000-04-24 Paul Mackerrasallow peer to give endpoint even if we're not doing...
2000-04-24 Paul Mackerrasupdate to 2.4.0b3
2000-04-24 Adi MasputraFixed bugs with regards to using other device names...
2000-04-21 Adi MasputraFixed bugs with regards to using other device names...
2000-04-21 Adi MasputraAllows another name other than "ppp" be used as the...
2000-04-18 Adi Masputra1) Created a subdirectory called 'solaris'. Currently...
2000-04-15 Paul Mackerrasfix the bug in non-demand mode that I inadvertently...
2000-04-15 Paul MackerrasUse /bin/sh in these scripts, not ksh, otherwise rpm...
2000-04-15 Paul Mackerrasfixes for demand mode and multilink
2000-04-15 Adi MasputraRemoved '-w' cc flag, since it practically disables...
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
2000-04-13 Paul MackerrasMultilink cleanups and fixes.
2000-04-13 Paul Mackerrasdon't stop logging on detach if we use logfd or logfile...
2000-04-13 Paul Mackerrasremove stray #endif
2000-04-13 Paul MackerrasChanges for ppp-2.4.0 beta 1 release.
2000-04-06 Adi MasputraAdded the following:
2000-04-06 Adi MasputraSince this file needs to be included as part of the...
2000-04-06 Adi MasputraAdded tdb.c and multilink.c to be part of the compilati...
2000-04-05 Paul Mackerrasmake mpshortseq option work
2000-04-04 Paul Mackerrasthis one is also needed for multilink :-)
2000-04-04 Paul MackerrasMultilink support.
2000-03-27 Paul Mackerrasupdate for new kernel driver and devfs
2000-03-27 Paul Mackerraschanges for new linux kernel driver and for multilink
2000-03-27 Paul Mackerraschanges to linux interface for new kernel driver,
2000-03-27 Paul Mackerrasincrease buffer size
2000-03-13 Paul Mackerrasfix demand-dialling bug with new driver
2000-03-13 Paul Mackerrasadd socket and datarate options
2000-03-13 Paul Mackerrasdon't require authentication by default if privileged...
2000-03-09 Adi MasputraAdjusted MTU to proper values per transport layers
2000-03-06 Adi MasputraThe usage of intptr_t was completely a bad choice,...
2000-02-18 Adi Masputraclock32_t is clock_t (long)
2000-02-16 Adi Masputraclock32_t should be typedef'd to clock_t on OS'es which...
2000-02-11 Adi MasputraOn synchronous links, typically the following options...
2000-01-28 Adi MasputraWhen 'sync' option is present, the ppp_ahdl module...
2000-01-28 Adi MasputraFixed compilation problems on SunOS 4.x
2000-01-25 Adi MasputraFixed many bugs related to synchronous links under...
2000-01-24 Adi MasputraAdded some sample scripts and options files for connect...
2000-01-24 Adi MasputraAdded compile option that the user may enable to use...
2000-01-21 Adi MasputraRe-wrote async HDLC encoding/decoding algorithms, mostl...
2000-01-18 Adi MasputraThis is main.c from ppp-2.3.11.tar.gz distribution...
1999-12-23 Paul Mackerrasupdate for 2.3.11
1999-12-23 Paul Mackerrasupdate for 2.3.11
1999-12-23 Paul Mackerrasupdate from Sowmini
1999-12-23 Paul Mackerrasupdate from debian maintainer
1999-12-23 Paul Mackerrascope with EAGAIN return from poll
1999-12-23 Paul Mackerrasupdate from Sowmini
1999-12-23 Paul Mackerrascope with /proc not being in mtab
1999-12-23 Paul Mackerras[dis]connector -> [dis]connect_script
1999-12-23 Paul Mackerrasconnect_delay option
1999-12-23 Paul Mackerras[dis]connector -> [dis]connect_script
1999-12-23 Paul Mackerrasinfrastructure for callback
1999-12-23 Paul Mackerrasremove warnings
1999-12-23 Paul Mackerrasadd ip_{up,down}_hook
1999-12-23 Paul Mackerrasadd pap_logout_hook
1999-12-23 Paul Mackerrasupdate from debian maintainer
1999-11-20 Paul Mackerrasmake hide_password the default
1999-11-20 Paul Mackerrasdefault to noauth if privileged
1999-11-19 Adi MasputraAllow compile-time flags definitions to define the...
1999-11-17 Paul Mackerrassync ppp update for new driver
next