| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not show ipfw0 for assignment. | Ermal | 2010-05-25 | 1 | -1/+2 |
* | Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ... | Erik Fonnesbeck | 2010-05-20 | 1 | -8/+18 |
* | Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ... | Ermal | 2010-05-13 | 1 | -5/+5 |
* | Ensure the URL table file is not empty at this step. | jim-p | 2010-05-12 | 1 | -1/+1 |
* | Add a new alias type, urltable, which downloads a file of IP/CIDR addresses a... | jim-p | 2010-04-21 | 1 | -0/+16 |
* | Remove bogus char. Spotted-by:gnoahb@ | Ermal | 2010-03-29 | 1 | -1/+1 |
* | Restore tun interface because it is still used by openvpn. | Ermal | 2010-03-29 | 1 | -1/+1 |
* | Changes to make PPP work again. mpd5 fails to establish a ppp link without | gnhb | 2010-03-29 | 1 | -1/+1 |
* | Use alias style when creating aliases in wizards. | Ermal | 2010-03-19 | 1 | -1/+0 |
* | Ticket #417. Fix installation on embedded by using a refcount system for the ... | Ermal | 2010-03-17 | 1 | -1/+5 |
* | Generalize. | Ermal | 2010-03-17 | 1 | -3/+3 |
* | Use procatat instead of ps as the latter always prints a header, also | thompsa | 2010-03-12 | 1 | -1/+1 |
* | '\b' is not the word boundary on BSD, its actually '[[:<:]]' and '[[:>:]]', | thompsa | 2010-03-12 | 1 | -1/+1 |
* | Return the data after unreference, it might be needed. | Ermal Luçi | 2010-03-09 | 1 | -0/+2 |
* | Use shmop module to implement reference count calls. | Ermal Luçi | 2010-03-08 | 1 | -0/+29 |
* | Adding support for using IP ranges aliases. If you input an IP Range such as ... | jim-p | 2010-03-07 | 1 | -0/+121 |
* | Till the flock issue is fixed open the races doors, place your bets please! | Ermal Luçi | 2010-03-05 | 1 | -3/+3 |
* | Do not show pppoe/pptp/l2tp interfaces for assignment. | Ermal Luçi | 2010-03-05 | 1 | -0/+3 |
* | Change method of displaying wireless clone interfaces on the assignment page. | Erik Fonnesbeck | 2010-02-23 | 1 | -3/+4 |
* | Move most of the code for dealing with wireless clone interface names to sepa... | Erik Fonnesbeck | 2010-02-23 | 1 | -10/+4 |
* | Missing a part of the last change. Also use bssid for the first wireless clone. | Erik Fonnesbeck | 2010-02-13 | 1 | -1/+1 |
* | For now, don't count any wireless clones as mismatches unless the base interf... | Erik Fonnesbeck | 2010-02-12 | 1 | -4/+10 |
* | Allow secondary wireless clones in interface list. | Erik Fonnesbeck | 2010-02-12 | 1 | -1/+1 |
* | Ticket #309. Correctly fix the problems of intermediate config lost because o... | Ermal Luçi | 2010-02-01 | 1 | -0/+8 |
* | Ticket #315. Do not show the cloned wireless devices for assignment. | Ermal Luçi | 2010-01-29 | 1 | -1/+1 |
* | if gzsig is missing, return error verifying signature rather than invalid sig... | Chris Buechler | 2010-01-13 | 1 | -1/+1 |
* | Resolves #279. Do not show vlans as parent interfaces for other vlans. | Ermal Luçi | 2010-01-12 | 1 | -2/+3 |
* | fix typo | Chris Buechler | 2010-01-03 | 1 | -2/+2 |
* | Restore interface list for vlan interfaces. | Seth Mos | 2010-01-02 | 1 | -3/+2 |
* | Fix var names/ | Ermal Luçi | 2009-12-30 | 1 | -1/+1 |
* | Ticket #261 Do not consider ports as hostnames. This changes the is_port func... | Ermal Luçi | 2009-12-30 | 1 | -8/+10 |
* | Replace some occurrence of /tmp with the propper global variable in attempt t... | Ermal Luçi | 2009-12-28 | 1 | -2/+4 |
* | remove notice that unnecessarily appears on every clean install | Chris Buechler | 2009-12-26 | 1 | -1/+0 |
* | If the port passed as argument is a range(having - in it) this function would... | Ermal Luçi | 2009-12-23 | 1 | -0/+2 |
* | * Fix alias handling around the repo. | Ermal Luçi | 2009-12-22 | 1 | -1/+1 |
* | Add IP alias and 'any' support to OpenVPN. Feedback #69 | pierrepomes | 2009-12-10 | 1 | -0/+19 |
* | Allow specifying services/ports in firewall rules or nat rules by their /etc/... | Ermal Luçi | 2009-12-08 | 1 | -0/+2 |
* | Revert "Correctly unset rules when switching disabling AON." | Ermal Luçi | 2009-12-08 | 1 | -2/+0 |
* | Correctly unset rules when switching disabling AON. | Ermal Luçi | 2009-12-08 | 1 | -0/+2 |
* | Try to prevent empty interfaces. | Ermal Luçi | 2009-12-07 | 1 | -1/+1 |
* | Ticket #146 Fix typos ansd copy/pasto errors. | Ermal Luçi | 2009-12-04 | 1 | -6/+2 |
* | Do not output plugin name during boot: | sullrich | 2009-12-03 | 1 | -5/+2 |
* | Resolves #146 Add propper validation on alias usage. Allow port type aliases ... | Ermal Luçi | 2009-12-03 | 1 | -24/+28 |
* | Fix get_configured_carp_interface_list: use the right interface name using vhid | pierrepomes | 2009-11-30 | 1 | -1/+2 |
* | Add is_URL() | sullrich | 2009-11-27 | 1 | -0/+15 |
* | Nuke alert. Resolves #125 | sullrich | 2009-11-27 | 1 | -1/+0 |
* | Cons25 supports color as well | Scott Ullrich | 2009-11-24 | 1 | -0/+2 |
* | Update doc header | Scott Ullrich | 2009-11-22 | 1 | -20/+20 |
* | Allow specifying colors by their name | Scott Ullrich | 2009-11-22 | 1 | -2/+23 |
* | Return color code, not echo | Scott Ullrich | 2009-11-22 | 1 | -1/+1 |