diff options
author | martti <martti@pkgsrc.org> | 2001-12-20 10:05:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-20 10:05:49 +0000 |
commit | d96758e2e7f5c8b816bb0a3c7a76505c776f0b58 (patch) | |
tree | e08539a640852e6875cb48e544e9f23bc4fed895 /net/radiusd-cistron/PLIST | |
parent | 8abb7ce4fa202ff4a868cb73aab23405d6580e17 (diff) | |
download | pkgsrc-d96758e2e7f5c8b816bb0a3c7a76505c776f0b58.tar.gz |
Updated to 1.6.5.
* Bug fixes
* Clean up BSD password file support again
* Fixed bug in auth.c wrt decoding of short password attributes.
* Server now replies to Status-Server inquiries.
* Add "-v" switch to radzap (suggested by Dan Harkless).
* Add "-Z" switch to radiusd, prevents logging of passwords for -y
(suggested by Dan Harkless).
* Change "duplicate detected" message to actually show _what_ authentication
packet causes the duplicate
* Wrote manualpages for radlast,radzap, radwho, radclient, radtest,
radwatch and raduse. Yes, documentation!
* Added -P pidfile option to radiusd and radrelay
See the doc/ChangeLog file for a comple list of changes!
Diffstat (limited to 'net/radiusd-cistron/PLIST')
-rw-r--r-- | net/radiusd-cistron/PLIST | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/net/radiusd-cistron/PLIST b/net/radiusd-cistron/PLIST index 59761078f75..74953f48f7b 100644 --- a/net/radiusd-cistron/PLIST +++ b/net/radiusd-cistron/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:27 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/12/20 10:05:49 martti Exp $ +bin/radclient bin/radlast bin/radtest bin/raduse @@ -7,9 +8,13 @@ bin/radzap etc/raddb/clients.sample etc/raddb/dictionary etc/raddb/dictionary.ascend +etc/raddb/dictionary.bay etc/raddb/dictionary.cisco +etc/raddb/dictionary.cistron etc/raddb/dictionary.compat +etc/raddb/dictionary.erx etc/raddb/dictionary.livingston +etc/raddb/dictionary.redback etc/raddb/dictionary.shiva etc/raddb/dictionary.tunnel etc/raddb/dictionary.usr @@ -20,6 +25,8 @@ etc/raddb/naslist.sample etc/raddb/naspasswd.sample etc/raddb/realms.sample etc/raddb/users.sample +etc/rc.d/radiusd.sh +man/man1/radclient.1 man/man1/radlast.1 man/man1/radtest.1 man/man1/raduse.1 @@ -28,22 +35,23 @@ man/man1/radzap.1 man/man5/clients.5rad man/man5/naslist.5rad man/man8/radiusd.8 +man/man8/radrelay.8 man/man8/radwatch.8 sbin/checkrad sbin/radiusd -sbin/radwatch -share/doc/radiusd-cistron/COPYRIGHT.Cistron -share/doc/radiusd-cistron/COPYRIGHT.Livingston +sbin/radrelay +share/doc/radiusd-cistron/COPYRIGHT share/doc/radiusd-cistron/ChangeLog -share/doc/radiusd-cistron/INSTALL.OLD share/doc/radiusd-cistron/README +share/doc/radiusd-cistron/README.CVX share/doc/radiusd-cistron/README.Y2K share/doc/radiusd-cistron/README.cisco share/doc/radiusd-cistron/README.pam share/doc/radiusd-cistron/README.proxy +share/doc/radiusd-cistron/README.radrelay share/doc/radiusd-cistron/README.simul +share/doc/radiusd-cistron/README.tunnel share/doc/radiusd-cistron/README.usersfile -etc/rc.d/radiusd.sh @dirrm etc/raddb @dirrm share/doc/radiusd-cistron @unexec rm -f /var/log/radius.log |