move more stuff from main.c into tty.c, for 2.4.0b4 |
|
More...
|
about 25 years ago
|
comment out kinstall since it isn't needed now |
|
More...
|
about 25 years ago
|
Move the tty-related stuff out to tty.c as far as possible. |
|
More...
|
about 25 years ago
|
don't fall over in the charshunt if we get an EAGAIN or EINTR error on a write. |
|
More...
|
over 25 years ago
|
Accept the endpoint discriminator from the peer unless the noendpoint option is given, even if we're not doing multilink. Include the noendpoint option even if !HAVE_MULTILINK. |
|
More...
|
over 25 years ago
|
MP-related code should be wrapped within HAVE_MULTILINK pre-processor conditional blocks, otherwise the build breaks on platforms where HAVE_MULTILINK is not defined. |
|
More...
|
over 25 years ago
|
Ignore the generated binaries and sparcv9 directory such that CVS won't treat them as part of the repository (during CVS update). |
|
More...
|
over 25 years ago
|
allow peer to give endpoint even if we're not doing multilink; fix demand dialling where we ask for multilink and don't get it. |
|
More...
|
over 25 years ago
|
update to 2.4.0b3 |
|
More...
|
over 25 years ago
|
Fixed bugs with regards to using other device names than "ppp", use PPP_DRV_NAME definition instead. |
|
More...
|
over 25 years ago
|
Fixed bugs with regards to using other device names than "ppp" |
|
More...
|
over 25 years ago
|
Allows another name other than "ppp" be used as the PPP interface name. If it's not defined, then use the legacy "ppp" without any changes. |
|
More...
|
over 25 years ago
|
1) Created a subdirectory called 'solaris'. Currently it contains a replica of the 'svr4' directory. However, over time, files in this directory will contain the same code as the kernel-portion of pppd in future releases of Solaris, hence they most probably will change in contents and/or sub-structure. 2) Changed the 'configure' script to not create symbolic link Makefiles when the OS is SunOS 4.x. Under 'SunOS' category, only SunOS 5.x (or Solaris 2.x) is currently enabled. 3) Changed the rest of the utilities + pppd daemon Makefile.sol2 to point to the solaris/Makedefs instead of the one in svr4 directory. |
|
More...
|
over 25 years ago
|
fix the bug in non-demand mode that I inadvertently introduced |
|
More...
|
over 25 years ago
|
Use /bin/sh in these scripts, not ksh, otherwise rpm incorrectly thinks that this package depends on ksh. |
|
More...
|
over 25 years ago
|
fixes for demand mode and multilink |
|
More...
|
over 25 years ago
|
Removed '-w' cc flag, since it practically disables all warnings. This may not be good for future development. Plus, warnings should be fixed instead of ignored. |
|
More...
|
over 25 years ago
|
Some tiny fixes (minor castings) to remove annoying compiler warnings |
|
More...
|
over 25 years ago
|
Multilink cleanups and fixes. We don't need to include multilink.o now if HAVE_MULTILINK is not defined. |
|
More...
|
over 25 years ago
|
don't stop logging on detach if we use logfd or logfile option |
|
More...
|
over 25 years ago
|
remove stray #endif |
|
More...
|
over 25 years ago
|
Changes for ppp-2.4.0 beta 1 release. We are only including Linux, Solaris & SunOS in 2.4 unless some maintainers start popping up out of the woodwork. |
|
More...
|
over 25 years ago
|
Added the following: 1. Two versions of get_first_ethernet() function, one with a short version of ifreq (before Solaris 8) and the other with a long version of ifreq (Solaris 8 and beyond). This is needed to support multilink.c 2. get_if_hwaddr() function, which is really a wrapper function which calls get_hw_addr_dlpi() in order to obtain the Ethernet interface address(es) via DLPI mechanism. |
|
More...
|
over 25 years ago
|
Since this file needs to be included as part of the compilation, whether or not HAVE_MULTILINK is defined, certain functions need to be wrapped within HAVE_MULTILINK conditional preprocessor blocks. So far, everything but the epdisc_to_str() function needs to be excluded when HAVE_MULTILINK is not defined. This is because epdisc_to_str() seems to be called unconditionally from within lcp.c, specifically from lcp_printpk(). |
|
More...
|
over 25 years ago
|
Added tdb.c and multilink.c to be part of the compilation, otherwise, Solaris 2.x compilation breaks |
|
More...
|
over 25 years ago
|
make mpshortseq option work |
|
More...
|
over 25 years ago
|
this one is also needed for multilink :-) |
|
More...
|
over 25 years ago
|
Multilink support. We now put details of each connection in a tdb database. At present the values we put in the database are just the same as the environment strings. |
|
More...
|
over 25 years ago
|
update for new kernel driver and devfs |
|
More...
|
over 25 years ago
|
changes for new linux kernel driver and for multilink |
|
More...
|
over 25 years ago
|