summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show all widgets. Remove - button as there is no save mechanism at all for ↵sullrich2009-12-021-11/+2
| | | | this widget.
* Formatting cleanups. Increase buffer sizesullrich2009-12-023-96/+82
|
* Allow a username. Default to _SESSION['Username']sullrich2009-12-021-3/+14
|
* Unbreak auto ugprade. Resolves #181sullrich2009-12-021-1/+1
|
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* update certssullrich2009-12-022-34/+33
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-022-5/+22
|
* Disallow virtual IP addresses withing the range Ticket #50sullrich2009-12-021-4/+9
|
* Set name in arraysullrich2009-12-021-0/+1
|
* Restore the external port range to. Resolves #192sullrich2009-12-021-0/+2
|
* Correctly set vtable classsullrich2009-12-021-1/+1
|
* Show correct availavble usable range and disallow using network or broadcast ↵sullrich2009-12-021-6/+15
| | | | address. Ticket #145
* Do not allow broadcast or the network address in the rangesullrich2009-12-021-26/+19
|
* Move { and } to same line.sullrich2009-12-021-6/+3
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-022-47/+34
| | | | Ticket #139
* Add ===>sullrich2009-12-021-1/+1
|
* Do not output done twice Ticket #63sullrich2009-12-021-1/+0
|
* Call file_exists for each file. Ticket #63sullrich2009-12-021-1/+1
|
* Setup a_cert and a_ca for write_config() Ticket #63sullrich2009-12-021-0/+6
|
* use same variablesullrich2009-12-021-5/+3
|
* Shorten output string. Setup crtsullrich2009-12-021-1/+6
|
* Assign unique ref and commit certificate. Ticket #63sullrich2009-12-021-4/+19
|
* Adding default SSL certs to import. Ticket 63sullrich2009-12-022-0/+38
|
* Make the default HTTPS. Ticket #63sullrich2009-12-021-8/+0
|
* Use lighty compression instead of php gzip Resolves #198sullrich2009-12-021-6/+9
|
* Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195sullrich2009-12-022-2/+13
|
* Put back a wrongly removed line.Ermal Luçi2009-12-021-0/+2
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-1/+0
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-12/+13
|
* Try to enable even filtering of vlans in hardware. New with FreeBSD 8.Ermal Luçi2009-11-301-0/+1
|
* Ticket #146. Fix the autocompletion of ports aliases only for the ports and ↵Ermal Luçi2009-11-302-18/+17
| | | | host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)
* Ticket #146. Fix the autocompletion of ports aliases only for the ports and ↵Ermal Luçi2009-11-302-15/+13
| | | | host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this.
* Resolves #138 Add propper input validation to aliases. Do not allow to ↵Ermal Luçi2009-11-301-5/+14
| | | | nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
* Remove uneccessary variable.Ermal Luçi2009-11-301-3/+1
|
* Fix get_configured_carp_interface_list: use the right interface name using vhidpierrepomes2009-11-301-1/+2
|
* Turn off compression for time being. Ticket #198sullrich2009-11-301-1/+1
|
* Resolves #68 When checking for the secondary wan ip address curl is forced ↵Ermal Luçi2009-11-301-11/+17
| | | | to go through the it for all traffic. This might mean that DNS fails. Resolve the checkip.dyndns.org ip outside of curl so it can be guaranteed that the traffic of curl will be just http and nothing else. This allows pfSense installation without internet access to work still since if gethostbyname fails now it just extracts the ip from the local interface. To be checked out is what behaviour this should give for CARPgit diff! (Write now surely it does the wrong thing!)
* Cleanup code to make it easier to read and faster.Ermal Luçi2009-11-301-20/+23
|
* Move files to pfSense.obsoletedfilessullrich2009-11-292-9/+9
|
* Do not allow duplicate netcat reflection entries. Resolves #193sullrich2009-11-291-6/+6
|
* Use any for block until a diff solution can be createdsullrich2009-11-291-1/+1
|
* Lock out SSH going to LANIPS. Use correct SSH port if custom port is defined.sullrich2009-11-291-2/+7
|
* Process old entries, toosullrich2009-11-291-1/+1
|
* Update ttys serial lines. Resolves #165sullrich2009-11-291-2/+2
| | | | | | | | To prevent collisions with the sio(4) driver, the uart(4) driver uses different names for its device nodes. This means the onboard serial port will now most likely be called "ttyu0" instead of "ttyd0". You may need to reconfigure applications to use the new device names.
* Define full path to binariessullrich2009-11-292-4/+4
|
* Remove Headersullrich2009-11-291-1/+0
|
* Post against reboot.php and reboot instead of reinventing the wheel. Ticket ↵sullrich2009-11-291-6/+9
| | | | #191
* Do not show reboot notices twice. Resolves #191sullrich2009-11-291-10/+7
|
* Fix ' in alias description. Confirmed working fix for ticket #143jim-p2009-11-291-1/+2
|
OpenPOWER on IntegriCloud