Project

General

Profile

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

# Date Author Comment
49f61a1c 09/25/2010 09:07 AM Erik Fonnesbeck

Rename to pass-through credits and improve descriptions.

e65d1a98 09/25/2010 06:49 AM Erik Fonnesbeck

Display the correct state when the new checkbox has been checked.

03552507 09/25/2010 05:09 AM Erik Fonnesbeck

Add an option for allowing clients to pass through the captive portal a limited number of times before requiring login.

a36e98ff 09/24/2010 06:26 AM Erik Fonnesbeck

Fix description for upload of logout page.

b6a1b5b7 08/24/2010 10:30 PM Scott Ullrich

Correct text to read when a logout event occurs

3b7f0f53 08/12/2010 10:02 PM Erik Fonnesbeck

Fix some printfs and some text.

c0948c6c 08/12/2010 05:17 PM Renato Botelho

Just fix some space and tab problems

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

16457bdd 08/12/2010 01:32 PM Renato Botelho

gettext fixes

3e4f5a33 08/12/2010 01:05 PM Jim Pingle

Protect against PHP errors if the interface list is empty

60f13e63 07/21/2010 11:51 AM Carlos Eduardo Ramos

Corrections gettext implementation on services_captiveportal.php

6fde5a1e 07/14/2010 12:25 PM Carlos Eduardo Ramos

Implement gettext() calls on services_captiveportal.php

8aede55b 06/17/2010 09:48 PM Ermal LUÇI

Use proper name for index.

34e9ca60 06/17/2010 07:33 PM Ermal LUÇI

Show even VIP's in the list. This is copied from nat code and probably should be generalized.

822b687b 06/17/2010 07:22 PM Ermal LUÇI

Do not assume WAN as the default interface to get the ip from for the calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.

14e96066 06/02/2010 02:27 PM Jim Pingle

Remove auth logs tab, since it is handled by the log link above.

5633ab30 06/02/2010 02:23 PM Jim Pingle

Add status/log links to Captive Portal pages

40e18a72 05/29/2010 01:31 AM Chris Buechler

Revert "add a status tab to the CP screens as well", this is just a tad too long

This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.

881eb092 05/29/2010 01:26 AM Chris Buechler

add a status tab to the CP screens as well

943d4ad2 05/29/2010 01:12 AM Chris Buechler

add auth logs tab to CP screens

5b87b24e 05/28/2010 09:30 PM Ermal LUÇI

Make the logout page configurable like the other pages. The only difference is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced.

1c291e64 05/28/2010 07:16 PM Ermal LUÇI

Add the username to the auto added mac passthrough entry. Add an option to services->captiveportal page to activate/deactivate the auto-saving of username with the auto added mac passthrough.

eb2c4175 05/22/2010 02:38 AM Scott Ullrich

We accept PHP pages now, note this

687b5432 05/01/2010 05:44 AM Chris Buechler

fix up text

6ce61a8f 04/20/2010 12:40 AM Ermal LUÇI

Add a new option which allows the admin user to configure CP so that it automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.

c6e1b0f5 03/01/2010 10:35 AM Ermal Luçi

Add intermmediate certificate support to CP config page.

d11c1f93 11/28/2009 08:57 PM Scott Ullrich

Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178

d823b81c 11/28/2009 04:55 AM Scott Ullrich

Use long php notation opener

685493b5 11/27/2009 10:22 PM Scott Ullrich

Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160

7ab2b688 11/25/2009 12:38 AM Scott Ullrich

Include commonly used .inc files such as filter.inc, shaper.inc, etc

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

2342bfb0 10/05/2009 01:34 PM Ermal Luçi

Import latest radius.inc from m0n0.(Mainly import Chillisport radius vendor attributes for bandwidth and fix radius-session-timeout attribute.
Do some whitespace cleanup while here.

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

336e3c1c 06/13/2009 05:24 PM Charlie

Port voucher login ability on CaptivePortal from M0n0Wall.

Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.

97edea16 05/22/2009 09:55 AM Ermal Luçi

Fix bridge checking missed in previous convert to multi interface capble CP. This is arguably needed since with new bridge the interface might be in full routing mode and be bridged just for SNAP port. Anyway people can run CP on top of the bridge interface itself anyway.

f8b11310 05/21/2009 09:44 PM Ermal Luçi

Make CP multi-interface capable.

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....
0092b3bd 03/15/2009 12:39 AM mgrooms

Modify captive portal to use centralized user management. The user manager has
been modified to include an account expiration option to support this service.

f5fa7d5e 01/04/2009 11:11 PM Ermal Luçi

Reactivate the peruser bandwidth limit on captive portal. This brings it ala par with features with the same version in m0n0.

7ec05d27 11/07/2008 07:30 PM Ermal Luçi
  • Rename link_int_to_bridge_interface to link_interface_to_bridge
  • Create two new function link_interface_to_{gif,gre}
74d65827 08/31/2008 02:44 PM Ermal Luçi

Fix detection if an interface is part of bridge.

5fca0583 08/09/2008 03:11 AM Scott Ullrich

Output product names correctly

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

d835d6b8 06/29/2008 01:57 AM Chris Buechler

display product name properly

fbb45bb0 06/21/2008 05:13 PM Ermal Luçi

Continue interface improvements

1d622048 05/22/2008 12:06 AM Scott Ullrich

s/lcase/strtolower/

Bad VBSCript, bad.

81741179 05/17/2008 08:45 PM Scott Ullrich

Ticket #1713 fixes

af98cced 02/09/2008 05:00 AM Scott Ullrich

Do not show the LAN interface when it does not exist.

94ee7948 12/25/2007 11:42 PM Chris Buechler

touchup text

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

8b86df37 12/07/2007 07:35 PM Scott Ullrich

Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

93588e1a 04/26/2007 02:55 AM Scott Dale

correct the html structure, and show errors properly

MFC: asap

329069c9 03/25/2007 05:44 AM Scott Ullrich

Comment out the per user bw option until the kernel panics are tamed

7e587bdb 03/25/2007 01:30 AM Scott Ullrich

Add back per user bandwidth now that dummynet works correctly

ea1eac37 02/26/2007 12:02 AM Scott Ullrich

Reload captive portal settings regardless. We do not need to enforce reboots.

422d57b4 10/10/2006 12:10 AM Scott Ullrich

Add back maxprocperid javascript since we can now control this.

4362e48a 10/09/2006 11:48 PM Scott Ullrich

Add back maxprocperid since we can now control this.

cf0542ac 10/07/2006 02:17 AM Scott Ullrich

Hide RADIUS session timeout, it is indeed even a new option to m0n0wall.

856e58a6 10/02/2006 12:51 AM Scott Ullrich

Unbreak radius auth

a5c0b6c7 08/25/2006 07:58 PM Scott Ullrich

Remove radius accounting and reauth options as they do not work correectly.

d2019622 07/01/2006 07:15 PM Scott Ullrich

Check for bridged interface correctly

Ticket #1027

16f5fe76 06/06/2006 12:05 AM Scott Ullrich

Add some code to allow images to be seen when viewing current page

d5b545b5 06/05/2006 11:58 PM Scott Ullrich

Note that images are broken from view current page. In order to see the images you really need to test with a captive portal client.

89b09672 06/05/2006 11:19 PM Scott Ullrich

We do not allow captive portal to be run on bridges. Much confusion will and silly bug reports are not welcome any longer.

3a23042b 01/21/2006 02:19 AM Scott Ullrich

Remove bridging checks. Slipped back in after latest m0n0wall sync.

54611f24 01/16/2006 11:36 PM Scott Ullrich

We do not have a maxproc function. Cleanup javascript error.

baf92a0f 01/07/2006 07:32 AM Scott Ullrich

m0n0wall -> pfSense

2a041aa9 01/05/2006 04:41 AM Scott Ullrich

Remove per user ip settings, it will not be available until 1.4.9 of lighty

56498d7a 01/05/2006 04:41 AM Scott Ullrich

Remove per user ip settings, it will not be available until 1.4.9 of lighty

3cf0d3f2 01/04/2006 04:59 AM Scott Ullrich

We're not on the file manager tab

0bd34ed6 01/04/2006 01:49 AM Scott Ullrich

Sync w/ m0n0wall 1.21

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

099731b5 11/27/2005 08:54 PM Scott Ullrich

Do not require a reboot for captive portal configuration to take place.

This snuck back in after syncing with m0n0wall 1.2

9aabc99d 11/09/2005 09:13 PM Scott Ullrich

m0n0wall -> pfsense

93008d1b 10/17/2005 09:07 PM Scott Ullrich

Unset items which are false

28b58598 10/13/2005 05:34 AM Scott Ullrich

Do not check for bridge

4900ba6e 09/21/2005 12:55 AM Scott Ullrich

<p * before error output and info outputs.

b663705c 09/16/2005 01:28 AM Scott Ullrich

Remove double <br/> ... It was not the correct fix. The correct fix was the Title

48f5ef91 09/16/2005 01:13 AM Scott Ullrich

Output page title

Ticket #511

3f57aaf8 09/15/2005 12:14 AM Erik Kristensen

easy as 1, 2, 3 ... <br/>

4e9dc150 09/14/2005 10:07 PM Scott Ullrich

Correct active tab

64b85ffe 09/14/2005 10:06 PM Scott Ullrich

Convert back to our tab system

3d4bd975 09/13/2005 06:39 PM Scott Ullrich

Add back pfSense header.

c980716e 09/13/2005 06:34 PM Scott Ullrich

Sync with m0n0wall 1.2b10:

TODO:

  • Add back sexy curved tabs, etc
  • Change image locations to themes
  • Add back pfSense header information and set page titles
dc1ba275 08/02/2005 11:20 PM Scott Ullrich

Disable The captive portal cannot be used when one or more interfaces are bridged. message so we can test if this really works.

4dbc75b9 07/31/2005 01:49 AM Scott Ullrich

Add reverse captive portal feature.

2615fed9 07/31/2005 01:24 AM Scott Ullrich

Correctly add WAN interface for developer

c55a8ab9 07/30/2005 01:30 AM Holger Bauer

some crosslinking to "fly" from corrosponding setting to logs, diags and back

8dd5ffdc 07/29/2005 04:11 PM Scott Ullrich

Add WAN interface for captive portal.

NOTE: current requires the developer flag for inclusion

d0379bd5 07/12/2005 02:00 AM Scott Ullrich

Remove per user bandwidth javascript code and use more padding on table

20e1ed7d 07/12/2005 01:48 AM Scott Ullrich

Break after title

13e1ceb4 07/10/2005 01:22 AM Scott Ullrich

call filter_configure() after setting up captive portal

d732f186 07/04/2005 12:13 AM Bill Marquette

Fix bottom rounds

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

9307495f 07/02/2005 09:14 PM John Fleming

disable javascipt call to enable_perusedb. Fixes a minor js error as
there is no document.iform.peruserbw a the moment.

af4aa061 07/02/2005 08:11 PM Scott Ullrich
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
02bf540b 07/02/2005 04:50 AM Scott Ullrich

Remove nomacfilter widget toggle

ca994a41 07/02/2005 03:43 AM Scott Ullrich

Round out those corners, baby!