aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Update config/freeradius2/freeradiusclients.xmlNachtfalke2011-12-281-29/+28
|
* Update config/freeradius2/freeradiuscerts.xmlNachtfalke2011-12-281-30/+29
|
* Update config/freeradius2/freeradius.xmlNachtfalke2011-12-281-48/+47
|
* Update config/freeradius2/freeradius.incNachtfalke2011-12-281-97/+180
|
* When adding squid's rotate job, make it rm the swap.state file before ↵jim-p2011-12-281-1/+2
| | | | rotating to be extra sure it's written cleanly.
* Merge pull request #159 from Nachtfalkeaw/masterJim P2011-12-283-54/+124
|\ | | | | Integrated pfsense Cert Manager into freeradius
| * Integrated pfsense Cert Manager in freeradius package (Thanks to jimp and ↵Alexander Wilke2011-12-233-54/+124
| | | | | | | | | | | | sullrich). Now it is possible to create certificates in pfsense Cert manager and use them for freeradius. The freeradius cert builder script is still present because freeradius needs some default ca and cert to start the service.
* | Enable ipblocklist legacy for 2.0.1 per request by pfsense usersThomas Schaefer2011-12-263-3/+3
| |
* | Enable countryblock as legacy app as requested by pfsense usersThomas Schaefer2011-12-265-6/+6
|/
* Added information on freeradius cert-manager that there are some ↵Alexander Wilke2011-12-223-30/+57
| | | | | | disadvantages compared to built-in pfsense Cert-Manager. Explainaition how to use pfsense built-in cert-manager with freeradius. some small fixes on cert-creation and some typos.
* Ensure loopback address is not affectedWarren Baker2011-12-221-3/+3
|
* Merge pull request #156 from Nachtfalkeaw/masterScott Ullrich2011-12-219-5/+659
|\ | | | | added GUI to create certificates for freeradius (CA, Server, Client). tested on pfsense version 2.0.1
| * Added GUI to create certificates for freeradius (CA, server, clients)Alexander Wilke2011-12-219-5/+659
| |
* | postfix - include pfsense version in system.inc backup filemarcelloc2011-12-211-2/+3
| |
* | postfix - fix system.inc crash in pfsense 2.0.1marcelloc2011-12-211-7/+6
|/
* Added tab to view freeradius config filesAlexander Wilke2011-12-208-0/+173
|
* only enable virtual-server "coa" if there is an interface-type "coa" which ↵Nachtfalke2011-12-201-6/+8
| | | | needs this server.
* pfblocker - remove illegal character from javascriptmarcelloc2011-12-204-4/+0
| | | | | postfix - remove illegal character from javascript varnish - remove illegal character from javascript
* pfblocker - remove widget scrollmarcelloc2011-12-204-5/+5
| | | | | varnish - remove widget scroll postfix - remove widget scroll
* useless file deletedNachtfalke2011-12-201-3/+0
|
* freeradius2 changesAlexander Wilke2011-12-204-106/+824
|
* Merge pull request #147 from mdima/masterChris Buechler2011-12-191-51/+13
|\ | | | | Package Sync
| * Uses the pfSense built-in functions to start/stop/restart the service in ↵Michele Di Maria2011-12-191-51/+13
| | | | | | | | stead of the functions defined by the first developer.
* | Bump Unbound version to address CVE-2011-4528 and remove PBI (for now) so ↵Warren Baker2011-12-192-2/+2
| | | | | | | | amd64 can get some Unbound love
* | Fix check so rogue access-allow doesnt b0rg the configWarren Baker2011-12-191-4/+3
| |
* | make use of an apply button and use pfSenseHeader() insteadWarren Baker2011-12-191-19/+31
| |
* | openvpn-client-export - remove unnecessary menu optionmarcelloc2011-12-191-6/+0
| |
* | openvpn-client-export - add menu and file permissionmarcelloc2011-12-192-1/+23
| |
* | missed to include .xmlNachtfalke2011-12-191-0/+5
| |
* | Merge pull request #145 from Nachtfalkeaw/masterChris Buechler2011-12-197-4/+435
|\ \ | | | | | | adding .xml to configure freeradius sql.conf from GUI
| * | Update config/freeradius2/freeradius.xmlNachtfalke2011-12-191-0/+1
| | |
| * | Added GUI for configuring sql.confNacht Falke2011-12-197-4/+434
| | |
* | | pfblocker - update country listsmarcelloc2011-12-196-6073/+6844
| | |
* | | Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesmarcelloc2011-12-1910-97/+728
|\| |
| * | Added additional .XML to configure eap.confNacht Falke2011-12-186-51/+493
| |/
| * The previous change solves the problems on save, not during reinstall.Michele Di Maria2011-12-181-2/+3
| | | | | | | | | | | | This change solves also the problems during reinstall. Thanks Michele
| * Stops the service before doing anything to the configuration.Michele Di Maria2011-12-181-7/+10
| | | | | | | | This solves a problem during reinstall and saving the settings while the service is running.
| * - Added 40x2 display size (I found out that some display has this size)Michele Di Maria2011-12-174-40/+225
| | | | | | | | | | | | | | - I managed in the code ALL the drivers available in the package. Consider that before this change only 12 drivers on 35 were supported. Now all the selectable panels are supposed to work, with the default configuration values. If someone has problems with the new added drivers please let me know - I added the IN/OUT statistics for a selectable interface. For the selected interface IN and OUT bytes are shown - In the summary (visible to the ones that have a 4 line display) I added, if the width of the panel is bigger than 16 rows, the frequency in percent currently used - I reduced the CPU interval in the load calculation from 1s to 250ms. This because setting the refresh of the panel to 1 second was actually 2 seconts (1 to wait for the refresh, 1 to wait for the CPU calculation)
* | pfblocker - version 1.0.1 with minor fixesMarcello Coutinho2011-12-194-18/+54
|/
* mailscanner - include more help linksMarcello Coutinho2011-12-171-0/+9
| | | | haproxy - change status to release
* Merge pull request #139 from mdima/masterMarcello Coutinho2011-12-161-4/+4
|\ | | | | Sorry....
| * Sorry, a couple of fixes in the files directories...Michele Di Maria2011-12-161-4/+4
| |
* | mailscanner - version 0.2 with many improvements and sync guiMarcello Coutinho2011-12-1612-30/+381
|/ | | | postfix - package version 2.3.2 with sender acl
* Many improvementsMichele Di Maria2011-12-163-15/+32
| | | | | | | 1) Added the Package Info page (points to the forum page) 2) Added "(x86 only)" for the description of the nexcom driver (the only one outside the build platform) 3) Solved a problem that in certain condition caused a high CPU usage 4) Added as optional the "welcome screen+version"
* Updates LCDProc to version 0.5.4.Michele Di Maria2011-12-164-0/+1574
| | | | | | | Include a full list of all the drivers available (default build). This is a development version under test, it's not granted it works in all conditions. Reference: http://redmine.pfsense.org/issues/1406
* typoNachtfalke2011-12-161-3/+3
|
* Update config/freeradius2/freeradius.xmlNachtfalke2011-12-161-0/+6
|
* sourced out some functions to freeradius.xml -> hope this creates the ↵Nachtfalke2011-12-161-7/+0
| | | | config, clients ans user files after reinstallation.
* disabled virtual-server "control-socket" which is experimental and ↵Nachtfalke2011-12-161-7/+10
| | | | | misconfigured a security issue disabled module proxy because in most environments we do not need to proxy requests to another RADIUS PROXY server
* just cosmetic changesNachtfalke2011-12-151-12/+14
|