Paul Mackerras
Paul Mackerras
I'll make sure the tarball for 2.5.1 doesn't have this extraneous file. As for 2.5.0, I don't think I want to change it at this stage.
> @paulusmack > > You could try adding this in the pppd/Makefile.am > > ``` > BUILT_SOURCE = \ > pppdconf.h > ``` > > I haven't extensively tested every...
I made the ppp-2.5.1 release and manually removed pppd/pppdconf.h. I'll leave this open for now since I'd rather not have to remember to do that. Hopefully someone can come up...
Do you have an options file that has the "radius-config-file" option in it? It appears to be unhappy because it can't open /etc/radcli/radiusclient.conf. I'm wondering where it gets that path...
It sounds like older versions of pppd worked - what version was the last known working version? There have been no code changes in pppd/plugin/radius since version 2.4.9, so it's...
I don't use radius myself. It sounds like we need somebody to generate a patch and test it (I don't have a way to test it). @jkroonza any opinion here?
Do we actually support RADIUS over TLS or DTLS at this point? I can't see anything in the code to say that we do. I don't see any mention in...
If someone wants to write and test a patch that adds the Message-Authenticator attribute, that would be great. I don't have a way to test such a patch.
Response types R2 and R3 don't contain a CRC, so commands 2, 9, 10 and app cmd 41 won't have a CRC in the response. The Linux MMC layer uses...
This is probably related to commit 1c082acf77e6, which has already been partially reverted in commit 73bd762a65c6, which restored the previous behaviour of the pppoe plugin but not the standalone pppoe-discovery...