aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeradius2/freeradius.inc
Commit message (Collapse)AuthorAgeFilesLines
* freeradius2: modified pfSense version checkAlexander Wilke2012-07-061-152/+150
|
* freeradius2: check if it needs to be uninstalled the old way or notAlexander Wilke2012-06-251-3/+5
|
* freeradius2: fix for one-time-password on pfsense 2.1 Alexander Wilke2012-06-251-3/+15
| | | If we need OTP we download bash from freebsd server. better not to put into .pbi - the goal should be to convert the otpverify.sh bash script into shell.
* change code according to this suggestion: Alexander Wilke2012-06-251-4/+4
| | | https://github.com/bsdperimeter/pfsense-packages/commit/f2d3fcde45029c4bc10748147ce6f92a99887e62#commitcomment-1497582
* freeradius2: hopefully fixed all constant and variable declarationsAlexander Wilke2012-06-241-22/+28
|
* freeradius2: added missing constantAlexander Wilke2012-06-211-0/+1
|
* Remove some really unnecessary manual downloading of libraries/packages ↵jim-p2012-06-201-35/+0
| | | | during install of these.
* freeradius2: basics ready for 2.1 Alexander Wilke2012-06-201-6/+23
| | | | | This is probably not the correct way for a package to run on pfsense 2.1 but at first it is working. Probably some other fixes needed but it should be ok first to check if all the dependencies are there (MySQL, PostgreSQL, LDAP). Any help on this package and fixes are really appreciated!
* freeradius2: additionald downloaded files temp disabled to check if we need ↵Alexander Wilke2012-06-201-0/+2
| | | | them with the ne built packages
* Fix refs to freeradius2 config to use the already-defined constant.jim-p2012-06-191-89/+89
|
* bufixes after resetting counter and more details in syslog outputAlexander Wilke2012-04-191-3/+20
|
* freeradius2 accounting script fixesAlexander Wilke2012-04-171-2/+2
|
* Generalize the firewall's name in user-visible spots of the FreeRADIUS2 package.jim-p2012-03-271-2/+2
|
* some checks on missing folders on nanobsd systems after reboot in /var/log. ↵Alexander Wilke2012-03-091-1/+9
| | | | | should fix: http://redmine.pfsense.org/issues/2256
* improved xmlrpc syncAlexander Wilke2012-03-041-36/+34
|
* typoAlexander Wilke2012-02-271-1/+1
|
* - some checks if we really need to download some files Alexander Wilke2012-02-211-48/+43
| | | - make parts of writeable (certs) so that it can be used on embedded systems
* check simultaneous-use against NAS with other methods (SNMP)Alexander Wilke2012-02-201-10/+21
|
* fixed: typoAlexander Wilke2012-02-181-1/+1
|
* - replaced old traffic counter which didn't work against two shell scripts ↵Alexander Wilke2012-02-181-202/+222
| | | | | | | (authentication + accounting) which now work on interim-updates and start/stop updates. (start/stop istn'working correct BECAUSE CP doesn't reset the octets between every update. Interim-Update does this) - changed units in GUI from bits, bytes and seconds to high and better readable values - placing all scripts (traffic counter + motp in central folder under /usr/local/etc/raddb/scripts/) - placing files and databases for time-/traffic-counter in /var/log/radacct/ This makes it possible to use them on embedded systems because of read-write access to this folders.
* OTP additionsAlexander Wilke2012-02-141-19/+4
|
* added custom options for mOTPAlexander Wilke2012-02-131-23/+29
|
* fixed broken rlm_counterAlexander Wilke2012-02-121-1/+1
|
* some minor checksAlexander Wilke2012-02-121-29/+39
|
* improved mobile-one-time-password handlingAlexander Wilke2012-02-121-5/+104
|
* additional checksAlexander Wilke2012-02-101-3/+7
|
* OTP supportAlexander Wilke2012-02-071-8/+197
|
* typoAlexander Wilke2012-02-041-1/+1
|
* custom logging optionsAlexander Wilke2012-02-041-2/+4
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-02-031-2/+12
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-01-311-5/+17
|
* option to disable weak EAP typesAlexander Wilke2012-01-291-14/+24
|
* fix check_cert_issuerAlexander Wilke2012-01-281-2/+4
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-01-281-0/+1
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-01-281-3/+43
|
* fixed a bug when shortname of NAS contains whitespace(s)Alexander Wilke2012-01-271-1/+1
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-01-241-18/+109
|
* Update config/freeradius2/freeradius.incAlexander Wilke2012-01-191-1/+11
|
* reverted: need to call two functions to initialize some config files after ↵Nachtfalke2012-01-181-0/+4
| | | | installation
* suppress some warnings on syslog if file doesn't existNachtfalke2012-01-181-0/+2
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-181-10/+28
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-171-14/+146
|
* need to call function to activate plain-mac-authNachtfalke2012-01-151-0/+1
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-151-13/+136
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-121-22/+25
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-111-7/+12
|
* Update config/freeradius2/freeradius.incNachtfalke2012-01-101-34/+395
|
* fetch needed libs for LDAP supportAlexander Wilke2012-01-081-1/+34
|
* - fixed: logging output Nachtfalke2012-01-081-15/+18
| | | | - added: activated time correction for NAS which send a start-packet instead of a "start-time" packet. - fixed: changed order of EAP and PLAIN MAC AUTH module to reduce confusion when reading file
* fixed typo in ldapNachtfalke2012-01-081-1/+1
|