summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes #976. Bring in the piecies for classless routing from FreeBSD 8.1 script.Ermal2010-10-271-0/+59
* Do not require LDAP search base DN. Requiring this can prevent some valid LDA...jim-p2010-10-272-4/+3
* Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restorepierrepomes2010-10-261-0/+6
* Make the $pgtitle output a link back to the current page for a convenient way...jim-p2010-10-261-1/+1
* Remove unnecessary (and unclosed) form tag.jim-p2010-10-251-1/+0
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-255-0/+15
* If there are no aliases, push an empty aliases array. Fixes #961jim-p2010-10-251-1/+4
* Add a note to the DNS Rebinding protection error letting the user know to try...jim-p2010-10-251-1/+1
* Do not show on the queue/limiters list the disabled entries(optimized and cle...Ermal2010-10-251-15/+12
* Do not show on the queue/limiters list the disabled entries.Ermal2010-10-251-6/+19
* Ticket #943. Call the update procedure directly to not do an unecessary loop.Ermal2010-10-251-1/+1
* Make this more strict checking.Ermal2010-10-252-3/+2
* Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat...Ermal2010-10-251-8/+7
* Add l7 rules synchro. Ticket #951pierrepomes2010-10-241-0/+2
* Be smart and correct; first check for opt*ip and after check for opt* otherwi...Ermal2010-10-221-7/+8
* Balance <p> with </p>Ermal2010-10-221-7/+7
* Put </ul> tags inside the same <td> since they cannot span multiple of them.Ermal2010-10-221-4/+4
* Clear some forgotten </img> </font> tags.Ermal2010-10-221-3/+2
* Check to see if it is not an array first - as per jim-p on IRC.Warren Baker2010-10-221-1/+2
* Mark this entry as an array before treating it as such otherwise php complains.Ermal2010-10-221-0/+1
* Display the ICMP type (abbreviated) in the firewall rule list and show the fu...Erik Fonnesbeck2010-10-211-1/+30
* Fix crl upgrade code.jim-p2010-10-211-1/+1
* Break after the first error.jim-p2010-10-211-0/+1
* Prevent the DHCP range from being changed to include static mapping entries. ...jim-p2010-10-211-0/+11
* Reject DHCP static mappings that are inside of the DHCP range. Fixes #966jim-p2010-10-211-0/+5
* Remove WIP note. This should resolve #555.jim-p2010-10-211-1/+0
* Indicate in various places if a certificate is revoked.jim-p2010-10-213-4/+29
* Indicate if a certificate has been revoked, both in the cert list and the use...jim-p2010-10-212-0/+6
* Add ability to select reason codes for revocation. Reformat CRL edit screen a...jim-p2010-10-212-16/+30
* Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-212-1/+35
* Add support for deleting a cert from a CRL (unrevoke). As of this point basic...jim-p2010-10-211-4/+12
* Change OpenVPN wizard to set input_errors when there is a fatal condition tha...jim-p2010-10-201-4/+4
* Add these error/info box classes to the wizard.css file.jim-p2010-10-201-0/+57
* Add a patch to wizard.php to support input_errors from sullrich (with some mo...jim-p2010-10-201-3/+5
* Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes...jim-p2010-10-202-6/+18
* Add upgrade code for importing CRLs. Ticket #555jim-p2010-10-201-2/+12
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-202-3/+129
* Fix some forgotten name->descr changes.jim-p2010-10-203-8/+8
* move dhcpd.conf authoritative; so it's only there once, not once per interface.Chris Buechler2010-10-201-4/+4
* Traffic shaper wizards remove redirection before final step. This seems a for...Ermal2010-10-204-24/+13
* Sync CRLs, too.jim-p2010-10-201-0/+3
* Correctly call die() in the places needed. Also remove unused global.Ermal2010-10-191-36/+42
* Generalize the "low res" user agent detection so it isn't Apple-specific. Inc...jim-p2010-10-191-3/+3
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-1915-76/+83
* Generalize this function and use it in more places to reduce duplicated code.jim-p2010-10-191-31/+15
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-195-8/+21
* desc to descr in Load Balancer config, so they gain CDATA protection and stan...jim-p2010-10-1916-32/+52
* Update field name reference in code, it was changed to descr but this code wa...jim-p2010-10-191-2/+2
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ...jim-p2010-10-194-55/+68
* ipalias type should be handled in backup_vip_config_section. Remove useless c...pierrepomes2010-10-181-11/+1
OpenPOWER on IntegriCloud