]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
Add the dialup_admin web interface. Hope everything works fine
authorkkalev <kkalev>
Tue, 15 Jan 2002 14:45:21 +0000 (14:45 +0000)
committerkkalev <kkalev>
Tue, 15 Jan 2002 14:45:21 +0000 (14:45 +0000)
commitcb9137cf600b7f57bd9028b185c5a3fd0e765316
treec3e7d2358797e15cbcdc960e785c2031b673554b
Add the dialup_admin web interface. Hope everything works fine
83 files changed:
AUTHORS [new file with mode: 0644]
Changelog [new file with mode: 0644]
FAQ [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/clean_radacct [new file with mode: 0755]
bin/log_badlogins [new file with mode: 0755]
bin/showmodem [new file with mode: 0755]
bin/snmpfinger [new file with mode: 0755]
conf/admin.conf [new file with mode: 0644]
conf/auth.request [new file with mode: 0644]
conf/config.php3 [new file with mode: 0644]
conf/default.vals [new file with mode: 0644]
conf/extra.ldap-attrmap [new file with mode: 0644]
conf/sql.attrmap [new file with mode: 0644]
conf/sql.attrs [new file with mode: 0644]
conf/user_edit.attrs [new file with mode: 0644]
htdocs/about.html [new file with mode: 0644]
htdocs/accounting.php3 [new file with mode: 0644]
htdocs/badusers.php3 [new file with mode: 0644]
htdocs/buttons.html [new file with mode: 0644]
htdocs/content.html [new file with mode: 0644]
htdocs/help/dialup_access_help.html [new file with mode: 0644]
htdocs/help/framed_compression_help.html [new file with mode: 0644]
htdocs/help/framed_ip_address_help.html [new file with mode: 0644]
htdocs/help/help.php3 [new file with mode: 0644]
htdocs/help/lock_message_help.html [new file with mode: 0644]
htdocs/help/login_time_help.html [new file with mode: 0644]
htdocs/help/port_limit_help.html [new file with mode: 0644]
htdocs/help/simultaneous_use_help.html [new file with mode: 0644]
htdocs/images/bg.gif [new file with mode: 0644]
htdocs/images/black.gif [new file with mode: 0644]
htdocs/images/greenlines1.gif [new file with mode: 0644]
htdocs/images/logo2.gif [new file with mode: 0644]
htdocs/images/pixel.gif [new file with mode: 0644]
htdocs/images/title2.gif [new file with mode: 0644]
htdocs/index.html [new file with mode: 0644]
htdocs/password.php3 [new file with mode: 0644]
htdocs/stats.php3 [new file with mode: 0644]
htdocs/style.css [new file with mode: 0644]
htdocs/user_accounting.php3 [new file with mode: 0644]
htdocs/user_admin.php3 [new file with mode: 0644]
htdocs/user_delete.php3 [new file with mode: 0644]
htdocs/user_edit.php3 [new file with mode: 0644]
htdocs/user_finger.php3 [new file with mode: 0644]
htdocs/user_new.php3 [new file with mode: 0644]
htdocs/user_state.php3 [new file with mode: 0644]
htdocs/user_test.php3 [new file with mode: 0644]
html/stats.html.php3 [new file with mode: 0644]
html/user_admin.html.php3 [new file with mode: 0644]
html/user_toolbar.html.php3 [new file with mode: 0644]
lib/acctshow.php3 [new file with mode: 0644]
lib/add_badusers.php3 [new file with mode: 0644]
lib/attrshow.php3 [new file with mode: 0644]
lib/crypt/clear.php3 [new file with mode: 0644]
lib/crypt/crypt.php3 [new file with mode: 0644]
lib/crypt/md5.php3 [new file with mode: 0644]
lib/defaults.php3 [new file with mode: 0644]
lib/functions.php3 [new file with mode: 0644]
lib/lang/default/utf8.php3 [new file with mode: 0644]
lib/lang/el/utf8.php3 [new file with mode: 0644]
lib/ldap/attrmap.php3 [new file with mode: 0644]
lib/ldap/change_attrs.php3 [new file with mode: 0644]
lib/ldap/change_passwd.php3 [new file with mode: 0644]
lib/ldap/create_user.php3 [new file with mode: 0644]
lib/ldap/defaults.php3 [new file with mode: 0644]
lib/ldap/delete_user.php3 [new file with mode: 0644]
lib/ldap/functions.php3 [new file with mode: 0644]
lib/ldap/password_check.php3 [new file with mode: 0644]
lib/ldap/personattrs.php3 [new file with mode: 0644]
lib/ldap/user_info.php3 [new file with mode: 0644]
lib/sql/attrmap.php3 [new file with mode: 0644]
lib/sql/change_attrs.php3 [new file with mode: 0644]
lib/sql/change_passwd.php3 [new file with mode: 0644]
lib/sql/create_user.php3 [new file with mode: 0644]
lib/sql/delete_user.php3 [new file with mode: 0644]
lib/sql/drivers/mysql/functions.php3 [new file with mode: 0644]
lib/sql/drivers/pg/functions.php3 [new file with mode: 0644]
lib/sql/functions.php3 [new file with mode: 0644]
lib/sql/password_check.php3 [new file with mode: 0644]
lib/sql/user_info.php3 [new file with mode: 0644]
sql/badusers.sql [new file with mode: 0644]
sql/userinfo.sql [new file with mode: 0644]