Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
abfd0c9b 03/07/2010 07:45 PM Scott Ullrich

Ensure string is cleared out if needed

7eadaa9c 03/07/2010 07:45 PM Scott Ullrich

Only include wpa_passphrase= line if a string has been entered. Ticket #404

ed459692 03/07/2010 09:07 AM Erik Fonnesbeck

Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when those modes aren't available.

23fdc06e 03/07/2010 06:57 AM Erik Fonnesbeck

The mode must be specified in a separate command before ifconfig will allow the mode and channel to be changed.

39c1349c 03/07/2010 06:40 AM Erik Fonnesbeck

Add support for 802.11n in get_wireless_modes and the channels list.

017d381c 03/06/2010 11:10 PM Scott Ullrich

Ensure prefix directory exists before downloading and installing additional file

6b605c97 03/05/2010 09:59 PM Ermal Luçi

Till the flock issue is fixed open the races doors, place your bets please!

eb0f4fc6 03/05/2010 05:12 PM Ermal Luçi

Default to http.

06f61915 03/05/2010 04:28 PM Ermal Luçi

Propperly initialize variables so they function is as expected.

01ba0a72 03/05/2010 04:19 PM Ermal Luçi

Fixed variable definition.

3435dc35 03/05/2010 03:44 PM Ermal Luçi

Make sure we have initialized vars.

907b435a 03/05/2010 03:40 PM Ermal Luçi

Catch up with php changes.

ba8ec112 03/05/2010 02:56 PM Ermal Luçi

Do not try to load radius extension through PEAR because it will fail.

2993dcc2 03/05/2010 02:40 AM Erik Fonnesbeck

Ticket #402. Check for external address of "any" on port forwards, since alias_expand only returns null in that case, and the port forward code would then use the IP address as the fallback.

27c0c7c6 03/05/2010 12:15 AM Ermal Luçi

Do not show pppoe/pptp/l2tp interfaces for assignment.

26586f7a 03/04/2010 04:11 PM Ermal Luçi

Ticket #400. Commit partial patch from this ticket.

864336aa 03/04/2010 03:55 PM Ermal Luçi

Remove the authentication fallback it does not have any meaning now.

bb2e8e89 03/04/2010 03:41 PM Ermal Luçi

Remove test code.

a1bed51b 03/04/2010 03:38 PM Ermal Luçi

Fix double include.

6f27412f 03/04/2010 12:15 PM Ermal Luçi

Ignore chmod errors for files that do not exist.

e327021d 03/03/2010 11:41 PM Erik Fonnesbeck

Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.

43ad432c 03/03/2010 11:18 PM Ermal Luçi

Ticket #396. Try to fix issues with missing include files or filesystem being in ro mode during operations.

eda9b2b8 03/03/2010 06:20 PM Ermal Luçi

Ticket #340. Remove obsolete file on upgrade.

79d3a7cf 03/03/2010 06:16 PM Ermal Luçi

Ticket #259. Retrun only the first pid from the list that might be found. This should fix not killed dhclient processes.

409105ec 03/03/2010 05:21 PM Ermal Luçi

Remove dead code.

ddd42db3 03/03/2010 05:20 PM Ermal Luçi

Put safe_write_file to the include it belongs to.

6280b10e 03/03/2010 05:17 PM Ermal Luçi

Do not try to upgrade from m0n0 config to pfSense config on every invocation of config.inc but only during bootup, basically this gives a lot of speed up in GUI.

6306b5dd 03/03/2010 04:17 PM Ermal Luçi

Overhaul the user login system to use the Servers tab as its base.

Fix quite a few problems down the way.

f700f8da 03/03/2010 04:17 PM Ermal Luçi

Unly try to reload carps after bootup is complete.

333addaf 03/03/2010 09:52 AM Erik Fonnesbeck

Add interfaces_wireless.php and interfaces_wireless_edit.php to priv.defs.inc

e62e2f8b 03/03/2010 12:56 AM Ermal Luçi

Add tls-auth to server even when authenticating in user/pass mode.

7c52ac05 03/03/2010 12:41 AM Ermal Luçi

Remove unused var and stale comment.

f9ac3784 03/03/2010 12:27 AM Ermal Luçi

Do not include tls-auth on authentication based only on user/pass.

867d444b 03/03/2010 12:03 AM Erik Fonnesbeck

Unset variable.

263e2b7e 03/02/2010 11:41 PM Erik Fonnesbeck

Sync the mode of an assigned wireless clone with the mode on the page for creating them.

54b9de56 03/02/2010 08:48 PM Ermal Luçi

Allow openvpn server to authenticate only based on username/password credentials.

cc686d98 03/02/2010 08:19 PM Ermal Luçi

Add the neccesary foo for radius.inc to work.

f4a4d91e 03/02/2010 07:41 PM Erik Fonnesbeck

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/efonne-wireless_clones

Approved-By: sullrich/cmb

8a6b0fbe 03/02/2010 05:23 PM Ermal Luçi

Add copyrights of myself.

006a162f 03/02/2010 05:10 PM Ermal Luçi

Take care of local authentication. Also when the user authenticates do not serach on other authentication sources.

c61e4626 03/02/2010 05:07 PM Ermal Luçi

Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.

a13ce628 03/02/2010 10:21 AM Ermal Luçi

Do not allow login for expired and disabled users. Fix this even in openvpn authentication script. While here clean up the code quite a bit.

d91f8b8c 03/02/2010 12:27 AM Ermal Luçi

User _ instead of so browser does not interpret it as html.

c345f265 03/02/2010 12:21 AM Ermal Luçi

Do not show the passwd used to logon on logs. Also change the replace from $username to <username> so php does not try to do clever stuff.

366d0323 03/02/2010 12:14 AM Ermal Luçi

Allow the authentication scripts to detect configuration changes. Allow multiple OUs to be specified on basedn.

96d7b761 03/01/2010 11:11 PM Chris Buechler

use local-ttl 1. No reason not to, and it works around issue with Snow Leopard

1e52f18c 03/01/2010 10:46 PM Erik Fonnesbeck

Merge commit 'mainline/master'

81899dab 03/01/2010 09:33 PM Ermal Luçi

Its and and not an or.

da3da9db 03/01/2010 09:11 PM Ermal Luçi

Some directories does not work with the prepended @basedn on the username take account of this.

db746ce2 03/01/2010 09:04 PM Ermal Luçi

Use 0 when configuring tls-auth in server.

b6d0c86f 03/01/2010 07:26 PM Ermal Luçi

Correct script used for OpenVPN authentication to actually work.

3198b8d3 03/01/2010 06:41 PM Ermal Luçi

Convert to int so the keylength is respected during sign.

84d07e67 03/01/2010 11:00 AM Seth Mos

Mute route delete message, regenerate resolv.conf as this also corrects static routes to the DNS servers.

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

Add intermmediate certificate support to CP config page.

ceccec87 03/01/2010 02:15 AM Chris Buechler

it's 2010

a64b5d3f 02/27/2010 08:24 PM Chris Buechler

if reverted to HTTP, restart lighty

7b819cdb 02/27/2010 07:47 PM Jim Pingle

A couple fixes for DHCP lease parsing. Ticket #374

a55cdcc0 02/26/2010 05:41 PM Ermal Luçi

Include propper includes.

2ee45728 02/26/2010 05:37 PM Ermal Luçi

Put this code on propper context.

23e69ae8 02/25/2010 11:48 PM Ermal Luçi

Ticket #363. Fix the number 1 report on this ticket. Properly show status of dyndns update.

9bb8d542 02/25/2010 10:59 PM Ermal Luçi

Ticket #340. Remove bogus functions. Sort aliases the same way it is done on the aliases page.

40b0b541 02/25/2010 10:27 PM Ermal Luçi

Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots.

8b616f2c 02/25/2010 10:22 PM Ermal Luçi

Fix finding interfaces that support hwtagging.

e57a441e 02/25/2010 09:15 PM Ermal Luçi

Resolves #381. If set change interface mtu, somehow this code got lost!

18011fb9 02/25/2010 05:05 PM Ermal Luçi

Add missing curley.

b5f3549f 02/25/2010 05:02 PM Ermal Luçi

Include missing quotes.

653032b6 02/25/2010 01:06 PM Scott Ullrich

Set a+x

575a279a 02/25/2010 12:58 PM Ermal Luçi

Speed up and correct the finding of interfaces that support vlanmtu using the pfSense module.

bc32eabf 02/25/2010 12:02 AM Ermal Luçi

Correct my name.

51ba2d3b 02/25/2010 12:00 AM Ermal Luçi

Add neccesary include.

e8a58de4 02/24/2010 11:58 PM Ermal Luçi

Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.

44be6dba 02/24/2010 11:36 PM Chris Buechler

fix previous commit

bdadaf3c 02/24/2010 11:29 PM Chris Buechler

Change default session timeout to 4 hours. Clarify text description. Remove limit of < 999 and other invalid/unnecessary input validation. Use product_name

38b7d47d 02/24/2010 06:34 PM Erik Fonnesbeck

Revert "Don't skip disabled interfaces when checking which are assigned." and fix an error propagated from this. (misread a parameter name when looking up the function)

This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.

78dd5020 02/24/2010 06:08 PM Ermal Luçi

Prevent empty tags of creating <tag></tag> entries but instead just create them as <tag/> to be consistent. This fixes some empty arrays problems on the code.

e1bcba1f 02/24/2010 12:19 PM Ermal Luçi

Prevent errors when running without a lan defined interface. Also remove some dead code.

dae5589e 02/23/2010 11:11 PM Ermal Luçi

carp interfaces are now called vip's.

83f9c8ee 02/23/2010 10:43 PM Ermal Luçi

Ticket #304. Fix bogus dynamic entries in system->gateways after deleting gateways.

2eac3af4 02/23/2010 10:37 PM Ermal Luçi

Fix linking interface to vlans function so it works correctly.

f2dd7568 02/23/2010 10:37 PM Ermal Luçi

Revert "Fix linking interface to vlans function so it works correctly."

This reverts commit 930595154ccc8702befdd880f1c424b78040af2a.

93059515 02/23/2010 10:34 PM Ermal Luçi

Fix linking interface to vlans function so it works correctly.

84786936 02/23/2010 10:16 PM Ermal Luçi

Prevent wrong config file from being generated. Reported-by: http://forum.pfsense.org/index.php/topic,23090.0.html

762a24a3 02/23/2010 07:04 PM Ermal Luçi

Add proxy authentication capabilities to OpenVPN client.

7c53bc7b 02/23/2010 01:00 PM Erik Fonnesbeck

Change method of displaying wireless clone interfaces on the assignment page.

1d072761 02/23/2010 11:22 AM Erik Fonnesbeck

Add missing opening brace in the two new functions.

34808d4e 02/23/2010 09:12 AM Erik Fonnesbeck

Move most of the code for dealing with wireless clone interface names to separate functions.

658d28bf 02/22/2010 08:51 PM Erik Fonnesbeck

Part of the interface name comparison was wrong and part was missing.

7de319a1 02/22/2010 08:36 PM Erik Fonnesbeck

Make sure ['wireless'] does not get accessed as an array when it is not an array.

8f0289e7 02/22/2010 08:08 PM Erik Fonnesbeck

Sync configuration of shared settings between wireless clones.

cb074893 02/22/2010 07:17 PM Ermal Luçi

Ticket #255. Fix get_interface_info output to return propper ip address by using pfSense_get_interface_addresses function.

a64c15d8 02/21/2010 05:40 AM Chris Buechler

correct icmptypes so CP IP can be pinged

2a48a885 02/19/2010 12:07 PM Erik Fonnesbeck

Revert "Workaround for a hostapd bug that it uses the base interface's MAC instead of the clone's BSSID, preventing proper authorization on auxillary clones."

This reverts commit fa13098bf03f83abb3279f3d8885108c8d3b64a7 and subsequent related commits.

98718ac1 02/18/2010 01:07 AM Pierre POMES

Three fixes:
- ipsec-tools 0.8 ignores 'adminsock' directive, so until upstream is fixed, we need to use the default /var/db/racoon/racoon.sock
- Fix spd files reloading in /tmp
- Revert initial patch from Scott
Ticket #137

38a37c33 02/17/2010 07:28 PM Erik Fonnesbeck

Merge commit 'mainline/master' into alt_method

bd96e1fe 02/17/2010 03:52 PM Ermal Luçi

Use the pfSense module function to get mtu and subnetbits in CIDR format.

d0f6649c 02/16/2010 10:19 PM Pierre POMES

Add statistics for OpenVPN client instances

dadad8b3 02/15/2010 09:20 PM Jim Pingle

Clean up some formatting while I'm here.

066afaf1 02/15/2010 09:18 PM Jim Pingle

Fix Easy Rule for OpenVPN interfaces. Resolves #349

24f2fa1d 02/15/2010 08:09 PM Jim Pingle

Fix bug where the last line of the filter log wasn't displayed in WebGUI.

9f428275 02/15/2010 08:44 AM Erik Fonnesbeck

Add page for configuration of wireless clone interfaces.