]> git.ozlabs.org Git - ppp.git/commit
pppd: Remove passprompt plugin
authorPaul Mackerras <paulus@ozlabs.org>
Fri, 18 Oct 2024 09:22:57 +0000 (20:22 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 25 Oct 2024 06:26:46 +0000 (17:26 +1100)
commit0a66ad22e54c72690ec2a29a019767c55c5281fc
treee39c9be273832d09dd954ada548fee9175ff8db8
parentac269dbf7c142371cd975c775c6171707ac4dde8
pppd: Remove passprompt plugin

This is prompted by a number of factors:

* It was more useful back in the dial-up days, but no-one uses dial-up
  any more

* In many cases there will be no terminal accessible to the prompter
  program at the point where the prompter is run

* The passwordfd plugin does much the same thing but does it more
  cleanly and securely

* The handling of privileges and file descriptors needs to be audited
  thoroughly.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/plugins/Makefile.am
pppd/plugins/passprompt.c [deleted file]