Extend safe_fork to include the shuffling of fds to get the ones we want on fds 0, 1, 2. |
|
More...
|
almost 21 years ago
|
Don't ask for CHAP if we don't have any digests to use. |
|
More...
|
almost 21 years ago
|
Add winbind plugin from Andrew Bartlet. Changes to chap_ms.[ch] needed by winbind. |
|
More...
|
almost 21 years ago
|
Update for 2.4.3b1 release |
|
More...
|
almost 21 years ago
|
Update patch level to 2.4.3b1 |
|
More...
|
almost 21 years ago
|
Fix an fd leak on the discovery socket. Remove some unused code. |
|
More...
|
almost 21 years ago
|
Take out some ancient debugging code. |
|
More...
|
almost 21 years ago
|
Remove the requirement that redistributions in binary form reproduce the copyright conditions in documentation from my copyright notice. It still remains in CMU's and others' copyright notices. |
|
More...
|
almost 21 years ago
|
Fix the error message when a device name and the socket option are both specified. Make it clearer how ttyfd gets set. |
|
More...
|
almost 21 years ago
|
document the child-timeout option |
|
More...
|
almost 21 years ago
|
Don't log messages in signal handlers; defer it to mainline Logging in signal handlers can cause deadlocks. |
|
More...
|
almost 21 years ago
|
Add a timeout when waiting for child processes to exit before pppd exits. Send a SIGTERM to the child processes if the timeout expires or if pppd gets a SIGTERM or SIGINT itself. |
|
More...
|
almost 21 years ago
|
remove duplicate $(CDEFS) |
|
More...
|
almost 21 years ago
|
Use Makedefs.com rather than solaris/Makedefs, since Makedefs.com has @DESTDIR@ etc. substituted. Move installation of kernel modules to a install-modules target so that it can be compiled and installed in an alternate directory as non-root for the build farm. |
|
More...
|
almost 21 years ago
|
Fix construction of $ksrc/Makefile for Solaris |
|
More...
|
almost 21 years ago
|
Only compile in filtering if /usr/include/pcap-bpf.h exists. |
|
More...
|
almost 21 years ago
|
Add installcheck targets to keep the autobuilder happy (see http://build.samba.org/) |
|
More...
|
almost 21 years ago
|
Remove dependencies on CHAPMS definition in header files. Fix bug in filling in mdtype field when we NAK and suggest CHAP. Ask for/suggest MD5 before MSCHAP{v2,} digest. |
|
More...
|
almost 21 years ago
|
Take out the -o root argument to install. It is the default anyway when installing as root, and it causes errors in the build farm testing. |
|
More...
|
almost 21 years ago
|
Cope better when prototype Makefiles don't exist. Restore $archvariant stuff for solaris. |
|
More...
|
almost 21 years ago
|
Put man pages in /usr/share/man under Linux. |
|
More...
|
almost 21 years ago
|
Support --prefix and --sysconfdir on Solaris too |
|
More...
|
almost 21 years ago
|
Add --prefix and --sysconfdir options to configure, and put @DESTDIR@ and @SYSCONF@ tags in various Makefile.linux files. These tags get expanded by configure. |
|
More...
|
almost 21 years ago
|
Patch from Robert Vogelgesang: This patch enables plugins called via hooks/notifiers triggered by this call to lcp_close() to see status set here. Otherwise (i. e. without this patch) the RADIUS plugin has no chance to set the attribute PW_ACCT_TERMINATE_CAUSE to the value PW_ACCT_SESSION_TIMEOUT. |
|
More...
|
almost 21 years ago
|
Patch from Robert Vogelgesang: This patch fixes the link statistics for connections that go through multiple IPCP up-down cycles. Such connections happen typically in a setup where pppd is used as a back-end by a L2TP daemon, in case the PPP session at the other side of the L2TP tunnel reconnects, but the L2TP daemon at that side just reuses the old L2TP tunnel instead of creating a new one. |
|
More...
|
almost 21 years ago
|
Patch from Robert Vogelgesang: This patch does two things: o It adds some debugging messages. o "cleanup()" will no longer be added to the link_down_notifier chain. The debugging messages are obvious. The problem with cleanup() in the link_down_notifier chain is only half-way that there could be cases where the link would go up again and without a further authentication -- I just don't know if this can happen. But this part of the patch is a work-around for a _real_ problem/bug in the radius plugin (not the radattr plugin): |
|
More...
|
almost 21 years ago
|
Remove compile warning resulting from chap_verify_hook prototype change. |
|
More...
|
almost 21 years ago
|
Patch from Robert Vogelgesang: This patch avoids duplicate session IDs in RADIUS accounting, when the same pppd instance has multiple sessions during the same second. This can happen when you have a really fast RADIUS server and fast clients, e. g. when using pppd as a back-end for PPPoE (either directly or via L2TP). |
|
More...
|
almost 21 years ago
|
Get rid of an unnecessary chmod (it wasn't being used on Linux anyway). |
|
More...
|
almost 21 years ago
|
Fix some places where we weren't checking the received packets carefully enough. |
|
More...
|
almost 21 years ago
|