]> git.ozlabs.org Git - ppp.git/commit - pppd/auth.c
don't run auth-up/down script while one is already running.
authorPaul Mackerras <paulus@samba.org>
Fri, 19 Mar 1999 01:17:51 +0000 (01:17 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 Mar 1999 01:17:51 +0000 (01:17 +0000)
commit75951d7bb62003e37dd390e773df19f16250d27d
treec9c02cfe04555253752d475c856342d14998b966
parent1e7bc3ea35208555bf233daacee9d85ded13f999
don't run auth-up/down script while one is already running.
parse permitted IP addresses once instead of each time list is
scanned and store them as numerical address/mask pairs.
don't use remote name in checking for existence of secrets
unless is was explicitly specified with remotename option.
don't use remote IP address in checking for existence of secrets.
print better message if no secrets found (or no IP allowed).
made some more functions static.
changed order of args for strlcpy/strlcat.
fix for shadow password stuff.
if specified remote IP address is not specified or not permitted,
use the first single-host permitted address (if any).
pppd/auth.c