summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix failure on opening gettytab fir writing.Ermal Luçi2009-12-281-1/+4
|
* Be consistent where we write and where we read the new config.Ermal Luçi2009-12-281-3/+4
|
* Replace some occurrence of /tmp with the propper global variable in attempt ↵Ermal Luçi2009-12-288-53/+46
| | | | to minimize the search for what changes /tmp permissions.
* remove old function from 1_2, it just wipes out the authorized_keys file ↵Chris Buechler2009-12-281-17/+0
| | | | breaking SSH access with the way 2.0 handles SSH keys. writing out the keys is handled by the user manager now
* redirect to the correct portChris Buechler2009-12-271-1/+3
|
* Add redirect from HTTP to HTTPS. Ticket #63Chris Buechler2009-12-271-4/+11
|
* Fix function which should fix default gw handling for dynamic interfaces.Ermal Luçi2009-12-271-1/+1
|
* Fix some other problems with reflection code. Feedback #99.Ermal Luçi2009-12-271-3/+2
|
* Change this include to a require_once(), it was causing an error on boot.jim-p2009-12-271-1/+1
|
* fix typoChris Buechler2009-12-261-1/+1
|
* remove notice that unnecessarily appears on every clean installChris Buechler2009-12-261-1/+0
|
* Also match umodem for the UM175 unit.thompsa2009-12-271-1/+1
|
* Add graphing for 3G cellular modems.thompsa2009-12-271-0/+31
|
* Fix the inetd definitions. Remove forgotten dead code.Ermal Luçi2009-12-251-8/+8
|
OpenPOWER on IntegriCloud