summaryrefslogtreecommitdiff
path: root/linux
Commit message (Collapse)AuthorAge
* Remove old Linux kernel MPPE stuffPaul Mackerras2008-08-30
| | | | | | | This is all upstream in Linus' kernel tree now, so there's no longer any need to have it here. Signed-off-by: Paul Mackerras <paulus@samba.org>
* Remove more stuff that we don't need to distributePaul Mackerras2008-08-18
| | | | | | | | | | This removes some files from include/linux that any halfway-modern distro will have under /usr/include, and removes the stuff from the linux/ directory that we haven't included in the tarballs for ages. This also moves some MPPE macros from include/{linux,net}/ppp-comp.h to a new pppd/mppe.h. Signed-off-by: Paul Mackerras <paulus@samba.org>
* Remove files that don't go into releasesPaul Mackerras2008-07-27
| | | | | | | This mainly removes files specific to platforms that we no longer support, and removes a few other outdated files. Signed-off-by: Paul Mackerras <paulus@samba.org>
* Add $(INSTDIR) to installation paths in Linux makefiles.Paul Mackerras2006-06-04
| | | | | | | | | | | | | | | | Patch from Robert Vogelgesang. This patch re-introduces the possibility for package maintainers to install into a different filesystem tree. This is done by adding $(INSTROOT) at various places; the package maintainers can then issue a make install INSTROOT=/some/where/else when they package pppd for their distribution. In previous versions of the ppp package this was possible using the variable DESTDIR, but this variable is now used for a different purpose and cannot be changed via additional parameters of the make command.
* Add installcheck targets to keep the autobuilder happyPaul Mackerras2004-10-31
| | | | (see http://build.samba.org/)
* Put man pages in /usr/share/man under Linux.Paul Mackerras2004-10-31
|
* Add --prefix and --sysconfdir options to configure, and putPaul Mackerras2004-10-29
| | | | | @DESTDIR@ and @SYSCONF@ tags in various Makefile.linux files. These tags get expanded by configure.
* Don't use unsigned long in the SHA1 code; we want 32-bit variablesPaul Mackerras2004-10-24
| | | | | and unsigned long is 64 bits on 64-bit platforms. Use unsigned int or u_int32_t instead. Pointed out by Oleg Makarenko.
* Handle PFC on rx side, efficiently, thanks to Jan Dubiec.Frank Cusack2004-05-04
|
* MPPE for 2.6.Frank Cusack2004-03-23
| | | | | Contributed by Thomas Sjolshagen <thomas.sjolshagen@hp.com> and James Cameron <james.cameron@hp.com>
* #include <linux/string.h> for mem*()Frank Cusack2003-07-07
|
* #elif, not #else ifFrank Cusack2003-07-07
|
* don't barf on RH directory suffixes (-release)Frank Cusack2003-07-07
|
* s/opad/xpad/ to be consistent with other vars (r=recv,x=xmit)Frank Cusack2003-05-25
|
* small padding changeFrank Cusack2003-05-25
|
* bail on dirs not of the form linux-x.y.zFrank Cusack2003-05-25
|
* modify ppp_generic patch to avoid an if() test and extra additions onFrank Cusack2003-05-13
| | | | | every pass through ppp_send_frame(); make a 2.4.19+ version of it; improve mppeinstall.sh.
* typoFrank Cusack2003-05-12
|
* add debugging for coherency countFrank Cusack2003-03-07
|
* tell the decompressor about the extra bytes we allocatedFrank Cusack2003-01-30
|
* verify enough buffer space to decompress a packetFrank Cusack2003-01-30
|
* More copyright updates. The new CMU copyright notice is from CMU andPaul Mackerras2002-12-06
| | | | | | now explicitly allows modifications. I have an acknowledgement from ANU that the work I have done on pppd belongs to me and not to ANU, so I have changed the ANU copyright notices to reflect this.
* Cosmetic fix.David F. Skoll2002-06-25
|
* Added "install-devel" Makefile target to install pppd headers required toDavid F. Skoll2002-06-10
| | | | | build pppd plugins. NOTE: Only works on Linux Makefiles; must be added for other supported OS's.
* ECP patches from Frank Cusack:David F. Skoll2002-05-21
| | | | | | | | | | | | | | | | - If encryption is required, don't bring up IP/IPv6/IPX until the encryption negotiation has completed. - Shut down LCP if the peer sends an LCP ConfRej instead of CCP ConfRej to our MPPE offer. This fixes a bug where the server could not enforce use of encryption in some cases. - Don't send the M=<message> part of an MS-CHAPv2 success packet to peers that don't know how to deal with it. This allows pre-win2k systems to authenticate. - Don't shut down lcp if MPPE was present in peer's CCP offer along with other options. This allows pre-win2k systems to do MPPE (they offer Stac LZS with MPPE). - Add the beginnings of ecp.c. - Other minor changes.
* Corrected version of MPPE kernel support (Frank Cusack)David F. Skoll2002-04-02
|
* Fixed Linux 2.2.20 kernel MPPE patch (Frank Cusack)David F. Skoll2002-04-02
|
* Added kernel MPPE patches (2.2.20 kernel only!) from Frank Cusack.David F. Skoll2002-04-02
|
* add plugins and plugins/pppoePaul Mackerras2001-07-26
|
* comment out kinstall since it isn't needed nowPaul Mackerras2000-06-30
|
* update for 2.3.11Paul Mackerras1999-12-23
|
* update from debian maintainerPaul Mackerras1999-12-23
|
* update version numbersPaul Mackerras1999-09-11
| | | | add description of plugin interface
* add PPP_IPV6 casePaul Mackerras1999-08-13
|
* update for 2.3.9Paul Mackerras1999-07-23
|
* include ppp_[un]register_compressor even if not compilingPaul Mackerras1999-05-14
| | | | with modules.
* fix compilation problem in 2.0 kernelsPaul Mackerras1999-05-14
|
* update version number to 2.3.8Paul Mackerras1999-05-13
|
* fix race condition & SMP, add TCFLSH ioctlPaul Mackerras1999-05-12
|
* make sure pppd notices hangups in demand modePaul Mackerras1999-04-16
|
* add man page for pppdump and add it to the list of thingsPaul Mackerras1999-04-01
| | | | to be installed on linux, sol2, svr4, sunos4
* update version to 2.3.7Paul Mackerras1999-03-31
|
* get files from ../include/linux if not herePaul Mackerras1999-03-31
|
* fix minor compilation nitPaul Mackerras1999-03-31
|
* Apply patch for sync serial support from Paul Fulghum.Paul Mackerras1999-03-30
|
* moved to ../include/linux or no longer needed post 2.0Paul Mackerras1999-03-29
|
* make pppdump as wellPaul Mackerras1999-03-23
|
* does better without the includesPaul Mackerras1999-03-02
|
* Fix it for 2.0.x kernels;Paul Mackerras1999-02-26
| | | | | import updates from 2.2.x including ipv6 stuff; change if_ppp.h so pppd can compile with glibc 2.1
* Don't bother about stub files in /usr/include/net any more.Paul Mackerras1999-02-26
| | | | Change "newer" to "not older" in messages.