aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a TFTP package fixed for pfSense 2.0jim-p2011-05-065-8/+472
|
* Make the amd64 open-vm-tools package match the 32-bit one which is working now.jim-p2011-05-062-5/+6
|
* 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
|
* disable freeswitch packages on amd64, just installing it seriously breaks ↵Chris Buechler2011-05-031-2/+2
| | | | libiconv, leaving the bulk of the system unusable.
* 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
|
* Sync open-vm-tools build_port_paths. Move icu up a bit to compile earlier.Scott Ullrich2011-04-292-5/+24
|
* Cleanup any potentially empty/redundant pfflowd config entries before ↵jim-p2011-04-294-6/+35
| | | | 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-284-6/+10
| | | | Version bump again.
* Stop squid from doing a recursive chown/chgrp inside the cache folder, ↵jim-p2011-04-274-5/+9
| | | | 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-265-27/+90
| | | | Radius), by listing certificates from the same CA as the OpenVPN server.
* remove duplicate build entry, which was not workingMartin2011-04-211-2/+0
|
* 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-119-9/+12
|
* 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
|
* Add some direction on where to configure Unbound in the Description field in ↵Warren Baker2011-04-062-2/+2
| | | | Pkg manager.
* Show correct path to the Unbound menu in the post install notes.Warren Baker2011-04-062-2/+2
|
* Fix port pathjim-p2011-04-052-2/+2
|
* Don't unpack the avahi tgz on amd64, since it contains only i386 binaries. ↵jim-p2011-04-052-10/+11
| | | | Instead, try to install the package the normal way.
* Ensure icu is built with open-vm-tools as it keeps skipping the build and ↵Scott Ullrich2011-04-041-4/+6
| | | | icu is stuck on a version less than 4.6.1
* 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
|
* Make sure squid pulls the newer version of OpenLDAPjim-p2011-03-301-1/+1
|
* fix typoChris Buechler2011-03-301-1/+1
|
* Small version bump for bandwidthd.jim-p2011-03-302-2/+2
|
* 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
|
* Merge branch 'master' of rcs.pfsense.org:pfsense-packages/mainlineMartin2011-03-291-2/+2
|\
| * Version bump for squidGuard binary.jim-p2011-03-291-2/+2
| |
* | dd open-vm-tools-nox11-dependenciesMartin2011-03-291-3/+23
|/
* 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-294-4/+24
|
* fix textChris Buechler2011-03-261-1/+1
|
* bump pfflowd versionChris Buechler2011-03-263-9/+9
|
* 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
|
* Version bump of pfflowd to 0.8Scott Ullrich2011-03-232-4/+4
|
* Bump pfflowd version to 0.8 for 1.2.3-RELScott Ullrich2011-03-231-3/+3
|
* 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
* Fix open-vm-tools binary version for i386jim-p2011-03-171-1/+1
|
* 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)