pkgsrc/net/radiusd-cistron/PLIST

57 lines
1.8 KiB
Text
Raw Normal View History

2009-06-14 20:03:28 +02:00
@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:09:41 joerg Exp $
bin/radclient
bin/radlast
bin/radtest
bin/radwho
bin/radzap
man/man1/radclient.1
man/man1/radlast.1
man/man1/radtest.1
man/man1/radwho.1
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/radrelay
share/doc/radiusd-cistron/COPYRIGHT
share/doc/radiusd-cistron/ChangeLog
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
share/examples/raddb/clients.sample
share/examples/raddb/dictionary
share/examples/raddb/dictionary.ascend
share/examples/raddb/dictionary.bay
share/examples/raddb/dictionary.cisco
share/examples/raddb/dictionary.cistron
share/examples/raddb/dictionary.compat
share/examples/raddb/dictionary.erx
share/examples/raddb/dictionary.livingston
share/examples/raddb/dictionary.redback
share/examples/raddb/dictionary.shiva
radiusd-cistron (1.6.7) cistron; urgency=medium * Fix checkrad.pl::cisco_snmp and usrhiper_snmp so that communities other than "public" can be used too. * Error out on superflous command line args (optind >= argc) * Encrypt CHAP-Password in radclient so that CHAP can be tested too * Add "wildcard" option to realms - if you set this option, you can match on the entire username using shell wildcards in the realms file. * If the nastype in /etc/raddb/naslist is set to 'none' for a nas, logins on that nas will have no simultaneous use restrictions imposed and those logins will not count towards the total amount of logins. * Removed 'raduse' and manpage. * Can disable radutmp with "-u none" (likewise radwtmp with "-W none", though we already had "-w" for that). * Call checkrad with an extra argument, the framed IP address. * Fix bug where $INCLUDEing a file without any records would cause the rest of the original file to be ignored * Support for 64-bit wide integers (integer8 type). If compiled with gcc, users file can contain both hex and decimal 64-bit values, and 64-bit values are printed in decimal. With other compilers (no "long long" support) only hex 64-bit values are supported. * Change "_" to "-" in dictionary.redback and change the 64 bits values to integer8. * Moved the dictionary files to /usr/local/share/radius. Now only /etc/raddb/dictionary remains that $INCLUDES all the others. For new installs only; existing installations won't be changed * Make integer in the format string of sprintf(buf, "%03d:%.20s", ..) in make_wtmp() unsigned (%u), otherwise the sprintf could in some cases (negative NAS-Port, very long NAS-name) overrun the buffer by one byte, overwriting the least significant byte of the return address on the stack with a \0. Not sure if this is exploitable or not, but it could be a security problem. * Make sure ut.login (struct radutmp member) is treated everywhere as a NON-zero terminated string. * Make sure unsigned integers are used in all places using lvalues (32 bits radius values), especially nas_port. * radrelay: update id of packet when retransmitting. * Print an error and free the request struct if we receive an unknown packet type. * rad_check_multi: if username/NAS/port match, don't count as dup.
2003-12-16 20:19:41 +01:00
share/examples/raddb/dictionary.standard
share/examples/raddb/dictionary.tunnel
share/examples/raddb/dictionary.usr
share/examples/raddb/dictionary.versanet
share/examples/raddb/hints.sample
share/examples/raddb/huntgroups.sample
share/examples/raddb/naslist.sample
share/examples/raddb/naspasswd.sample
share/examples/raddb/realms.sample
share/examples/raddb/users.sample
share/examples/rc.d/radiusd
@unexec ${RM} -f /var/log/radius.log
@unexec ${RM} -f /var/run/radiusd.pid
@unexec echo "Leaving /var/run/radutmp, /var/log/radwtmp and /var/log/radacct alone."