Project

General

Profile

Download (17.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
40de0b13 03/22/2009 11:54 PM Ermal Luçi

Add secret option required on some setups.

6e8bd1b0 03/12/2009 01:21 AM Seth Mos

Fix typo in function name. This caused the page to break off.

3ffc1e89 02/28/2009 07:13 PM Ermal Luçi

Use the interface API rather than old style interface list building.

a56120f2 02/15/2009 09:34 PM Ermal Luçi

Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.

5656fe23 02/01/2009 05:13 PM Ermal Luçi

Add more L2TP backend code.