summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #136.Ermal Luçi2010-01-262-35/+22
| | | | | | | | Fix associated nat rules. Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together. The API to use for this is in itemid.inc. All the issues should be solved now.
* Use backslash(\) for escaping and not slash(/).Ermal Luçi2010-01-231-1/+1
|
* Now ppp support interface renaming so there is no need for this.Ermal Luçi2010-01-231-12/+0
|
* Allow ppp to run during bootup.Ermal Luçi2010-01-221-1/+1
|
* Correctly generate the if name for ppp.Ermal Luçi2010-01-221-1/+1
|
* Really write ppp.conf during reload. Include neccessary include.Ermal Luçi2010-01-223-1/+8
|
* Tell ppp to rename the underlying tun interface now that we teached it how ↵Ermal Luçi2010-01-221-0/+1
| | | | to do so.
* Set set_time_limitScott Ullrich2010-01-211-0/+1
|
* fix DHCP relayChris Buechler2010-01-211-5/+5
|
* Stop fighting php bugs where a variable is not defined on one system yet it ↵Scott Ullrich2010-01-203-44/+38
| | | | is defined on another.
* Include itemScott Ullrich2010-01-201-1/+1
|
* Really unbreak sysctl handlingScott Ullrich2010-01-201-2/+5
|
* Unbreak default sysctl handlingAdministrator2010-01-202-4/+3
|
* Ticket #305. Grey out the gateway when it is a dynamic one.Ermal Luçi2010-01-181-2/+5
|
* Set variable instead of using comparison operatorScott Ullrich2010-01-161-2/+1
|
* If config['system']['altpkgrepo']['username'] and ↵Scott Ullrich2010-01-161-0/+7
| | | | config['system']['altpkgrepo']['password'] then pass along these values to the XMLRPC layer so we can use password protected pkg servers
* Add some missing bracesjim-p2010-01-151-1/+2
|
* Ticket #280. Seems that xml parser does not set the value correctly.Ermal Luçi2010-01-141-4/+8
|
* if gzsig is missing, return error verifying signature rather than invalid ↵Chris Buechler2010-01-131-1/+1
| | | | signature.
* Resolves #279. Do not show vlans as parent interfaces for other vlans.Ermal Luçi2010-01-121-2/+3
|
* Actually just destroy the interface since carp interfaces will not be ↵Ermal Luçi2010-01-121-4/+4
| | | | handled correctly from interface_bring_down.
* Make get_real_interface return real interface enc0 for "ipsec". Refactor ↵Seth Mos2010-01-112-22/+5
| | | | | | enable_rrd_graphing() to use get_configured_interface_with_descr()
* Handle faultCode()Scott Ullrich2010-01-111-1/+6
|
* Ticket #99. More fixes to reflection.Ermal Luçi2010-01-101-14/+10
|
* Ticket #283. Do not create Inbound(rdr) nat rules for disabled interfaces.Ermal Luçi2010-01-101-0/+4
|
* Feedback #283. Do not create outbound nat rules for disabled interfaces.Ermal Luçi2010-01-101-0/+4
|
* Resolves #293. Do not try to bind to the ip discovered by checkip since that ↵Ermal Luçi2010-01-101-4/+7
| | | | might give a NAT ip rather than the real interface ip.
* Check for is_array()Scott Ullrich2010-01-091-1/+1
|
* Report auth errors correctly during xmlrpc syncScott Ullrich2010-01-091-5/+11
|
* fix typos. Ticket #278Chris Buechler2010-01-051-3/+3
|
* unbreak CP after HTTP > HTTPS redirectChris Buechler2010-01-041-3/+4
| | | | Ticket #270
* Fix some package uninstall bits on nanojim-p2010-01-031-0/+5
|
* Merge 2bf552a41ca9fde6c71ba3aad9da794785246852 from RagnaBaby-cloneScott Ullrich2010-01-031-3/+5
|
* fix typoChris Buechler2010-01-031-2/+2
|
* Restore interface list for vlan interfaces.Seth Mos2010-01-021-3/+2
|
* Boos max_procsScott Ullrich2010-01-021-4/+4
|
* fix typosChris Buechler2010-01-011-2/+2
|
* Update URL to point to snapshot server until RCScott Ullrich2009-12-311-2/+3
|
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-311-0/+11
|
* fix openvpn user auth. thanks to thompsa@ for finding fixChris Buechler2009-12-301-1/+1
|
* Fix var names/Ermal Luçi2009-12-301-1/+1
|
* Ticket #257. Fix unsetting Red/Rio/Ecn etc...Ermal Luçi2009-12-301-0/+18
|
* Ticket #261 Do not consider ports as hostnames. This changes the is_port ↵Ermal Luçi2009-12-302-9/+11
| | | | function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
* Revert "fix OpenVPN user auth"Chris Buechler2009-12-291-3/+3
| | | | This reverts commit f67a48ccda79386b5628e746e43bdf55a4f54ed6.
* fix OpenVPN user authChris Buechler2009-12-291-3/+3
|
* Add back rc.filter_configure_syncScott Ullrich2009-12-291-0/+1
|
* These patches give you a display of the uptime of the active PPP linkScott Ullrich2009-12-292-8/+74
| | | | | | | | | | | | | | on the "Status-> Interfaces" page, and also logging on /conf (to survive reboot) of uptimes of each session after it is closed. In addition, the status_interfaces.php page displays the cumulative uptime total so users can manage their links that are on pay by the minute arrangements. Shortcomings: partial minutes are just added as cumulative seconds where most providers probably charge you for a minute after you're 1 second into that minute. I may fix this later. Submitted-by: Gabriel B
* Apparently OpenVPN 2.1 requires setting "script-security 2" to run given the ↵jim-p2009-12-291-0/+1
| | | | other options we currently employ.
* Use better interface names.Ermal Luçi2009-12-281-3/+2
|
* Fix racoon file gneration when selected type is dyn_dns. Reported-by: ↵Ermal Luçi2009-12-281-0/+1
| | | | http://forum.pfsense.org/index.php/board,49.0.html.
OpenPOWER on IntegriCloud