1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extend safe_fork to include the shuffling of fds to get the ones we want on fds 0, 1, 2.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Don't ask for CHAP if we don't have any digests to use.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Add winbind plugin from Andrew Bartlet. Changes to chap_ms.[ch] needed by winbind.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Update for 2.4.3b1 release
paulusmack
as Paul Mackerras
More... almost 21 years ago
Update patch level to 2.4.3b1
paulusmack
as Paul Mackerras
More... almost 21 years ago
Fix an fd leak on the discovery socket. Remove some unused code.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Take out some ancient debugging code.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
More... almost 21 years ago
document the child-timeout option
paulusmack
as Paul Mackerras
More... almost 21 years ago
Don't log messages in signal handlers; defer it to mainline Logging in signal handlers can cause deadlocks.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
More... almost 21 years ago
remove duplicate $(CDEFS)
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Fix construction of $ksrc/Makefile for Solaris
paulusmack
as Paul Mackerras
More... almost 21 years ago
Only compile in filtering if /usr/include/pcap-bpf.h exists.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Add installcheck targets to keep the autobuilder happy (see http://build.samba.org/)
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Cope better when prototype Makefiles don't exist. Restore $archvariant stuff for solaris.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Put man pages in /usr/share/man under Linux.
paulusmack
as Paul Mackerras
More... almost 21 years ago
Support --prefix and --sysconfdir on Solaris too
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
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.
paulusmack
as Paul Mackerras
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):
paulusmack
as Paul Mackerras
More... almost 21 years ago
Remove compile warning resulting from chap_verify_hook prototype change.
paulusmack
as Paul Mackerras
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).
paulusmack
as Paul Mackerras
More... almost 21 years ago
Get rid of an unnecessary chmod (it wasn't being used on Linux anyway).
paulusmack
as Paul Mackerras
More... almost 21 years ago
Fix some places where we weren't checking the received packets carefully enough.
paulusmack
as Paul Mackerras
More... almost 21 years ago