Commit Graph

8570 Commits

Author SHA1 Message Date
Seth Mos
cdf779cdd7 Flush both SA and SPD entries 2008-01-15 08:21:27 +00:00
Scott Ullrich
ca08dbf2c1 Fix copy and pasto. 2008-01-15 01:24:35 +00:00
Scott Ullrich
c13dc26e41 * Use correct package name
* Include filter rules
2008-01-15 01:19:00 +00:00
Scott Ullrich
e0aa1bf126 Add sipproxd hooks. 2008-01-14 23:17:30 +00:00
Seth Mos
4515fb7917 repair logic I think. Can we please use more curlies? 2008-01-14 21:44:03 +00:00
Seth Mos
eea5403819 Make 3 passes at loading the SPD entries as this will fail on large configurations > 250 tunnels.
Tested by smos@ 399 tunnels, 239 active, ok by sullrich@
2008-01-14 21:34:17 +00:00
Scott Ullrich
cb90b744c2 Check that ldap_connect() exists before calling. For some reason on
bootup the function does not exist but the module is loaded?
2008-01-13 23:22:31 +00:00
Scott Ullrich
5ed85831cd * Hide password field
* Remove session timeout graphic
* Allow session timeout to remain blank
2008-01-13 20:23:52 +00:00
Scott Ullrich
f502151d14 Make sure $d_fwupenabled_path is defined since it is initially defined
in guiconfig.inc.   At some point in the future these variables should
be moved to globals.inc.
2008-01-12 22:43:34 +00:00
Chris Buechler
05030ab8e4 remove DynDNS cache in services_dyndns_reset()
Ticket #1589
2008-01-12 19:22:33 +00:00
Chris Buechler
f873da66cb touch up text
Ticket #1586
2008-01-12 19:04:09 +00:00
Ermal Luçi
197bfe966c Bring in the new traffic shaper.
It is capable of multi interface shaping.

Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
2008-01-11 21:07:25 +00:00
Scott Ullrich
9daeb96485 Automatically assume the embedded platform on update if the platform
is set to embedded or wrap.  We do not include any kernels outside
of embedded anyways for this paticular platform.
2008-01-11 18:00:29 +00:00
Scott Ullrich
60b7af167d * Do not allow the image to go read only during download / upgrade ops
* If a previous /root/firmware.tgz file exists before download, unlink
  the file to avoid a out of space error if the prior download operation
  happens to fail (or if / becomes rw again)
2008-01-11 17:53:08 +00:00
Chris Buechler
f5fc3deb72 touch up text
Ticket #1578
2008-01-11 04:15:35 +00:00
Chris Buechler
1d9797ca4c touch up text
Ticket #1577
2008-01-11 03:57:15 +00:00
Chris Buechler
d9c4eecb51 touch up text
Ticket #1576
2008-01-11 03:48:09 +00:00
Chris Buechler
c7188adec3 remove unnecessary grep
Ticket #1573
2008-01-10 03:32:38 +00:00
Chris Buechler
e790dffe23 touch up text
Ticket #1569
2008-01-08 02:43:31 +00:00
Chris Buechler
348327b7c0 touch up text
Ticket #1569
2008-01-08 02:40:59 +00:00
Chris Buechler
0f266b2ed4 touch up text
Ticket #1569
2008-01-08 02:29:22 +00:00
Chris Buechler
5fc2f163bc touch up text
Ticket #1569
2008-01-08 02:18:52 +00:00
Chris Buechler
69e108df5b touch up text
Ticket #1569
2008-01-08 02:10:22 +00:00
Scott Ullrich
e6d907781a Do not reset every hour. Wait until the process goes out of control. 2008-01-07 21:38:05 +00:00
Chris Buechler
5485abc686 add vr(4) VLAN support
Ticket #1561
2008-01-05 07:46:49 +00:00
Scott Ullrich
9c88328f8e Add ping-check true; to isc-dhcpd 2008-01-05 00:52:47 +00:00
Scott Ullrich
2f650197fb * Missing =
* Allow user manager to adhere to admins group
2008-01-01 00:06:18 +00:00
Scott Ullrich
b97bcfd51d Only check item if it is an array. 2007-12-31 23:11:17 +00:00
Scott Ullrich
9671bc5529 Correctly return no groups when the user is not a member of a local group. 2007-12-31 23:09:25 +00:00
Scott Ullrich
b32a37912a Modify isSystemAdmin() to check LDAP for a "admins" group. 2007-12-31 23:02:30 +00:00
Scott Ullrich
222efdce8f Remove the need to define authetnication containers. Now a user can login
anywhere in the LDAP tree and will use the groups to deterimine the access
privs.

Work sponsored-by: Centipede Networks
2007-12-31 22:55:27 +00:00
Scott Ullrich
6d4d3a7e3c Only iterate items if it is an array.
Work sponsored-by: Centipede Networks
2007-12-31 22:15:36 +00:00
Scott Ullrich
0996dada17 * Do not iterate item if it is not an array 2007-12-31 20:12:24 +00:00
Scott Ullrich
0b5ed732ed Gracefully bail out if the LDAP server is unavailable.
Work sponsored-by: Centipede Networks
2007-12-31 06:33:37 +00:00
Scott Dale
c4e2e864c0 correct tab alignment 2007-12-31 05:13:03 +00:00
Scott Ullrich
f3f60e61d6 * Return OU=Users which is built-in to active directory
* Specify that LDAP is Active Directory compatible

Work sponsored-by: Centipede Networks
2007-12-31 03:24:38 +00:00
Scott Ullrich
8e85eff777 Correct variable check. 2007-12-31 03:18:17 +00:00
Scott Ullrich
ac67e392e6 Make form look a little more pleasing to the eye.
Work sponsored-by: Centipede Networks
2007-12-31 03:16:34 +00:00
Scott Ullrich
073115bc29 Adding LDAP Authentication container picker.
Work sponsored-by: Centipede Networks
2007-12-31 03:13:31 +00:00
Scott Ullrich
cc8b82d914 Add Users containers setting where a ; seperated list of LDAP containers
can be specified to authenticate against.  Final item will be a graphical
browser that can help the operator populate this box if they are feeling
lazy or do not understand LDAP completely.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
2007-12-31 01:15:40 +00:00
Scott Ullrich
b0fff0d770 Make the LDAP settings screen look better.
Work sponsored-by: Centipede Networks
2007-12-30 23:43:24 +00:00
Scott Ullrich
4848bc7529 Add LDAP test functions to verify that the LDAP settings are correct.
Return the OU's and show to the user after test completion.
2007-12-30 23:18:36 +00:00
Scott Dale
ffe2f910c4 change href link 2007-12-30 21:15:31 +00:00
Scott Dale
9d488ea4fa include required files for when widget is being loaded by AJAX calls. 2007-12-30 21:14:37 +00:00
Scott Dale
65d4de2e8e Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance 2007-12-30 21:13:12 +00:00
Scott Dale
b93f9af45d moved widget tab function to guiconfig.inc 2007-12-30 21:08:10 +00:00
Scott Dale
e151909a1f show dns values correctly 2007-12-30 21:07:39 +00:00
Scott Dale
9c0fa9d56f new ajax functions for dashboard 2007-12-30 21:07:15 +00:00
Chris Buechler
fa4295ce7f Fix bug causing duplicate extension=apc.so entries in php.ini, which blows up PHP 2007-12-30 01:31:14 +00:00
Scott Ullrich
6a85275de4 Add ldap_get_user_ous() which will return an array of containers that hold
user objects.  This will be used by the ldap settings manager to allow the
operator to specify which containers they would like to authenticate from.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
2007-12-29 21:49:53 +00:00