aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix paths on the 2.0 version of the tftpd packagejim-p2011-05-161-3/+3
|
* Fix whitespace, loading config at reinstall/bootup.jim-p2011-05-161-62/+69
|
* Replicate the open-vm-tools fixes into the version of the file used on 2.0jim-p2011-05-161-5/+7
|
* Fix misc errorsScott Ullrich2011-05-151-1/+4
|
* Add missing haystackScott Ullrich2011-05-141-1/+1
|
* Add back vmxnet driver that was accidentaly backed out.Scott Ullrich2011-05-131-0/+12
|
* If the openvpn instance is "any", export the config to point to the wan by ↵jim-p2011-05-111-1/+1
| | | | default (otherwise it was empty, an invalid config)
* snort-dev, add typo fix againrobiscool2011-05-101-1/+1
|
* snort-dev, add more tabs, update coderobiscool2011-05-109-104/+1146
|
* snort-dev, add interfaces edit tab, update coderobiscool2011-05-1015-141/+812
|
* Sync ntop on install so it will write out the rc file and start. Works for ↵jim-p2011-05-101-0/+1
| | | | me now on 32 and 64 bit.
* The old ntop package xml was downloading a 32-bit library that isn't needed ↵jim-p2011-05-101-0/+151
| | | | on 2.0 and will just break things even more. Shuffle things around a bit and hopefully let it work properly.
* Fix pathsjim-p2011-05-071-2/+2
|
* fix typo in snort, ticket #1314Chris Buechler2011-05-062-2/+2
|
* snort-dev, update slqlight databasesrobiscool2011-05-062-0/+0
|
* snort-dev, add neww filesrobiscool2011-05-0623-976/+1624
|
* snort-dev, add sqllight databasesrobiscool2011-05-062-0/+0
|
* Add a TFTP package fixed for pfSense 2.0jim-p2011-05-063-0/+466
|
* Account for the server's dev type when exporting, and default to tun if it's ↵jim-p2011-05-061-1/+2
| | | | not set. http://forum.pfsense.org/index.php/topic,36467.0.html
* Fix Open VM Tools syntax error.jim-p2011-05-041-1/+0
|
* When making the cache and doing squid -z, it should be safe to do a ↵jim-p2011-05-021-1/+4
| | | | recursive chown on what should be a small directory set.
* Also allow subnets in the proxy bypass fields.jim-p2011-05-022-4/+4
|
* Cleanup any potentially empty/redundant pfflowd config entries before ↵jim-p2011-04-291-3/+32
| | | | loading the form to edit settings. While I'm here, add input validation for required fields.
* Bump version to 0.9 for ipv6 supportSeth2011-04-282-1/+7
|
* Fix openvpn client export for cert-only users (no auth), clarify some text. ↵jim-p2011-04-282-4/+8
| | | | Version bump again.
* Stop squid from doing a recursive chown/chgrp inside the cache folder, ↵jim-p2011-04-271-2/+6
| | | | should speed up save/sync with a large cache. Version bump to reflect change.
* Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, ↵jim-p2011-04-263-25/+88
| | | | Radius), by listing certificates from the same CA as the OpenVPN server.
* Merge branch 'master' of rcs.pfsense.org:pfsense-packages/mainlineMartin2011-04-211-1/+1
|\
| * Check that this file exists before trying to use it. Should stop GUI and ↵jim-p2011-04-181-1/+1
| | | | | | | | console errors that the file doesn't exist.
* | fix Bug #1423Martin2011-04-212-202/+202
|/
* Added scripts to /usr/local/pkg/pfTom Schaefer2011-04-116-3/+6
|
* Fix syntax error (trailing space)jim-p2011-04-111-1/+1
|
* Misc shared key export fixes.jim-p2011-04-071-11/+14
|
* Put each link on their own lines. This was confusing to new users.Scott Ullrich2011-04-061-6/+6
|
* Don't unpack the avahi tgz on amd64, since it contains only i386 binaries. ↵jim-p2011-04-051-10/+10
| | | | Instead, try to install the package the normal way.
* Adding vmxnet on bootup supportScott Ullrich2011-03-311-1/+15
|
* Make sure that pfflowd does start even at the first time the values are set.Ermal2011-03-301-2/+2
|
* fix typoChris Buechler2011-03-301-1/+1
|
* Only print a subnet line for bandwidthd if it's a valid subnet, to avoid ↵jim-p2011-03-301-1/+2
| | | | generating an invalid configuration file.
* correct versionMartin2011-03-301-1/+1
|
* Fix typo.Erik Fonnesbeck2011-03-291-1/+1
|
* Add a field to the postfix forwarder package to set the max message size.jim-p2011-03-292-2/+22
|
* fix textChris Buechler2011-03-261-1/+1
|
* Teach the GUI of pfflowd to accept a source ip.Ermal2011-03-251-1/+9
|
* removed the definition of the firewall host, leaving the empty input box it ↵lgcosta2011-03-241-2/+2
| | | | defined the bind only to the hostname and not for everyone (*) as the tip of the input
* remove others ".php.php"lgcosta2011-03-242-2/+2
|
* fixed url of the formlgcosta2011-03-241-2/+2
|
* Update pfflowd to version 0.8Scott Ullrich2011-03-231-15/+6
|
* Move sync_package_spamd_whitelist() to spamd.inc and have ↵Erik Fonnesbeck2011-03-222-20/+20
| | | | spamd_whitelist.xml include spamd.inc to prevent an error that says it is undefined. May help with the issue reported for ticket #1363
* Use is_numeric here instead of just testing the variable (it will fail if ↵jim-p2011-03-171-1/+1
| | | | the usrid is 0, when that should be valid)