-----------------------------------------------------------------
Revision: 17a716e9a663c3b81374dab87e1fe449514350c5
Ancestor: b321775f6baf1abee7b129ad1b0b9ae4dcb4ed3c
Author: obilodeau@inverse.ca
Date: 2011-05-03T13:42:27
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/UPGRADE

ChangeLog: 

re-organized and version bumped NEWS and UPGRADE

-----------------------------------------------------------------
Revision: 9b73d5f8645ae0263810b037b2385b995792943b
Ancestor: b321775f6baf1abee7b129ad1b0b9ae4dcb4ed3c
Author: fgaudreault@inverse.ca
Date: 2011-05-03T13:50:39
Branch: org.packetfence.trunk

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Update Content table in guides

-----------------------------------------------------------------
Revision: b321775f6baf1abee7b129ad1b0b9ae4dcb4ed3c
Ancestor: ad71cbac120cc03d18ffa638666ce93631a8b6a9
Author: obilodeau@inverse.ca
Date: 2011-05-02T23:02:09
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

Improved database error reporting

checkup now traps database exceptions when fetching person 1 and will report if the error is the usual config / database not-started problem vs an unexpected database problem. This should get rid of a couple of dumb mailing list questions.

-----------------------------------------------------------------
Revision: ad71cbac120cc03d18ffa638666ce93631a8b6a9
Ancestor: 8b59f69f69c4748d38e7d04e2ad9607892102600
Author: obilodeau@inverse.ca
Date: 2011-05-02T22:40:32
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/WebAPI.pm pf/lib/pf/config.pm
        pf/sbin/pfdetect pf/sbin/pfdhcplistener pf/sbin/pfmon
        pf/sbin/pfredirect pf/sbin/pfsetvlan

ChangeLog: 

Log4perl now reloads the log.conf config file every 5 minutes

- Parameter is configurable in pf::config
- Applied to all daemons (not useful for CLIs)

-----------------------------------------------------------------
Revision: 81801f7674995800842eb8514a054f032034529f
Ancestor: ad7c3a01bf6b69908f318ae0ed69fb826a78bc02
Author: obilodeau@inverse.ca
Date: 2011-05-02T22:21:10
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/config.pm pf/lib/pf/services.pm

ChangeLog: 

Proper enforcement of time in the violation class' grace parameter. Fixes #1154

http://www.packetfence.org/bugs/view.php?id=1154

-----------------------------------------------------------------
Revision: ad7c3a01bf6b69908f318ae0ed69fb826a78bc02
Ancestor: 96df02c26b73cb72813263d17d686abab90d3a59
Author: obilodeau@inverse.ca
Date: 2011-05-02T21:58:02
Branch: org.packetfence.trunk

Added files:
        pf/t/trigger.t
Modified files:
        pf/bin/pfcmd pf/lib/pf/config.pm pf/lib/pf/pfcmd/checkup.pm
        pf/lib/pf/services.pm pf/lib/pf/trigger.pm pf/t/TestUtils.pm
Modified attrs:
        pf/t/trigger.t

ChangeLog: 

Violation class validation in pfcmd's checkup. Fixes #992;

Added validation on trigger ranges but it opens the way for more violation validation.
- refactoring: isolated trigger interpretation in pf::trigger
- new trigger.t unit test
- checkup messages with a \n won't output two \n
Original work from Francois, clean-up and additional work by Olivier.
http://www.packetfence.org/bugs/view.php?id=992

-----------------------------------------------------------------
Revision: 96df02c26b73cb72813263d17d686abab90d3a59
Ancestor: 4c6ed11e101483c25dbf5aeb038d92f797d45b3b
Author: obilodeau@inverse.ca
Date: 2011-05-02T19:42:15
Branch: org.packetfence.trunk

Modified files:
        pf/conf/httpd.conf.apache22 pf/html/common/pf.js

ChangeLog: 

Now sending a special HTTP Header to prevent DNS pre-fetching

Fixes our problems with Firefox with the network access detection code.

-----------------------------------------------------------------
Revision: cd17c72908161faa9dd83726765629fd98e3014f
Ancestor: 4c6ed11e101483c25dbf5aeb038d92f797d45b3b
Author: fgaudreault@inverse.ca
Date: 2011-05-02T21:29:27
Branch: org.packetfence.trunk

Deleted entries:
        pf/Doc.TODO
Modified files:
        pf/docs/PacketFence_Administration_Guide.odt
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Version BUMP to 2.2.0

-----------------------------------------------------------------
Revision: 4c6ed11e101483c25dbf5aeb038d92f797d45b3b
Ancestor: d871961a29fdedd0b32a201ff9225a8e5e7cc3f9
Author: obilodeau@inverse.ca
Date: 2011-04-29T21:38:35
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/radius.pm

ChangeLog: 

Warning avoidance and error reporting. Fixes #1176;

The fact that we were returning undefs was causing an unbalanced hash to be merged in the SOAP client. We fixed that by returning a RADIUS error message attribute with a relevant error message. Une piere deux coups!
We're not so sure what will happen the various network devices will do with the Rely-Message though..
http://www.packetfence.org/bugs/view.php?id=1176

-----------------------------------------------------------------
Revision: d871961a29fdedd0b32a201ff9225a8e5e7cc3f9
Ancestor: 7dd3516247860cb5dd279d710d4e2b529d5139e1
Author: obilodeau@inverse.ca
Date: 2011-04-29T21:22:16
Branch: org.packetfence.trunk

Modified files:
        pf/conf/ui.conf pf/html/admin/style.css
        pf/lib/pf/pfcmd/report.pm pf/t/dao/report.t

ChangeLog: 

Additional changes related to Connection-Type reports

- Added all new calls to the report tests
- SQL statement fix
- Improvement to CSS: allowing submenus to be as wide as necessary
- Changed graph title to make it shorter for menu

-----------------------------------------------------------------
Revision: 7dd3516247860cb5dd279d710d4e2b529d5139e1
Ancestor: 6373b9dd21ff4bfafdf4aafeb577480939230349
Author: obilodeau@inverse.ca
Date: 2011-04-29T20:49:40
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/conf/ui.conf pf/html/admin/status/grapher.php
        pf/html/admin/status/reports.php pf/lib/pf/pfcmd/help.pm
        pf/lib/pf/pfcmd/report.pm pf/lib/pf/pfcmd.pm

ChangeLog: 

new report: Connection-Type. Fixes #1125

http://www.packetfence.org/bugs/view.php?id=1125

-----------------------------------------------------------------
Revision: 6373b9dd21ff4bfafdf4aafeb577480939230349
Ancestor: 90ff9bf450403dd75a9acb803ef08b4c5be6d75a
Author: obilodeau@inverse.ca
Date: 2011-04-29T19:45:01
Branch: org.packetfence.trunk

Modified files:
        pf/html/common/pf.js
        pf/html/user/content/templates/pending.html
        pf/html/user/content/templates/release.html

ChangeLog: 

improvements to the network access detection code but it's still not quite it

-----------------------------------------------------------------
Revision: 90ff9bf450403dd75a9acb803ef08b4c5be6d75a
Ancestor: 4d4327bb98c8a2b5a441f22876a90c6bc49faffa
Author: obilodeau@inverse.ca
Date: 2011-04-29T14:56:46
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/conf/ui.conf pf/html/admin/status/grapher.php
        pf/html/admin/status/reports.php pf/lib/pf/pfcmd/help.pm
        pf/lib/pf/pfcmd/report.pm pf/lib/pf/pfcmd.pm

ChangeLog: 

New report: Nodes per SSID (#1126)

-----------------------------------------------------------------
Revision: 4d4327bb98c8a2b5a441f22876a90c6bc49faffa
Ancestor: bad5f1c9044b023a3f89517e3c1ef7f17481a384
Author: obilodeau@inverse.ca
Date: 2011-04-28T20:32:03
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/configurator.pl pf/installer.pl
        pf/packetfence.spec

ChangeLog: 

Installer and configurator scripts no longer output passwords on the terminal. Fixes #1021

using Term::ReadKey and stopping echo and restoring it at the good locations

-----------------------------------------------------------------
Revision: bad5f1c9044b023a3f89517e3c1ef7f17481a384
Ancestor: 528b4a9fdcd9f9ecd9ae62cc4e9d7c17fb2e1752
Author: obilodeau@inverse.ca
Date: 2011-04-27T20:33:32
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/SNMP/Dlink/DGS_3100.pm

ChangeLog: 

quick reformating and POD improvements / additions

-----------------------------------------------------------------
Revision: 528b4a9fdcd9f9ecd9ae62cc4e9d7c17fb2e1752
Ancestor: 3f7aaba6a03b5103b4fd50c273a0ea727307f5e9
Author: obilodeau@inverse.ca
Date: 2011-04-27T20:21:00
Branch: org.packetfence.trunk

Modified files:
        pf/conf/documentation.conf pf/conf/pf.conf.defaults
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

documentation for the captive portal network access detection using javascript

-----------------------------------------------------------------
Revision: 5ba4efefffd5fb20fbd973ff14f1281438225268
Ancestor: a9c27d5d46fd99a45616ddd2d4debbcc2fd681d5
Author: obilodeau@inverse.ca
Date: 2011-04-27T19:46:27

Modified files:
        pf/addons/802.1X/packetfence.pm
        pf/conf/authentication/ldap.pm

ChangeLog: 

TODO tasks

-----------------------------------------------------------------
Revision: 7736b3ee90a4700e8975f3caa19477a78c890173
Ancestor: a9c27d5d46fd99a45616ddd2d4debbcc2fd681d5
Author: fgaudreault@inverse.ca
Date: 2011-04-21T14:53:25

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

- Minor fix in the ZEN guide for wrong gateway ip on the production
interface

-----------------------------------------------------------------
Revision: a9c27d5d46fd99a45616ddd2d4debbcc2fd681d5
Ancestor: 4be792c4584c576aff588357d24a41492b60ebf6
Author: obilodeau@inverse.ca
Date: 2011-04-21T14:10:56
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

corrected a small mistake

-----------------------------------------------------------------
Revision: 11341ba6a0747df9dbbb4209c48ad3e9923f3965
Ancestor: 81b58edc0a70edc75a94921927a079315711e8df
Author: obilodeau@inverse.ca
Date: 2011-04-27T19:39:58
Branch: org.packetfence.trunk

Modified files:
        pf/html/user/content/violations/malware.php

ChangeLog: 

typo fix

-----------------------------------------------------------------
Revision: 81b58edc0a70edc75a94921927a079315711e8df
Ancestor: 78c91df76988f1e1d52bf909445994db98bdb33f
Author: obilodeau@inverse.ca
Date: 2011-04-27T19:38:28
Branch: org.packetfence.trunk

Added files:
        pf/html/user/content/violations/malware.php
Modified files:
        pf/NEWS pf/conf/violations.conf

ChangeLog: 

new malware found violation class and remediation page with conficker signatures

-----------------------------------------------------------------
Revision: 2bca7da485829e8aba0b4d15f682b58fa2386ee6
Ancestor: 8e9ee10b80504c15162ac4b34a643560fb10fc38
Author: obilodeau@inverse.ca
Date: 2011-04-27T19:17:05
Branch: org.packetfence.trunk

Modified files:
        pf/UPGRADE pf/conf/violations.conf
        pf/html/admin/common/helpers.inc pf/html/admin/common.php

ChangeLog: 

re-worked default violations

- limited string length for prettier web admin output
- reorg and clarified examples
- refactoring: extracted hardcoded class ids into helpers lib
- protecting more class ids

-----------------------------------------------------------------
Revision: 8e9ee10b80504c15162ac4b34a643560fb10fc38
Ancestor: 4b09a387bccda47c6af29c9ef5e1e7a53da7d677
Author: obilodeau@inverse.ca
Date: 2011-04-27T18:05:22
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/UPGRADE pf/cgi-bin/register.cgi
        pf/cgi-bin/release.cgi pf/conf/documentation.conf
        pf/conf/httpd.conf.apache22
        pf/conf/locale/en/LC_MESSAGES/packetfence.po
        pf/conf/pf.conf.defaults pf/html/common/pf.js
        pf/html/user/content/templates/pending.html
        pf/html/user/content/templates/release.html
        pf/lib/pf/config.pm pf/lib/pf/web.pm

ChangeLog: 

Captive Portal's release page is now using Javascript to redirect users when network access is enabled

Some aspects of this change:
- Intrusive changes from pending's previous implementation to work-around browser issues and even more tested browsers
- Presenting information to user if his javascript is disabled (<noscript> tag)
- new trapping.always_use_redirecturl option forces redirections to be to redirecturl even if there's a destination_url available from the user
- Redirect codes is now 307 which is supposed to be a better temporary redirect than 302
- Some code to flip users out of HTTPS for release. Fixes browser compatibility issues with javascript network access detection.
- New translatable strings (shown in the captive portal)
- Default value for trapping.redirtimer increased to 20s

-----------------------------------------------------------------
Revision: 4b09a387bccda47c6af29c9ef5e1e7a53da7d677
Ancestor: a02d859749f6febd36588d44d79856584bd17250
Author: obilodeau@inverse.ca
Date: 2011-04-26T20:08:09
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/html/admin/administration/ui_options.php

ChangeLog: 

Web Admin User Homepage corruption fix. Fixes #1196;

Fixed rare case of Web Admin user account corruption causing homepage to become status/dashboard instead of status/dashboard.php.
http://www.packetfence.org/bugs/view.php?id=1196

-----------------------------------------------------------------
Revision: a02d859749f6febd36588d44d79856584bd17250
Ancestor: 2d23792444ca0f1c6023da2d42d946c4bd71af2e
Author: obilodeau@inverse.ca
Date: 2011-04-26T17:38:39
Branch: org.packetfence.trunk

Modified files:
        pf/html/user/content/index.php

ChangeLog: 

Captive Portal remediation pages are now Displaying texts only if they are set

This prevents the output of .po metadata that occured when an empty string was sent to gettext.

-----------------------------------------------------------------
Revision: 2d23792444ca0f1c6023da2d42d946c4bd71af2e
Ancestor: c2badd61dcf390ad6adbf145ce938d1a019400ad
Author: obilodeau@inverse.ca
Date: 2011-04-26T16:05:50
Branch: org.packetfence.trunk

Modified files:
        pf/html/admin/common.php pf/html/admin/style.css

ChangeLog: 

Fixed issue where action icons were collapsed by the table content if larger than window width

-----------------------------------------------------------------
Revision: 3d91d22b31e257a10d2c3139d2fe9c9ee89e319b
Ancestor: 084fd669dd27d7df357148eef748cbc13a69877e
Author: fgaudreault@inverse.ca
Date: 2011-04-27T12:44:35
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/SNMP/Dlink/DGS_3100.pm

ChangeLog: 

Missing =over and =back in the module for proper POD

-----------------------------------------------------------------
Revision: 084fd669dd27d7df357148eef748cbc13a69877e
Ancestor: 983678515d0ad2df43608381d76a1dc13802bb4c
Author: fgaudreault@inverse.ca
Date: 2011-04-26T19:35:56
Branch: org.packetfence.trunk

Added files:
        pf/lib/pf/SNMP/Dlink/DGS_3100.pm
Modified files:
        pf/NEWS pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php

ChangeLog: 

Added support for DLink DGS 3100 type switch

-----------------------------------------------------------------
Revision: 983678515d0ad2df43608381d76a1dc13802bb4c
Ancestor: c2badd61dcf390ad6adbf145ce938d1a019400ad
Author: obilodeau@inverse.ca
Date: 2011-04-22T19:49:40
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Extreme.pm

ChangeLog: 

avoiding warnings with buggy Extreme OS firmwares sending back different OIDs than what was requested

-----------------------------------------------------------------
Revision: c2badd61dcf390ad6adbf145ce938d1a019400ad
Ancestor: eb0a96881525e7a876094a6cd31f65218ff94308
Author: fgaudreault@inverse.ca
Date: 2011-04-21T22:32:11
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/conf/ui.conf pf/lib/pf/os.pm

ChangeLog: 

OS Class IDs are now visible in conf -> fingerprints. Fixes #1181

http://www.packetfence.org/bugs/view.php?id=1181
review-by obilodeau

-----------------------------------------------------------------
Revision: eb0a96881525e7a876094a6cd31f65218ff94308
Ancestor: f4f03dd7188b89158117915b7b773b8d1e50a895
Author: fgaugreault@inverse.ca
Date: 2011-04-21T22:21:24
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/os.pm

ChangeLog: 

Fixed OS id not visible in dhcp-fingerprint view. Fixes #1180
http://www.packetfence.org/bugs/view.php?id=1180
Review-by obilodeau

-----------------------------------------------------------------
Revision: f4f03dd7188b89158117915b7b773b8d1e50a895
Ancestor: ab12bfd958bb6e9d4d0b21eea552278a20bc493c
Author: obilodeau@inverse.ca
Date: 2011-04-21T18:08:27
Branch: org.packetfence.trunk

Modified files:
        pf/html/user/content/templates/pending.html

ChangeLog: 

using noscript tags to warn users that they need to refresh from time to time to detect network access

-----------------------------------------------------------------
Revision: ab12bfd958bb6e9d4d0b21eea552278a20bc493c
Ancestor: 12c2cd833682c0f7a9abfecca088f29ad58ef228
Author: obilodeau@inverse.ca
Date: 2011-04-21T14:55:52
Branch: org.packetfence.trunk

Modified files:
        pf/html/user/content/templates/login.html

ChangeLog: 

usability improvemnt: login input is now focused on page load 

-----------------------------------------------------------------
Revision: 5ace56f57f6674db80cfd05bdbbe76adfd589c40
Ancestor: c404e83eaa8ced4231bd5939c9d7eea8c1895161
Author: obilodeau@inverse.ca
Date: 2011-04-20T21:35:57
Branch: org.packetfence.2_1

Modified files:
        pf/html/admin/configuration/captive-portal.php
        pf/html/admin/configuration/main.php pf/html/admin/style.css

ChangeLog: 

migrated from div / tables to ul / li in order to fix an IE bug (and be cleaner)

-----------------------------------------------------------------
Revision: c404e83eaa8ced4231bd5939c9d7eea8c1895161
Ancestor: aa69f556159091955381dde58a75c30e332e868e
Author: obilodeau@inverse.ca
Date: 2011-04-20T20:39:50
Branch: org.packetfence.2_1

Modified files:
        pf/html/admin/configuration/captive-portal.php
        pf/html/admin/header.php pf/html/common/pf.js

ChangeLog: 

Added javascript to prevent users from quitting page with unsaved changes

-----------------------------------------------------------------
Revision: aa69f556159091955381dde58a75c30e332e868e
Ancestor: 02643be3f3315f45cec1213e4223729ab0f814a8
Author: obilodeau@inverse.ca
Date: 2011-04-20T20:39:22
Branch: org.packetfence.2_1

Modified files:
        pf/t/coding-style.t pf/t/php.t

ChangeLog: 

added tests for captive-portal.php

-----------------------------------------------------------------
Revision: d9293f88492dd1df7c0d403e5967efc9bd2854bd
Ancestor: 7564983f31db0e1d16c5360ac4ce0b4aa30a41b3
Author: obilodeau@inverse.ca
Date: 2011-04-20T16:24:35
Branch: org.packetfence.2_1

Added files:
        pf/html/admin/common/display.inc
        pf/html/admin/configuration/captive-portal.php
Modified files:
        pf/NEWS pf/conf/ui.conf pf/html/admin/check_login.php
        pf/html/admin/configuration/main.php pf/html/admin/style.css

ChangeLog: 

Remediation pages can now be modified from the Web Admin

While I was there:
- new web admin lib: display.inc encapsulate basic notification and error output
- Important refactoring in html/admin/configuration/main.php to avoid inline style tags and dead code removal
- Migrated inline styles into CSS

-----------------------------------------------------------------
Revision: d9ef3ad45a5e8fdfabd0cea7c5e7f75e72d59919
Ancestor: 7564983f31db0e1d16c5360ac4ce0b4aa30a41b3
Author: fgaudreault@inverse.ca
Date: 2011-04-19T20:28:43
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

-Added AeroHIVE in the device table

-----------------------------------------------------------------
Revision: 7564983f31db0e1d16c5360ac4ce0b4aa30a41b3
Ancestor: 694698598e000b980bb4954b5ce81837a4413b6c
Author: obilodeau@inverse.ca
Date: 2011-04-19T15:28:21
Branch: org.packetfence.2_1

Added files:
        pf/html/admin/images/famfamfam_silk_icons/page_world.png
Modified files:
        pf/NEWS pf/html/admin/common.php pf/html/admin/header.php
        pf/html/admin/style.css
Modified attrs:
        pf/html/admin/images/famfamfam_silk_icons/page_world.png

ChangeLog: 

From Configuration -> Violation table you can now preview remediation pages

Also fixed configuration -> violation edit / add popup size while I was there.
Added new body id to be able to improve our CSS

-----------------------------------------------------------------
Revision: 694698598e000b980bb4954b5ce81837a4413b6c
Ancestor: 413fe72b2bfa1cf2ee6028b5eab1efea226b8c57
Author: obilodeau@inverse.ca
Date: 2011-04-19T15:03:20
Branch: org.packetfence.2_1

Modified files:
        pf/html/admin/configuration/violation_add.php

ChangeLog: 

cleanup: this has nothing to do here

-----------------------------------------------------------------
Revision: 413fe72b2bfa1cf2ee6028b5eab1efea226b8c57
Ancestor: 67348863af89393a2edab5141d689da5d0c8533e
Author: obilodeau@inverse.ca
Date: 2011-04-19T15:02:45
Branch: org.packetfence.2_1

Modified files:
        pf/html/admin/configuration/violation_edit.php

ChangeLog: 

cleanup: this has nothing to do there

-----------------------------------------------------------------
Revision: 67348863af89393a2edab5141d689da5d0c8533e
Ancestor: 272966477c878b0095bcce72a759127bb81bb9b2
Author: obilodeau@inverse.ca
Date: 2011-04-19T13:58:23
Branch: org.packetfence.2_1

Modified files:
        pf/conf/templates/httpd.conf.apache22
        pf/html/user/content/index.php

ChangeLog: 

Now possible to preview remediation pages through the Web Admin

-----------------------------------------------------------------
Revision: 272966477c878b0095bcce72a759127bb81bb9b2
Ancestor: 54f9d91af66fdd8adf85eb70023590997e2c1787
Author: obilodeau@inverse.ca
Date: 2011-04-19T13:34:41
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/lookup/node.pm

ChangeLog: 

changes to node lookup to integrate new User-Agent capabilities

-----------------------------------------------------------------
Revision: 54f9d91af66fdd8adf85eb70023590997e2c1787
Ancestor: 262db99b19cc595b4b3047e4e37fd1980a517696
Author: obilodeau@inverse.ca
Date: 2011-04-19T13:34:09
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/vlan.pm

ChangeLog: 

added POD to pf::vlan::new() so it'll pass it's POD coverage test

-----------------------------------------------------------------
Revision: fc7dcad276672cb20a115c4af898a60c3d0d4d5b
Ancestor: bec3f72494757dfc8a93135061841fc0d9e33bd3
Author: obilodeau@inverse.ca
Date: 2011-04-19T13:30:15
Branch: org.packetfence.2_1

Modified files:
        pf/UPGRADE

ChangeLog: 

changes to "node lookup changed" text since we don't overwrite the script with our package

-----------------------------------------------------------------
Revision: 164a5d846633a42ec1694bdbe45bc59f882f149c
Ancestor: 73e7fbaeab7e133741f58f0699bb83c45be1af01
Author: obilodeau@inverse.ca
Date: 2011-04-21T13:12:09
Branch: org.packetfence.2_1

Modified files:
        pf/t/php.t

ChangeLog: 

fixed # of tests

-----------------------------------------------------------------
Revision: 73e7fbaeab7e133741f58f0699bb83c45be1af01
Ancestor: f268b5c86c513474829edd323d26d0727961012d
Author: obilodeau@inverse.ca
Date: 2011-04-18T18:37:21
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/HP/Procurve_2500.pm

ChangeLog: 

apparently ProCurve's 5412zl work with this module

-----------------------------------------------------------------
Revision: f268b5c86c513474829edd323d26d0727961012d
Ancestor: f4a195450392f01f06cc9f358cbc4880e39aa92a
Author: obilodeau@inverse.ca
Date: 2011-04-18T18:13:59
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

added configuration for 3Com 4800G (it's not the same as 4200G or 5500G)

-----------------------------------------------------------------
Revision: f4a195450392f01f06cc9f358cbc4880e39aa92a
Ancestor: bec3f72494757dfc8a93135061841fc0d9e33bd3
Author: obilodeau@inverse.ca
Date: 2011-04-18T18:10:02
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/HP/E4800G.pm pf/lib/pf/SNMP/HP/E5500G.pm
        pf/lib/pf/SNMP/ThreeCom/E4800G.pm
        pf/lib/pf/SNMP/ThreeCom/E5500G.pm

ChangeLog: 

got known-to-work firmware version for 3Com's new MAC-Auth / 802.1X support

-----------------------------------------------------------------
Revision: bec3f72494757dfc8a93135061841fc0d9e33bd3
Ancestor: fd0125492e29fbd197b224c1ded7e7cb84aaaf58
Author: obilodeau@inverse.ca
Date: 2011-04-18T17:29:38
Branch: org.packetfence.2_1

Modified files:
        pf/packetfence.spec

ChangeLog: 

added to package manifest the lib for the User-Agent rewrite feature (forgotten in previous commit)

-----------------------------------------------------------------
Revision: fd0125492e29fbd197b224c1ded7e7cb84aaaf58
Ancestor: c1e0a09b97b33bb0581d62ca23aae5e1cbd23527
Author: obilodeau@inverse.ca
Date: 2011-04-18T16:35:55
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

added fixed bugs id to previous news entry

-----------------------------------------------------------------
Revision: c1e0a09b97b33bb0581d62ca23aae5e1cbd23527
Ancestor: 00d8e7d6a14f7dbbc37bc278acac0ed608b4c2c5
Author: obilodeau@inverse.ca
Date: 2011-04-18T16:33:43
Branch: org.packetfence.2_1

Renamed entries:
        pf/lib/pf/mod_perl_require.pl to pf/lib/pf/web/backend_modperl_require.pl
Added files:
        pf/addons/upgrade/update-all-useragents.pl
        pf/db/pf-schema-2.2.0.sql pf/db/upgrade-2.0.0-2.2.0.sql
        pf/html/admin/configuration/useragent.php
        pf/html/admin/node/useragent.php
        pf/lib/HTTP/BrowserDetect.pm
        pf/lib/pf/web/captiveportal_modperl_require.pl
        pf/t/useragent.t
Added directories:
        pf/addons/upgrade pf/lib/HTTP
Modified files:
        pf/NEWS pf/UPGRADE pf/bin/pfcmd
        pf/conf/templates/httpd.conf.apache22 pf/conf/ui.conf
        pf/conf/violations.conf pf/html/admin/common.php
        pf/html/admin/footer.php pf/html/admin/status/reports.php
        pf/lib/pf/pfcmd/help.pm pf/lib/pf/pfcmd/report.pm
        pf/lib/pf/pfcmd.pm pf/lib/pf/useragent.pm
        pf/lib/pf/web/backend_modperl_require.pl pf/lib/pf/web.pm
        pf/packetfence.spec pf/t/TestUtils.pm pf/t/binaries.t
        pf/t/coding-style.t pf/t/critic.t pf/t/dao/data.t
        pf/t/pfcmd.t pf/t/php.t pf/t/pod.t
Modified attrs:
        pf/addons/upgrade/update-all-useragents.pl pf/t/useragent.t

ChangeLog: 

User-Agent detection and violation mechanism rewrite
- Note: Database schema change
- User-Agent node view and global detected User-Agent properties visiblity
- Ability to share unknown user-agents to the project
- New sample violations
- Created a mod_perl require script for the Captive Portal (and moved Web Admin one into lib/pf/web/)
- update-all-useragents.pl: new script to migrate User-Agent info in new nodeuseragent table (optional on upgrades)
- using caching to avoid triggerring too many of the same violation (5m cache on identical hits)
Fixes #769, #1192
http://www.packetfence.org/bugs/view.php?id=769
http://www.packetfence.org/bugs/view.php?id=1192

-----------------------------------------------------------------
Revision: 00d8e7d6a14f7dbbc37bc278acac0ed608b4c2c5
Ancestor: 7d4f0207911e308db7f8953aa4be55b64b32f0c6
Author: obilodeau@inverse.ca
Date: 2011-04-18T13:52:35
Branch: org.packetfence.2_1

Modified files:
        pf/packetfence.spec

ChangeLog: 

cleanup

-----------------------------------------------------------------
Revision: 7d4f0207911e308db7f8953aa4be55b64b32f0c6
Ancestor: 61d19ed0e299247522c5a47138a25445bcdc7ac1
Author: obilodeau@inverse.ca
Date: 2011-04-15T14:03:34
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

New dhcp fingerprint for polycom IP phone

-----------------------------------------------------------------
Revision: 61d19ed0e299247522c5a47138a25445bcdc7ac1
Ancestor: 3beb319e4752bfe4c29bc2f496a95d668670eb4e
Author: obilodeau@inverse.ca
Date: 2011-04-15T13:52:30
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/html/admin/login.php

ChangeLog: 

removed aggressive regexp from password validation in favor of a simpler validation. Fixes #1209
http://www.packetfence.org/bugs/view.php?id=1209

-----------------------------------------------------------------
Revision: 3beb319e4752bfe4c29bc2f496a95d668670eb4e
Ancestor: 1da8589bbf4abb9ec9d61e3834fd02138a23cc2c
Author: fgaudreault@inverse.ca
Date: 2011-04-14T19:58:43
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

- AeroHIVE beta configuration steps in Network Configuration Guide

-----------------------------------------------------------------
Revision: 1da8589bbf4abb9ec9d61e3834fd02138a23cc2c
Ancestor: 8b2fb7949a66337fe86bb01a432f36590c8368f1
Author: obilodeau@inverse.ca
Date: 2011-04-14T14:11:02
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/ThreeCom/SS4500.pm

ChangeLog: 

some potential improvements documented in the 3Com's port-security code

-----------------------------------------------------------------
Revision: 8b2fb7949a66337fe86bb01a432f36590c8368f1
Ancestor: edc5fa66d8afd71c2c529ef9f35b35dc92f2a0b9
Author: obilodeau@inverse.ca
Date: 2011-04-14T13:52:43
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/HP/E4800G.pm
        pf/lib/pf/SNMP/ThreeCom/E4800G.pm

ChangeLog: 

port-security apparently broken on the 4800G too

-----------------------------------------------------------------
Revision: edc5fa66d8afd71c2c529ef9f35b35dc92f2a0b9
Ancestor: 2d3e1a028b3241bf0744a0bf99cd907a7243c6cb
Author: obilodeau@inverse.ca
Date: 2011-04-12T15:52:58
Branch: org.packetfence.2_1

Added files:
        pf/lib/pf/SNMP/Foundry/MC.pm

ChangeLog: 

added Foundry Mobility Controller placeholder module because we think Foundry and Meru are very similar

-----------------------------------------------------------------
Revision: 688f07153aeb4f1add1a00b7a79a58201c3e9ff7
Ancestor: 941218fb05ed68c0f283659a0407dd9e4dc9124f
Author: fgaudreault@inverse.ca
Date: 2011-04-15T13:17:20
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

- Fixed date in packetfence.spec changlelog section

-----------------------------------------------------------------
Revision: b6b5b74640efcec8815c71a62206c89a3f117f54
Ancestor: 727231781e8fdec307e59be2c537d143d92128cf
Author: mjutras@inverse.ca
Date: 2011-04-14T17:32:05
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Add in FAQ: Windows authentication in registration network

-----------------------------------------------------------------
Revision: 7c2409e611890904f0db3c73091ee9e3d7fce87b
Ancestor: 727231781e8fdec307e59be2c537d143d92128cf
Author: fgaudreault@inverse.ca
Date: 2011-04-14T14:45:34
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

- Fixed install section for package freeradius2

-----------------------------------------------------------------
Revision: 727231781e8fdec307e59be2c537d143d92128cf
Ancestor: 31af2775378931827a830355e61fda5bbd364530
Author: fgaudreault@inverse.ca
Date: 2011-04-13T14:20:16
Branch: org.packetfence.trunk

Added files:
        pf/addons/freeradius-integration/modules/perl.pf
Added directories:
        pf/addons/freeradius-integration/modules
Modified files:
        pf/packetfence.spec

ChangeLog: 

- Added support for perl configuration in the packetfence-
  freeradius2 package

-----------------------------------------------------------------
Revision: 2d3e1a028b3241bf0744a0bf99cd907a7243c6cb
Ancestor: 5b3eb1381b61cc37d5335b781e99f37694907e0b
Author: obilodeau@inverse.ca
Date: 2011-04-11T19:06:19
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Doc for 3Com 4800G and 5500G 802.1X + MAC-Auth support
added references to HP's names too

-----------------------------------------------------------------
Revision: 5b3eb1381b61cc37d5335b781e99f37694907e0b
Ancestor: 964afbddcc5d76216da87efb226b2b70831e2a66
Author: fgaudreault@inverse.ca
Date: 2011-04-11T17:58:30
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

News entry for bugfix 1205

-----------------------------------------------------------------
Revision: 964afbddcc5d76216da87efb226b2b70831e2a66
Ancestor: f82fb323220b275d3dc05b3c34d5fca44248eb46
Author: fgaudreault@inverse.ca
Date: 2011-04-11T17:56:04
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Fixed basic samba configuration (#1205)

-----------------------------------------------------------------
Revision: c5453a1d58872c1fdebeb7542656380d3f7b96b2
Ancestor: b969564c07a4876502e079ad3449d2ce8ad02c7a
Author: obilodeau@inverse.ca
Date: 2011-04-09T02:27:50
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/services/apache.pm

ChangeLog: 

MaxClients of 256 instead of 255

-----------------------------------------------------------------
Revision: 72f89c1e24c816eb856dfe0e829f02b9aa90d6ed
Ancestor: e146738492a6e1b4d0dd924c3605c256aa936ac4
Author: obilodeau@inverse.ca
Date: 2011-04-09T02:24:25
Branch: org.packetfence.trunk

Added files:
        pf/t/linux.t
Modified files:
        pf/NEWS pf/UPGRADE pf/conf/httpd.conf.apache22
        pf/lib/pf/pfcmd/checkup.pm pf/lib/pf/services/apache.pm
        pf/lib/pf/util.pm pf/t/TestUtils.pm pf/t/services.t
Modified attrs:
        pf/t/linux.t

ChangeLog: 

Apache performance settings are automatically adjusted by PacketFence based on total system memory when generating apache's configuration. Fixes #1204
Includes a checkup test for memory measurement
Added relevant tests
http://www.packetfence.org/bugs/view.php?id=1204

-----------------------------------------------------------------
Revision: e146738492a6e1b4d0dd924c3605c256aa936ac4
Ancestor: 5b922f1823885ed064571d08e8be773f09555bf0
Author: obilodeau@inverse.ca
Date: 2011-04-09T02:12:49
Branch: org.packetfence.trunk

Modified files:
        pf/UPGRADE

ChangeLog: 

clarified separated SSL config's advantage

-----------------------------------------------------------------
Revision: f61aca6728a53e0931d091cd70e66125c1db5d31
Ancestor: 5b922f1823885ed064571d08e8be773f09555bf0
Author: fgaudreault@inverse.ca
Date: 2011-04-11T18:02:56
Branch: org.packetfence.trunk

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

- Fixed samba configuration snippet in administration guide

-----------------------------------------------------------------
Revision: 5b922f1823885ed064571d08e8be773f09555bf0
Ancestor: 28c71a1af7ca43a47e35b928563dde81ffb7f6c8
Author: obilodeau@inverse.ca
Date: 2011-04-08T20:07:39
Branch: org.packetfence.trunk

Added files:
        pf/conf/ssl-certificates.conf

ChangeLog: 

forgotten from previous commit

-----------------------------------------------------------------
Revision: 28c71a1af7ca43a47e35b928563dde81ffb7f6c8
Ancestor: e27c31a8888ade3548c1e17c17f08ca07921be49
Author: obilodeau@inverse.ca
Date: 2011-04-08T19:18:06
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/UPGRADE pf/conf/httpd.conf.apache22
        pf/lib/pf/services/apache.pm pf/packetfence.spec

ChangeLog: 

SSL configuration is extracted from the main apache config into a separate file so that it is easier to maintain (not overwritten by the package) fixes #1207;
http://www.packetfence.org/bugs/view.php?id=1207

-----------------------------------------------------------------
Revision: e27c31a8888ade3548c1e17c17f08ca07921be49
Ancestor: 42a6f32293f27bc426a835b3c9abc8cafae83b5d
Author: obilodeau@inverse.ca
Date: 2011-04-08T18:48:35
Branch: org.packetfence.trunk

Modified files:
        pf/conf/dhcpd.conf pf/conf/dhcpd_vlan.conf
        pf/conf/httpd.conf.apache22 pf/conf/httpd.conf.pre_apache22
        pf/conf/iptables.conf pf/conf/named-isolation.ca
        pf/conf/named-registration.ca pf/conf/named_vlan.conf
        pf/conf/snort.conf pf/conf/snort.conf.pre_snort-2.8
        pf/lib/pf/iptables.pm pf/lib/pf/services/apache.pm
        pf/lib/pf/services.pm pf/lib/pf/util.pm

ChangeLog: 

Removed the warning from the actual configuration files and it is now added by the parse_template() call

-----------------------------------------------------------------
Revision: 42a6f32293f27bc426a835b3c9abc8cafae83b5d
Ancestor: 4418060bf81adfc322b011766316ff03a9889b4c
Author: obilodeau@inverse.ca
Date: 2011-04-08T18:44:05
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

tabs to spaces

-----------------------------------------------------------------
Revision: 4418060bf81adfc322b011766316ff03a9889b4c
Ancestor: fde0c7f4580b9a3004d9738fbbb3c85985813433
Author: obilodeau@inverse.ca
Date: 2011-04-08T15:47:52
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/services/apache.pm pf/lib/pf/services.pm

ChangeLog: 

refactoring: extracted httpd.conf generation from pf::services into pf::services::apache

-----------------------------------------------------------------
Revision: fde0c7f4580b9a3004d9738fbbb3c85985813433
Ancestor: fcecb003ff58f860455ecf3853e68a313b9f6e46
Author: obilodeau@inverse.ca
Date: 2011-04-08T14:36:05
Branch: org.packetfence.trunk

Modified files:
        pf/UPGRADE

ChangeLog: 

re-ordered items based on importance

-----------------------------------------------------------------
Revision: f82fb323220b275d3dc05b3c34d5fca44248eb46
Ancestor: c6fae786dfb1220e3e65e5135128579b0718e112
Author: obilodeau@inverse.ca
Date: 2011-04-07T19:17:50
Branch: org.packetfence.2_1

Modified files:
        pf/UPGRADE pf/lib/pf/SNMP.pm

ChangeLog: 

in wired MAC-Authentication we now bounce the port by default since it's the only way for now that we can force client side re-auth

-----------------------------------------------------------------
Revision: c6fae786dfb1220e3e65e5135128579b0718e112
Ancestor: 48c0c18fb445fcdd45949ac4d058ebc4ad232886
Author: obilodeau@inverse.ca
Date: 2011-04-07T18:57:15
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

linked a news item to a ticket

-----------------------------------------------------------------
Revision: 48c0c18fb445fcdd45949ac4d058ebc4ad232886
Ancestor: 1991981012d779672b79ae180d651e634206343a
Author: obilodeau@inverse.ca
Date: 2011-04-07T18:33:50
Branch: org.packetfence.2_1

Added files:
        pf/lib/pf/SNMP/HP/E4800G.pm pf/lib/pf/SNMP/HP/E5500G.pm
        pf/lib/pf/SNMP/ThreeCom/E4800G.pm
        pf/lib/pf/SNMP/ThreeCom/E5500G.pm
Modified files:
        pf/NEWS pf/README.network-devices
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php

ChangeLog: 

3Com 4800G and 5500G 802.1X + MAC-Auth support (inherited from Switch_4200G)
added HP modules too

-----------------------------------------------------------------
Revision: 1991981012d779672b79ae180d651e634206343a
Ancestor: aef7c6deae2fcb8b45fc85dbbaf93e2cbef75182
Author: obilodeau@inverse.ca
Date: 2011-04-07T18:27:35
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/Foundry.pm

ChangeLog: 

some notes we got regarding the Foundry but none interested in funding implementation

-----------------------------------------------------------------
Revision: aef7c6deae2fcb8b45fc85dbbaf93e2cbef75182
Ancestor: decea05a0dcb1e790a9e9f73dd4fa77ecf095a3d
Author: obilodeau@inverse.ca
Date: 2011-04-07T16:08:08
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP.pm pf/lib/pf/services.pm

ChangeLog: 

typos and code identation

-----------------------------------------------------------------
Revision: decea05a0dcb1e790a9e9f73dd4fa77ecf095a3d
Ancestor: a2b76a30cdfa8b5ef4076053d034ad3b69831ac4
Author: obilodeau@inverse.ca
Date: 2011-04-07T15:39:30
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/pfcmd.pm pf/t/pfcmd.t

ChangeLog: 

allowing @ in pfcmd node view pid=... fixes #1206
http://www.packetfence.org/bugs/view.php?id=1206

-----------------------------------------------------------------
Revision: c781637201ae6976e7022cbf80138a6ef3648a69
Ancestor: efa8669b5cc55b58b690f929dc10eb37dc1eb986
Author: obilodeau@inverse.ca
Date: 2011-04-06T17:37:36
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/SNMP/ThreeCom/SS4500.pm
        pf/lib/pf/SNMP/constants.pm

ChangeLog: 

SS4500 port-security improvements
- leaner _setVlan
- authorizeMAC is now using an SNMP implementation

-----------------------------------------------------------------
Revision: efa8669b5cc55b58b690f929dc10eb37dc1eb986
Ancestor: 7213d23e86e1fa4c3b306371a177216167089932
Author: obilodeau@inverse.ca
Date: 2011-04-05T20:32:51
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/Foundry.pm pf/lib/pf/SNMP/SMC.pm
        pf/lib/pf/SNMP.pm pf/t/hardware-snmp-objects.t

ChangeLog: 

refactored _authorizeCurrentMacWithNewVlan() out of Foundry and SMC into pf::SNMP since it seems we will use it in ThreeCom also
couldn't resist to do some additional cleanup / formatting

-----------------------------------------------------------------
Revision: 7213d23e86e1fa4c3b306371a177216167089932
Ancestor: 68f31b7a3c4f054d718cd4c30669746c281c9f0f
Author: obilodeau@inverse.ca
Date: 2011-04-05T20:10:35
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/SMC.pm

ChangeLog: 

minor refactoring

-----------------------------------------------------------------
Revision: 012253bc0b7cfa5437ddec956739f8cd7b50861e
Ancestor: 68f31b7a3c4f054d718cd4c30669746c281c9f0f
Author: obilodeau@inverse.ca
Date: 2011-04-05T16:06:51
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

doc fix: 3Com 4200G MAC-Auth/802.1X support requires a user-name-format without-domain statement

-----------------------------------------------------------------
Revision: 68f31b7a3c4f054d718cd4c30669746c281c9f0f
Ancestor: e24bd66172616e62c24ddcefe459f06c8539a56e
Author: obilodeau@inverse.ca
Date: 2011-04-01T15:04:55
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

new generic Intel PXE dhcp fingerprint

-----------------------------------------------------------------
Revision: e24bd66172616e62c24ddcefe459f06c8539a56e
Ancestor: 3f8f78d2258daba2b3886ebe8134080cedff6d6e
Author: obilodeau@inverse.ca
Date: 2011-03-31T18:24:12
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Added 3Com Switch 4200G MAC Auth and 802.1X instructions

-----------------------------------------------------------------
Revision: 3f8f78d2258daba2b3886ebe8134080cedff6d6e
Ancestor: 2569fc7f0ff28d4fd207ad5f86a6c58c12270d59
Author: obilodeau@inverse.ca
Date: 2011-03-31T18:23:43
Branch: org.packetfence.2_1

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

new content under MAC Auth and 802.1X support

-----------------------------------------------------------------
Revision: 2569fc7f0ff28d4fd207ad5f86a6c58c12270d59
Ancestor: 962fdfb4c5ed05ee13c5a314ca97c4e0bad137eb
Author: obilodeau@inverse.ca
Date: 2011-03-31T18:18:33
Branch: org.packetfence.2_1

Added files:
        pf/t/network-devices/threecom.t
Modified files:
        pf/NEWS pf/README.network-devices pf/UPGRADE
        pf/lib/pf/SNMP/ThreeCom/Switch_4200G.pm
        pf/lib/pf/SNMP/constants.pm pf/t/TestUtils.pm
        pf/t/data/switches.conf pf/t/floatingdevice.t
        pf/t/network-devices/cisco.t pf/t/vlan.t
Modified attrs:
        pf/t/network-devices/threecom.t

ChangeLog: 

3Com Switch 4200G MAC Authentication and 802.1X support
- including a lot of module documentation
- dot1x re-authentication is a port bounce (see doc for why)
- complex NasPortToIfIndex translation (with tests!)
- updated support chart
- added important UPGRADE notes regarding port-security's status on the 3Com
- small changes to the tests (a fake IP switch changed)

-----------------------------------------------------------------
Revision: 962fdfb4c5ed05ee13c5a314ca97c4e0bad137eb
Ancestor: 8c702c88b090e2fe9e6e583feb5d02b657aa7e15
Author: obilodeau@inverse.ca
Date: 2011-03-31T18:10:59
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/ThreeCom/SS4500.pm

ChangeLog: 

harmless code formatting

-----------------------------------------------------------------
Revision: 8c702c88b090e2fe9e6e583feb5d02b657aa7e15
Ancestor: 8d6c50626cebed361178c74eaaa60b35ef902e17
Author: obilodeau@inverse.ca
Date: 2011-03-30T13:41:08
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/ThreeCom/Switch_4200G.pm
        pf/lib/pf/SNMP/constants.pm

ChangeLog: 

pod fixes

-----------------------------------------------------------------
Revision: 8d6c50626cebed361178c74eaaa60b35ef902e17
Ancestor: 72fe332e07fe935d26c9a88bdb48acb5cc7b48d8
Author: obilodeau@inverse.ca
Date: 2011-03-30T13:37:19
Branch: org.packetfence.2_1

Modified files:
        pf/conf/authentication/kerberos.pm pf/packetfence.spec

ChangeLog: 

Added perl(Authen::Krb5::Simple) as a dependency. Clarified it in POD and did a small POD fix.

-----------------------------------------------------------------
Revision: 72fe332e07fe935d26c9a88bdb48acb5cc7b48d8
Ancestor: 4d07cd21a477eaec8e90e55ab0b939dbf0b8b0b6
Author: obilodeau@inverse.ca
Date: 2011-03-29T17:52:36
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/ThreeCom/NJ220.pm
        pf/lib/pf/SNMP/ThreeCom/SS4500.pm
        pf/lib/pf/SNMP/ThreeCom/Switch_4200G.pm
        pf/lib/pf/SNMP/ThreeCom.pm pf/lib/pf/SNMP/constants.pm

ChangeLog: 

Rework of the 3Com codebase. Mostly cosmetic + doc changes
- extracted into constants
- documented discovered limitations

-----------------------------------------------------------------
Revision: fd0683c1be337b4fbf82a7a8c92cdf79cec497a0
Ancestor: 31f75b151af3579ef0a8f7fc2523600285a7d928
Author: obilodeau@inverse.ca
Date: 2011-03-29T17:47:30
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/radius.pm

ChangeLog: 

VoIP in RADIUS-based authentication will now use CDP / LLDP if implemented.
by passing ifIndex here if VoIP is enabled we will perform CDP / LLDP polling through SNMP on supported switches (Cisco so far)

-----------------------------------------------------------------
Revision: 481f018a223db9cb816ffb1bb8dffa72c1e5cc17
Ancestor: 31f75b151af3579ef0a8f7fc2523600285a7d928
Author: obilodeau@inverse.ca
Date: 2011-03-29T13:30:37
Branch: org.packetfence.2_1

Modified files:
        pf/packetfence.spec pf/t/coding-style.t pf/t/critic.t
        pf/t/pf.t pf/t/pod.t pf/t/podCoverage.t

ChangeLog: 

Added authentication::kerberos to RPM package spec and tests

-----------------------------------------------------------------
Revision: 31f75b151af3579ef0a8f7fc2523600285a7d928
Ancestor: 54ae73609e990eeda614a0e759c029d25a382791
Author: obilodeau@inverse.ca
Date: 2011-03-28T15:15:56
Branch: org.packetfence.2_1

Modified files:
        pf/conf/locale/fr/LC_MESSAGES/packetfence.po

ChangeLog: 

Added domain statement to french translation

-----------------------------------------------------------------
Revision: 54ae73609e990eeda614a0e759c029d25a382791
Ancestor: 26922b32c2d2f61ce671867c7d90222b792c09cc
Author: obilodeau@inverse.ca
Date: 2011-03-25T22:03:39
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/radius.pm

ChangeLog: 

fixed RADIUS VoIP issue: doing NAS translation on an already translated port

-----------------------------------------------------------------
Revision: 26922b32c2d2f61ce671867c7d90222b792c09cc
Ancestor: 10c8d5751e4cc3fe65502e68c858dfad8ef5efd9
Author: obilodeau@inverse.ca
Date: 2011-03-25T21:07:47
Branch: org.packetfence.2_1

Modified files:
        pf/conf/locale/fr/LC_MESSAGES/packetfence.po

ChangeLog: 

Fixed a french sentence

-----------------------------------------------------------------
Revision: 10c8d5751e4cc3fe65502e68c858dfad8ef5efd9
Ancestor: 565bd3a9f1347831c7aa323afae24d84864bb1be
Author: obilodeau@inverse.ca
Date: 2011-03-25T21:06:31
Branch: org.packetfence.2_1

Added files:
        pf/conf/authentication/kerberos.pm
Modified files:
        pf/NEWS pf/conf/documentation.conf

ChangeLog: 

Kerberos Authentication on the Captive Portal (Thanks to Brad Lhotsky from NIH)

-----------------------------------------------------------------
Revision: 565bd3a9f1347831c7aa323afae24d84864bb1be
Ancestor: b7a24a45cacddb1b2e9ed528b681ed97aa1af656
Author: obilodeau@inverse.ca
Date: 2011-03-25T18:36:42
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

groupinstall is Packetfence-complete not "Packetfence-complete"

-----------------------------------------------------------------
Revision: b7a24a45cacddb1b2e9ed528b681ed97aa1af656
Ancestor: 318c1e45f0caa67ace6e45e11ac4ecf72cb0494f
Author: obilodeau@inverse.ca
Date: 2011-03-25T18:00:24
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Added proper [vlan] section in the sample pf.conf and also did some whitespace cleanup

-----------------------------------------------------------------
Revision: 318c1e45f0caa67ace6e45e11ac4ecf72cb0494f
Ancestor: c234f00faa7489bebfac0b96e3303466d7ae9819
Author: fgaudreault@inverse.ca
Date: 2011-03-23T18:47:57
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

News entry for bug 743 commit

-----------------------------------------------------------------
Revision: c234f00faa7489bebfac0b96e3303466d7ae9819
Ancestor: 851f9375ac7363064a1d064bf8e0833879320193
Author: fgaudreault@inverse.ca
Date: 2011-03-23T18:22:48
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

- Changed the way we configure my.cnf in the Admin Guide

-----------------------------------------------------------------
Revision: 88be80da61875fdd0ba29aee7288403dc07a0bfc
Ancestor: 8c3297a0daabb7603a0becde6c9c22518d40600f
Author: obilodeau@inverse.ca
Date: 2011-03-25T18:37:49
Branch: org.packetfence.trunk

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

groupinstall should be Packetfence-complete not "Packetfence-complete"

-----------------------------------------------------------------
Revision: 8c3297a0daabb7603a0becde6c9c22518d40600f
Ancestor: 1645a10c24b8a0da1af5d4ea7ae57ff4ea8c76c7
Author: fgaudreault@inverse.ca
Date: 2011-03-25T17:45:59
Branch: org.packetfence.trunk

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

- Fixed my.cnf in trunk admin guide

-----------------------------------------------------------------
Revision: 1645a10c24b8a0da1af5d4ea7ae57ff4ea8c76c7
Ancestor: b302cafbcf274217417bcc091c8febb2bf3032cf
Author: obilodeau@inverse.ca
Date: 2011-03-24T20:05:08
Branch: org.packetfence.trunk

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

sample pf.conf now has proper vlan section with dhcpd and named enabled

-----------------------------------------------------------------
Revision: 851f9375ac7363064a1d064bf8e0833879320193
Ancestor: 652ad16b60dc6cbf8dcdc87630c949918a2a5bb8
Author: obilodeau@inverse.ca
Date: 2011-03-23T14:40:23
Branch: org.packetfence.2_1
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

new dhcp fingerprints: Freebox Home Wireless Router and AeroHive's Hive AP fingerprints

-----------------------------------------------------------------
Revision: 26571fa362240c802ccb22b313e467ea25708807
Ancestor: e72d0d5617624610eaa685df19232927310ab212
Author: obilodeau@inverse.ca
Date: 2011-03-22T18:08:25
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP.pm pf/sbin/pfsetvlan

ChangeLog: 

small fixes to the mac detection code:
- Using same config parameters both in pf::SNMP and pfsetvlan
- TODO task, reindent

-----------------------------------------------------------------
Revision: a1e9c333ea01ba1740a775e263ee586a43f5eddb
Ancestor: 09c796004621c0a5afa86972d6ee2fbdd32a2100
Author: fgaudreault@inverse.ca
Date: 2011-03-22T15:33:26
Branch: org.packetfence.2_1

Modified files:
        pf/packetfence.spec

ChangeLog: 

Removed perl-Class-Inspector as a dependency in the spec file

-----------------------------------------------------------------
Revision: 63c4a282df99615fc4758e137544e38f0a03436d
Ancestor: 0e77a171dc9e1d745fb6a28d9c893355c7cc8fbe
Author: fgaudreault@inverse.ca
Date: 2011-03-22T16:10:31
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

- Added perl-SOAP-Lite as a dependency to packetfence-freeradius2

-----------------------------------------------------------------
Revision: b3a921e7a2c99753988beaa14484c4f761f65e84
Ancestor: 09c796004621c0a5afa86972d6ee2fbdd32a2100
Author: obilodeau@inverse.ca
Date: 2011-03-22T20:21:11
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Added a SLED 11 fingerprint

-----------------------------------------------------------------
Revision: e72d0d5617624610eaa685df19232927310ab212
Ancestor: 8e491355c9a2d903a198d1f780de6636b3630390
Author: obilodeau@inverse.ca
Date: 2011-03-21T18:59:34
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

news entry for last commit

-----------------------------------------------------------------
Revision: 8e491355c9a2d903a198d1f780de6636b3630390
Ancestor: b6016604a1326da13ba9cb4943f20c4144ad903f
Author: obilodeau@inverse.ca
Date: 2011-03-21T18:57:00
Branch: org.packetfence.2_1

Added files:
        pf/t/benchmarks/README pf/t/benchmarks/pf-util.pl
Added directories:
        pf/t/benchmarks
Modified files:
        pf/addons/802.1X/packetfence.pm pf/lib/pf/util.pm
        pf/t/util.t
Modified attrs:
        pf/t/benchmarks/pf-util.pl

ChangeLog: 

clean_mac now supports xxxx-xxxx-xxxx formats
FreeRADIUS' packetfence.pm now uses clean_mac (copied in the module) instead of its own mac cleanup code
I took the opportunity to make it more reliable and performant and I validated the results with a benchmark
Added tests to util.t also

-----------------------------------------------------------------
Revision: b6016604a1326da13ba9cb4943f20c4144ad903f
Ancestor: 9383cc837db8b1949158d40cafad4c0dcbd26f2e
Author: obilodeau@inverse.ca
Date: 2011-03-21T17:58:52
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/HP/Controller_MSM710.pm

ChangeLog: 

removed an unused import I encountered in this module, also done some minor cosmetic changes

-----------------------------------------------------------------
Revision: 31fe9b4562022ccc6eb5f31ba5190ccbb4106310
Ancestor: 003f99d7761f47fcde834aabffe3fdef221e9bb4
Author: obilodeau@inverse.ca
Date: 2011-03-18T15:56:30
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/SNMP/MockedSwitch.pm pf/lib/pf/SNMP.pm
        pf/lib/pf/SwitchFactory.pm

ChangeLog: 

removed unused pf::SNMP MySQL connection code. Fixes #1058
http://www.packetfence.org/bugs/view.php?id=1058

-----------------------------------------------------------------
Revision: a151c59ff4a4bd1e14d42aca1ccd1d7ca6ae0481
Ancestor: 9383cc837db8b1949158d40cafad4c0dcbd26f2e
Author: obilodeau@inverse.ca
Date: 2011-03-22T14:36:21
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Added new DHCP fingerprints for Mikrotik, Ubuntu Server and Synology NAS

-----------------------------------------------------------------
Revision: 9383cc837db8b1949158d40cafad4c0dcbd26f2e
Ancestor: 7d95979a7a190aeb208c1529f15daeaf5ac3e9a3
Author: obilodeau@inverse.ca
Date: 2011-03-18T15:05:21
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Nortel.pm

ChangeLog: 

Fixed Nortel's regressions introduced in 2.1.0 but also the original aim of the 2.1.0 fixes. Fixes #1183, #1195
- fixed getFirstBoardIndex() so that it works properly
- fixed isPortSecurityEnabled() so that it always uses 1 as first board index. It seems that the port-security enabled OIDs boards are not indexed the same way as the secure MAC table :(
- improved isPortSecurityEnabled() and _setVlan()'s error handling
- Also did some comestic code changes
http://www.packetfence.org/bugs/view.php?id=1183
http://www.packetfence.org/bugs/view.php?id=1195

-----------------------------------------------------------------
Revision: 7d95979a7a190aeb208c1529f15daeaf5ac3e9a3
Ancestor: 20f52fcbaed8449c67fd571f3bb3179deeb763c3
Author: obilodeau@inverse.ca
Date: 2011-03-17T18:10:40
Branch: org.packetfence.2_1

Modified files:
        pf/UPGRADE pf/packetfence.spec

ChangeLog: 

added UPGRADE note to new package behavior regarding logrotate 
added changelog entry in package spec

-----------------------------------------------------------------
Revision: 20f52fcbaed8449c67fd571f3bb3179deeb763c3
Ancestor: 35ce9eba33d0e921f83bcfaa54ed0a02d0c8a51a
Author: fgaudreault@inverse.ca
Date: 2011-03-17T16:27:38
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/addons/logrotate pf/packetfence.spec

ChangeLog: 

Improvements in the logrotate script

-----------------------------------------------------------------
Revision: 26d446e836dd805f95ebd63121a43daf2b3612a3
Ancestor: 58bf7a82e2f7b5227ae7a3ec34d2452aa1d2f27e
Author: obilodeau@inverse.ca
Date: 2011-03-17T18:11:54
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS

ChangeLog: 

mentionned the new package name

-----------------------------------------------------------------
Revision: 58bf7a82e2f7b5227ae7a3ec34d2452aa1d2f27e
Ancestor: dace18d46208aac8abd83b1d9a73024700de191f
Author: obilodeau@inverse.ca
Date: 2011-03-17T17:50:32
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

small fix: attributes and config(noreplace) needs to be on the same line

-----------------------------------------------------------------
Revision: dace18d46208aac8abd83b1d9a73024700de191f
Ancestor: c3559c3e997fe8b888e253e13aa25ff35a2ac145
Author: obilodeau@inverse.ca
Date: 2011-03-17T16:17:19
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

re-added since it seems it's mandatory

-----------------------------------------------------------------
Revision: 256ff2a26d82a569a3c90537d315f1c22b1af6b0
Ancestor: 31b301ed37da943085f8da180d5c1204bfae29fc
Author: obilodeau@inverse.ca
Date: 2011-03-17T16:08:27
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

Removed Version metadata for subpackages. It makes it easier for the build environment.
Also removed duplicated entries in subpackages.

-----------------------------------------------------------------
Revision: e409e3344c1f00166b23e3625ef37e890c8f06aa
Ancestor: 31b301ed37da943085f8da180d5c1204bfae29fc
Author: fgaudreault@inverse.ca
Date: 2011-03-17T15:30:58
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

Small fix in the spec file

-----------------------------------------------------------------
Revision: 916d109ae46ce4839eb4ef8f56f29540a3c56831
Ancestor: 1564dea82b0e57ad4845f549199f7f27eb77a62d
Author: obilodeau@inverse.ca
Date: 2011-03-17T15:27:07
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Meru.pm

ChangeLog: 

Meru's getVersion

-----------------------------------------------------------------
Revision: ad68e3d92006f6def6a317dd2ba6fbb4fb7ab639
Ancestor: d3473df257f05d2f1045fff629f775f81066c293
Author: fgaudreault@inverse.ca
Date: 2011-03-17T15:27:07
Branch: org.packetfence.trunk

Added files:
        pf/addons/freeradius-integration/eap.conf.pf
        pf/addons/freeradius-integration/radiusd.conf.pf
        pf/addons/freeradius-integration/sites-available/packetfence
        pf/addons/freeradius-integration/sites-available/packetfence-tunnel
        pf/addons/freeradius-integration/users.pf
Added directories:
        pf/addons/freeradius-integration/sites-available
Modified files:
        pf/NEWS pf/UPGRADE
        pf/docs/PacketFence_Administration_Guide.odt
        pf/packetfence.spec

ChangeLog: 

- Pre-built configuration pack for FreeRADIUS 2.x integration

-----------------------------------------------------------------
Revision: 1564dea82b0e57ad4845f549199f7f27eb77a62d
Ancestor: 65f1718d887b3c194e75ce5ba66326998f8eba8c
Author: obilodeau@inverse.ca
Date: 2011-03-16T19:28:56
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

Updated wireless hardware support instructions and checklist

-----------------------------------------------------------------
Revision: 65f1718d887b3c194e75ce5ba66326998f8eba8c
Ancestor: 535d94c5fa697149a295b07c0b28e27c98061159
Author: obilodeau@inverse.ca
Date: 2011-03-16T19:22:34
Branch: org.packetfence.2_1

Added files:
        pf/lib/pf/SNMP/WirelessModuleTemplate.pm
        pf/t/network-devices/wireless.t
Modified files:
        pf/NEWS pf/lib/pf/SNMP/Aruba.pm
        pf/lib/pf/SNMP/Cisco/Aironet.pm
        pf/lib/pf/SNMP/Cisco/WLC_2106.pm
        pf/lib/pf/SNMP/Cisco/WLC_4400.pm
        pf/lib/pf/SNMP/Cisco/WiSM.pm
        pf/lib/pf/SNMP/Dlink/DWS_3026.pm pf/lib/pf/SNMP/Extricom.pm
        pf/lib/pf/SNMP/HP/Controller_MSM710.pm
        pf/lib/pf/SNMP/Meru.pm pf/lib/pf/SNMP/Motorola.pm
        pf/lib/pf/SNMP/Xirrus.pm pf/lib/pf/SNMP.pm pf/t/TestUtils.pm
Modified attrs:
        pf/t/network-devices/wireless.t

ChangeLog: 

Fixed Meru's unimplemented parseTrap causing threads to crash if PF received a trap from a Meru controller. Included intrusive regression prevention.
- empty parseTrap for pf::SNMP::Meru
- a new wireless tests which validate proper interface implementation for Wireless modules
- added supportsWirelessMacAuth() and supportsWirelessDot1x() capability reporting to all wireless hardware modules
- new Wireless module template
- minor cleanups to all the modules I touched (mostly POD and imports)

-----------------------------------------------------------------
Revision: 535d94c5fa697149a295b07c0b28e27c98061159
Ancestor: dc167f9e16d1caef069a20beda5c1a1448cf988e
Author: obilodeau@inverse.ca
Date: 2011-03-16T18:33:30
Branch: org.packetfence.2_1

Modified files:
        pf/t/TestUtils.pm pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Ground work in tests towards the Meru problem prevention
- TestUtils now provides methods to list all pf::SNMP modules and classes
- Ported all tests that were explicitly listing the modules to use this new wrapper
- These test plans are now dynamic (# of tests calculated on the fly)
- Added NoWarning tests to all tests I touched
- Minor POD addition

-----------------------------------------------------------------
Revision: dc167f9e16d1caef069a20beda5c1a1448cf988e
Ancestor: d3432de223e7091e4c5c21424ad3d847a8fce97d
Author: obilodeau@inverse.ca
Date: 2011-03-16T15:18:30
Branch: org.packetfence.2_1

Added files:
        pf/lib/pf/SNMP/Motorola/RFS.pm pf/lib/pf/SNMP/Motorola.pm
Added directories:
        pf/lib/pf/SNMP/Motorola
Modified files:
        pf/NEWS pf/README.network-devices
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Support for Motorola RF Switches Wireless Controllers

-----------------------------------------------------------------
Revision: d954f268da1ece26e31244117f0c1fd58490a090
Ancestor: c31b9c49ba807d724a009e6fa529d0d41310aca1
Author: obilodeau@inverse.ca
Date: 2011-03-15T20:39:35
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/Xirrus.pm

ChangeLog: 

log a warning when getVersion falls back to sysDescr

-----------------------------------------------------------------
Revision: 0dc0c34d2017a05c74317447375a3b7fe44f774d
Ancestor: 359157e4e7ce65a549fcf77762ce5faa3fc72f06
Author: obilodeau@inverse.ca
Date: 2011-03-15T21:26:20
Branch: org.packetfence.2_1

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

Added more documentation regarding Wireless hardware support

-----------------------------------------------------------------
Revision: 359157e4e7ce65a549fcf77762ce5faa3fc72f06
Ancestor: c31b9c49ba807d724a009e6fa529d0d41310aca1
Author: obilodeau@inverse.ca
Date: 2011-03-15T21:25:21
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Added documentation to configure Motorola RF Switches

-----------------------------------------------------------------
Revision: c31b9c49ba807d724a009e6fa529d0d41310aca1
Ancestor: e949d96a34230ba3ccf4deccb3f30db01ef40d22
Author: obilodeau@inverse.ca
Date: 2011-03-15T16:40:33
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/Cisco/Catalyst_2950.pm

ChangeLog: 

some tests to have a prettier html pod

-----------------------------------------------------------------
Revision: e949d96a34230ba3ccf4deccb3f30db01ef40d22
Ancestor: 9ae243f2c72cd00f50ac69eb7d12308d784e0771
Author: obilodeau@inverse.ca
Date: 2011-03-15T15:50:29
Branch: org.packetfence.2_1

Modified files:
        pf/conf/locale/de/LC_MESSAGES/packetfence.po

ChangeLog: 

Translated po file from ISO-8859-1 to UTF-8. Was in wrong format in the first place.

-----------------------------------------------------------------
Revision: 9ae243f2c72cd00f50ac69eb7d12308d784e0771
Ancestor: ec68c646c625cfb05543cb196f6ef3e5b4249853
Author: obilodeau@inverse.ca
Date: 2011-03-14T20:23:01
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/html/admin/common.php

ChangeLog: 

new fields sent to a new server-side script for dhcp fingerprint sharing. Fixes #983
Also fixed an issue (upstream regression?) with the fingerprints
http://www.packetfence.org/bugs/view.php?id=983

-----------------------------------------------------------------
Revision: ec68c646c625cfb05543cb196f6ef3e5b4249853
Ancestor: 2f3fd325ea76c2a3ae7c9fa317fc7c51ab130502
Author: obilodeau@inverse.ca
Date: 2011-03-14T17:07:51
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/SNMP/Cisco/Catalyst_2950.pm

ChangeLog: 

small touch-ups to POD doc

-----------------------------------------------------------------
Revision: 2f3fd325ea76c2a3ae7c9fa317fc7c51ab130502
Ancestor: 3b3b04c7d756b686eef6ec289248826847e3f163
Author: obilodeau@inverse.ca
Date: 2011-03-14T17:05:24
Branch: org.packetfence.2_1

Modified files:
        pf/README pf/conf/locale/de/LC_MESSAGES/packetfence.po
        pf/conf/locale/en/LC_MESSAGES/packetfence.po
        pf/conf/locale/es/LC_MESSAGES/packetfence.po
        pf/conf/locale/fr/LC_MESSAGES/packetfence.po
        pf/conf/locale/it/LC_MESSAGES/packetfence.po
        pf/conf/locale/nl/LC_MESSAGES/packetfence.po
        pf/conf/locale/pt_BR/LC_MESSAGES/packetfence.po

ChangeLog: 

Added translation metadata

-----------------------------------------------------------------
Revision: 3b3b04c7d756b686eef6ec289248826847e3f163
Ancestor: d495f2846778804f5bbe5fd9647de39dfb4aec76
Author: obilodeau@inverse.ca
Date: 2011-03-14T17:04:01
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS

ChangeLog: 

added NEWS entry for previous change

-----------------------------------------------------------------
Revision: 0d0a68396222fab648b9caf9093f220788190185
Ancestor: ff23573f865111b33aaefc8d1dea31396fca562a
Author: obilodeau@inverse.ca
Date: 2011-03-17T16:00:49
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/addons/logrotate pf/packetfence.spec

ChangeLog: 

disapproval of revision 'ff23573f865111b33aaefc8d1dea31396fca562a'
-----------------------------------------------------------------
Revision: ff23573f865111b33aaefc8d1dea31396fca562a
Ancestor: d495f2846778804f5bbe5fd9647de39dfb4aec76
Author: fgaudreault@inverse.ca
Date: 2011-03-17T15:49:19
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/addons/logrotate pf/packetfence.spec

ChangeLog: 

- Improvements in the logrotate script

-----------------------------------------------------------------
Revision: d495f2846778804f5bbe5fd9647de39dfb4aec76
Ancestor: 76fb01fce9d1a4abc64f6cedd805d48bdaf6e3f0
Author: fgaudreault@inverse.ca
Date: 2011-03-09T17:06:27
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Fix documentation for dot1x missing part

-----------------------------------------------------------------
Revision: 76fb01fce9d1a4abc64f6cedd805d48bdaf6e3f0
Ancestor: b6e4f15a22c2d338b676116c4a56fdd9f1fd62d0
Author: obilodeau@inverse.ca
Date: 2011-03-09T16:01:59
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/bin/pfcmd

ChangeLog: 

Fixed an issue with pfcmd-initiated VLAN re-evaluation if you assign VLANs based on a client's connection-type (which is not the default)
Connection-Type string was not translated out of the db

-----------------------------------------------------------------
Revision: b6e4f15a22c2d338b676116c4a56fdd9f1fd62d0
Ancestor: ba6afa1d4d8092af81a9b8bc4718feda4f3ab211
Author: obilodeau@inverse.ca
Date: 2011-03-09T15:18:21
Branch: org.packetfence.2_1

Modified files:
        pf/lib/pf/import.pm

ChangeLog: 

node importation can override default pid with info hash now

-----------------------------------------------------------------
Revision: ba6afa1d4d8092af81a9b8bc4718feda4f3ab211
Ancestor: 85d5439dad3e8d5ccde3babd9367bd0e24ce7ef6
Author: obilodeau@inverse.ca
Date: 2011-03-08T19:49:15
Branch: org.packetfence.2_1

Modified files:
        pf/packetfence.spec

ChangeLog: 

Hosted source tarball location changed. Updated package to new location.

-----------------------------------------------------------------
Revision: 330ab7242c838e70a50eda980989c04460950074
Ancestor: 515573701ef8f1a0a495b450fb998b019eae7fcd
Author: obilodeau@inverse.ca
Date: 2011-03-09T14:25:24
Branch: org.packetfence.trunk

Deleted entries:
        pf/docs/GSoC-Ideas-2011.txt

ChangeLog: 

Removed GSoC Ideas, they are going to be hosted elsewhere after all.

-----------------------------------------------------------------
Revision: 515573701ef8f1a0a495b450fb998b019eae7fcd
Ancestor: 25a05ed0a77b6ea19a16e149797f2321965632e1
Author: obilodeau@inverse.ca
Date: 2011-03-08T15:38:58
Branch: org.packetfence.trunk

Added files:
        pf/docs/GSoC-Ideas-2011.txt

ChangeLog: 

Adding this year's GSoC Ideas

-----------------------------------------------------------------
Revision: 85d5439dad3e8d5ccde3babd9367bd0e24ce7ef6
Ancestor: 920d3508097e4022cff31d765138e65cd0b36817
Author: obilodeau@inverse.ca
Date: 2011-03-08T15:29:28
Branch: org.packetfence.2_1

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

new dhcp fingerprint for Cisco SPA IP phone

-----------------------------------------------------------------
Revision: 56d494252508b9ea14fa265229146c51626fec09
Ancestor: 0ef27c098e7dbce8c3e754dd9c91093dea2f5bc1
Author: obilodeau@inverse.ca
Date: 2011-03-08T14:43:12
Branch: org.packetfence.2_1

Added files:
        pf/conf/locale/de/LC_MESSAGES/packetfence.po
Added directories:
        pf/conf/locale/de pf/conf/locale/de/LC_MESSAGES
Modified files:
        pf/NEWS pf/README pf/conf/documentation.conf
        pf/packetfence.spec

ChangeLog: 

Added German (de) translation
Contributed by Tino Matysiak of Meetyoo Conferencing
Version bump of the spec file for snapshot releases

-----------------------------------------------------------------
Revision: aaac8477da9b2a4e076e24f4ce96af8dcf0c2f9c
Ancestor: 0ef27c098e7dbce8c3e754dd9c91093dea2f5bc1
Author: fgaudreault@inverse.ca
Date: 2011-03-07T17:47:19
Branch: org.packetfence.2_1

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Version bump

-----------------------------------------------------------------
Revision: 0ef27c098e7dbce8c3e754dd9c91093dea2f5bc1
Ancestor: d0bc2bd55a0eb760239be4c9b09fe36925b15ef2
Author: obilodeau@inverse.ca
Date: 2011-03-03T15:54:24
Branch: org.packetfence.2_1
Tag: packetfence-2.1.0

Modified files:
        pf/packetfence.spec

ChangeLog: 

version bump in spec file

-----------------------------------------------------------------
Revision: d0bc2bd55a0eb760239be4c9b09fe36925b15ef2
Ancestor: 00a97049aa164a68dde91f35c650a3a388ad0356
Author: obilodeau@inverse.ca
Date: 2011-03-03T15:02:54
Branch: org.packetfence.2_1

Modified files:
        pf/ChangeLog pf/NEWS pf/UPGRADE pf/conf/pf-release
        pf/docs/PacketFence_Administration_Guide.odt
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/docs/docbook/pf-devel-guide.xml pf/packetfence.spec
        pf/t/pfcmd.t

ChangeLog: 

Version bump to 2.1 and auto-generated ChangeLog

-----------------------------------------------------------------
Revision: 00a97049aa164a68dde91f35c650a3a388ad0356
Ancestor: 48e606bbc24225f730070db71166690c0c3b558f
Author: obilodeau@inverse.ca
Date: 2011-03-03T14:48:23

Modified files:
        pf/NEWS

ChangeLog: 

NEWS entry for Francois' #776 fix

-----------------------------------------------------------------
Revision: 48e606bbc24225f730070db71166690c0c3b558f
Ancestor: 9666ffd55e49bd0c256b7cb78ae6a7c17b240139
Author: obilodeau@inverse.ca
Date: 2011-03-01T22:40:04
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/README.network-devices pf/UPGRADE
        pf/conf/documentation.conf pf/conf/pf.conf.defaults
        pf/lib/pf/SNMP/Cisco/Catalyst_2950.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_2960.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_2970.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_3550.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_3560.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_3750.pm
        pf/lib/pf/SNMP/Cisco/Catalyst_4500.pm
        pf/lib/pf/SNMP/MockedSwitch.pm pf/lib/pf/SNMP.pm
        pf/lib/pf/config.pm pf/lib/pf/radius.pm pf/sbin/pfsetvlan

ChangeLog: 

Added support for Cisco 2950 in 802.1X. Should work with or without VoIP.
- port bounce encapuslated into a portBounce() sub with a configurable sleep value which fixes issue #1188
- Fixed an issue where warnings were not sent in Wired MAC Authentication if a device was isolated behind a VoIP phone
- bumped pf::SNMP's version since we changed the contract of setAdminStatus()
- re-did documentation around these switches (2960 and 2950)
http://www.packetfence.org/bugs/view.php?id=1188

-----------------------------------------------------------------
Revision: 9666ffd55e49bd0c256b7cb78ae6a7c17b240139
Ancestor: 4c8c434a2bdf25d4e4a7f1b8feec80792f9e0129
Author: fgaudreault@inverse.ca
Date: 2011-03-01T22:22:56
Branch: org.packetfence.2_0

Modified files:
        pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Added 802.1X section in Network Devices Config Guide

-----------------------------------------------------------------
Revision: 2026dc664eb22d82c0612c4ef7db9f8a00bee591
Ancestor: a544c7b91f7f520a5ac0e3672830bc569cab14e4
Author: obilodeau@inverse.ca
Date: 2011-02-28T19:57:23
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

cleaner internals for pf::pfcmd::checkup 
- encapsulated array access into a method call which hides problem list implementation
- pushed problems as a package global instead of passing around

-----------------------------------------------------------------
Revision: db0699267d14b207d7a186aa3309448f54a9c8bb
Ancestor: a544c7b91f7f520a5ac0e3672830bc569cab14e4
Author: fgaudreault@inverse.ca
Date: 2011-02-28T19:56:41
Branch: org.packetfence.2_0

Modified files:
        pf/conf/templates/configurator/reg-detect-scan.conf

ChangeLog: 

Removed network.scan in the reg-detect-scan template (#0776)

-----------------------------------------------------------------
Revision: a544c7b91f7f520a5ac0e3672830bc569cab14e4
Ancestor: d2c2a24137cf0c8e91bec31a86cf4f9c2460bc0d
Author: obilodeau@inverse.ca
Date: 2011-02-28T19:28:53
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

Improved extension point version handling on pf's startup.
- reporting appropriately missing vs inaccurate version info
- trapping compile errors (version mismatch between radius and vlan)
- UPGRADE now explains how to migrate from one version to the other
- UPGRADE now provides more emphasis on this breaking change (re-ordered the entries)

-----------------------------------------------------------------
Revision: d2c2a24137cf0c8e91bec31a86cf4f9c2460bc0d
Ancestor: 8575a6a8a246a2e8096a9e58a451f59cfd179fa2
Author: obilodeau@inverse.ca
Date: 2011-02-28T18:06:19
Branch: org.packetfence.2_0

Added files:
        pf/conf/locale/pt_BR/LC_MESSAGES/packetfence.po
Added directories:
        pf/conf/locale/pt_BR pf/conf/locale/pt_BR/LC_MESSAGES
Modified files:
        pf/NEWS pf/conf/documentation.conf pf/packetfence.spec

ChangeLog: 

New Brazilian Portuguese (pt_BR) translation (Thanks to Brivaldo Junior of Federal University of Mato Grosso do Sul)

-----------------------------------------------------------------
Revision: 56c1692ee98c0ad43021403bab709b03b4530a35
Ancestor: 984e802cc799dfd0f558f4e7801923ee9abf9843
Author: obilodeau@inverse.ca
Date: 2011-02-28T15:17:36
Branch: org.packetfence.2_0

Modified files:
        pf/t/binaries.t pf/t/coding-style.t

ChangeLog: 

Added pf::WebAPI and mod_perl_require.pl to some tests they should have been running already

-----------------------------------------------------------------
Revision: 084005fd20b5558e5f680a863f29ea357012367a
Ancestor: 70a6ebb71b49d6b6df6e5510003c057117431cc7
Author: obilodeau@inverse.ca
Date: 2011-02-25T22:10:02
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/packetfence.spec

ChangeLog: 

added Class::Inspector dependency to mitigate upstream packaging issue with SOAP-Lite. Mitigates #1194
http://www.packetfence.org/bugs/view.php?id=1194

-----------------------------------------------------------------
Revision: 984e802cc799dfd0f558f4e7801923ee9abf9843
Ancestor: 5cd0e89a5d91a020cb74a9ed3b5e3ce6b0c9855d
Author: obilodeau@inverse.ca
Date: 2011-02-25T18:49:46
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

More tests in checkup phase. Fixes #1025;
Validating setuid/setgid and file ownership on bin/pfcmd. Mitigates #1193 to the point were we should not see it in production anymore.
http://www.packetfence.org/bugs/view.php?id=1025

-----------------------------------------------------------------
Revision: 5cd0e89a5d91a020cb74a9ed3b5e3ce6b0c9855d
Ancestor: 58432248460c4238741fc811ce36e8093b9b5a20
Author: obilodeau@inverse.ca
Date: 2011-02-25T18:45:17
Branch: org.packetfence.2_0

Modified files:
        pf/bin/pfcmd

ChangeLog: 

if called from CLI (or Web) report a "Nothing to report" if there was no message.

-----------------------------------------------------------------
Revision: 15a376a6f568e09cf9f4967c8c5559e2b5afc434
Ancestor: 274f3862b58affabd6489b8dad573385cb7d3dc1
Author: obilodeau@inverse.ca
Date: 2011-02-25T17:51:38
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/UPGRADE pf/conf/documentation.conf
        pf/conf/pf.conf.defaults

ChangeLog: 

Removed unused configuration parameters. Fixes #767
http://www.packetfence.org/bugs/view.php?id=767

-----------------------------------------------------------------
Revision: 719aaa466d37e35eddb95cbe964383c8be6c3c7a
Ancestor: 58432248460c4238741fc811ce36e8093b9b5a20
Author: obilodeau@inverse.ca
Date: 2011-02-25T19:48:34
Branch: org.packetfence.2_0

Modified files:
        pf/conf/dhcp_fingerprints.conf

ChangeLog: 

new HP Printer dhcp fingerprint

-----------------------------------------------------------------
Revision: 58432248460c4238741fc811ce36e8093b9b5a20
Ancestor: 67b30ca913ffc5158e58883a6e55880dd8c73b7f
Author: obilodeau@inverse.ca
Date: 2011-02-25T17:45:15
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

removed debug code that was already commented out

-----------------------------------------------------------------
Revision: 67b30ca913ffc5158e58883a6e55880dd8c73b7f
Ancestor: 028375c5377e1a675da659017cd22a3c5db6df6e
Author: obilodeau@inverse.ca
Date: 2011-02-25T17:44:36
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

Removed misleading registration.queuesize warnings on startup. Fixes #767;
http://www.packetfence.org/bugs/view.php?id=767

-----------------------------------------------------------------
Revision: 028375c5377e1a675da659017cd22a3c5db6df6e
Ancestor: 7c34f7c31e146415fbdc6b146a2d0e1935b829e6
Author: obilodeau@inverse.ca
Date: 2011-02-25T16:53:00
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/bin/pfcmd
        pf/html/admin/administration/services.php
        pf/lib/pf/pfcmd/checkup.pm

ChangeLog: 

'pfcmd checkup' now visible in web admin under Admin -> Services and friendlier startup messages (w/o the perl stack trace)
These changes implied a refactoring of the sanity_check mechanism to pass a simple structure back to pfcmd instead of doing logdies. If we get a FATAL then I exit in pfcmd.

-----------------------------------------------------------------
Revision: 7c34f7c31e146415fbdc6b146a2d0e1935b829e6
Ancestor: 76edf462d6e30244eee32a90500bd456c57601bf
Author: obilodeau@inverse.ca
Date: 2011-02-24T21:21:21
Branch: org.packetfence.2_0

Added files:
        pf/lib/pf/pfcmd/checkup.pm
Modified files:
        pf/bin/pfcmd pf/t/coding-style.t pf/t/critic.t pf/t/pf.t
        pf/t/pod.t

ChangeLog: 

refactoring: sanity_check is extracted in it's own module: pf::pfcmd::checkup

-----------------------------------------------------------------
Revision: 76edf462d6e30244eee32a90500bd456c57601bf
Ancestor: 9b71bb992fd50a62344249b92f4589978585ef68
Author: obilodeau@inverse.ca
Date: 2011-02-24T20:53:12
Branch: org.packetfence.2_0

Modified files:
        pf/bin/pfcmd

ChangeLog: 

removed code that was commented out since the beginning of (modern) time

-----------------------------------------------------------------
Revision: 9b71bb992fd50a62344249b92f4589978585ef68
Ancestor: 0e8a2dbb9050898a69fe54542bbae90ccc391101
Author: obilodeau@inverse.ca
Date: 2011-02-24T20:29:37
Branch: org.packetfence.2_0

Modified files:
        pf/bin/pfcmd pf/lib/pf/pfcmd/help.pm pf/lib/pf/pfcmd.pm
        pf/lib/pf/services.pm pf/t/pfcmd.t

ChangeLog: 

new command pfcmd checkup which performs the configuration sanity check
- constantified service names in pf::services

-----------------------------------------------------------------
Revision: 0e8a2dbb9050898a69fe54542bbae90ccc391101
Ancestor: d85f7109873cbfb4a32032aad07b969e3f9bc823
Author: obilodeau@inverse.ca
Date: 2011-02-24T14:24:25
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/action.pm pf/lib/pf/node.pm
        pf/lib/pf/violation.pm

ChangeLog: 

Violation with action autoreg is only triggered if node is not registered. Fixes #1026;
this had nasty effects where a port where a phone was plugged in had its VLAN re-evaluated even though it shouldn't (already registered and in correct VLAN + it's a phone!!)
also performance improvements because you don't need to perform the whole fork, etc. if the node is already reg
http://www.packetfence.org/bugs/view.php?id=1026

-----------------------------------------------------------------
Revision: d85f7109873cbfb4a32032aad07b969e3f9bc823
Ancestor: e0e6e0791489e9576d0e68d2ec4d85c541e58f6b
Author: obilodeau@inverse.ca
Date: 2011-02-23T15:06:59
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/web.pm

ChangeLog: 

identified TODO task for issue #1192

-----------------------------------------------------------------
Revision: e0e6e0791489e9576d0e68d2ec4d85c541e58f6b
Ancestor: b69ab8a558eff470d7703f24a4da45ab9cd3da86
Author: obilodeau@inverse.ca
Date: 2011-02-23T14:34:12
Branch: org.packetfence.2_0

Modified files:
        pf/bin/pfcmd

ChangeLog: 

TODO task issue #1191

-----------------------------------------------------------------
Revision: b69ab8a558eff470d7703f24a4da45ab9cd3da86
Ancestor: 3e252760c077b9c6a2648c225f4f5390a0c5cde9
Author: obilodeau@inverse.ca
Date: 2011-02-22T22:18:31
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/bin/pfcmd_vlan

ChangeLog: 

pfcmd_vlan now handles -reAssignVlan with a regards to the last active node's connection_type on a switch-port. Fixes #1190.
Since 2.0 we didn't handle wired dot1x or MAC Auth when using reAssignVlan from pfcmd_vlan. Not really a big deal.
I took the opportunity to get rid of the hard-coded trap creation and rely on pf::SNMP::PacketFence instead.
http://www.packetfence.org/bugs/view.php?id=1190

-----------------------------------------------------------------
Revision: 3e252760c077b9c6a2648c225f4f5390a0c5cde9
Ancestor: bae299ba4f047bd2cb13b692d2a0144c5507351f
Author: obilodeau@inverse.ca
Date: 2011-02-22T18:22:28
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

fixed SNMPv3 sample configuration. Thanks to Nate Renbarger for reporting and suggesting the fix.
We were configuring AES on the PF side and DES56 on the switch side.. Doh!

-----------------------------------------------------------------
Revision: bae299ba4f047bd2cb13b692d2a0144c5507351f
Ancestor: bd14df0788c8a6f5539ab99abff6c6805c6bc51c
Author: obilodeau@inverse.ca
Date: 2011-02-22T14:07:58
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/ThreeCom/SS4500.pm
        pf/lib/pf/SNMP/ThreeCom/Switch_4200G.pm

ChangeLog: 

Added status support and limitations information to 3Com SS4500 (so 4200G)

-----------------------------------------------------------------
Revision: bd14df0788c8a6f5539ab99abff6c6805c6bc51c
Ancestor: d4d282afb354a4c6c64118cfc3ddee5623e5ff53
Author: obilodeau@inverse.ca
Date: 2011-02-21T16:52:06
Branch: org.packetfence.2_0

Modified files:
        pf/html/user/content/templates/pending.html

ChangeLog: 

div was outside of body. fixed that

-----------------------------------------------------------------
Revision: d4d282afb354a4c6c64118cfc3ddee5623e5ff53
Ancestor: 3d8201bc4f53db9d2fe6b173da6f005f7016cdb3
Author: obilodeau@inverse.ca
Date: 2011-02-21T16:24:34
Branch: org.packetfence.2_0

Added files:
        pf/t/web.t
Modified files:
        pf/NEWS pf/lib/pf/web/util.pm pf/t/TestUtils.pm
Modified attrs:
        pf/t/web.t

ChangeLog: 

Improvements to phone number validation (including handling european numbers) and added tests

-----------------------------------------------------------------
Revision: 3d8201bc4f53db9d2fe6b173da6f005f7016cdb3
Ancestor: b05f16d6628f43200f886aae2202e3fb8038ec76
Author: obilodeau@inverse.ca
Date: 2011-02-21T15:13:20
Branch: org.packetfence.2_0

Modified files:
        pf/html/user/content/templates/pending.html

ChangeLog: 

Added a "scripting should be turned on otherwise..." message to the pending template

-----------------------------------------------------------------
Revision: b05f16d6628f43200f886aae2202e3fb8038ec76
Ancestor: 307cb7010673c546e6d3d60d4a29efd72da199aa
Author: obilodeau@inverse.ca
Date: 2011-02-18T22:27:24
Branch: org.packetfence.2_0

Added files:
        pf/html/common/network-access-detection.gif
        pf/html/common/pf.js pf/html/common/prototype.js
Modified files:
        pf/NEWS pf/UPGRADE pf/cgi-bin/redir.cgi
        pf/cgi-bin/register.cgi pf/conf/documentation.conf
        pf/conf/pf.conf.defaults
        pf/html/user/content/templates/pending.html
        pf/lib/pf/config.pm pf/lib/pf/web/custom.pm pf/lib/pf/web.pm
        pf/packetfence.spec
Modified attrs:
        pf/html/common/network-access-detection.gif

ChangeLog: 

New experimental javascript-based network access detection. Only used for node.status = pending (for now)
added a JSON binding for node status as a side effect
- new [captive_portal] section in pf.conf with a knob on the new detection mechanism
- modified pending.html template
- new pf.js javascript library
- bundled prototype javascript library version 1.7
- new constants in pf::config

-----------------------------------------------------------------
Revision: 307cb7010673c546e6d3d60d4a29efd72da199aa
Ancestor: edee721651ded538879f9ce00e7b34dfb2b4eac0
Author: obilodeau@inverse.ca
Date: 2011-02-18T21:44:09
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE

ChangeLog: 

re-ordered UPGRADE's content based on what's most important for our users

-----------------------------------------------------------------
Revision: edee721651ded538879f9ce00e7b34dfb2b4eac0
Ancestor: 6b71c369f822d310ff4c84432f72da78047b569a
Author: obilodeau@inverse.ca
Date: 2011-02-18T20:44:36
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

another load of new DHCP fingerprints.
Androids, smartphones, MAC OS X, palm OS, UniData VoIP, ...

-----------------------------------------------------------------
Revision: 6b71c369f822d310ff4c84432f72da78047b569a
Ancestor: 09508e8654f442870cb36ffe3a74694a8fb34e0b
Author: obilodeau@inverse.ca
Date: 2011-02-18T19:09:00
Branch: org.packetfence.2_0

Modified files:
        pf/conf/violations.conf

ChangeLog: 

updated violation trigger OS for Apple mobile devices

-----------------------------------------------------------------
Revision: 8490885dc490ed86be763bc01e050a2dd87e9b5e
Ancestor: 913dd644cc9d8897a5ad03e8ee36925409d18d15
Author: obilodeau@inverse.ca
Date: 2011-02-16T16:51:43
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/SNMP/Nortel.pm

ChangeLog: 

quick refactoring

-----------------------------------------------------------------
Revision: 45c0e0fd29fb9578ddc298e87a38a1a874628b45
Ancestor: 522920faa121f797b561d843ec7e4d5708ec40f2
Author: obilodeau@inverse.ca
Date: 2011-02-16T16:35:09
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Nortel.pm

ChangeLog: 

compile fix from last commit

-----------------------------------------------------------------
Revision: 61806a7106981ffa43cb6f5487f2a32de6b3af45
Ancestor: 522920faa121f797b561d843ec7e4d5708ec40f2
Author: obilodeau@inverse.ca
Date: 2011-02-17T15:32:38
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Added Meego Netbook and HP Printer DHCP fingerprint

-----------------------------------------------------------------
Revision: 522920faa121f797b561d843ec7e4d5708ec40f2
Ancestor: 1e658f512bc8c2a17962e1de8f75a74d33a66296
Author: obilodeau@inverse.ca
Date: 2011-02-16T16:28:43
Branch: org.packetfence.2_0

Deleted entries:
        pf/lib/pf/SNMP/Nortel/BayStack5520Stacked.pm
Renamed entries:
        pf/lib/pf/SNMP/Nortel/BayStack5520.pm to pf/lib/pf/SNMP/Nortel/BayStack5500.pm
Added files:
        pf/lib/pf/SNMP/Avaya/ERS5500.pm
        pf/lib/pf/SNMP/Avaya/ERS5500_6x.pm pf/lib/pf/SNMP/Avaya.pm
        pf/lib/pf/SNMP/Nortel/BayStack5500_6x.pm
        pf/lib/pf/SNMP/Nortel/ERS5500.pm
        pf/lib/pf/SNMP/Nortel/ERS5500_6x.pm
Added directories:
        pf/lib/pf/SNMP/Avaya
Modified files:
        pf/NEWS pf/README.network-devices pf/UPGRADE
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php
        pf/lib/pf/SNMP/Nortel/BPS2000.pm
        pf/lib/pf/SNMP/Nortel/BayStack4550.pm
        pf/lib/pf/SNMP/Nortel/BayStack470.pm
        pf/lib/pf/SNMP/Nortel/BayStack5500.pm
        pf/lib/pf/SNMP/Nortel/ERS2500.pm
        pf/lib/pf/SNMP/Nortel/ERS4500.pm
        pf/lib/pf/SNMP/Nortel/ES325.pm pf/lib/pf/SNMP/Nortel.pm
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Nortel/Avaya refactoring. 
Initiated by a mailing list conversation regarding handling of new ERS5500 with firmware 6.x.
- Several Avaya module placeholders and references in documentation
- handling BayStack / ERS 5500 with board width of 128 (firmware 6.x)
- 5520 -> 5500 series
- Merged 5520's _authorizeMAC in pf::SNMP::Nortel (no real changes)
- Genericized board calculations

-----------------------------------------------------------------
Revision: 1e658f512bc8c2a17962e1de8f75a74d33a66296
Ancestor: c78c7aff513c37679d6fed4966ddad1aee873a98
Author: obilodeau@inverse.ca
Date: 2011-02-15T16:24:27
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/scan.pm

ChangeLog: 

We are no longer on acting on high severity vulns but we reported "no high severity vulns found". Misleading log entry fixed.

-----------------------------------------------------------------
Revision: c78c7aff513c37679d6fed4966ddad1aee873a98
Ancestor: a542ff619457e03168d8baa906c9271c65f41461
Author: obilodeau@inverse.ca
Date: 2011-02-15T15:05:55
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/services.pm

ChangeLog: 

Allows apache2 as a valid httpd daemon name. Fixes #1185.
Patch provided by Jesper (hawk).
http://www.packetfence.org/bugs/view.php?id=1185

-----------------------------------------------------------------
Revision: a542ff619457e03168d8baa906c9271c65f41461
Ancestor: 3200074db50f625f760a8f42d3c9ef344bd40af8
Author: obilodeau@inverse.ca
Date: 2011-02-14T21:49:59
Branch: org.packetfence.2_0

Deleted entries:
        pf/docs/PacketFence_Developers_Guide.odt

ChangeLog: 

Deleted Developers guide to avoid confusion between new docbook guide and old ODT guide

-----------------------------------------------------------------
Revision: 3200074db50f625f760a8f42d3c9ef344bd40af8
Ancestor: f3bbce4e5e988c5cdf89e5fd3aed3f83c0ba805c
Author: obilodeau@inverse.ca
Date: 2011-02-14T21:41:55
Branch: org.packetfence.2_0

Modified files:
        pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Removed Android OS fingerprint from Linux category. Avoid clashes when applying violation to device categories.

-----------------------------------------------------------------
Revision: f3bbce4e5e988c5cdf89e5fd3aed3f83c0ba805c
Ancestor: e6fd56829aac2a11008fe7ea9f5c64ab825c4ee2
Author: obilodeau@inverse.ca
Date: 2011-02-14T21:38:37
Branch: org.packetfence.2_0

Modified files:
        pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Removed iPhone/iPod/iPad OS fingerprint from Mac category. Avoid clashes when applying violation to device categories.

-----------------------------------------------------------------
Revision: e6fd56829aac2a11008fe7ea9f5c64ab825c4ee2
Ancestor: 1559815f2a343b8d4102ab9fa5adc4d66a6c6e91
Author: obilodeau@inverse.ca
Date: 2011-02-11T21:11:10
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

iPhone fingerprints are the same as iPod and iPad

-----------------------------------------------------------------
Revision: 1559815f2a343b8d4102ab9fa5adc4d66a6c6e91
Ancestor: 8424322572a9f8b85c499932de0bc3a890c07111
Author: obilodeau@inverse.ca
Date: 2011-02-11T21:03:01
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

20 new DHCP fingerprints. See NEWS for details.

-----------------------------------------------------------------
Revision: 8424322572a9f8b85c499932de0bc3a890c07111
Ancestor: 90951660495c447a0fa88d5de2698923e53d0a34
Author: obilodeau@inverse.ca
Date: 2011-02-11T16:29:09
Branch: org.packetfence.2_0

Renamed entries:
        pf/docs/images/inverse-logo.png to pf/docs/images/inverse-logo-old.png
Added files:
        pf/docs/docbook/xsl/headerfooter-fo.xsl
        pf/docs/fonts/PALATINO.TTF pf/docs/fonts/fop-config.xml
        pf/docs/fonts/palatino.xml pf/docs/images/inverse-logo.jpg
Added directories:
        pf/docs/fonts
Modified files:
        pf/docs/docbook/README pf/docs/docbook/additional-info.xml
        pf/docs/docbook/commercial-support.xml
        pf/docs/docbook/license.xml
        pf/docs/docbook/pf-devel-guide.xml
        pf/docs/docbook/xsl/packetfence-fo.xsl
        pf/docs/docbook/xsl/titlepage-fo.xml pf/packetfence.spec
Modified attrs:
        pf/docs/fonts/PALATINO.TTF pf/docs/images/inverse-logo.jpg

ChangeLog: 

Docbook/FO output changes: header/footer, title fonts, inverse logo integration, chapter labeling, lines under some headings, revision history on seperate page, prevent pagebreaks in screen and programlisting elements
Added authors, copyright and license information to files.

-----------------------------------------------------------------
Revision: 90951660495c447a0fa88d5de2698923e53d0a34
Ancestor: 33f1e851a512ef1e24cf7ef78a12a9bcbbcb9ded
Author: obilodeau@inverse.ca
Date: 2011-02-08T16:09:29
Branch: org.packetfence.2_0

Modified files:
        pf/bin/pfcmd pf/lib/pf/WebAPI.pm pf/lib/pf/config.pm
        pf/lib/pf/radius/custom.pm pf/lib/pf/radius.pm
        pf/lib/pf/services/apache.pm pf/lib/pf/vlan/custom.pm
        pf/lib/pf/vlan.pm pf/sbin/pfsetvlan

ChangeLog: 

Refactoring of the versioning system to fix problems in the build environment
- Checking for extension point versioning explicitly in pfcmd's sanity_check
- Constantified versions in the core
- Versions are now integer instead of strings

-----------------------------------------------------------------
Revision: 33f1e851a512ef1e24cf7ef78a12a9bcbbcb9ded
Ancestor: aa85f28835c98c846aba0a79425197acf4196811
Author: obilodeau@inverse.ca
Date: 2011-02-07T19:23:37
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/UPGRADE pf/lib/pf/WebAPI.pm
        pf/lib/pf/radius/custom.pm pf/lib/pf/radius.pm
        pf/lib/pf/services/apache.pm pf/lib/pf/vlan/custom.pm
        pf/lib/pf/vlan.pm pf/sbin/pfsetvlan

ChangeLog: 

Implemented perl's module versioning to improve handling of API changes in extension points

-----------------------------------------------------------------
Revision: aa85f28835c98c846aba0a79425197acf4196811
Ancestor: c9e4b9eec7f7df4dea81c60c13d79eb4a04c91c8
Author: obilodeau@inverse.ca
Date: 2011-02-07T16:31:53
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Cisco/Catalyst_2960.pm

ChangeLog: 

Added error reporting in authorizeMAC()

-----------------------------------------------------------------
Revision: c9e4b9eec7f7df4dea81c60c13d79eb4a04c91c8
Ancestor: 25dd5b33381e5e29e4f9b071f3afda9982f79c55
Author: obilodeau@inverse.ca
Date: 2011-02-07T16:26:52
Branch: org.packetfence.2_0

Modified files:
        pf/html/admin/node/view.php

ChangeLog: 

Added a note about VoIP entries possibly inaccurate. See #1178 for details.

-----------------------------------------------------------------
Revision: 726b4c076e11d43d0bb47f53144ca1e5de30836a
Ancestor: c0cb2ad2a1b2eacec58aca67d83a7095b4e42b9a
Author: obilodeau@inverse.ca
Date: 2011-02-04T20:15:32
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/bin/flip.pl pf/lib/pf/config.pm pf/lib/pf/util.pm

ChangeLog: 

Fixed an issue where modifying a node that never connected generated an error. Fixes #1177;
- Added a new UNKNOWN connection type to make it's handling cleaner
- two warning avoidance in flip.pl

-----------------------------------------------------------------
Revision: a94bf612b2849dd49c817880aaf93d0f71deced4
Ancestor: cd90b82db5303b83890605d2422a80eaf7ec5659
Author: obilodeau@inverse.ca
Date: 2011-02-04T17:42:11
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP.pm

ChangeLog: 

removed an invalid comment

-----------------------------------------------------------------
Revision: cd90b82db5303b83890605d2422a80eaf7ec5659
Ancestor: c0cb2ad2a1b2eacec58aca67d83a7095b4e42b9a
Author: fgaudreault@inverse.ca
Date: 2011-02-03T21:11:43
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Modified the way the PacketFence repository is configured in yum

-----------------------------------------------------------------
Revision: c0cb2ad2a1b2eacec58aca67d83a7095b4e42b9a
Ancestor: 9cb4d8e6dca2d2a0603cba5ac037b22e5e6931ea
Author: obilodeau@inverse.ca
Date: 2011-02-03T20:04:38
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/vlan.pm pf/t/vlan.t

ChangeLog: 

Warning avoidance in pf::vlan's doWeActOnThisTrap. Fixes #832;
http://www.packetfence.org/bugs/view.php?id=832

-----------------------------------------------------------------
Revision: 9cb4d8e6dca2d2a0603cba5ac037b22e5e6931ea
Ancestor: c29f24c5813973df2563988671ab3e279c219927
Author: obilodeau@inverse.ca
Date: 2011-02-03T20:03:50
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE

ChangeLog: 

upgrade notice for node lookup output change

-----------------------------------------------------------------
Revision: 5cea94a8294c1c50dda7c61df8f0ac8568076423
Ancestor: 434384f669182847b1dda72d7d6768a02d41e967
Author: obilodeau@inverse.ca
Date: 2011-02-03T19:44:52
Branch: org.packetfence.2_0

Modified files:
        pf/t/vlan.t

ChangeLog: 

test case reproducing #832

-----------------------------------------------------------------
Revision: 1d024f2d47da4dc9af358ccbf60e6d80ff2edf6f
Ancestor: 6ba5163d999fa0b47236f6aa1b32ad83f0a9652b
Author: obilodeau@inverse.ca
Date: 2011-02-03T15:57:38
Branch: org.packetfence.2_0

Modified attrs:
        pf/lib/pf/lookup/node.pm pf/lib/pf/lookup/person.pm

ChangeLog: 

removed execute bits from files that don't require it

-----------------------------------------------------------------
Revision: 434384f669182847b1dda72d7d6768a02d41e967
Ancestor: 1a3d8b11a3080bb9657bc09992fe17421723b5b4
Author: obilodeau@inverse.ca
Date: 2011-02-03T15:38:40
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/lookup/node.pm

ChangeLog: 

Fixed warnings in node lookup. Fixes #1173
- removal of the old last_... info taken from node
- hardened all locationlog's fields regarding undef in strings
- fixed locationlog test (this fixed the warnings)
http://www.packetfence.org/bugs/view.php?id=1173

-----------------------------------------------------------------
Revision: 4fe6167fdc47d8457d317e3e941b9c245745024d
Ancestor: 0754c77ce11385d394c6ac6821ba67f41e6a6e56
Author: obilodeau@inverse.ca
Date: 2011-02-03T14:52:38
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfsetvlan

ChangeLog: 

removed commented code from last cycle

-----------------------------------------------------------------
Revision: f4e31152dcdf1ae5de85c66a875f48d2c751350c
Ancestor: 1a3d8b11a3080bb9657bc09992fe17421723b5b4
Author: obilodeau@inverse.ca
Date: 2011-02-03T14:13:36
Branch: org.packetfence.2_0

Modified files:
        pf/packetfence.spec

ChangeLog: 

date fix

-----------------------------------------------------------------
Revision: 1a3d8b11a3080bb9657bc09992fe17421723b5b4
Ancestor: 21ddc39a898b519063777978cf5510750e072c0b
Author: obilodeau@inverse.ca
Date: 2011-02-03T14:11:13
Branch: org.packetfence.2_0

Modified files:
        pf/packetfence.spec

ChangeLog: 

fixing the package: removing unpackaged files docs/images/ from build

-----------------------------------------------------------------
Revision: 21ddc39a898b519063777978cf5510750e072c0b
Ancestor: 5441ea7e4cb880a6574c7797b52ac70db8049360
Author: obilodeau@inverse.ca
Date: 2011-02-02T19:03:45
Branch: org.packetfence.2_0

Modified files:
        pf/docs/docbook/README

ChangeLog: 

updated README with new instructions

-----------------------------------------------------------------
Revision: 5441ea7e4cb880a6574c7797b52ac70db8049360
Ancestor: 11b934a62e059dbc5289fd38283b808d1659f162
Author: obilodeau@inverse.ca
Date: 2011-02-02T18:45:13
Branch: org.packetfence.2_0

Added files:
        pf/docs/images/inverse-logo.png pf/docs/images/pf-logo.png
Added directories:
        pf/docs/images
Modified files:
        pf/docs/docbook/pf-devel-guide.xml
        pf/docs/docbook/xsl/packetfence-fo.xsl
        pf/docs/docbook/xsl/titlepage-fo.xml
Modified attrs:
        pf/docs/images/inverse-logo.png pf/docs/images/pf-logo.png

ChangeLog: 

Added PacketFence logo to the PDF output of the docbook developer guide

-----------------------------------------------------------------
Revision: 11b934a62e059dbc5289fd38283b808d1659f162
Ancestor: cb6b3ff28bc5e7d2c5e7fe7c94ee4ac865d07d96
Author: obilodeau@inverse.ca
Date: 2011-02-02T17:31:18
Branch: org.packetfence.2_0

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

now using docbook 4.5 (latest 4.x)
added dots (.) at the end of revision history entries

-----------------------------------------------------------------
Revision: cb6b3ff28bc5e7d2c5e7fe7c94ee4ac865d07d96
Ancestor: 59f84daa5c964286eacb05843ae20421fdd7dabd
Author: obilodeau@inverse.ca
Date: 2011-02-02T17:22:10
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS

ChangeLog: 

news entry for new doc

-----------------------------------------------------------------
Revision: 59f84daa5c964286eacb05843ae20421fdd7dabd
Ancestor: 0ca35e33c99d2ab8a1656820484506c77600fbd9
Author: obilodeau@inverse.ca
Date: 2011-02-02T17:22:03
Branch: org.packetfence.2_0

Modified files:
        pf/README.network-devices

ChangeLog: 

some precision regarding deauth

-----------------------------------------------------------------
Revision: 0ca35e33c99d2ab8a1656820484506c77600fbd9
Ancestor: 17aa1c2841a38b2e636733a4c24b375ecfcc69c4
Author: obilodeau@inverse.ca
Date: 2011-02-02T17:20:43
Branch: org.packetfence.2_0

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

Developer documentation update
Reworked new switch support into a more general new network devices support. New content: Wireless Access-Points and Controllers, Switch support for MAC Auth and 802.1X, a new "add a network device to PacketFence" checklist and new exception handling techniques

-----------------------------------------------------------------
Revision: 17aa1c2841a38b2e636733a4c24b375ecfcc69c4
Ancestor: 49b09cd04b8bf924c637bd00ddbb7dbcb377c0c4
Author: obilodeau@inverse.ca
Date: 2011-02-01T23:21:24
Branch: org.packetfence.2_0

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

New content: a chapter on contributing, one on code conventions and a developer recipes one

-----------------------------------------------------------------
Revision: 79cbd043543fdd748e7e3c8940f41bf1a5085c05
Ancestor: 5d8ab97147a40b8caac157ff3f81bc5d777dc930
Author: obilodeau@inverse.ca
Date: 2011-02-02T13:54:56
Branch: org.packetfence.trunk

Modified files:
        pf/packetfence.spec

ChangeLog: 

Fixed a merged that put changelog entries in wrong order causing build to fail

-----------------------------------------------------------------
Revision: 49b09cd04b8bf924c637bd00ddbb7dbcb377c0c4
Ancestor: 0616c52ef659593faada64573ec360015d5aa87f
Author: obilodeau@inverse.ca
Date: 2011-02-01T19:39:49
Branch: org.packetfence.2_0

Added files:
        pf/docs/docbook/xsl/packetfence-fo.xsl
        pf/docs/docbook/xsl/titlepage-fo.xml
Added directories:
        pf/docs/docbook/xsl
Modified files:
        .mtn-ignore

ChangeLog: 

Docbook layout improvements in PDF version
- title page styling (mimick of current Devel guide)
- added revision table
- links now stand out 
- grey code boxes with border

-----------------------------------------------------------------
Revision: 0616c52ef659593faada64573ec360015d5aa87f
Ancestor: e1e889f53ce45c9007a8354be601c5c55fc425a4
Author: obilodeau@inverse.ca
Date: 2011-02-01T19:39:12
Branch: org.packetfence.2_0

Modified files:
        pf/docs/docbook/pf-devel-guide.xml

ChangeLog: 

dropped some duplicated metadata
better code section (CDATA handling and line wrapping)

-----------------------------------------------------------------
Revision: e1e889f53ce45c9007a8354be601c5c55fc425a4
Ancestor: cea8487880b6937ded6f912f2f02f66043d568fe
Author: obilodeau@inverse.ca
Date: 2011-02-01T14:54:42
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/conf/dhcp_fingerprints.conf

ChangeLog: 

New Nortel IP Phone DHCP Fingerprint

-----------------------------------------------------------------
Revision: 052cf0210f2b103fb6f5a2ba5559ba6555b2ac43
Ancestor: 5725c8cfc614f430f759e033619800d00531e283
Author: obilodeau@inverse.ca
Date: 2011-02-01T14:30:11
Branch: org.packetfence.2_0

Modified files:
        pf/packetfence.spec

ChangeLog: 

Explicitly remove docbook doc from package. For now.

-----------------------------------------------------------------
Revision: 0da8a3c022a12d435223d7927da4440a52620616
Ancestor: 5725c8cfc614f430f759e033619800d00531e283
Author: fgaudreault@inverse.ca
Date: 2011-02-01T14:27:09
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Version bump in the ZEN documentation for 2.0.1

-----------------------------------------------------------------
Revision: 5725c8cfc614f430f759e033619800d00531e283
Ancestor: 4ae89b06e5e43c01be8325ea3dcbd80591b145d2
Author: obilodeau@inverse.ca
Date: 2011-02-01T02:36:33
Branch: org.packetfence.2_0

Added files:
        pf/docs/docbook/README pf/docs/docbook/additional-info.xml
        pf/docs/docbook/commercial-support.xml
        pf/docs/docbook/license.xml
        pf/docs/docbook/pf-devel-guide.xml
Added directories:
        pf/docs/docbook

ChangeLog: 

Basic port of the PacketFence Developers Guide's ODT into Docbook XML

-----------------------------------------------------------------
Revision: 4ae89b06e5e43c01be8325ea3dcbd80591b145d2
Ancestor: 70817085046f7c4c84b54645a67c7401ff69e3a9
Author: obilodeau@inverse.ca
Date: 2011-01-31T15:49:04
Branch: org.packetfence.2_0

Modified files:
        pf/t/vlan.t

ChangeLog: 

forcing trapping.registration to enabled so that build systems will always perform the tests properly no matter the local configuration

-----------------------------------------------------------------
Revision: 70817085046f7c4c84b54645a67c7401ff69e3a9
Ancestor: dc426faf5f54da892d078e09dfb3a07852468ce4
Author: obilodeau@inverse.ca
Date: 2011-01-31T15:33:35
Branch: org.packetfence.2_0

Added files:
        pf/t/integration/radius.t
Added directories:
        pf/t/integration
Modified files:
        pf/t/TestUtils.pm pf/t/radius.t
Modified attrs:
        pf/t/integration/radius.t

ChangeLog: 

radius.t splited in two: 
- one more intrusive and end-to-end (requires a db)
- one more a la unit test

-----------------------------------------------------------------
Revision: dc426faf5f54da892d078e09dfb3a07852468ce4
Ancestor: c906bf291a04e18756661f7660017a92788749a2
Author: obilodeau@inverse.ca
Date: 2011-01-31T15:31:58
Branch: org.packetfence.2_0

Modified files:
        pf/t/vlan.t

ChangeLog: 

vlan.t was accessing the database because of a call that was not mocked (violation_view_top). It is now mocked and can be considered a side-effect free test now. well until we break it again ;)

-----------------------------------------------------------------
Revision: c906bf291a04e18756661f7660017a92788749a2
Ancestor: 50e92bad38e180b4ed850ec3c78be2e58bc60657
Author: obilodeau@inverse.ca
Date: 2011-01-31T15:28:21
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/radius.pm

ChangeLog: 

added () to a method call because it's our standard and was apparently forgotten in this case

-----------------------------------------------------------------
Revision: 50e92bad38e180b4ed850ec3c78be2e58bc60657
Ancestor: 08587682c2093b0932343ac15eb4c0e90a85919e
Author: obilodeau@inverse.ca
Date: 2011-01-28T19:46:09
Branch: org.packetfence.2_0

Modified files:
        pf/packetfence.spec

ChangeLog: 

last change to finally nail #1014

-----------------------------------------------------------------
Revision: 08587682c2093b0932343ac15eb4c0e90a85919e
Ancestor: 99814dfff4f2250cf9c0900e3cf28b938b5e8282
Author: obilodeau@inverse.ca
Date: 2011-01-28T19:39:31
Branch: org.packetfence.2_0

Deleted entries:
        pf/conf/dhcpd
Modified files:
        pf/packetfence.spec

ChangeLog: 

Some leftovers from the change to fix #1014 (conf/ re-org into var/)

-----------------------------------------------------------------
Revision: 99814dfff4f2250cf9c0900e3cf28b938b5e8282
Ancestor: 9d99e7c69d305b5e56e456997f44b52eb7afcf46
Author: obilodeau@inverse.ca
Date: 2011-01-28T18:44:47
Branch: org.packetfence.2_0

Modified files:
        pf/packetfence.spec

ChangeLog: 

added release info in changelog

-----------------------------------------------------------------
Revision: 886bc612c397d48fb567328374c034cd2407d12d
Ancestor: d3eff8f843325f74183437ab53ff1942c924038b
Author: obilodeau@inverse.ca
Date: 2011-01-28T19:11:37
Branch: org.packetfence.trunk

Deleted entries:
        pf/conf/dhcpd pf/conf/templates
Renamed entries:
        pf/conf/templates/configurator to pf/conf/configurator
        pf/conf/templates/dhcpd.conf to pf/conf/dhcpd.conf
        pf/conf/templates/dhcpd_vlan.conf to pf/conf/dhcpd_vlan.conf
        pf/conf/templates/httpd.conf.apache22 to pf/conf/httpd.conf.apache22
        pf/conf/templates/httpd.conf.pre_apache22 to pf/conf/httpd.conf.pre_apache22
        pf/conf/templates/iptables.conf to pf/conf/iptables.conf
        pf/conf/templates/listener.msg to pf/conf/listener.msg
        pf/conf/templates/named-isolation.ca to pf/conf/named-isolation.ca
        pf/conf/templates/named-registration.ca to pf/conf/named-registration.ca
        pf/conf/templates/named_vlan.conf to pf/conf/named_vlan.conf
        pf/conf/templates/popup.msg to pf/conf/popup.msg
        pf/conf/templates/snmptrapd.conf to pf/conf/snmptrapd.conf
        pf/conf/templates/snort.conf to pf/conf/snort.conf
        pf/conf/templates/snort.conf.pre_snort-2.8 to pf/conf/snort.conf.pre_snort-2.8
Added files:
        pf/Doc.TODO
Modified files:
        pf/NEWS pf/UPGRADE pf/bin/pfcmd pf/conf/documentation.conf
        pf/conf/httpd.conf.apache22 pf/conf/httpd.conf.pre_apache22
        pf/conf/pf.conf.defaults pf/configurator.pl
        pf/lib/pf/iptables.pm pf/lib/pf/services.pm
        pf/packetfence.spec pf/sbin/pfredirect

ChangeLog: 

moved configuration files from conf/templates/ to conf/

-----------------------------------------------------------------
Revision: 9d99e7c69d305b5e56e456997f44b52eb7afcf46
Ancestor: fafec10ab0cc97ded65dcb73d229ed2a3b0af90c
Author: obilodeau@inverse.ca
Date: 2011-01-28T15:22:05
Branch: org.packetfence.2_0

Modified files:
        pf/conf/templates/httpd.conf.apache22

ChangeLog: 

oops, var/run instead of var/pid.. related to #1014

-----------------------------------------------------------------
Revision: fafec10ab0cc97ded65dcb73d229ed2a3b0af90c
Ancestor: 4470f92d630257240e0eb366d8b72a06090f99f9
Author: obilodeau@inverse.ca
Date: 2011-01-28T15:20:40
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE pf/conf/templates/httpd.conf.apache22
        pf/conf/templates/httpd.conf.pre_apache22
        pf/conf/templates/named_vlan.conf

ChangeLog: 

Configuration templates changes related to #1014
They were left behind in yesterday's commit
http://www.packetfence.org/bugs/view.php?id=1014

-----------------------------------------------------------------
Revision: 4470f92d630257240e0eb366d8b72a06090f99f9
Ancestor: a1e4bd1cf906538bac7e49354c3484575aeb630e
Author: obilodeau@inverse.ca
Date: 2011-01-28T15:13:14
Branch: org.packetfence.2_0

Renamed entries:
        pf/t/data.t to pf/t/dao/data.t
        pf/t/graph.t to pf/t/dao/graph.t
        pf/t/node.t to pf/t/dao/node.t
        pf/t/report.t to pf/t/dao/report.t
Modified files:
        pf/t/TestUtils.pm pf/t/all.t pf/t/dao/data.t
        pf/t/dao/graph.t pf/t/dao/node.t pf/t/dao/person.t
        pf/t/dao/report.t pf/t/dao/setup.sql

ChangeLog: 

DAO test reorg
- moved all tests I discovered were accessing the database into dao/
- new test db hook in TestUtils
- new db data required for some tests to pass
- disabled 3 tests in graph since they would have needed the whole violation classes loaded into db (will work on it later)

-----------------------------------------------------------------
Revision: a1e4bd1cf906538bac7e49354c3484575aeb630e
Ancestor: 8c64a571c31de0bbd41eca44f4f79b215e1ab85f
Author: obilodeau@inverse.ca
Date: 2011-01-28T15:09:18
Branch: org.packetfence.2_0

Modified files:
        pf/t/nodecategory.t pf/t/pfcmd.t pf/t/pfsetvlan.t
        pf/t/radius.t pf/t/vlan.t

ChangeLog: 

Loading the Log4perl configuration now uses a relative path. This will fix build system issues.
Also reorganized imports, added a bit of POD and added Test::NoWarnings.

-----------------------------------------------------------------
Revision: 8c64a571c31de0bbd41eca44f4f79b215e1ab85f
Ancestor: 9195836bedfdd355c13e0074a2d347c1eab25475
Author: obilodeau@inverse.ca
Date: 2011-01-28T13:53:46
Branch: org.packetfence.2_0

Modified files:
        pf/t/floatingdevice.t

ChangeLog: 

Loading the Log4perl configuration now uses a relative path. This will fix build system issues.

-----------------------------------------------------------------
Revision: 9195836bedfdd355c13e0074a2d347c1eab25475
Ancestor: 81a773e5e19d8e29bdb6115a36d29db3dd935faf
Author: fgaudreault@inverse.ca
Date: 2011-01-27T22:39:05
Branch: org.packetfence.2_0

Renamed entries:
        pf/conf/named to pf/var/named
Added directories:
        pf/var/conf pf/var/run
Modified files:
        pf/NEWS pf/UPGRADE pf/lib/pf/config.pm pf/lib/pf/services.pm
        pf/lib/pf/util.pm pf/packetfence.init pf/packetfence.spec

ChangeLog: 

migrated temporary files to var/
- Generated configuration files are now in var/... fixes #1014
- pid files are now in var/run/
http://www.packetfence.org/bugs/view.php?id=1014

-----------------------------------------------------------------
Revision: 81a773e5e19d8e29bdb6115a36d29db3dd935faf
Ancestor: 253c28d8b3d4028547795a397c113eb4544d3bbf
Author: obilodeau@inverse.ca
Date: 2011-01-27T22:29:13
Branch: org.packetfence.2_0

Renamed entries:
        pf/conf/dhcpd/dhcpd.leases to pf/var/dhcpd/dhcpd.leases
Added directories:
        pf/var/dhcpd

ChangeLog: 

Added var/dhcpd/ and renamed lease to there

-----------------------------------------------------------------
Revision: 253c28d8b3d4028547795a397c113eb4544d3bbf
Ancestor: f48143323e9ea08b3f2b5b5a82bcf73638f420c9
Author: obilodeau@inverse.ca
Date: 2011-01-27T22:28:14
Branch: org.packetfence.2_0

Modified files:
        .mtn-ignore

ChangeLog: 

new excludes

-----------------------------------------------------------------
Revision: f48143323e9ea08b3f2b5b5a82bcf73638f420c9
Ancestor: b2a1e548c1653fd04ca6768af6a4909a426d1299
Author: obilodeau@inverse.ca
Date: 2011-01-27T21:52:12
Branch: org.packetfence.2_0

Modified files:
        pf/t/SNMP.t pf/t/SwitchFactory.t pf/t/binaries.t
        pf/t/config.t pf/t/critic.t pf/t/data.t
        pf/t/floatingdevice.t pf/t/graph.t
        pf/t/hardware-snmp-objects.t pf/t/import.t
        pf/t/network-devices/cisco.t pf/t/node.t pf/t/nodecategory.t
        pf/t/pf.t pf/t/pfcmd.t pf/t/pfsetvlan.t pf/t/php.t
        pf/t/pod.t pf/t/podCoverage.t pf/t/radius.t pf/t/report.t
        pf/t/util.t pf/t/vlan.t

ChangeLog: 

Added POD license and copyright to all tests

-----------------------------------------------------------------
Revision: b2a1e548c1653fd04ca6768af6a4909a426d1299
Ancestor: b3cb6a08584041daf1ab335ef093bc65c92487f4
Author: obilodeau@inverse.ca
Date: 2011-01-27T21:09:38
Branch: org.packetfence.2_0

Modified files:
        pf/t/TestUtils.pm pf/t/all.t pf/t/smoke.t

ChangeLog: 

finished test rework
- new failing test categories for test that I haven't got around to fix
- fixed smoke tests

-----------------------------------------------------------------
Revision: b3cb6a08584041daf1ab335ef093bc65c92487f4
Ancestor: 4c8394517644f19282368334711622c079d7ec57
Author: obilodeau@inverse.ca
Date: 2011-01-27T20:36:44
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

Fixed a "Integer with leading zeros" perl critic

-----------------------------------------------------------------
Revision: 4c8394517644f19282368334711622c079d7ec57
Ancestor: b87895795d69d8c4a9fb3ac86728f45e3c63ab62
Author: obilodeau@inverse.ca
Date: 2011-01-27T20:34:03
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/UPGRADE pf/lib/pf/web.pm

ChangeLog: 

Removed conf/templates/*.pl captive portal extensions
Code cleanup to have some more perl critic test pass. Also the functionality was duplicated since the addition of pf::web::custom. Fixes 1165;
http://www.packetfence.org/bugs/view.php?id=1165

-----------------------------------------------------------------
Revision: b87895795d69d8c4a9fb3ac86728f45e3c63ab62
Ancestor: d0d1c8f393e2cdcaf09f2b5509bde730491b3d1b
Author: obilodeau@inverse.ca
Date: 2011-01-27T18:22:58
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/schedule.pm

ChangeLog: 

resolved perl critic reports with pf::schedule
- return; instead of return undef; (avoids problems with list vs scalar context assumptions)
- added strict and warnings pragmas

-----------------------------------------------------------------
Revision: d0d1c8f393e2cdcaf09f2b5509bde730491b3d1b
Ancestor: 6c477965e103baf2159b0e2dcba217b4b9daf559
Author: obilodeau@inverse.ca
Date: 2011-01-27T18:13:48
Branch: org.packetfence.2_0

Added files:
        pf/t/perlcriticrc
Modified files:
        pf/bin/pfcmd pf/t/critic.t

ChangeLog: 

perl critic for pfcmd is green
- needed a perlcriticrc file to enable some policy options since we use run-time module checks
- fixed a leading zero problem

-----------------------------------------------------------------
Revision: 6c477965e103baf2159b0e2dcba217b4b9daf559
Ancestor: ed94bfa13bf93f2ce3d57644a0ff4f4f9f4ef7b7
Author: obilodeau@inverse.ca
Date: 2011-01-27T17:47:22
Branch: org.packetfence.2_0

Modified files:
        pf/addons/dhcp_dumper

ChangeLog: 

Fixed a "Integer with leading zeros" perl critic

-----------------------------------------------------------------
Revision: ed94bfa13bf93f2ce3d57644a0ff4f4f9f4ef7b7
Ancestor: 36359738f369fc57e660c125ffe0339ea1e792bc
Author: obilodeau@inverse.ca
Date: 2011-01-27T17:30:32
Branch: org.packetfence.2_0

Added files:
        pf/t/TestUtils.pm
Modified files:
        pf/t/all.t

ChangeLog: 

Re-organized tests and created TestUtils.pm where we can store code to be shared among tests

-----------------------------------------------------------------
Revision: 36359738f369fc57e660c125ffe0339ea1e792bc
Ancestor: 4d9614b4ec3b78fdaf483307eeee871a65cc3d72
Author: obilodeau@inverse.ca
Date: 2011-01-27T15:36:26
Branch: org.packetfence.2_0

Added files:
        pf/t/dao/README pf/t/dao/person.t pf/t/dao/setup.sql
Added directories:
        pf/t/dao
Modified files:
        pf/NEWS pf/t/person.t
Modified attrs:
        pf/t/dao/person.t

ChangeLog: 

New DAO Tests that do real queries on a real test database
removed old DBI Mock tests that were broken since a while in person.t

-----------------------------------------------------------------
Revision: 4d9614b4ec3b78fdaf483307eeee871a65cc3d72
Ancestor: d0f5ad79a143040f32185ebd4ceb33bdc3a3d503
Author: obilodeau@inverse.ca
Date: 2011-01-26T20:24:10
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS

ChangeLog: 

NEWS entry for last commit (new dhcp fingerprints)

-----------------------------------------------------------------
Revision: d0f5ad79a143040f32185ebd4ceb33bdc3a3d503
Ancestor: d753376bf65826924eab23a68baf4be816e2ff30
Author: obilodeau@inverse.ca
Date: 2011-01-26T20:08:30
Branch: org.packetfence.2_0

Modified files:
        pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Added Cisco IP Phone and Cisco Small Business switch fingerprints

-----------------------------------------------------------------
Revision: d753376bf65826924eab23a68baf4be816e2ff30
Ancestor: 81a2f5e27992ea4bc48165b2cbab681c74dbeec3
Author: obilodeau@inverse.ca
Date: 2011-01-26T15:21:57
Branch: org.packetfence.2_0

Modified files:
        pf/README.network-devices

ChangeLog: 

aligned the names with those on the website

-----------------------------------------------------------------
Revision: 81a2f5e27992ea4bc48165b2cbab681c74dbeec3
Ancestor: 6d0f5450a0b254fb3c80f65d9d960940586d78a9
Author: obilodeau@inverse.ca
Date: 2011-01-26T15:17:20
Branch: org.packetfence.2_0

Modified files:
        pf/README.network-devices

ChangeLog: 

added WiSM in the support table and clarified the text

-----------------------------------------------------------------
Revision: 6d0f5450a0b254fb3c80f65d9d960940586d78a9
Ancestor: 429ab9a1fea6137cb241d0274b411d76a3352316
Author: obilodeau@inverse.ca
Date: 2011-01-26T14:17:05
Branch: org.packetfence.2_0
Tag: packetfence-2.0.1

Modified files:
        pf/ChangeLog

ChangeLog: 

Updated ChangeLog for 2.0.1 release

-----------------------------------------------------------------
Revision: 429ab9a1fea6137cb241d0274b411d76a3352316
Ancestor: 73cd8bc74bf98041524092c762bee1d060bcf6ab
Author: obilodeau@inverse.ca
Date: 2011-01-26T14:15:26
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/packetfence.spec

ChangeLog: 

date bump

-----------------------------------------------------------------
Revision: 73cd8bc74bf98041524092c762bee1d060bcf6ab
Ancestor: 40c5a4b38877b8f2505c0e6352739babc4898252
Author: obilodeau@inverse.ca
Date: 2011-01-26T14:15:17
Branch: org.packetfence.2_0

Modified files:
        pf/README

ChangeLog: 

little simplification of the text

-----------------------------------------------------------------
Revision: 40c5a4b38877b8f2505c0e6352739babc4898252
Ancestor: 94c0d69c063e37c7a18409415e032a9d188df356
Author: obilodeau@inverse.ca
Date: 2011-01-25T16:56:07
Branch: org.packetfence.2_0

Modified files:
        pf/README

ChangeLog: 

improvements to the README file

-----------------------------------------------------------------
Revision: 94c0d69c063e37c7a18409415e032a9d188df356
Ancestor: ec21f9bb0d986c2f449295982f4660b9817e1ad5
Author: obilodeau@inverse.ca
Date: 2011-01-25T15:27:25
Branch: org.packetfence.2_0

Renamed entries:
        pf/ChangeLog to pf/ChangeLog.old
Added files:
        pf/ChangeLog

ChangeLog: 

We will no longer be maintaining a manually edited, seperate changelog. Details will be in our code repository and we will generate a ChangeLog file before releasing from the code repo.

ChangeLog.old has all changelog before 2.0
ChangeLog is our newly automaticly generated one starting since 2.0

-----------------------------------------------------------------
Revision: ec21f9bb0d986c2f449295982f4660b9817e1ad5
Ancestor: 367fb3f1a9e7fcd0c86bcd814f1901cfff376ead
Author: obilodeau@inverse.ca
Date: 2011-01-25T15:14:39
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/UPGRADE pf/conf/pf-release
        pf/docs/PacketFence_Administration_Guide.odt
        pf/docs/PacketFence_Developers_Guide.odt
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/packetfence.spec pf/t/pfcmd.t

ChangeLog: 

Version bump to 2.0.1

-----------------------------------------------------------------
Revision: 367fb3f1a9e7fcd0c86bcd814f1901cfff376ead
Ancestor: 5c3ae52026a78411ca57a2efae58134cef123367
Author: obilodeau@inverse.ca
Date: 2011-01-24T22:31:51
Branch: org.packetfence.2_0

Deleted entries:
        pf/db/pf-schema-2.0.1.sql pf/db/upgrade-2.0.0-2.0.1.sql
Modified files:
        pf/UPGRADE pf/lib/pf/node.pm pf/packetfence.spec

ChangeLog: 

Implemented a different fix for issue 1162.
The subselect with a LIMIT 1 only worked for a single record and not the entire node view so it had to be reverted. Any other attempts I made were either too slow or incorrect.
I settled on a solution that involves not always having the last_... information by joining when end_time is null. This makes sure that the locationlog is always accurate at the cost of losing the information on closed entries.

-----------------------------------------------------------------
Revision: 5c3ae52026a78411ca57a2efae58134cef123367
Ancestor: 01946e7014dd80af69657a14e9f1d080c0a0f34f
Author: obilodeau@inverse.ca
Date: 2011-01-24T21:58:17
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS

ChangeLog: 

another news entry for last commit

-----------------------------------------------------------------
Revision: 01946e7014dd80af69657a14e9f1d080c0a0f34f
Ancestor: a15400af2802c119b455cfe8a6597f33834a9827
Author: obilodeau@inverse.ca
Date: 2011-01-24T21:56:00
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Cisco/Aironet.pm
        pf/lib/pf/SNMP/Xirrus.pm pf/lib/pf/SNMP.pm

ChangeLog: 

default SSID parameter extraction changes
Default technique is now using the more standard Called-Station-Id RADIUS attribute (WiSM, WLC, Xirrus) and the Cisco-AVPair technique has been put in Aironet module. Fixes 994;
http://www.packetfence.org/bugs/view.php?id=994

-----------------------------------------------------------------
Revision: a15400af2802c119b455cfe8a6597f33834a9827
Ancestor: 03a12d56a57618221c4217e0a4b4b4c7accf0396
Author: obilodeau@inverse.ca
Date: 2011-01-24T21:05:24
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Extricom.pm

ChangeLog: 

Documented Extricom's limitation regarding SSID not present in RADIUS-Request

-----------------------------------------------------------------
Revision: 03a12d56a57618221c4217e0a4b4b4c7accf0396
Ancestor: fc61e989aeca61d2e7d0db1da98e0d8f403523cd
Author: obilodeau@inverse.ca
Date: 2011-01-21T22:18:38
Branch: org.packetfence.2_0

Added files:
        pf/db/pf-schema-2.0.1.sql pf/db/upgrade-2.0.0-2.0.1.sql
Modified files:
        pf/NEWS pf/UPGRADE pf/lib/pf/node.pm pf/packetfence.spec

ChangeLog: 

Fixed node view database queries that were reporting wrong values under unknown circumstances. Fixes #1162;
Instead of the LEFT JOIN were we hoped we would get proper results we are now using a sorted subselect that does the right thing everyhwere.
http://www.packetfence.org/bugs/view.php?id=1162

-----------------------------------------------------------------
Revision: fc61e989aeca61d2e7d0db1da98e0d8f403523cd
Ancestor: 38c3d8c17a6fd62702a021162b7db94f9182be2d
Author: obilodeau@inverse.ca
Date: 2011-01-21T20:32:43
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/installer.pl

ChangeLog: 

bailing out on empty MySQL root password. Fixes #1146
http://www.packetfence.org/bugs/view.php?id=1146

-----------------------------------------------------------------
Revision: 15d619d19f64a1b91e271364544b208b2bb17ccf
Ancestor: 9176bb80e4c8ee69c1dfb6061a55599d11a2025e
Author: obilodeau@inverse.ca
Date: 2011-01-21T19:52:02
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS

ChangeLog: 

news entry for last commit

-----------------------------------------------------------------
Revision: 9176bb80e4c8ee69c1dfb6061a55599d11a2025e
Ancestor: 0475c322796838e0f3d106d9ac7848648bc16868
Author: obilodeau@inverse.ca
Date: 2011-01-21T19:48:33
Branch: org.packetfence.2_0

Modified files:
        pf/configurator.pl

ChangeLog: 

configurator.pl no longer putting empty [network <network-address>] statements in conf/pf.conf. Fixes #1148;
http://www.packetfence.org/bugs/view.php?id=1148

-----------------------------------------------------------------
Revision: 0475c322796838e0f3d106d9ac7848648bc16868
Ancestor: 7c75542894a1a37bdc44af73feca6e78fd11f1b4
Author: obilodeau@inverse.ca
Date: 2011-01-21T17:55:25
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Extricom.pm

ChangeLog: 

implemented Extricom's getVersion and added firmware devel version in doc

-----------------------------------------------------------------
Revision: 7c75542894a1a37bdc44af73feca6e78fd11f1b4
Ancestor: e29f49ff069a2d43d5032a546e62f39863c675fd
Author: obilodeau@inverse.ca
Date: 2011-01-21T17:14:36
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/UPGRADE pf/bin/pfcmd pf/lib/pf/SNMP.pm
        pf/lib/pf/radius.pm pf/lib/pf/vlan.pm pf/sbin/pfsetvlan
        pf/t/radius.t pf/t/vlan.t

ChangeLog: 

Important re-work of VLAN evaluation to allow proper VLAN re-evaluation (with the proper dot1x, MAC Auth context for correct VLAN assigment). Fixes #1160;
Also fixed some inconsistencies in setVlan (removed error handling after locationlog_sync)
Reduced code by merging pf::radius' _findNodeVlan into pf::vlan's fetchVlanForNode.
Fixed RADIUS tests
Warning: fetchVlanForNode's method signature changed.
http://www.packetfence.org/bugs/view.php?id=1160

-----------------------------------------------------------------
Revision: e29f49ff069a2d43d5032a546e62f39863c675fd
Ancestor: f234f51cabe0859cd55d9c3d4d12cdb6b30ee203
Author: obilodeau@inverse.ca
Date: 2011-01-19T21:10:01
Branch: org.packetfence.2_0

Renamed entries:
        pf/lib/pf/SNMP/Extricom/EXSW800.pm to pf/lib/pf/SNMP/Extricom/EXSW.pm
Modified files:
        pf/NEWS pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php
        pf/lib/pf/SNMP/Extricom/EXSW.pm pf/lib/pf/SNMP/Extricom.pm
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Renamed EXSW800 to EXSW since code should work for all of Extricom's Wireless Switches. Updated all references.
Took the opportunity to improve POD in Extricom and some little fixes.

-----------------------------------------------------------------
Revision: f234f51cabe0859cd55d9c3d4d12cdb6b30ee203
Ancestor: 5478aa8e2140c98bc87e6075afc4e70279e11b6e
Author: obilodeau@inverse.ca
Date: 2011-01-19T20:58:42
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Xirrus WiFi Arrays support: documentation portion

-----------------------------------------------------------------
Revision: d540e245dc7ec53ec7e26bf99db3f30564dfa7d5
Ancestor: 32140b9d364221adfed25780343917fedcefa3f1
Author: obilodeau@inverse.ca
Date: 2011-01-19T20:55:09
Branch: org.packetfence.2_0

Added files:
        pf/lib/pf/SNMP/Xirrus.pm
Modified files:
        pf/html/admin/configuration/switches_add.php
        pf/html/admin/configuration/switches_edit.php
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Xirrus WiFi Arrays support. Code portion.

-----------------------------------------------------------------
Revision: 9e47ca9957eda5ecaa2f5addcce287c2bbdfe6cb
Ancestor: 32140b9d364221adfed25780343917fedcefa3f1
Author: obilodeau@inverse.ca
Date: 2011-01-19T20:43:28
Branch: org.packetfence.2_0

Modified files:
        pf/addons/802.1X/packetfence.pm

ChangeLog: 

Got rid of a unnecessary requirement in our FreeRADIUS module

-----------------------------------------------------------------
Revision: 32140b9d364221adfed25780343917fedcefa3f1
Ancestor: 832928361d696c79f1e5ee2757d7dcfae62410ff
Author: obilodeau@inverse.ca
Date: 2011-01-18T21:08:57
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Extricom.pm
        pf/lib/pf/SNMP/HP/Controller_MSM710.pm
        pf/lib/pf/SNMP/Meru.pm pf/sbin/pfsetvlan

ChangeLog: 

Setting switch_port to temporary 'WIFI' value for dot11Deauthentication traps in pfsetvlan's parseTrap.
This solves warnings and potential crashers when receiving dot11Deauthentication traps (which should not be the default case) fixing #1157. Removed pf::SNMP::... references to trapIfIndex = 'WIFI' and re-enabled HP's parseTrap.
http://www.packetfence.org/bugs/view.php?id=1157

-----------------------------------------------------------------
Revision: 832928361d696c79f1e5ee2757d7dcfae62410ff
Ancestor: db662ddcdfcbec5c6f5d1b9df94a86a3af870086
Author: obilodeau@inverse.ca
Date: 2011-01-18T14:28:24
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS

ChangeLog: 

re-categorized an entry. it was not an enhancement but a bug fix

-----------------------------------------------------------------
Revision: db662ddcdfcbec5c6f5d1b9df94a86a3af870086
Ancestor: 2506d003901730d939d3cb29cac8fbedd9161aee
Author: obilodeau@inverse.ca
Date: 2011-01-14T23:12:20
Branch: org.packetfence.2_0

Modified files:
        pf/html/admin/configuration/fingerprint.php

ChangeLog: 

one include(..) statement that was not required

-----------------------------------------------------------------
Revision: 2506d003901730d939d3cb29cac8fbedd9161aee
Ancestor: aa1d92d3e92acce39499c26f0e8e49386271d01e
Author: obilodeau@inverse.ca
Date: 2011-01-14T15:34:20
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/pfcmd/help.pm

ChangeLog: 

Clarified pfcmd's import node CLI arguments

-----------------------------------------------------------------
Revision: aa1d92d3e92acce39499c26f0e8e49386271d01e
Ancestor: 7c93df854b1be6eae01c0ef16558ae4e3634d1f0
Author: obilodeau@inverse.ca
Date: 2011-01-13T16:12:39
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

whitespace fix

-----------------------------------------------------------------
Revision: 7c93df854b1be6eae01c0ef16558ae4e3634d1f0
Ancestor: 8fe1e1e305bc0b9ae901008e5af3aa3cc084234a
Author: obilodeau@inverse.ca
Date: 2011-01-13T15:43:14
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

Fixed the way we grab a node's IP address in a DHCP REQUEST. Previously implemented technique didn't work. Fixes for good #1149.
http://www.packetfence.org/bugs/view.php?id=1149

-----------------------------------------------------------------
Revision: b9c9c3cd9de52c0f81f0c1b27978666de8a2715a
Ancestor: 2a6602484e4e8b20765c74e6bbf4bfd85a679d54
Author: obilodeau@inverse.ca
Date: 2011-01-13T20:12:43
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfdetect pf/sbin/pfdhcplistener pf/sbin/pfredirect

ChangeLog: 

re-organized imports

-----------------------------------------------------------------
Revision: 2a6602484e4e8b20765c74e6bbf4bfd85a679d54
Ancestor: 3c8166984bb957a2833e5acb9eb1ddeffe40216c
Author: obilodeau@inverse.ca
Date: 2011-01-13T20:08:57
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfredirect

ChangeLog: 

added use warnings. don't know why it wasn't there? hopefully I won't break it

-----------------------------------------------------------------
Revision: 3c8166984bb957a2833e5acb9eb1ddeffe40216c
Ancestor: d2661995fcd6b801a95e78702d7a06fc5393c28d
Author: obilodeau@inverse.ca
Date: 2011-01-13T20:07:59
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfdetect pf/sbin/pfdhcplistener pf/sbin/pfredirect

ChangeLog: 

$PID usage requires English pragma which was omitted in previous change.

-----------------------------------------------------------------
Revision: 16b8c2f6504047bed93d7a6fc79729547fc95560
Ancestor: d2661995fcd6b801a95e78702d7a06fc5393c28d
Author: obilodeau@inverse.ca
Date: 2011-01-18T14:58:33
Branch: org.packetfence.trunk

Modified files:
        pf/lib/pf/import.pm

ChangeLog: 

new code task in import

-----------------------------------------------------------------
Revision: 8fe1e1e305bc0b9ae901008e5af3aa3cc084234a
Ancestor: b022f8397dfee411d74b1bdad5f7d45f633ebbb3
Author: obilodeau@inverse.ca
Date: 2011-01-12T20:33:15
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

removed no longer valid issue #637 reference in POD doc

-----------------------------------------------------------------
Revision: b022f8397dfee411d74b1bdad5f7d45f633ebbb3
Ancestor: 25299b6b80e7337848150e8bd50e1b328e2f177f
Author: obilodeau@inverse.ca
Date: 2011-01-12T20:05:19
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

Updating iplog on DHCP REQUEST instead of DHCP INFORM. Fixes #1149;
Also avoided code duplication by extracting a method.
http://www.packetfence.org/bugs/view.php?id=1149

-----------------------------------------------------------------
Revision: 25299b6b80e7337848150e8bd50e1b328e2f177f
Ancestor: 19aaf19b4c37c747ba49e4859f3c677bd07768f6
Author: obilodeau@inverse.ca
Date: 2011-01-12T16:04:41
Branch: org.packetfence.2_0

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

warning avoidance in pfdhcplistener and reporting correct pid when started in daemon mode

-----------------------------------------------------------------
Revision: 5960b7e5f69df133cf71a5d674e1418af4bdecb4
Ancestor: 7f5a19a77c59efefc0a1ea1741664df431fb09c3
Author: obilodeau@inverse.ca
Date: 2011-01-12T15:46:29
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS

ChangeLog: 

News entry for last change

-----------------------------------------------------------------
Revision: 7f5a19a77c59efefc0a1ea1741664df431fb09c3
Ancestor: a40f955ea8e9d88706dfcafda28918f134ea689f
Author: obilodeau@inverse.ca
Date: 2011-01-12T15:38:36
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfdetect pf/sbin/pfredirect

ChangeLog: 

Added process id information in log4perl's output

-----------------------------------------------------------------
Revision: a40f955ea8e9d88706dfcafda28918f134ea689f
Ancestor: 19aaf19b4c37c747ba49e4859f3c677bd07768f6
Author: obilodeau@inverse.ca
Date: 2011-01-12T15:00:41
Branch: org.packetfence.trunk

Modified files:
        pf/sbin/pfdhcplistener

ChangeLog: 

changed obscure (to me at least) $$ into $PID

-----------------------------------------------------------------
Revision: 19aaf19b4c37c747ba49e4859f3c677bd07768f6
Ancestor: 26e87274c2403508da59b0499c3bbadefa1dcef7
Author: obilodeau@inverse.ca
Date: 2011-01-11T21:46:25
Branch: org.packetfence.2_0
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/sbin/pfdhcplistener

ChangeLog: 

avoiding "p is not of type pcap_tPtr" exception by testing the result of pcap initialization. Fixes 1150;
also reporting process id instead of thread id in logs/packetfence.log's entries
http://www.packetfence.org/bugs/view.php?id=1150

-----------------------------------------------------------------
Revision: 26e87274c2403508da59b0499c3bbadefa1dcef7
Ancestor: 7a1b5cf3e60fcc4a47192947b2744faa3c042248
Author: obilodeau@inverse.ca
Date: 2011-01-11T21:41:13
Branch: org.packetfence.trunk

Modified files:
        pf/NEWS pf/lib/pf/violation.pm

ChangeLog: 

Fixed some log output in pf::violation where string interpolation caused warnings ($str::$str instead of ${str}::{$str})

-----------------------------------------------------------------
Revision: 7a1b5cf3e60fcc4a47192947b2744faa3c042248
Ancestor: 24a0cce883823853b5e511f7a173e6ada3c4ffca
Author: obilodeau@inverse.ca
Date: 2011-01-11T17:42:04
Branch: org.packetfence.2_0
Branch: org.packetfence.trunk

Modified files:
        pf/conf/dhcp_fingerprints.conf

ChangeLog: 

Added a Kyocera printer dhcp fingerprint

-----------------------------------------------------------------
Revision: 24a0cce883823853b5e511f7a173e6ada3c4ffca
Ancestor: 9ab0dae1760d5c23e0c6d393455dcdfbaaeafdee
Author: obilodeau@inverse.ca
Date: 2011-01-11T16:23:06
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE

ChangeLog: 

added UPGRADE note for the Meru module name change

-----------------------------------------------------------------
Revision: 9ab0dae1760d5c23e0c6d393455dcdfbaaeafdee
Ancestor: 9982bf14855b4eb09ebe509e2e683f6f40ccbae1
Author: obilodeau@inverse.ca
Date: 2011-01-10T21:59:05
Branch: org.packetfence.2_0

Modified files:
        pf/UPGRADE pf/lib/pf/lookup/node.pm

ChangeLog: 

Improved DHCP information provided by pfcmd lookup node <mac>

-----------------------------------------------------------------
Revision: 9982bf14855b4eb09ebe509e2e683f6f40ccbae1
Ancestor: bfb9515936734d90667771460a92a8e1688a2d22
Author: obilodeau@inverse.ca
Date: 2011-01-10T21:57:50
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/sbin/pfdhcplistener

ChangeLog: 

pfdhcplistener now updates iplog when processing DHCP INFORM packets (fixes #1149)
This solves a big issue in ip-helper based environments since DHCP ACKs don't reach the daemon.
http://www.packetfence.org/bugs/view.php?id=1149

-----------------------------------------------------------------
Revision: bfb9515936734d90667771460a92a8e1688a2d22
Ancestor: 9ab0f47d9f11f3a43e01aaf9694f4416f5f825f6
Author: obilodeau@inverse.ca
Date: 2011-01-10T16:09:50
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Cisco/Catalyst_3550.pm

ChangeLog: 

documented known issues with a specific IOS version and identified a working IOS version

-----------------------------------------------------------------
Revision: 9ab0f47d9f11f3a43e01aaf9694f4416f5f825f6
Ancestor: bf04c43d6dc8c78f497259ef03a5e0cba4f62b62
Author: obilodeau@inverse.ca
Date: 2011-01-10T15:23:56
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Fixed a typo in Admin guide

-----------------------------------------------------------------
Revision: 569a41c4a55fddd917124343aea141e7cf489639
Ancestor: bf04c43d6dc8c78f497259ef03a5e0cba4f62b62
Author: fgaudreault@inverse.ca
Date: 2011-01-21T20:02:17
Branch: org.packetfence.2_0

Modified files:
        pf/NEWS pf/lib/pf/SNMP/Cisco/Catalyst_2960.pm

ChangeLog: 

Fixed authMac method in Catalyst_2960.pm

-----------------------------------------------------------------
Revision: bf04c43d6dc8c78f497259ef03a5e0cba4f62b62
Ancestor: 6f392dfc2702f159519953ba5e67a28ec8a8eeeb
Author: fgaudreault@inverse.ca
Date: 2011-01-04T20:00:30
Branch: org.packetfence.2_0

Modified files:
        pf/ChangeLog pf/docs/PacketFence_Administration_Guide.odt
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Added some Extricom documentation + Fix typo in admin guide.

-----------------------------------------------------------------
Revision: 6f392dfc2702f159519953ba5e67a28ec8a8eeeb
Ancestor: 37ab75a7109d6a4179d553d71aa07fa384b862d6
Author: fgaudreault@inverse.ca
Date: 2010-12-20T17:00:12
Branch: org.packetfence.2_0

Modified files:
        pf/ChangeLog

ChangeLog: 

Minor fix in changelog

-----------------------------------------------------------------
Revision: 37ab75a7109d6a4179d553d71aa07fa384b862d6
Ancestor: 181bdc5762f12d7f49fe957ae4bb2a38307da972
Author: fgaudreault@inverse.ca
Date: 2010-12-20T16:58:14
Branch: org.packetfence.2_0

Modified files:
        pf/ChangeLog pf/NEWS

ChangeLog: 

Updated changelog and News to reflect Meru module change

-----------------------------------------------------------------
Revision: 181bdc5762f12d7f49fe957ae4bb2a38307da972
Ancestor: 7c4fb3e09a1c05d96fa5dcadd4b33d6919512e67
Author: fgaudreault@inverse.ca
Date: 2010-12-20T16:52:37
Branch: org.packetfence.2_0

Deleted entries:
        pf/lib/pf/SNMP/Meru/MC3000.pm
Added files:
        pf/lib/pf/SNMP/Meru/MC.pm
Modified files:
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Expend Meru Controllers support, using MC instead of MC3000 for
module name

-----------------------------------------------------------------
Revision: 7c4fb3e09a1c05d96fa5dcadd4b33d6919512e67
Ancestor: bda323b0b694d30f653e10ff7ada8f8f7bc2af7e
Author: fgaudreault@inverse.ca
Date: 2010-12-17T19:26:14
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFence_Administration_Guide.odt

ChangeLog: 

Added missing headers/footers in doc

-----------------------------------------------------------------
Revision: bda323b0b694d30f653e10ff7ada8f8f7bc2af7e
Ancestor: e4dec84e996f39b310dc8916ebc1a472737276ab
Author: fgaudreault@inverse.ca
Date: 2010-12-17T16:41:35
Branch: org.packetfence.2_0

Modified files:
        pf/ChangeLog pf/NEWS pf/conf/templates/snort.conf

ChangeLog: 

Add missing TELNET_SERVERS variable for SNORT config template (#1138)

-----------------------------------------------------------------
Revision: e4dec84e996f39b310dc8916ebc1a472737276ab
Ancestor: 06b6265f1ab79e5ea93a1f61686fddc525e75ba1
Author: fgaudreault@inverse.ca
Date: 2010-12-17T16:14:33
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Minor change in the supported device list.

-----------------------------------------------------------------
Revision: 06b6265f1ab79e5ea93a1f61686fddc525e75ba1
Ancestor: f693b216d3c2dc873895d9411eed4d89aa7fcf0a
Author: fgaudreault@inverse.ca
Date: 2010-12-17T16:11:03
Branch: org.packetfence.2_0

Modified files:
        pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt

ChangeLog: 

Added some supported Meru Networks devices

-----------------------------------------------------------------
Revision: f693b216d3c2dc873895d9411eed4d89aa7fcf0a
Ancestor: 972b55426073a43b6aceb6a37b17f74cd451dcfb
Author: fgaudreault@inverse.ca
Date: 2010-12-17T14:21:36
Branch: org.packetfence.2_0

Modified files:
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Minor fix in test files for new Extricom module

-----------------------------------------------------------------
Revision: 972b55426073a43b6aceb6a37b17f74cd451dcfb
Ancestor: 9cb2a492ddac4332e83097ab11ba51bcc486d4f1
Author: fgaudreault@inverse.ca
Date: 2010-12-16T20:57:27
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/SNMP/Extricom/EXSW800.pm

ChangeLog: 

Fixed typo in EXSW800 module

-----------------------------------------------------------------
Revision: 9cb2a492ddac4332e83097ab11ba51bcc486d4f1
Ancestor: febf5de5745b581ed9a6c3ccecbc4f8b24094b09
Author: fgaudreault@inverse.ca
Date: 2010-12-16T20:53:59
Branch: org.packetfence.2_0

Added files:
        pf/lib/pf/SNMP/Extricom/EXSW800.pm
        pf/lib/pf/SNMP/Extricom.pm
Added directories:
        pf/lib/pf/SNMP/Extricom
Modified files:
        pf/ChangeLog pf/NEWS pf/README.network-devices
        pf/docs/PacketFence_Network_Devices_Configuration_Guide.odt
        pf/t/coding-style.t pf/t/critic.t
        pf/t/hardware-snmp-objects.t pf/t/pod.t

ChangeLog: 

Adding support for Extricom EXSW800 Controller

-----------------------------------------------------------------
Revision: febf5de5745b581ed9a6c3ccecbc4f8b24094b09
Ancestor: 07ea78af6a0853dbca13d03cc6ec27be602d3268
Author: fgaudreault@inverse.ca
Date: 2010-12-16T18:28:36
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Fix SSID in the ZEN documentation, and add production DHCP information

-----------------------------------------------------------------
Revision: 07ea78af6a0853dbca13d03cc6ec27be602d3268
Ancestor: 48ad30d69119ea7d69888583f37ea89ef685b759
Author: fgaudreault@inverse.ca
Date: 2010-12-16T17:59:42
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Minor fix in the ZEN doc.. again

-----------------------------------------------------------------
Revision: 48ad30d69119ea7d69888583f37ea89ef685b759
Ancestor: 6e401f5500908fc318a020506c977f088ac13769
Author: fgaudreault@inverse.ca
Date: 2010-12-16T17:48:01
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Add more information in the ZEN documentation, ready to release

-----------------------------------------------------------------
Revision: 6e401f5500908fc318a020506c977f088ac13769
Ancestor: 26f90bace0ea44959ecef4c9aa8909562ca7c039
Author: fgaudreault@inverse.ca
Date: 2010-12-16T16:00:07
Branch: org.packetfence.2_0

Modified files:
        pf/docs/PacketFenceZEN_Installation_Guide.odt

ChangeLog: 

Update ZEN Documentation for 2.0

-----------------------------------------------------------------
Revision: 26f90bace0ea44959ecef4c9aa8909562ca7c039
Ancestor: 1e2e478d6ad23e41f9741450aff4bf01a4f6f599
Author: obilodeau@inverse.ca
Date: 2010-12-15T18:34:38
Branch: org.packetfence.2_0

Modified files:
        pf/lib/pf/radius.pm

ChangeLog: 

removed a no longer valid bugs and limitations entry

-----------------------------------------------------------------
Revision: 1e2e478d6ad23e41f9741450aff4bf01a4f6f599
Ancestor: b964c0390f3201371b9390bcc97ad2c58f2dfc5a
Author: obilodeau@inverse.ca
Date: 2010-12-15T14:51:41
Branch: org.packetfence.2_0

Deleted entries:
        pf/Feature-TODO

ChangeLog: 

Removed Feature-TODO as it's all done or filed as bugs
Actually, I forgot to drop this file earlier when I closed the rlm-soap branch

