summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an indication in the certificate list to show if a certificate is ↵jim-p2011-11-102-0/+19
| | | | internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server.
* Fix order of client/server IPs and add a note, and clarify variable names. ↵jim-p2011-11-101-3/+4
| | | | Fixes #2004.
* Trim filename before use to clear away any unnecessary whitespace. Fixes ↵jim-p2011-11-101-0/+1
| | | | client export package install (and probably others)
* When creating an internal certificate, offer the user a choice of what ↵jim-p2011-11-093-5/+54
| | | | constraints to place upon the certificate (CA, Server, or User).
* Rework this a little since using tap+tunnel network is valid, but using ↵jim-p2011-11-092-11/+11
| | | | tap+tunnel network+bridging is not (will not do what the user expects/wants)
* Fix up OpenVPN server tap modes, support various options for providing or ↵jim-p2011-11-082-17/+179
| | | | passing through DHCP. (Work in progress)
* Prevent link cycling when spoofing mac + DHCP. Fixes #1572jim-p2011-11-081-2/+6
|
* Fix display of CARP widget to properly show Disabled status, bring code more ↵jim-p2011-11-071-30/+32
| | | | in line with the carp status page, and clean it up a bit.
* Issue proper start and error messages during voucher loadingErmal2011-11-061-5/+9
|
* Check that we have an array to avoid php warnings++Ermal2011-11-061-2/+2
|
* Check that we have an array to avoid php warningsErmal2011-11-061-1/+1
|
* Merge pull request #17 from marcelloc/patch-4Scott Ullrich2011-11-051-3/+3
|\ | | | | Reduce fetch connection timeout from one minute to 5 seconds
| * reduce fetch connection timeout from one minute to 5 seconds Marcello Coutinho2011-11-051-3/+3
|/ | | this value changes only initial connection timeout, not download timeout.
* description is optionalChris Buechler2011-11-041-1/+1
|
* description is optionalChris Buechler2011-11-041-1/+1
|
* If sticky is enabled, show a tab under Diag > States to view the source ↵jim-p2011-11-033-6/+241
| | | | tracking table and clear it if needed.
* Allow carriage returns to separate filenames as well as spacesScott Ullrich2011-11-031-0/+5
|
* Adding missing fileScott Ullrich2011-11-021-0/+1
|
* Only symlink files onceScott Ullrich2011-11-021-1/+3
|
* Download correct filenamesScott Ullrich2011-11-021-2/+2
|
* Fixes #1976. Correct passthrough mac entries to not overwrite each other ↵Ermal2011-11-021-4/+1
| | | | this is different from allowed ips that used tables.
* Convert MTU from 1.2.3 to MSS on 2.0, fixes #1886jim-p2011-11-011-0/+11
|
* Fix SMTP monitor check in upgrade code, too.jim-p2011-11-011-2/+2
|
* Fix default SMTP monitor parameters so they will properly check to see if an ↵jim-p2011-11-011-2/+2
| | | | SMTP banner is received.
* Relayd expects send/expect arguments to be quoted strings. (And expect must ↵jim-p2011-11-011-2/+2
| | | | be a pattern, not just a partial string)
* Setup serial bits after upgrade on NanoBSD, too.jim-p2011-10-314-9/+17
|
* Allow the serial speed adjustment to work for nanobsd as well.jim-p2011-10-312-4/+7
|
* Add field to the GUI to select the serial console speed (May work as-is, ↵jim-p2011-10-312-6/+33
| | | | needs more testing/feedback)
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Merge pull request #15 from marcelloc/patch-2Scott Ullrich2011-10-271-0/+1
|\ | | | | Fix missing description in rowhelper.
| * Fix missing description in rowhelper.Marcello Coutinho2011-10-271-0/+1
|/
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-272-1/+7
|
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ↵jim-p2011-10-273-0/+125
| | | | are connecting.
* Specify full path to openssl.cnf, and select the relevant section to use ↵jim-p2011-10-271-0/+6
| | | | when generating certificates.
* Fix up syslog settings a bit, add some missing options, fix formatting of ↵jim-p2011-10-262-134/+137
| | | | syslog.conf, correct behavior of 'everything', code cleanup.
* Fix the 2nd grow command, add spaceSeth Mos2011-10-261-2/+2
| | | | Ticket #1758
* Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA arcSeth Mos2011-10-251-2/+7
| | | | | | hives for the 720 minutes average at 1000. Then run a rrdtool resize command to grow the RRA by 1000 and 2000 for the 60 and 720 average respectively. Attempts to further fix ticket #1758
* Do not pass the ldap port separately, but add it to the LDAP URL. PHP's ↵jim-p2011-10-251-24/+19
| | | | ldap_connect() ignores the passed port parameter if the first parameter is a URL instead of a hostname.
* Converting javascript code from prototype to jQueryVinicius Coque2011-10-245-23/+23
|
* Show RTT and Loss on Status > Gateways, not just on the widgetjim-p2011-10-241-1/+19
|
* Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵jim-p2011-10-241-1/+2
| | | | it appears to ignore a custom LDAP port even when it's correct in the config.
* fix textChris Buechler2011-10-221-3/+3
|
* Converting ajax code from prototype to jQueryVinicius Coque2011-10-223-37/+34
|
* Converting from prototype to jQuery status_*Vinicius Coque2011-10-223-20/+20
|
* Converting from prototype to jQueryVinicius Coque2011-10-221-6/+6
|
* Shorten the NEGATE rule label as these are too longsmos2011-10-211-1/+1
|
* More typos/text fixes.jim-p2011-10-191-4/+4
|
* Fix typojim-p2011-10-191-1/+1
|
* Fix typojim-p2011-10-191-1/+1
|
* Add the OOM memory restructuring fix from Ticket #1758 into mainline for ↵Seth Mos2011-10-191-6/+8
| | | | nanoBSD upgrades.
OpenPOWER on IntegriCloud