summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 ...Joecowboy2012-02-251-5/+9
* I now parses the xml tags in the dhcpd to check if an interface for DHCP leas...Joecowboy2012-02-251-6/+7
* Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime pe...Joecowboy2012-02-251-3/+4
* Changed the variable name to dhcpleaseinlocaltime from timeformatchange per j...Joecowboy2012-02-251-3/+4
* removed the timeformate change and putting it in the dhcpd and dhcpdv6 which ...Joecowboy2012-02-251-2/+0
* Added the the choice for DHCPv6 leases of local time over default UTC time.Joecowboy2012-02-251-1/+14
* Added choice of UTC time or local time for DHCP leases.Joecowboy2012-02-251-2/+15
* Added check box for DHCPv6 lease time to select local time instead of the def...Joecowboy2012-02-251-0/+27
* Added check box for changing from UTC time to local time display on DHCP leases.Joecowboy2012-02-251-0/+27
* Added Time format change XML tag for both DHCP and DHCPv6 if you want to use ...Joecowboy2012-02-251-0/+2
* Always configure a link local address when configuring a carp with a IPv6 add...smos2012-02-251-0/+2
* Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-253-4/+14
* Write out a default router file for the srd interfacesmos2012-02-251-1/+4
* Adding gateway support for 6rd support, does not add route yet.smos2012-02-252-1/+14
* Update the interfaces.php for 6rd support, reflects variable changessmos2012-02-251-29/+25
* Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN ...smos2012-02-252-25/+43
* Ticket #1917 - DHCP server support for multiple domains in search listPierre POMES2012-02-232-2/+12
* Carry over the key length on input errors when creating a certificate signing...Erik Fonnesbeck2012-02-231-0/+2
* While we're at it, allow hostnames for syslog servers, since that is also valid.jim-p2012-02-232-6/+23
* Change case of "NOTE" for consistency with other pages and fix a misspelling.Erik Fonnesbeck2012-02-231-2/+2
* Reformat syslog settings, cleanup whitespace, reword some awkward English, ad...jim-p2012-02-231-110/+112
* Allow users to enter a port number when adding a remote syslog server.jim-p2012-02-232-11/+20
* If no rules are defined on the floating rules tab, show a more relevant message.jim-p2012-02-231-2/+6
* Make the reboot time estimate a little more realisitic.jim-p2012-02-235-6/+6
* Missed removing the function from here as wellWarren Baker2012-02-231-3/+0
* No need for extra function and touching of file, just set the value and use g...Warren Baker2012-02-233-29/+5
* Merge pull request #56 from yakatz/beepChris Buechler2012-02-224-0/+48
|\
| * Option to disable startup/shutdown soundsYehuda Katz2012-02-224-0/+48
|/
* Merge pull request #55 from yakatz/dyndnsScott Ullrich2012-02-224-14/+13
|\
| * Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-224-14/+13
|/
* For nat reflection inetd rules, udp/dgram requires wait, instead of nowait/0....jim-p2012-02-221-1/+3
* only skip adding default gateway if OLSR is actually enabled, and log why you...Chris Buechler2012-02-221-1/+2
* Don't add the description either when the condition is not met, in case other...Erik Fonnesbeck2012-02-211-3/+5
* Revert "Remove the -S $SRCIP to ping and added a timeout."smos2012-02-211-2/+2
* Merge pull request #54 from jeandebogue/patch-2Seth Mos2012-02-211-2/+2
|\
| * Remove the -S $SRCIP to ping and added a timeout.jeandebogue2012-02-211-2/+2
|/
* ARP table is singularChris Buechler2012-02-211-1/+1
* Use PHP's built-in RFC 2822 date format, rather than trying to make our own.jim-p2012-02-201-1/+1
* Rather use -c to check for line count, we then dont have to deal with extra w...Warren Baker2012-02-201-1/+1
* Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for d...Pierre POMES2012-02-192-10/+31
* Ticket #2205 - Main logic for relayd global settings screen, still need to ad...Pierre POMES2012-02-195-1/+147
* Add missing ;Scott Ullrich2012-02-181-1/+2
* Merge pull request #51 from Joecowboy/masterScott Ullrich2012-02-181-3/+2
|\
| * A friend of mine was having the same issue that was stated in another pull re...Joecowboy2012-02-181-3/+2
|/
* Merge pull request #49 from yakatz/masterSeth Mos2012-02-151-10/+6
|\
| * Convert strtotime() to DateTime object to fix 2038 roll-over issue.Yehuda Katz2012-02-141-10/+6
* | Ticket #2157. Add missing call to relayd_configure()Pierre POMES2012-02-141-0/+2
|/
* Add button to download a .p12 of a cert+key. Implements #2147jim-p2012-02-141-0/+25
* Reject an interface without a subnet as a network source in the IPsec Phase 2...jim-p2012-02-141-0/+10
* Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket...jim-p2012-02-141-0/+9
OpenPOWER on IntegriCloud