diff --git a/ChangeLog b/ChangeLog index ed5104ef46d8..15a993ba09bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7889 @@ -commit 779c5bc0bbc8bc64b4ab075b68abbce8941dc5b6 +commit 73bdb24ca02a09b00bf55828611ccafc452d5c10 +Author: Julien Semaan +Date: Mon Jul 9 11:05:05 2018 -0400 + + 8.1.0 release + +M NEWS.asciidoc +M UPGRADE.asciidoc +M conf/pf-release +A db/pf-schema-8.1.0.sql +D db/pf-schema-X.Y.Z.sql +A db/upgrade-8.0.0-8.1.0.sql +D db/upgrade-X.X.X-X.Y.Z.sql + +commit 0e5c602ee2f821b3cf8f3aca74b121c34c01153a +Author: Julien Semaan +Date: Mon Jul 9 11:01:03 2018 -0400 + + update translations + +M conf/locale/fr/LC_MESSAGES/packetfence.po + +commit 608ea98ceef2ee3fc8257e82417aef10d07c3466 +Author: Julien Semaan +Date: Mon Jul 9 11:00:57 2018 -0400 + + update version in docs + +M docs/docinfo.xml +M docs/includes/global-attributes.asciidoc + +commit e62c8cf5b2f2cfe1452f65f0d1fba3b033439219 +Author: Durand Fabrice +Date: Mon Jul 9 10:02:59 2018 -0400 + + Fix permissions in debian packaging + +M debian/packetfence.postinst + +commit 2a12e4b712590ef3c09e12302840b9016e77d923 +Author: Durand Fabrice +Date: Mon Jul 9 09:59:58 2018 -0400 + + Fixed debian/rules syntax + +M debian/rules + +commit 2e52d8d7dcd7b714990065599f9fa76d050a91e7 +Author: Francis Lachapelle +Date: Fri Jul 6 16:30:58 2018 -0400 + + (web admin) Create search module store on /users + +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js + +commit dfcffb080f3d7bfda78a0744e34acd24b6742054 +Author: Durand Fabrice +Date: Fri Jul 6 15:55:42 2018 -0400 + + Fixed ThreeCom::SS4500 switch module + +M lib/pf/Switch/ThreeCom/SS4500.pm + +commit cbfc098a54dd2221e127cad9a39f4f71c587bb5c +Author: Durand Fabrice +Date: Thu Jul 5 22:26:37 2018 -0400 + + Fixes #3373 + +M lib/pf/services/manager/pf.pm + +commit 3bc1ff736af08177891ce7955163d560792f34d5 +Author: Durand Fabrice +Date: Thu Jul 5 21:50:48 2018 -0400 + + Debian packaging fix + +M debian/rules + +commit 14a3f8ee9a997e78ed33d39e86b9e3e2f7971039 +Author: Durand Fabrice +Date: Thu Jul 5 20:20:29 2018 -0400 + + Missing { + +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js + +commit 8c191539a73683ff055d5ace3a1d1feeb14f6bf7 +Author: James Rouzier +Date: Thu Jul 5 16:22:03 2018 -0400 + + Remove the roles attributes + + Fixes #3368 + +M html/pfappserver/lib/pfappserver/Base/Form/Authentication/Action.pm +M html/pfappserver/lib/pfappserver/Form/Config/Firewall_SSO.pm +M html/pfappserver/lib/pfappserver/Form/Config/Firewall_SSO/Checkpoint.pm +M html/pfappserver/lib/pfappserver/Form/Config/Scan.pm +M html/pfappserver/lib/pfappserver/Form/Config/Scan/Nessus.pm +M html/pfappserver/lib/pfappserver/Form/Config/Scan/Nessus6.pm +M html/pfappserver/lib/pfappserver/Form/Config/Scan/OpenVAS.pm +M html/pfappserver/lib/pfappserver/Form/Config/Scan/WMI.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source.pm +M html/pfappserver/lib/pfappserver/Form/Config/Switch.pm +M html/pfappserver/lib/pfappserver/Form/Node/Create/Import.pm +M html/pfappserver/lib/pfappserver/Form/Violation.pm +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Config/Switch.pm + +commit 5b21a192f0d032db430aaf3552d85a4009fd3fba +Author: Durand Fabrice +Date: Thu Jul 5 15:55:49 2018 -0400 + + Exit on grace on a violation (trigger_scan) + +M lib/pf/api.pm + +commit 8d406b85fe55952c0ac67113596255530f26e4cb +Author: Francis Lachapelle +Date: Thu Jul 5 15:39:27 2018 -0400 + + (web admin) Proxy API requests to httpd-admin + + Fixes #3350 + +M conf/httpd.conf.d/httpd.admin.tt.example +M html/pfappserver/root/static.alt/src/utils/api.js + +commit 354a65c34399996baa3fe4a8905e17d5485ff619 +Author: James Rouzier +Date: Thu Jul 5 14:59:30 2018 -0400 + + Updated poddoc + +M lib/pf/ConfigStore/Interface.pm + +commit 31ea36ad1025bb1fa309874632ee1235b43b640d +Author: James Rouzier +Date: Thu Jul 5 14:40:38 2018 -0400 + + Refactor configstore + +M lib/pf/ConfigStore.pm + +commit 5ba31b745478eed746b104727035b6973f631856 +Author: Durand Fabrice +Date: Thu Jul 5 14:46:25 2018 -0400 + + Reverse proxy the api from the admin gui (/api/) + +M conf/httpd.conf.d/httpd.admin.tt.example + +commit 1c3523af696996639ab32f21060d13afe817c2ea +Author: Darren Satkunas +Date: Thu Jul 5 11:30:15 2018 -0400 + + Fix situation where search sort key is null + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js + +commit c9bfe8d6cf256406821d4e62a846c8b251c4e68d +Author: Darren Satkunas +Date: Thu Jul 5 11:24:34 2018 -0400 + + Bug fix signal exception on non-existing keys + +M html/pfappserver/root/static.alt/src/store/base/searchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 73cd5690a9b446fbc04e44b995880c5c6b5535c3 +Author: Darren Satkunas +Date: Thu Jul 5 10:05:11 2018 -0400 + + Bug fix $_nodes store + +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 8da65cae39cdfe45de9b65673b799d996ee14fa0 +Author: nqb +Date: Thu Jul 5 10:03:35 2018 -0400 + + add missing space on help in web admin + +M conf/documentation.conf + +commit 87cd8152069bc4b51817d0b24ab0e75269578273 +Author: Darren Satkunas +Date: Thu Jul 5 09:41:58 2018 -0400 + + Update $_nodes store signals + +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit d0fe7a71856418b4383a54b39581f36711de6138 +Author: nqb +Date: Thu Jul 5 09:34:57 2018 -0400 + + update services managed by pfcmd + +M lib/pf/cmd/pf/service.pm + +commit 2cbe2e3716779eb99037847e00b80b2607a8c457 +Author: Durand Fabrice +Date: Thu Jul 5 09:34:38 2018 -0400 + + Fixed trigger_scan + +M lib/pf/api.pm +M lib/pf/violation.pm + +commit 3799cffc3419ae40d51ca4375631513932a62c58 +Author: Darren Satkunas +Date: Thu Jul 5 09:32:32 2018 -0400 + + Update store $_nodes signal ITEM_UPDATED + +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 7b5052ab8b19e7bbd1fc2b45f55114b353f57b95 +Author: nqb +Date: Thu Jul 5 08:35:40 2018 -0400 + + fix last section titles + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 2c4f1c11be6855cdda98d262f7c05484ae304a01 +Author: nqb +Date: Thu Jul 5 08:22:17 2018 -0400 + + fix section titles + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 368ee5bf340a10ed9641d0ac59da7b51ccd9be01 +Author: nqb +Date: Thu Jul 5 08:18:49 2018 -0400 + + fix titles in Network guide + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 6850ab9fbb46f53a3b910ae115eac4a5f6f44cb2 +Author: Darren Satkunas +Date: Wed Jul 4 17:06:19 2018 -0400 + + remove excessive onDelete method + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit bb6a0c79724bf8b35751f5ef5db5d0310e73be84 +Author: Darren Satkunas +Date: Wed Jul 4 17:04:59 2018 -0400 + + Alter required (again) + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue + +commit b1ec22b7a3a147409a425744587219b7d2ee8d04 +Author: Darren Satkunas +Date: Wed Jul 4 17:04:14 2018 -0400 + + Alter required + +M html/pfappserver/root/static.alt/src/components/pfMixinSavedSearch.vue + +commit 89050b3e4010139ac28affd55cf890eafa1849ca +Author: Darren Satkunas +Date: Wed Jul 4 17:03:01 2018 -0400 + + Unlocale-ize 'Fingerbank' + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit e20732a72339d8dcd0f44da861ed33568f8cf063 +Author: Darren Satkunas +Date: Wed Jul 4 17:01:54 2018 -0400 + + Add delay to 'Close [ESC]' tooltips + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 8189a3cbec416ad547dac6cfba4c9581129c46f5 +Author: Darren Satkunas +Date: Wed Jul 4 17:00:33 2018 -0400 + + Fix v-model to use computed property + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue + +commit 9e5b3bbf309f6620e74cc92a39d2b0df68fbed71 +Author: Darren Satkunas +Date: Wed Jul 4 16:56:45 2018 -0400 + + Refactor searchable store + +M html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js +M html/pfappserver/root/static.alt/src/components/pfMixinSelectable.js +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 2b89053c704999a069e545894a3bcd248e6ad96d +Author: nqb +Date: Wed Jul 4 16:14:22 2018 -0400 + + fix internal link error in PDF + +M docs/PacketFence_Installation_Guide.asciidoc + +commit df8b1783df7b70f32df157714a8826a1c9ac2d4d +Author: nqb +Date: Thu Jun 28 14:38:25 2018 -0400 + + fix some typos + +M docs/PacketFence_Installation_Guide.asciidoc + +commit bf5e1541d0c520e9f86082469e81384dec35bbb3 +Author: nqb +Date: Thu Jun 28 11:17:29 2018 -0400 + + add missing details regarding eap.conf for pki + +M docs/pki/packetfence.asciidoc + +commit 68123164249127d4f357e91569ddae9cc0b17755 +Author: nqb +Date: Thu Jun 28 09:29:35 2018 -0400 + + fix minor typos in portal modules section + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 873045505dbaf34b3dd01c56d2b9069b06dc66d4 +Author: nqb +Date: Wed Jun 27 16:17:01 2018 -0400 + + review providers and provisioners docs + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/pki/packetfence.asciidoc + +commit d94b6a6ef18a6c63a815645e8e36c4ac3589bf35 +Author: nqb +Date: Wed Jun 27 15:18:06 2018 -0400 + + update screenshots for configuring PKI providers + +M docs/images/packetfence-pki-provider.png +M docs/images/packetfence-pki-provider2.png + +commit 52010ee52f177845c189bef3321f89325802215b +Author: nqb +Date: Wed Jun 27 14:36:03 2018 -0400 + + review packetfence pki doc + +M docs/pki/packetfence.asciidoc + +commit 450ae866912aa1243c9a46a77a696d555f906e9b +Author: nqb +Date: Wed Jun 27 09:43:06 2018 -0400 + + add cross ref to pki guides + fix minor typos + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 6ffcf399d629129b5e8e5939598da354d33c149e +Author: nqb +Date: Tue Jun 26 09:36:18 2018 -0400 + + fix typo + +M docs/networkdevice/aerohive.asciidoc + +commit a3e23845b3702199fc4f702b3b8fc6b27ddd52e0 +Author: nqb +Date: Tue Jun 26 09:26:02 2018 -0400 + + fix typo in URL + +M docs/networkdevice/aerohive.asciidoc + +commit 0bd97b4677e3d00762fb1873f91673866359fc31 +Author: nqb +Date: Fri Jun 22 07:55:56 2018 -0400 + + make changes requested by extrafu + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/enforcement/inline.asciidoc +M docs/enforcement/out-of-band.asciidoc + +commit 9e5b46031ab725e070f70eab01f98dedb43f24c6 +Author: nqb +Date: Thu Jun 21 15:55:56 2018 -0400 + + remove useless text block + +M docs/enforcement/inline.asciidoc + +commit 877e9626b833639f7e688926f942524b7035037a +Author: nqb +Date: Thu Jun 21 15:53:21 2018 -0400 + + fix level titles + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 5df5b2665989b628280f81636aac28e31714d645 +Author: nqb +Date: Thu Jun 21 15:47:26 2018 -0400 + + add type=other for normal interface + +M docs/enforcement/out-of-band.asciidoc + +commit 9e9150fc9f2a67c19a66d80d8821b281baf31793 +Author: nqb +Date: Thu Jun 21 12:02:30 2018 -0400 + + adjust type of interface for normal VLAN + +M docs/enforcement/out-of-band.asciidoc + +commit ed60ef928fc0a723d92db0e86fca0e0317f3609a +Author: nqb +Date: Thu Jun 21 11:49:36 2018 -0400 + + review out-of-band config + +M docs/enforcement/out-of-band.asciidoc + +commit 6c31711cd04143a7d231d63e877c169c90797ef3 +Author: nqb +Date: Thu Jun 21 11:22:12 2018 -0400 + + fix title level in clustering guide + +M docs/PacketFence_Clustering_Guide.asciidoc + +commit 95517a8045b5ffc46cc628d964797ed1e7256d5b +Author: nqb +Date: Thu Jun 21 11:16:36 2018 -0400 + + pfqueue in place pfsetvlan + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 3f5a81ec160ae1e6adccad052f593c4c5671f4eb +Author: nqb +Date: Thu Jun 21 09:33:29 2018 -0400 + + replace consultant role by employee + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 34fac3b1d6683fee3ece1e60b623bc8a8574eef0 +Author: nqb +Date: Wed Jun 20 12:50:50 2018 -0400 + + fix some typos + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/enforcement/out-of-band.asciidoc + +commit fbac92273877a1681fafa4d32e37229c60707f41 +Author: nqb +Date: Wed Jun 20 12:18:12 2018 -0400 + + fix some typos + +M docs/enforcement/inline.asciidoc +M docs/enforcement/out-of-band.asciidoc + +commit accb6d06c03f812405dc7c5573fa7e8fb51f650c +Author: nqb +Date: Wed Jun 20 10:30:16 2018 -0400 + + add some tags around commands and files + +M docs/enforcement/inline.asciidoc + +commit 83c3da4e9c6fbdcdcb1416fe5ad70e2b22edc208 +Author: nqb +Date: Tue Jun 19 15:18:13 2018 -0400 + + fix some typos in installation guide + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 2111bcddd54f56c059f573b493fc772ed4b2ff40 +Author: nqb +Date: Tue Jun 19 14:30:30 2018 -0400 + + Replace employee/guest by consultant/corporate_machine + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 047675ea4e415cabefbf4fc2b101d06097533512 +Author: nqb +Date: Tue Jun 19 07:40:26 2018 -0400 + + fix some typos + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit ac9d8e27f42f5a5aa82b883869ad54df6303e1ea +Author: nqb +Date: Fri Jun 15 07:41:32 2018 -0400 + + fix some typos in installation guide + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 1ca62898021a4203b7042a390f656f90c661479e +Author: James Rouzier +Date: Wed Jul 4 14:39:52 2018 -0400 + + Decode url value before setting them in the form + + Fixes #3251 + +M html/pfappserver/root/static/admin/nodes.js + +commit fc0e9e787461aa806cd902661cf7cbdbff576ce6 +Author: Durand Fabrice +Date: Wed Jul 4 13:09:16 2018 -0400 + + Fixed logic in trigger_scan (avoid multiples scan) + +M lib/pf/api.pm + +commit a7a1e4343c6f27b8bfb756b5b220a25e0a93c71e +Author: Darren Satkunas +Date: Wed Jul 4 12:54:53 2018 -0400 + + Fix scope in bulk action for NodesSearch + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit b0a24b3cc94226a30ae9b06179414a6426af9339 +Author: James Rouzier +Date: Wed Jul 4 12:54:46 2018 -0400 + + Add aaa.IsPublicPath + +A go/api-frontend/aaa/paths.go +A go/api-frontend/aaa/paths_test.go + +commit 29575c4bdecca0388139726794d10e9371451eaf +Author: Darren Satkunas +Date: Wed Jul 4 12:09:21 2018 -0400 + + Fix undefined error on NodeView + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit 261de0a071e822b98ed103b3bfeca909e3d3a815 +Author: Darren Satkunas +Date: Wed Jul 4 11:57:06 2018 -0400 + + Restyle DeleteButton + +M html/pfappserver/root/static.alt/src/components/DeleteButton.vue + +commit 07f02a9dcc52344ac78bb64bf91830a9b9bf4b86 +Author: Darren Satkunas +Date: Wed Jul 4 11:29:31 2018 -0400 + + Add delete button component + +A html/pfappserver/root/static.alt/src/components/DeleteButton.vue + +commit c0cb8b788e94f126ad13b1d183877782e5d8d039 +Author: Darren Satkunas +Date: Wed Jul 4 11:29:04 2018 -0400 + + Add delete button componenet to NodeView + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit 85c98d4dedff51ff07f45ae0c93a8ac41cf7ea34 +Author: Darren Satkunas +Date: Wed Jul 4 11:28:33 2018 -0400 + + Add lib for locale i18n translations + +M html/pfappserver/root/static.alt/src/main.js +A html/pfappserver/root/static.alt/src/utils/locale.js + +commit 78ab8e3e3b6864c87a3507968e3bc86107948934 +Author: Darren Satkunas +Date: Tue Jul 3 16:07:08 2018 -0400 + + Minor additions to NodeView + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit 195ecb077c09bf9a8f9e963b1c805f6a3d04a2af +Author: Darren Satkunas +Date: Tue Jul 3 15:43:04 2018 -0400 + + Add tab variants to NodeView + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit 3d0d2250e8caa8b2064b631aafe15506d27c6820 +Author: Darren Satkunas +Date: Tue Jul 3 15:14:49 2018 -0400 + + Alter NodeView button state(s) + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit c84597428cb0783634b9c4673b068ba701fbcca7 +Author: Darren Satkunas +Date: Tue Jul 3 11:56:02 2018 -0400 + + Minor tweaks + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit a5e580079a5693ca95ba446bc8bfe2009dd37f37 +Author: Darren Satkunas +Date: Fri Jun 29 15:52:16 2018 -0400 + + Sunc AdvancedMode toggle-button on NodesSearch and UsersSearch + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 6ea5da31ba18e50a932dff059edd58c6a7541bb5 +Author: Darren Satkunas +Date: Fri Jun 29 15:42:11 2018 -0400 + + Rework pfMixinSearchable AdvancedMode Callback + +M html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit c958ec46c4452c6bf0389cb69997f21f669d4679 +Author: Darren Satkunas +Date: Fri Jun 29 14:54:06 2018 -0400 + + Fix advancedMode in UsersSearch + +M html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit b3843d866b3864de2513db78fd02e5595d127588 +Author: Darren Satkunas +Date: Fri Jun 29 11:43:22 2018 -0400 + + Improve heredoc in pfMixinSearchable + +M html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js + +commit 28c12ae34fa98f4e5e58ca7976de4b94c47d57f4 +Author: Darren Satkunas +Date: Fri Jun 29 11:39:31 2018 -0400 + + Add advancedModeCallback to pfMixinSearchable + +M html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 63e90ae4fe1be5f9447ea0e8ee0205b65e39a004 +Author: Darren Satkunas +Date: Fri Jun 29 10:45:59 2018 -0400 + + Fix query watcher in NodesSearch + +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js + +commit 1ba2efb205435ed36dddf834286d47fc660b4b2e +Author: Darren Satkunas +Date: Fri Jun 29 08:48:31 2018 -0400 + + Add saved search to UsersSearch + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit fe3135ff20f548507fa8e64b3ad63f1e6ea3986a +Author: Darren Satkunas +Date: Thu Jun 28 16:48:11 2018 -0400 + + Add exception handling to saved search + +M html/pfappserver/root/static.alt/src/components/pfMixinSavedSearch.vue + +commit 2e7a4a901fe9bfc042c3e7bdf18202f79d51968d +Author: Darren Satkunas +Date: Thu Jun 28 16:43:30 2018 -0400 + + Abstract saved search to utilize multiple stores/routes + +M html/pfappserver/root/static.alt/src/components/pfMixinSavedSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue +M html/pfappserver/root/static.alt/src/views/Users/index.vue + +commit 3d2c3e3fb08e5ecc86eeac05672d55b77e0101be +Author: Darren Satkunas +Date: Thu Jun 28 15:51:26 2018 -0400 + + Add pfMixinSavedSearch + +A html/pfappserver/root/static.alt/src/components/pfMixinSavedSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue + +commit 2babbaca74f67329ac0084963ada6caed1346a6a +Author: Darren Satkunas +Date: Thu Jun 28 15:13:56 2018 -0400 + + Add violation filter to NodesSearch + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js +M html/pfappserver/root/static.alt/src/store/modules/config.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit d1681090a13b44d72457db5de71a0df2d506735c +Author: Darren Satkunas +Date: Thu Jun 28 14:07:54 2018 -0400 + + Add violations column to NodesSearch + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit ec1573bb2dcb3c2deae813a11ae77ca319c0ef7d +Author: Darren Satkunas +Date: Thu Jun 28 13:30:57 2018 -0400 + + Alter UsersSearch table columns + +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit e36bd4c6d8a7cd531cfac000b8d86932b4a90851 +Author: Darren Satkunas +Date: Thu Jun 28 13:19:25 2018 -0400 + + Add ROW_VARIANT and ROW_MESSAGE to UsersSearch + +M html/pfappserver/root/static.alt/src/components/pfMixinSelectable.js +M html/pfappserver/root/static.alt/src/store/base/searchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 62066f7d3645e7928a1938f4004e9f3c7cac7a5d +Author: Darren Satkunas +Date: Thu Jun 28 12:02:15 2018 -0400 + + Add pfMixinSelectable to UsersSearch + +M html/pfappserver/root/static.alt/src/components/pfMixinSelectable.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 645b696b0076ec8b958074343cd0b75d0d07e19d +Author: James Rouzier +Date: Wed Jul 4 11:58:02 2018 -0400 + + Do not update data-end-date data-end-time + +M html/pfappserver/root/auditing/radiuslog/index.tt + +commit 148d66e89e352b028126c76d46705465e9cec39f +Author: James Rouzier +Date: Wed Jul 4 11:01:29 2018 -0400 + + Allow translation/{lang} and translations to be public methods + +M go/caddy/api-aaa/api-aaa.go + +commit 1f0c93257d0f32eb17c4cf4c71287dba9c5d316a +Author: James Rouzier +Date: Wed Jul 4 10:03:06 2018 -0400 + + Remove text allowing the default password to be used. + + Fixes #3307 + +M html/pfappserver/root/configurator/admin.tt + +commit e7376f9f04081e041fab6e32da1edb65032b308e +Author: James Rouzier +Date: Wed Jul 4 09:52:48 2018 -0400 + + Remove all the node modals after hidding the modal + + Fixes #3336 + +M html/pfappserver/root/static/js/node.js + +commit a464aecc31fb72b1ed74294092b09db7c1cfbcb2 +Author: nqb +Date: Wed Jul 4 09:23:44 2018 -0400 + + fixes #3367 + +M debian/rules + +commit dc979777c6471eff45fd9f80705c463277808825 +Author: nqb +Date: Wed Jul 4 08:34:35 2018 -0400 + + fix rights + +M addons/packages/packetfence.spec +M debian/rules + +commit cda14c69e966cf5ddb0c35d0599b29c93839c72b +Author: James Rouzier +Date: Tue Jul 3 15:59:55 2018 -0400 + + Log errors + +M lib/pf/ConfigStore.pm + +commit c693addbc9513cd0bffef19d99b478f4c15ef143 +Author: James Rouzier +Date: Tue Jul 3 15:49:46 2018 -0400 + + Fix order by and virtual fields + +M lib/pf/UnifiedApi/SearchBuilder.pm + +commit 2603df082c3cb3e39c08b433815f7cd62cbf61a5 +Author: nqb +Date: Tue Jul 3 14:39:55 2018 -0400 + + declare new packaged files + +M addons/packages/packetfence.spec + +commit e2d4617d7c9033eb9c3b223a10f4b1a1277d95b0 +Author: James Rouzier +Date: Tue Jul 3 14:37:05 2018 -0400 + + Environment file for logging level for pfdetect + +A conf/log.conf.d/pfdetect.conf.example +M conf/systemd/packetfence-pfdetect.service + +commit 1cfe5a37123600273e9a0c954387cef95ba88ca5 +Author: James Rouzier +Date: Tue Jul 3 13:16:43 2018 -0400 + + Allow the logger level to be configured + + Fixes #3364 + +M go/detect/main.go +M go/log/log.go + +commit 890075fd7cde0b28f3d1b1d2a46195b1a16b41b5 +Author: nqb +Date: Tue Jul 3 08:32:38 2018 -0400 + + use cp in place of mv in Makefile to be consistent with packaging + +M Makefile + +commit db24b1d74b8278ab10a706a39fa67ed6bee6962f +Author: nqb +Date: Tue Jul 3 07:56:14 2018 -0400 + + adapt RPM's specs based on Debian packaging + +M addons/packages/packetfence.spec +M debian/rules + +commit 4b42a08a22b0e1d0c381981c27276a7776b8b7a0 +Author: nqb +Date: Fri Jun 29 13:35:53 2018 -0400 + + modify paths to pfappserver's doc in Debian packaging + +M debian/rules + +commit db9324a4fcb3143fa795464c3fe4414410622aee +Author: nqb +Date: Thu Jun 28 15:37:19 2018 -0400 + + display images directly on Github + +M docs/PacketFence_Clustering_Guide.asciidoc +M docs/PacketFence_Developers_Guide.asciidoc +M docs/PacketFence_Installation_Guide.asciidoc +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M docs/enforcement/inline.asciidoc +M docs/enforcement/out-of-band.asciidoc +M docs/firewall/barracuda.asciidoc +M docs/firewall/checkpoint.asciidoc +M docs/firewall/fortigate.asciidoc +M docs/firewall/jsonrpc.asciidoc +M docs/firewall/paloalto.asciidoc +M docs/networkdevice/aerohive.asciidoc +M docs/networkdevice/anyfi.asciidoc +M docs/networkdevice/coovachilli.asciidoc +M docs/networkdevice/hostapd.asciidoc +M docs/pki/microsoft.asciidoc +M docs/pki/packetfence.asciidoc +M docs/provisioner/mobileiron.asciidoc +M docs/provisioner/opswat.asciidoc +M docs/provisioner/sentinelone.asciidoc +M docs/provisioner/sepm.asciidoc + +commit 4274bdeb63b057eb98e57b015e622b8cbaae4500 +Author: nqb +Date: Thu Jun 28 15:12:06 2018 -0400 + + try to display images in GitHub without includes + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 3e2ccc11f9bcae5bb64036dbf4d10c699382a39b +Author: nqb +Date: Thu Jun 28 15:08:28 2018 -0400 + + Revert "try to display images on GitHub" + + This reverts commit 91b7a8e91e7ff47403ae7c6e1193a1998ef5e75c. + +M docs/includes/global-attributes.asciidoc + +commit 7155fc1edd391b770f5feb45134914281b08ceb2 +Author: nqb +Date: Thu Jun 28 15:07:57 2018 -0400 + + Revert "Revert "rename image to lower-case"" + + This reverts commit 0c49327d75894ed0a9b95ea936c2b2040bb67b9c. + +D docs/images/aruba-registration-ACL.png +A docs/images/aruba-registration-acl.png + +commit b39ff09386a40441060ed8f62676932bcb600d61 +Author: nqb +Date: Thu Jun 28 15:06:01 2018 -0400 + + Revert "rename image to lower-case" + + This reverts commit ad7e3f271b1188f09e9275acb46c7f69b50d8772. + +A docs/images/aruba-registration-ACL.png +D docs/images/aruba-registration-acl.png + +commit b675c41cc302cce6e135166121f3c8f1a45976fa +Author: nqb +Date: Thu Jun 28 14:56:53 2018 -0400 + + try to display images on GitHub + +M docs/includes/global-attributes.asciidoc + +commit b51064c2988b858355b929b3d536b9f39b7ae337 +Author: nqb +Date: Tue Jun 26 12:57:32 2018 -0400 + + rename image to lower-case + +D docs/images/aruba-registration-ACL.png +A docs/images/aruba-registration-acl.png + +commit d68abc5e98124f22b9d4b95249c6c99ddde76c3a +Author: nqb +Date: Fri Jun 22 15:25:38 2018 -0400 + + fix img paths for docbook + +M docs/docbook/xsl/packetfence-fo.xsl +M docs/docinfo.xml + +commit 3f95df0d4792ce88e1b87d727fcdac1d42d5f762 +Author: nqb +Date: Fri Jun 22 14:57:56 2018 -0400 + + reuse imagesdir global variable in docbook + +M docs/docinfo.xml + +commit e0f487f26b6c67bd5041f1d27b57791bd01d0055 +Author: nqb +Date: Fri Jun 22 14:26:25 2018 -0400 + + set specific imagesdir path for HTML pages + +M Makefile + +commit bbc4d878468ec636bb1d787173ef2ac0ce2c32cc +Author: nqb +Date: Fri Jun 22 14:23:53 2018 -0400 + + set up base element and font-base in fop-config.xml + +M docs/fonts/fop-config.xml + +commit 46ab810ebc699b89a1231b886ceb624d5f163943 +Author: nqb +Date: Fri Jun 22 14:22:55 2018 -0400 + + remove all links to docs/images in asciidoc files + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M docs/firewall/barracuda.asciidoc +M docs/firewall/checkpoint.asciidoc +M docs/firewall/fortigate.asciidoc +M docs/firewall/jsonrpc.asciidoc +M docs/firewall/paloalto.asciidoc +M docs/networkdevice/aerohive.asciidoc +M docs/pki/microsoft.asciidoc +M docs/pki/packetfence.asciidoc +M docs/provisioner/mobileiron.asciidoc +M docs/provisioner/opswat.asciidoc +M docs/provisioner/sentinelone.asciidoc +M docs/provisioner/sepm.asciidoc + +commit dcf190c2db0cf47473daf1e51359090c62c27c79 +Author: nqb +Date: Fri Jun 22 14:21:29 2018 -0400 + + set up imagesdir path for all asciidoc files + +M docs/includes/global-attributes.asciidoc + +commit 6c1cf8bae3f034d16f58fe5f181a0bd3d4963c09 +Author: nqb +Date: Fri Jun 22 10:35:49 2018 -0400 + + set base element for resolving relative URLs + +M docs/fonts/fop-config.xml + +commit c14a178f620396eae8bcb39a54f3ba1e4a3aac68 +Author: James Rouzier +Date: Fri Jun 29 22:28:58 2018 -0400 + + Revert "add indexes on radacct and radacct_log tenant_id column" + + This reverts commit f7cd044f3b082a54e732588c9232de5f781e43ab. + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql + +commit a51170b4a162a8907c2902484f18b12de6088572 +Author: James Rouzier +Date: Fri Jun 29 16:32:40 2018 -0400 + + Commit after toggling the violation + + Fixes #3365 + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Violation.pm + +commit 679ddf21f95fe7795156583747fae536f664beb0 +Author: James Rouzier +Date: Fri Jun 29 15:22:51 2018 -0400 + + Disable auto tenant id for accounting queries + + Related to #3294 + +M lib/pf/accounting.pm + +commit 1598add2548d85d9c5a9352ce7504196c5fb46fc +Author: Durand Fabrice +Date: Fri Jun 29 14:52:50 2018 -0400 + + Fixed range calculation if there is some ip reserved + +M go/dhcp/api.go +M go/dhcp/config.go +M go/dhcp/utils.go + +commit f7cd044f3b082a54e732588c9232de5f781e43ab +Author: Julien Semaan +Date: Fri Jun 29 14:52:16 2018 -0400 + + add indexes on radacct and radacct_log tenant_id column + + attempt to fix #3294 + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql + +commit 61f01444e404df640a5d8c6d7afb7683c5ebdf2c +Author: Durand Fabrice +Date: Fri Jun 29 14:24:26 2018 -0400 + + Dump hwcache too on debug api request (pfdhcp) + +M go/dhcp/api.go + +commit dc98673ae79186491a585aee850c57f639330e8a +Author: Julien Semaan +Date: Fri Jun 29 14:22:10 2018 -0400 + + add missing import change following 28f74ac8c5b2cb03f5babb5a479e8b2d8bbcf225 + +M go/dhcp/main.go + +commit 8bbe56bd402edc1a30ebb6ca3a543fb316bafb42 +Author: Julien Semaan +Date: Fri Jun 29 14:07:06 2018 -0400 + + improve computation of bitmap count in pfdhcp + +M go/dhcp/api.go + +commit 28f74ac8c5b2cb03f5babb5a479e8b2d8bbcf225 +Author: Julien Semaan +Date: Fri Jun 29 14:05:41 2018 -0400 + + use The Febreeze Library for caching in pfdhcp + +M go/dhcp/config.go +M go/dhcp/main.go +M go/vendor/vendor.json + +commit d2384171e9746b09fa139a091830d2f205b51ba3 +Author: Durand Fabrice +Date: Fri Jun 29 11:17:34 2018 -0400 + + Fixed lookup person for autoreg + +M lib/pf/registration.pm + +commit f4d52c872201dfc045b09578ff9ebb9863f170ac +Author: Durand Fabrice +Date: Fri Jun 29 10:57:47 2018 -0400 + + Fixes #3330 + +M lib/pf/radius.pm + +commit 743e42a4307b24c30f3a1ddb6a1ceaf6793a812e +Author: Durand Fabrice +Date: Fri Jun 29 10:55:41 2018 -0400 + + Revert "Revert removal of auto registration check" + +M lib/pf/registration.pm + +commit 102a746257ea725ed04121ed459b754e6a41c688 +Author: Durand Fabrice +Date: Fri Jun 29 09:27:32 2018 -0400 + + Fixes #3361 + +M conf/locale/en/LC_MESSAGES/packetfence.po +M html/pfappserver/lib/pfappserver/Form/Config/Source/Twilio.pm +M lib/pf/Authentication/Source/TwilioSource.pm + +commit 5bf1ad24236ed5f47873eb539d7dcc8aad7c4f49 +Author: Julien Semaan +Date: Fri Jun 29 09:17:26 2018 -0400 + + remove outdated pfdetect logging file + +D conf/log.conf.d/pfdetect.conf.example + +commit 71274cd181665841b9471f587c6555215a9184c1 +Author: Durand Fabrice +Date: Fri Jun 29 09:05:22 2018 -0400 + + Fix webauth when csp headers are enabled + +M lib/pf/Switch/Fortinet/FortiGate.pm +M lib/pf/Switch/Meraki/MR.pm +M lib/pf/Switch/Mikrotik.pm +M lib/pf/Switch/Ruckus.pm + +commit f3ff0b602da7c7b2c53d76152191d3b8bf4cdbc0 +Author: Durand Fabrice +Date: Thu Jun 28 16:14:58 2018 -0400 + + Fixes #3362 + +M go/dhcp/utils.go + +commit 3c2c98b35084cf51a43ac6b46ca7b66ccbb97b5f +Author: Durand Fabrice +Date: Thu Jun 28 15:48:07 2018 -0400 + + Fixes #3359 + +M lib/pf/cmd/pf/service.pm + +commit be2f26dc74ce9112e556a7183f83343b4f1a50bb +Author: Extra Fu +Date: Thu Jun 28 15:25:26 2018 -0400 + + Typos and rephrasing + +M NEWS.asciidoc + +commit 34ab3f6930cd89dc1e2e972270aca8abcdf13bd3 +Author: Julien Semaan +Date: Thu Jun 28 14:04:04 2018 -0400 + + adjustments to the clustering guide + +M docs/PacketFence_Clustering_Guide.asciidoc + +commit 1c8e454aa4652f5bcad20c697245ebd6d72af191 +Author: James Rouzier +Date: Thu Jun 28 12:52:11 2018 -0400 + + Add additional searchable fields violation.open_count violation.open_vid + +M lib/pf/UnifiedApi/SearchBuilder.pm +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit ed2534e38cd713fedd1c202647612f4ab7f14af2 +Author: James Rouzier +Date: Thu Jun 28 12:42:37 2018 -0400 + + Skip if device is not defined + +M lib/pfconfig/namespaces/config/Stats.pm + +commit 6fbe192cc874175bb16eaf75f83e7ac90bc8acb7 +Author: Durand Fabrice +Date: Thu Jun 28 11:42:01 2018 -0400 + + Remove debianize patch for connection.go + +M debian/patches/debianize.patch + +commit 9cb785356a914cdf0fdeb985b86535683be7c658 +Author: Julien Semaan +Date: Thu Jun 28 11:12:08 2018 -0400 + + update news + +M NEWS.asciidoc + +commit 5fcbcbcedd9ec1acb296893acce845526759f350 +Author: Darren Satkunas +Date: Thu Jun 28 11:12:01 2018 -0400 + + Remove outdated files + +D html/pfappserver/root/static.alt/src/components/pfBaseSearchable.js +D html/pfappserver/root/static.alt/src/components/pfBaseSelectable.vue + +commit e77b58a2dcde7e60e180697e9c7db06a38561bac +Author: Julien Semaan +Date: Thu Jun 28 11:11:46 2018 -0400 + + allow to update switches via the import CSV + +M docs/PacketFence_Installation_Guide.asciidoc +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Config/Switch.pm + +commit 328eac9be2b938465125a57495c24afd4d1294e5 +Author: Darren Satkunas +Date: Thu Jun 28 11:10:48 2018 -0400 + + Unmark completed filters + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit bec4ec4920917336be9b447ecf33d11b34b9412e +Author: Darren Satkunas +Date: Thu Jun 28 10:43:43 2018 -0400 + + Rename pfBase* to pfMixin* + +A html/pfappserver/root/static.alt/src/components/pfMixinSearchable.js +A html/pfappserver/root/static.alt/src/components/pfMixinSelectable.js +M html/pfappserver/root/static.alt/src/store/base/searchable.js +M html/pfappserver/root/static.alt/src/views/Auditing/_components/RadiusLogsSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit ff08334951e2f01e748118f2eae44c5b9c48774c +Author: Julien Semaan +Date: Thu Jun 28 10:38:26 2018 -0400 + + Update NEWS.asciidoc + +M NEWS.asciidoc + +commit 54b90cbf552f6428da06a21df7c377e7a02582d2 +Author: Darren Satkunas +Date: Thu Jun 28 10:03:13 2018 -0400 + + Cleanup pfBaseSelectable + +M html/pfappserver/root/static.alt/src/components/pfBaseSelectable.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit bbaa4db0b16351f4b9e4f25583c52cabbe705880 +Author: Darren Satkunas +Date: Thu Jun 28 09:50:14 2018 -0400 + + Add online/offline slot + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit e247128d5057945dd1d83b2e7421f1730b154105 +Author: Francis Lachapelle +Date: Thu Jun 28 08:24:16 2018 -0400 + + (web admin) Stick to v2.x of grunt-sass. For now. + +M html/pfappserver/root/static/package.json + +commit b1bc1080405970b043d6af002b29e8c1569e4be5 +Author: InverseBot +Date: Thu Jun 28 00:00:11 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json + +commit b7ebd9c19e9b2b19b6487458c7142c271698b114 +Author: Julien Semaan +Date: Wed Jun 27 16:36:54 2018 -0400 + + regenerate spec + +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 4a5bf22a7094dcc0914e71a6e7114c7f6cc7fcc6 +Author: Julien Semaan +Date: Wed Jun 27 16:24:41 2018 -0400 + + adjust services API spec + +A docs/api/spec/components/responses/services.yaml +M docs/api/spec/paths/services.yaml + +commit ca581cbea9b4d5a4b9bdc4e47966e99f13ae73fb +Author: Darren Satkunas +Date: Wed Jun 27 16:06:37 2018 -0400 + + Create mixin for pfBaseSearchable and pfBaseSelectable + +M html/pfappserver/root/static.alt/src/components/pfBaseSearchable.js +A html/pfappserver/root/static.alt/src/components/pfBaseSelectable.vue +M html/pfappserver/root/static.alt/src/components/pfSearchBoolean.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit d78b6ae7f94ce531e814c14943d531525550954c +Author: Francis Lachapelle +Date: Wed Jun 27 13:57:38 2018 -0400 + + (web admin) Link incompleted sections to old admin + + Fixes #3314 + +M html/pfappserver/root/static.alt/src/App.vue + +commit fc98891931e3cdf32a66848290684037050b9f6d +Author: Francis Lachapelle +Date: Wed Jun 27 13:55:37 2018 -0400 + + (portal) Stick to v2.x of grunt-sass. For now. + +M html/common/package.json + +commit 147941fe3a26a839ed777958cf110a8b5632f993 +Author: Francis Lachapelle +Date: Wed Jun 27 11:31:43 2018 -0400 + + (web admin) Get cookie to access previous admin + + Fixes #3314 + +M html/pfappserver/root/static.alt/package.json +M html/pfappserver/root/static.alt/src/utils/api.js +M html/pfappserver/root/static.alt/src/views/Login/_api/index.js +M html/pfappserver/root/static.alt/src/views/Login/_router/index.js +M html/pfappserver/root/static.alt/src/views/Login/index.vue + +commit 0efda26732015a005a7c994b92c395d1b1ee1bde +Author: Durand Fabrice +Date: Wed Jun 27 13:55:20 2018 -0400 + + Use TLS-Client-Cert-Subject-Alt-Name-Upn attribute for username if it + exist + +M lib/pf/Switch.pm + +commit 6abcbe58faf25fc990e9f0a5a027b526821b6989 +Author: James Rouzier +Date: Wed Jun 27 12:21:25 2018 -0400 + + Make Switch Description a non sortable field + + Fixes #3222 + +M html/pfappserver/root/node/search.tt + +commit 1e50681918d251d1f2eb7033be6e9c9b74acbd3f +Author: Julien Semaan +Date: Wed Jun 27 11:53:49 2018 -0400 + + only call httpd.aaa in eduroam when dealing with external realm + + fixes #3352 + +M conf/radiusd/eduroam.example + +commit 8605d276789e8b0e368f07b5a6e195e598aacc3e +Author: Durand Fabrice +Date: Wed Jun 27 11:31:02 2018 -0400 + + Fixed pfstats crash + +M go/stats/main.go +D go/stats/utils.go + +commit 19a4a38d02c79e77c85a56623a37ee3ab6a7f6ae +Author: Julien Semaan +Date: Wed Jun 27 11:30:41 2018 -0400 + + bump fingerbank version in debian control file + +M debian/control + +commit 005b439c5cdfe39a5e9b743136d00e4bdfa66273 +Author: Julien Semaan +Date: Wed Jun 27 11:25:04 2018 -0400 + + have device registration OUI lookup use the Fingerbank API + + fixes #3337 + +M addons/packages/packetfence.spec +M html/captive-portal/lib/captiveportal/PacketFence/Controller/DeviceRegistration.pm + +commit 11d078d17b0ad6ab685d0655e9fa2fc27c60b9d4 +Author: Durand Fabrice +Date: Wed Jun 27 11:25:30 2018 -0400 + + Added back db/db.go + +A go/db/db.go + +commit 10539f642de1a0ff3ba2be91ee920b1145d1a519 +Author: James Rouzier +Date: Wed Jun 27 11:21:31 2018 -0400 + + Revert removal of auto registration check + +M lib/pf/registration.pm + +commit 6eaea26db0dec8e1eff5e1f519f398c1b79311f7 +Author: Francis Lachapelle +Date: Wed Jun 27 10:58:48 2018 -0400 + + (web admin) Improve nodes/users creation pages + + Fixes #3341 + +M html/pfappserver/lib/pfappserver/I18N/en.po +M html/pfappserver/root/node/create.tt +M html/pfappserver/root/user/create.tt + +commit 64616751a84fdc12a85b4732a3f9398b89a5bf90 +Author: Francis Lachapelle +Date: Wed Jun 27 10:52:44 2018 -0400 + + (portal) Improve AUP confirmation button + + Fixes #3316 + +M html/captive-portal/lib/captiveportal/PacketFence/Form/Field/AUP.pm +M html/captive-portal/lib/captiveportal/PacketFence/Form/Widget/Field/AUP.pm +M html/common/scss/_components.buttons.scss + +commit a464123c96d29ed0836337e06e57c4ceceaacca1 +Author: Durand Fabrice +Date: Wed Jun 27 10:51:44 2018 -0400 + + Use db/db.go to connect to the database + +M go/caddy/pfipset/pfipset.go +M go/coredns/plugin/pfdns/pfdns.go +D go/database/connection.go +M go/dhcp/utils.go +M go/stats/utils.go + +commit c2e07d00468a99190347ca5717a6b654bb40ac31 +Author: Julien Semaan +Date: Wed Jun 27 10:45:58 2018 -0400 + + have eduroam source match on the eduroam realm + +M lib/pf/Authentication/Source/EduroamSource.pm + +commit 70a9461ec6fc4385078d9e1d22c96e82fa0de875 +Author: Durand Fabrice +Date: Wed Jun 27 09:50:17 2018 -0400 + + Removed unused code + +D go/db/db.go + +commit aeb17fb03356bac81d34b2fb510fd74ec52e9e4d +Author: Durand Fabrice +Date: Tue Jun 26 23:03:57 2018 -0400 + + Fixed template + +M html/pfappserver/root/graph/dashboard.tt + +commit 35174b1630693a2958a6d714f8239181075b410a +Author: Durand Fabrice +Date: Tue Jun 26 15:31:04 2018 -0400 + + Fixes #3210 and Fixes #3320 + +M addons/packages/packetfence.spec +M debian/packetfence.preinst + +commit 328da5f7fac000dcc31d617d220c42a4519015fb +Author: Durand Fabrice +Date: Tue Jun 26 15:26:05 2018 -0400 + + Fixes #3328 + +M conf/systemd/packetfence-httpd.admin.service +M conf/systemd/packetfence-httpd.parking.service +M conf/systemd/packetfence-httpd.portal.service + +commit f3d862a357cdff841bc589c6e37feab8e0a2df13 +Author: Durand Fabrice +Date: Tue Jun 26 14:44:06 2018 -0400 + + Fixes #3345 + +M html/pfappserver/root/admin/status.tt + +commit 3c79f0c14b9b92c6eda2ff5c47e2ce0bcbb32464 +Author: Durand Fabrice +Date: Tue Jun 26 14:26:22 2018 -0400 + + Updated dashboard + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Graph.pm +M html/pfappserver/root/graph/dashboard.tt + +commit 0788c2c8854b3a113e5fca60f20010de0467d084 +Author: Durand Fabrice +Date: Tue Jun 26 13:53:43 2018 -0400 + + Return only the network stats if it's defined + +M go/dhcp/api.go +M go/dhcp/main.go + +commit 79ec7b9d5066599901f83571531d8420a42a00d6 +Author: Durand Fabrice +Date: Tue Jun 26 13:07:27 2018 -0400 + + Detect if debian to use teh correct socket path + +M go/database/connection.go +M go/db/db.go + +commit b1bb443e9e7f6604f74d696ac152415babc0277e +Author: Durand Fabrice +Date: Tue Jun 26 13:04:25 2018 -0400 + + Added network in config::Stats + +M lib/pfconfig/namespaces/config/Stats.pm + +commit 6cea0fe3190073e255507d931212b6a992cf5607 +Author: Allan Tran <36165527+atran-inverse@users.noreply.github.com> +Date: Tue Jun 26 11:54:21 2018 -0400 + + Updated Cambium.pm for client IP address + + Added line to make sure client_IP has the device IP even when not being passed by the AP. + +M lib/pf/Switch/Cambium.pm + +commit 81f97ce18a04c50865972329c55f28afb0600728 +Author: Durand Fabrice +Date: Tue Jun 26 10:36:27 2018 -0400 + + Fixes #3348 + +M go/coredns/plugin/pfdns/pfdns.go + +commit c90107c73a23c15b7ed6426c7225040490005eeb +Author: James Rouzier +Date: Fri Jun 22 14:58:35 2018 -0400 + + Add the default values to authentication.conf after install + +M addons/packages/packetfence.spec +M debian/packetfence.postinst + +commit 40d074b50c8e6f64b9b67dbcb0aef54b85e21ff6 +Author: James Rouzier +Date: Fri Jun 22 10:24:31 2018 -0400 + + New script to add default parameters to authentication.conf + +A addons/upgrade/add-default-params-to-auth.pl + +commit 01c87bff54c3ba1c982a39272d92741c07588a01 +Author: Durand Fabrice +Date: Fri Jun 22 11:02:00 2018 -0400 + + Reserved ip address is not mandatory + +M html/pfappserver/lib/pfappserver/Form/Config/Network.pm + +commit a08168677890e4ffbd8a37e251143d8821c99b52 +Author: Durand Fabrice +Date: Fri Jun 22 09:39:29 2018 -0400 + + Set a TTL to 15 seconds in the dns reply when it's not the portal + +M go/coredns/plugin/pfdns/pfdns.go + +commit da0bc27f78b23650c9cf71a26b8b6e19d277821d +Author: Ludovic Marcotte +Date: Thu Jun 21 15:49:41 2018 -0400 + + Add new Inverse contributors + +M CREDITS + +commit 933a6a10a71538ea729a2f4cd17b4e26b8f24aca +Author: Darren Satkunas +Date: Thu Jun 21 15:07:20 2018 -0400 + + Update default user search condition + +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 21bc118b889985163d55c8d8d64acfa1da568aaf +Author: Darren Satkunas +Date: Thu Jun 21 15:06:01 2018 -0400 + + Remove redundant imports + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit f8cb95a9817942bba66de343e1a743028b2c6ce4 +Author: Darren Satkunas +Date: Thu Jun 21 14:57:40 2018 -0400 + + Update default route on UsersSearch for pfBaseSearchable + +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 1a966c39d4fe893dda1e6059af105db18ac60aa0 +Author: Darren Satkunas +Date: Thu Jun 21 14:44:01 2018 -0400 + + Implement pfBaseSearchable + +M html/pfappserver/root/static.alt/src/components/pfBaseSearchable.js +M html/pfappserver/root/static.alt/src/store/base/searchable.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit 7ca5c5797f8a467437550193da58f2796a811491 +Author: Durand Fabrice +Date: Thu Jun 21 13:50:29 2018 -0400 + + Fixes #3339 + +M go/dhcp/etcd.go +M go/dhcp/main.go +M go/dhcp/pool.go +M go/dhcp/server.go +M go/dhcp/serverif.go + +commit 5efe9038bd8e5d6456f0812568632ef2b4531cc1 +Author: James Rouzier +Date: Thu Jun 21 11:16:51 2018 -0400 + + Fix issue with upgrade script + +M addons/upgrade/to-7.1-authentication-conf.pl + +commit 90de0a73b43ef8aa27bf04b03df3ecb26d716018 +Author: Durand Fabrice +Date: Thu Jun 21 10:25:10 2018 -0400 + + If reg and inline and no violation then resolve the dns query + +M go/coredns/plugin/pfdns/pfdns.go + +commit 8789ef5e9753c4a6a13eb67ee9535b4ca4d8bedb +Author: James Rouzier +Date: Thu Jun 21 09:58:50 2018 -0400 + + Fix capitalization of Internet + +M docs/PacketFence_Installation_Guide.asciidoc +M docs/enforcement/out-of-band.asciidoc + +commit 64cb19dd6809893b3998d87fab3f6d3ce943ad33 +Author: Darren Satkunas +Date: Wed Jun 20 15:46:24 2018 -0400 + + Abstract default search condition to parent + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/components/pfSearchBoolean.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit a3a3663ea4fffc8198e07cd771d9e1ec95c51114 +Author: James Rouzier +Date: Wed Jun 20 13:40:11 2018 -0400 + + Verify the domain id in javascript + + Fixes #3311 + +M html/pfappserver/root/static/admin/config/domains.js + +commit 13616cf94fb389513448c738020bcd98faad4603 +Author: nqb +Date: Wed Jun 20 13:11:22 2018 -0400 + + add missing quote + +M html/pfappserver/root/config/domain/index.tt + +commit 90f0300031a5b807a8cac68a6ab47b079c6573cf +Author: nqb +Date: Wed Jun 20 13:04:52 2018 -0400 + + fix bad links to html doc + +M html/pfappserver/root/config/domain/index.tt +M html/pfappserver/root/config/provisioning/index.tt +M html/pfappserver/root/config/roles/index.tt +M html/pfappserver/root/config/source/index.tt + +commit a091c12445d4d254bb8c2cc7a0410ae7aa962c41 +Author: James Rouzier +Date: Wed Jun 20 11:03:11 2018 -0400 + + Fix check for the special namespace 'all' + + Fixes #3331 + +M lib/pf/cmd/pf/cache.pm + +commit 1af90081aa08e8196da4d752368f381b6adbe1df +Author: Durand Fabrice +Date: Wed Jun 20 11:02:36 2018 -0400 + + Fixes #3315 + +M html/pfappserver/lib/pfappserver/Model/Services.pm + +commit cdb0d339d47b792305d82a63a2a0a0d6b72a67dc +Author: James Rouzier +Date: Wed Jun 20 10:20:28 2018 -0400 + + Show the alert next to the test button + + Fixes #3313 + +M html/pfappserver/root/static/admin/config/source.js + +commit 4a32e1f1883232f0c2ce3509e41922c393f8d5ec +Author: Durand Fabrice +Date: Wed Jun 20 09:31:29 2018 -0400 + + Fix radius audit log (autoreg must be char(1)) + +M lib/pf/radius.pm +M lib/pf/role.pm + +commit 1fc3e13314214aa12026cadd31151327f184c70e +Author: Francis Lachapelle +Date: Wed Jun 20 09:27:49 2018 -0400 + + (configurator) Minor layout change to enforcement + +M html/pfappserver/root/configurator/enforcement.tt +M html/pfappserver/root/static/scss/_tables.scss + +commit 6cbbaeada1f66e42c8a2fa046348565658c8957b +Author: Francis Lachapelle +Date: Wed Jun 20 09:27:23 2018 -0400 + + (web admin) Link to new admin + +M html/pfappserver/root/admin/wrapper.tt + +commit d56501a99483d7a85da425a80cdff98c8e2630c8 +Author: Durand Fabrice +Date: Wed Jun 20 09:04:34 2018 -0400 + + Error to Debug to fetch etcd key + +M go/dhcp/etcd.go + +commit f3b68d9105f3c3e0625dd5b90739b3b5ec32db77 +Author: Durand Fabrice +Date: Wed Jun 20 07:35:53 2018 -0400 + + Missing parameter in checkup.pm (unreg_on_acct_stop) + +M lib/pf/pfcmd/checkup.pm + +commit ce09be2e24168b4a9be71ea6a0f775408c878baa +Author: James Rouzier +Date: Tue Jun 19 21:29:11 2018 -0400 + + Do not hide error after validating the form + + Fixes #3313 + +M html/pfappserver/root/static/admin/config/source.js + +commit 19742529f849a4cb4f0948385448c64d2ba6f1e2 +Author: James Rouzier +Date: Tue Jun 19 21:24:04 2018 -0400 + + Fix issue with Undefined subroutine + + Fixes #3317 + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/SMS.pm + +commit 48b68cb3146a0d8f49a04e3fe68eb497776b2b28 +Author: James Rouzier +Date: Tue Jun 19 21:18:35 2018 -0400 + + Do not insert an empty usernameattribute in the available_attributes list + + Fixes #3325 + +M lib/pf/Authentication/Source/LDAPSource.pm + +commit 7a7a8d3d3a28cf1e758e7ab22133bdd75dcfc1cf +Author: Durand Fabrice +Date: Tue Jun 19 16:30:17 2018 -0400 + + Updated NEWS.asciidoc for PR #2995 + +M NEWS.asciidoc + +commit 6f9dd62553eee7b2064717532501bffed6ad8cd4 +Author: Julien Semaan +Date: Tue Jun 19 15:30:29 2018 -0400 + + use local syslog for haproxy + + fixes #3327 + +M conf/haproxy-db.conf.example +M conf/haproxy-portal.conf.example + +commit c0f1a43f4dce1fc7527a1e5e031a659654238c00 +Author: Durand Fabrice +Date: Tue Jun 19 15:27:28 2018 -0400 + + Test version before dpkg-divert + +M debian/packetfence-golang-daemon.preinst + +commit 5f1678cf5399cf2b62bd625b95ac6c4590a64ffe +Author: Durand Fabrice +Date: Tue Jun 19 14:54:21 2018 -0400 + + Use dpkg-divert + +M debian/control +A debian/packetfence-golang-daemon.preinst + +commit 7f52cd6e48e707e8d368f1f14c52b3dc1e8b91d6 +Author: Julien Semaan +Date: Tue Jun 19 14:53:12 2018 -0400 + + rework AD/LDAP source defaults + +M html/pfappserver/lib/pfappserver/Form/Config/Source/AD.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source/LDAP.pm +M lib/pf/Authentication/Source/LDAPSource.pm + +commit f66a4cec5a566079ffb4efede9ad91a7da58e29c +Author: Durand Fabrice +Date: Tue Jun 19 14:07:09 2018 -0400 + + Try to force packetfence install before packetfence-golang-daemon + +M debian/control + +commit 24906a88c1e1404dbd1cde98b006a7ba22dc6991 +Author: Julien Semaan +Date: Tue Jun 19 14:02:11 2018 -0400 + + allow local source to authenticate all realms + +M conf/authentication.conf.example + +commit 180921299164faaf2d63e50ac98cba095c32cd74 +Author: James Rouzier +Date: Tue Jun 19 13:56:13 2018 -0400 + + Check if the process is interactive before print colors + +M lib/pf/cmd/pf/service.pm +M lib/pf/pftest/authentication.pm +M lib/pf/services/manager.pm +M lib/pf/services/manager/pf.pm +A lib/pf/util/console.pm + +commit a2497d64b479bd43c0c614265f1893d2eaac090e +Author: Durand Fabrice +Date: Tue Jun 19 13:38:57 2018 -0400 + + Moved Predepend Packages + +M debian/control + +commit 4e49b19661b1fc11223b9d52c8e5831d75af5f07 +Author: Julien Semaan +Date: Tue Jun 19 13:26:02 2018 -0400 + + lookup VoIP device class in proper attribute since pf::node::node_attributes_with_fingerprint has changed + +M lib/pf/Switch.pm + +commit a354151901cca3698259809310dc324974756a5d +Author: Durand Fabrice +Date: Tue Jun 19 13:13:59 2018 -0400 + + Make "packetfence-golang-daemon" conflict with <= "packetfence-8.0.1" + +M debian/control + +commit 2403c3e205c9cb4e11c6e4f094c8f14d54ae1bd8 +Author: Julien Semaan +Date: Tue Jun 19 13:03:44 2018 -0400 + + adjust VoIP detection device name for DHCP detect + +M lib/pf/Switch.pm + +commit 0a43cf37c7df59f20c94d9b1a01e7cb52daf1cfb +Author: Durand Fabrice +Date: Tue Jun 19 12:49:29 2018 -0400 + + Try to fix pfdetect conflict in debian packaging + +M debian/control + +commit e1ee3943592d7c66634833bd427e8dfc6ddd2622 +Author: James Rouzier +Date: Tue Jun 19 12:31:18 2018 -0400 + + Fix issue bin/pfcmd service pf status + + Fixes #3321 + +M lib/pf/services/manager/pf.pm + +commit 1f4396b992a67e8eebc9989426e1e8fc914d5315 +Author: James Rouzier +Date: Tue Jun 19 12:27:42 2018 -0400 + + Fix verbiage for shuffle + + Fixes #3318 + +M html/pfappserver/lib/pfappserver/Form/Config/Source/LDAP.pm + +commit 431e37218297afb8ec9b4f0807ed649342be1283 +Author: Julien Semaan +Date: Tue Jun 19 11:15:55 2018 -0400 + + revert PR #3257 + + We need to spend more time planning the transition to MariaDB 10.2 because of various packaging issues + +M addons/database-backup-and-maintenance.sh +M addons/packages/packetfence.spec +M conf/documentation.conf +M conf/mariadb/mariadb.conf.tt.example +M conf/pf.conf.defaults +M debian/control +M docs/PacketFence_Installation_Guide.asciidoc +M html/pfappserver/lib/pfappserver/I18N/en.po +M html/pfappserver/lib/pfappserver/I18N/fr.po +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Configuration.pm +M lib/pf/cmd/pf/generatemariadbconfig.pm + +commit 04bb8183406ed54d630091587f77efa77467389f +Author: Darren Satkunas +Date: Tue Jun 19 11:11:30 2018 -0400 + + Add node violation status + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit a31b1710a27c60518b10175a2439cc1175907c67 +Author: Darren Satkunas +Date: Tue Jun 19 10:52:35 2018 -0400 + + Replace dropped API methods + +M lib/pf/UnifiedApi.pm + +commit 1bfbf411d883b1defdb4285be26e783aaf13527d +Author: Darren Satkunas +Date: Tue Jun 19 10:46:48 2018 -0400 + + Fix API routes + +M lib/pf/UnifiedApi.pm + +commit 3ad4a7950b0a8c5bebe436747fc12c24e8d134bc +Author: Darren Satkunas +Date: Tue Jun 19 10:43:54 2018 -0400 + + Add Ip6log API endpoints + +M lib/pf/UnifiedApi.pm +A lib/pf/UnifiedApi/Controller/Ip6logs.pm + +commit ba4b112ec97fd560beba80d664f2d23c1557158a +Author: Durand Fabrice +Date: Tue Jun 19 10:42:12 2018 -0400 + + Fixed debian dependencies + +M debian/control + +commit 43940c8ef367a5e8cf700b2fd26a82d0c6af38b6 +Author: Darren Satkunas +Date: Tue Jun 19 10:36:15 2018 -0400 + + Fix node Role + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit 779cedb36478ff61b309b55f113e79ef63bd8b3e +Author: Darren Satkunas +Date: Tue Jun 19 09:31:46 2018 -0400 + + Saved search prevent default on delete + +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue + +commit 116ff5d98082541e7f3310d83fef468ed56b0c21 +Author: Darren Satkunas +Date: Tue Jun 19 09:24:12 2018 -0400 + + Use router in saved search menu + +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue + +commit 14f724d11118af14bcffbfb15f9657511f14958b +Author: Durand Fabrice +Date: Tue Jun 19 09:16:31 2018 -0400 + + Missing comma in debian/control + +M debian/control + +commit 0dc494e40c194fa55dca239f98b43c7434f6a347 +Author: Darren Satkunas +Date: Mon Jun 18 17:14:10 2018 -0400 + + Remove data block + +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue + +commit 4d9b96073c3f7e7f51d69e90bcbd9f43d16c701e +Author: Darren Satkunas +Date: Mon Jun 18 17:12:00 2018 -0400 + + query command supported 'copy' + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue + +commit 703dfef1bb1f6fac2ed6dd85301f5e5f84162e8e +Author: Durand Fabrice +Date: Mon Jun 18 16:50:47 2018 -0400 + + Fixed debian packaging + +M debian/rules + +commit e6e1d0f8c23a4526e2af932db0e2b4e1199ee2f8 +Author: Durand Fabrice +Date: Mon Jun 18 16:27:37 2018 -0400 + + Remove stuff in debianize patch that that try to patch the debianize + patch + +M debian/patches/debianize.patch + +commit d00d6e984d5d0f440054dff5dd238919fddc939b +Author: Darren Satkunas +Date: Mon Jun 18 14:47:53 2018 -0400 + + Rename Reset to Clear + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue + +commit 5c28b3e8aa5446a2aca673e38ad7b9664fc5a368 +Author: Darren Satkunas +Date: Mon Jun 18 14:47:12 2018 -0400 + + Refactor query initialization + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 5b9915642982c5fc21fa84f733a3feaa3b957e5c +Author: Darren Satkunas +Date: Sun Jun 17 10:34:58 2018 -0400 + + Fix $route watch, defer onSearch, fallback onReset + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 2615b9fae8f3939062580dc308d8e20ba61d8a5d +Author: Darren Satkunas +Date: Sun Jun 17 10:18:57 2018 -0400 + + Fix $route watch, complete onSearch + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit faadeea082254f54b810d16b92c86e08c6837fe8 +Author: Darren Satkunas +Date: Sun Jun 17 10:14:03 2018 -0400 + + Watch $route and re-initialize search query model on URL change + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 74f17e67e4417bc42b2a0f66e405426dec58e5b9 +Author: Darren Satkunas +Date: Thu Jun 14 13:43:14 2018 -0400 + + Add saved search + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue + +commit 28a307b0caea6394fde788c00647ee7c13e873f4 +Author: Darren Satkunas +Date: Wed Jun 13 23:52:44 2018 -0400 + + Add icons and display error for export/import JSON search + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/main.js + +commit b6c710a09c6b4b698d5ed69ff60b2117e0dd81f4 +Author: Darren Satkunas +Date: Wed Jun 13 17:22:44 2018 -0400 + + Add export/import JSON to search component + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 4a8f81abc693190f7bcca7bf40c64a16f4d14668 +Author: Darren Satkunas +Date: Wed Jun 13 14:29:16 2018 -0400 + + code cleanup + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 3ca8947d561fcb4b42e9bb166046b33a153c2b9d +Author: Darren Satkunas +Date: Wed Jun 13 14:16:37 2018 -0400 + + Add node bulk apply violations + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 3eea4dc05a9f7140eb545036ade4c684f0d9495c +Author: Darren Satkunas +Date: Wed Jun 13 13:25:02 2018 -0400 + + fix online status + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js + +commit 1007657b9765c13ba46d1b6dac4bff7045469f51 +Author: Darren Satkunas +Date: Wed Jun 13 13:11:32 2018 -0400 + + Add unknown state to virtual online/offline field + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js + +commit d3881fbf36f2f9d779c1e93d5e28f4c56ba573b3 +Author: Durand Fabrice +Date: Mon Jun 18 15:49:00 2018 -0400 + + Updated NEWS.asciidoc for PR #3257 + +M NEWS.asciidoc + +commit 23414210be371731c634bb578fb5cb5fa8a22bfc +Author: Durand Fabrice +Date: Mon Jun 18 14:05:49 2018 -0400 + + Added missing dependency Mariadb-plugin-aws (Centos and debian) + +M addons/packages/packetfence.spec +M debian/control + +commit a49b2cba84b57bb77c1fcc71ba8d4aae43030f02 +Author: Durand Fabrice +Date: Mon May 28 16:06:25 2018 -0400 + + Removed a configuration parameter in mariadb.conf (incompatible with + MariaDB 10.2) + +M conf/mariadb/mariadb.conf.tt.example + +commit 27ff77160b98bce06c511b3fc6af723d1b2c574f +Author: Durand Fabrice +Date: Mon May 28 16:04:59 2018 -0400 + + First documentation draft + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 9e4cc67094c379e45b971a616c6a81099c63f7b4 +Author: Durand Fabrice +Date: Mon May 28 15:51:30 2018 -0400 + + Updated translation + +M conf/documentation.conf +M html/pfappserver/lib/pfappserver/I18N/en.po +M html/pfappserver/lib/pfappserver/I18N/fr.po + +commit b2db97ac9136ced84189263f15779cc5209fc4dc +Author: Durand Fabrice +Date: Mon May 28 15:00:16 2018 -0400 + + Nicer code + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Configuration.pm + +commit b042c3a961fe8b687e1896fd19dca405561c87d4 +Author: Durand Fabrice +Date: Mon May 28 14:56:58 2018 -0400 + + Modified mariadb.conf file generation + +M conf/mariadb/mariadb.conf.tt.example +M lib/pf/cmd/pf/generatemariadbconfig.pm + +commit c2a2c68f50692849355802890aab5d1b8a97b36f +Author: Durand Fabrice +Date: Mon May 28 14:30:47 2018 -0400 + + Added default encryption parameters + +M conf/documentation.conf +M conf/pf.conf.defaults + +commit 0923d35b379eec4f132efafa03cc74df1aaffb65 +Author: Durand Fabrice +Date: Mon May 28 13:40:50 2018 -0400 + + Added Encryption sub-section + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Configuration.pm + +commit 5a3da5ddbfb3ca777dcce79f3c4f4e4a62aa4191 +Author: Durand Fabrice +Date: Fri May 25 15:35:15 2018 -0400 + + Updated Mariadb version + +M addons/packages/packetfence.spec +M debian/control + +commit 7c56f15e237fac1954e9789b4d5118c1b116f14b +Author: Durand Fabrice +Date: Tue May 22 15:05:59 2018 -0400 + + Added MariaDB Backup restore instructions + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 9ffd088041f0e5f1179860062e2e1a556a665eaf +Author: Durand Fabrice +Date: Tue May 22 15:00:03 2018 -0400 + + Introduce mariabackup to do the backup + +M addons/database-backup-and-maintenance.sh +M addons/packages/packetfence.spec +M conf/mariadb/mariadb.conf.tt.example +M debian/control + +commit bb8b7aba8fa86d4754f405058102b2026ba66e3c +Author: Durand Fabrice +Date: Mon Jun 18 15:21:33 2018 -0400 + + Debianize + +M debian/patches/debianize.patch + +commit 14f63bf0f5959817d1b5179a7af8d541fbf832d6 +Author: James Rouzier +Date: Mon Jun 18 13:12:51 2018 -0400 + + Make tests runnable + +M t/MAC.t +M t/StatsD.t +M t/dao/graph.t +M t/dao/node.t +M t/dao/report.t +M t/db/schema.t +M t/db/timeout.t +M t/example.t +M t/ldap-read-timeout.t +M t/pfcmd_vlan.t +M t/template.t +M t/unittest/Portal/Profile.t +M t/unittest/Portal/ProfileFactory.t +M t/unittest/Switch/Cisco.t +M t/unittest/admin_roles.t +M t/unittest/api/attributes.t +M t/unittest/condition/all.t +M t/unittest/condition/any.t +M t/unittest/condition/date_after.t +M t/unittest/condition/date_before.t +M t/unittest/condition/equal.t +M t/unittest/condition/exists_in.t +M t/unittest/condition/includes.t +M t/unittest/condition/key.t +M t/unittest/condition/matches.t +M t/unittest/condition/network.t +M t/unittest/condition/regex.t +M t/unittest/condition/regex_not.t +M t/unittest/condition_parser.t +M t/unittest/filter_engine.t +M t/unittest/node.t +M t/unittest/password.t +M t/unittest/pfconfig/cached_array.t +M t/unittest/pfconfig/cached_hash.t +M t/unittest/provisioner/android.t +M t/unittest/provisioner/mobileconfig.t +M t/unittest/provisioner/symantec.t +M t/unittest/savedsearch.t +M t/unittest/switch_groups.t +M t/unittest/tenant-no-db.t +M t/unittest/tenant.t +M t/unittest/util/dns.t +M t/unittest/util/networking.t +M t/util-statsd.t +M t/vlan_utils.t + +commit 350fbb549de10588035dd742fb84f6bf95c6f108 +Author: James Rouzier +Date: Mon Jun 18 10:49:11 2018 -0400 + + Use a blocked channel for stopping readers + +M go/detect/main.go + +commit 5f001e47543447f32a5103c9d588b3cb57b4de2f +Author: James Rouzier +Date: Mon Jun 18 09:55:23 2018 -0400 + + Add /node and /user to the admin roles map + +M go/api-frontend/aaa/authorization.go + +commit fcf06c8dc1ceac346775dc00da199d716b299910 +Author: James Rouzier +Date: Fri Jun 15 17:03:07 2018 -0400 + + Fix errors shown by go vet + +M go/firewallsso/base.go +M go/firewallsso/base_test.go +M go/firewallsso/checkpoint.go +M go/firewallsso/fortigate.go +M go/firewallsso/jsonrpc.go +M go/firewallsso/watchguard.go +M go/stats/main.go +M go/stats/metrics.go + +commit 5c44e7e59827d1545a3240349912bc424bfef614 +Author: InverseBot +Date: Sat Jun 16 00:00:10 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 8b14496ff29f4369b8413c2ded3978f7fbfce726 +Author: Durand Fabrice +Date: Fri Jun 15 16:39:32 2018 -0400 + + Fixed pf virtual service + +M lib/pf/services/manager/pf.pm + +commit 0e60d37a232b788ba8e50a897712b35143237cdb +Author: James Rouzier +Date: Fri Jun 15 15:00:54 2018 -0400 + + Remove unreachable code + +M go/detectparser/fortianalyser.go + +commit 14e47c305f00092fd6e336659d6cc53e8f727290 +Author: Durand Fabrice +Date: Fri Jun 15 14:58:27 2018 -0400 + + Removed duplicate output on pf status + +M lib/pf/cmd/pf/service.pm + +commit 2da1d3a7556817b1088c3da71abc0ee6f12226b9 +Author: Durand Fabrice +Date: Fri Jun 15 14:41:05 2018 -0400 + + Updated NEWS.asciidoc for PR #3310 + +M NEWS.asciidoc + +commit 459b765c36c5e86519185c4fd55f2cd2694099f3 +Author: Julien Semaan +Date: Fri Jun 15 14:37:11 2018 -0400 + + add missing variable import + +M lib/pf/services/manager/pf.pm + +commit ebda5ce8bd3727aa4ff273100b68062ceb70733c +Author: Durand Fabrice +Date: Fri Jun 15 14:30:40 2018 -0400 + + Deal with the special radius_* services + pfcmd service pf status also return the pid + +M lib/pf/cmd/pf/service.pm +M lib/pf/services/manager.pm +M lib/pf/services/manager/pf.pm + +commit 19b201a182daad71a7580de685c00a2cef069423 +Author: Julien Semaan +Date: Fri Jun 15 14:23:54 2018 -0400 + + fix pfhttpd path in checkup + +M lib/pf/file_paths.pm +M lib/pf/pfcmd/checkup.pm + +commit 1760c4145d56b030a7f984e431df418312dbd6a1 +Author: Julien Semaan +Date: Fri Jun 15 14:18:29 2018 -0400 + + fix binary paths in pf.conf.defaults + +M conf/pf.conf.defaults + +commit 30417db429c3451fddc685c2c8cf1f3f6b787d47 +Author: Julien Semaan +Date: Fri Jun 15 13:42:13 2018 -0400 + + make haproxy-db bind to the virtual IP address + +M conf/haproxy-db.conf.example + +commit 18ef07f15ed02d1432c67b7141862c367fab85ac +Author: Julien Semaan +Date: Fri Jun 15 13:00:31 2018 -0400 + + have iptables monitor and reinstall its rules if needed + +M conf/systemd/packetfence-iptables.service +M lib/pf/services/manager/iptables.pm + +commit ff5bc914bc8d91687d1821a1905595f4d2fd00b1 +Author: nqb +Date: Fri Jun 15 12:08:38 2018 -0400 + + remove configuration word from tt and po files + +M html/pfappserver/lib/pfappserver/I18N/en.po +M html/pfappserver/root/configurator/configuration.tt +M html/pfappserver/root/configurator/database.tt + +commit 2d71a9d89097de31247ac1565534fe4d0f3a9606 +Author: Julien Semaan +Date: Fri Jun 15 11:58:52 2018 -0400 + + pass AP MAC to unifi controller during auth + + fixes #2731 + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit c22e4f7bd4aa2373d08efce1ccb81eccc824de13 +Author: Julien Semaan +Date: Fri Jun 15 11:56:10 2018 -0400 + + remove vip field from the admin interface + +M html/pfappserver/lib/pfappserver/Form/Interface.pm +M html/pfappserver/root/interface/create.tt +M html/pfappserver/root/interface/view.tt + +commit 4e99eb901f9137c1fa461777974c6565964d38c4 +Author: Julien Semaan +Date: Fri Jun 15 11:51:45 2018 -0400 + + add getVersion sub in Cambium + +M lib/pf/Switch/Cambium.pm + +commit e036b01baab6078fccdaaf767c405d3b3526f115 +Author: Julien Semaan +Date: Fri Jun 15 11:51:34 2018 -0400 + + fix syntax error in activation.pm + +M lib/pf/activation.pm + +commit 89c0582996842ad8882480b13d7df7c4856061c1 +Author: Julien Semaan +Date: Fri Jun 15 11:51:21 2018 -0400 + + add pfdetect to the ignored binaries + +M t/TestUtils.pm + +commit 100390809edb7203f5a3b6a9a8e7218a187a4ac3 +Author: Durand Fabrice +Date: Fri Jun 15 11:40:46 2018 -0400 + + Fied role.t (should fixes #3306) + +M t/role.t + +commit a39d6f9bee2064aaac02de65c448ec9e4f03f781 +Author: nqb +Date: Fri Jun 15 11:39:42 2018 -0400 + + Remove configuration word in installation guide + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 86f0093088529c1708fb4e252e4e466deb8ad079 +Author: Julien Semaan +Date: Fri Jun 15 11:19:22 2018 -0400 + + news for #3283 + +M NEWS.asciidoc + +commit 08e7423824e3c67f589f9468d73b1133c297d015 +Author: Julien Semaan +Date: Fri Jun 15 10:55:22 2018 -0400 + + fix spec generation test for new profile parameter + + fixes #3302 + +M t/unittest/UnifiedApi/GenerateSpec.t + +commit 5368e6885cd48cc841cebfdd1378078fb93ba3be +Author: Julien Semaan +Date: Fri Jun 15 10:48:08 2018 -0400 + + add missin method for unifi controller + + fixes #3301 + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit 0d87e542e1b1510299f4a56a0952f60ef58d4bd9 +Author: Julien Semaan +Date: Fri Jun 15 10:45:53 2018 -0400 + + adjust binaries location + + fixes #3303 + fixes #3300 + +M t/TestUtils.pm + +commit 558dbe58d4db97f03cd52e6945b6d07929dbd760 +Author: Julien Semaan +Date: Fri Jun 15 10:39:37 2018 -0400 + + news for #3232 + +M NEWS.asciidoc + +commit 9c7c3cb5c1a3df8c740fd704e7e9e773fb8ef73c +Author: James Rouzier +Date: Fri Jun 15 10:32:07 2018 -0400 + + Update haproxy binary path + + Fixes #3296 + +M conf/pf.conf.defaults + +commit 977240dad6813a4d15d9b603164dc6a32641cb78 +Author: Durand Fabrice +Date: Fri Jun 15 10:29:39 2018 -0400 + + Moved code to a function + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm + +commit 39ad1b8a3ce2f1317762cf48b8afc9fd1bff64e1 +Author: James Rouzier +Date: Fri Jun 15 10:26:40 2018 -0400 + + cleanup pfmon + +M sbin/pfmon + +commit 4610edadc9bfa86468bc97e4f19bdb536f92d0c0 +Author: James Rouzier +Date: Fri Jun 15 10:26:21 2018 -0400 + + Rename redis/queue/stats to queues/stats + +M conf/stats.conf.example +A docs/api/spec/components/responses/queues.yaml +D docs/api/spec/components/responses/redis.yaml +A docs/api/spec/components/schemas/queues.yaml +D docs/api/spec/components/schemas/redis.yaml +A docs/api/spec/paths/queues.yaml +D docs/api/spec/paths/redis.yaml +M lib/pf/UnifiedApi.pm +A lib/pf/UnifiedApi/Controller/Queues.pm +D lib/pf/UnifiedApi/Controller/Redis.pm + +commit 8714b2defe54edc1659a9190cd3029d1d7c38236 +Author: James Rouzier +Date: Fri Jun 15 10:23:22 2018 -0400 + + Fix issue with using the wrong version of github.com/coreos/go-systemd/daemon + + Fixes #3298 + +M go/detect/main.go + +commit 5e928cfad5be296ebffd3f2f1daa8294514da3cf +Author: Julien Semaan +Date: Fri Jun 15 10:12:14 2018 -0400 + + add missing file to packaging + +M addons/packages/packetfence.spec + +commit 772f6293d728864f1e7123c5d66a7c5e72096cd8 +Author: InverseBot +Date: Fri Jun 15 09:38:21 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 12db8891e425dd67f581325c32e8805723148f26 +Author: Julien Semaan +Date: Fri Jun 15 09:35:49 2018 -0400 + + missing imports for cambium + +M lib/pf/Switch/Cambium.pm + +commit 7e4214b67a30067430dc495e4ff6cf77bac6c3ea +Author: Julien Semaan +Date: Fri Jun 15 09:34:39 2018 -0400 + + use blue instead of purple + +M lib/pf/services/manager.pm + +commit 5adab2e06cdadaf1a0370b768480c7eb26215517 +Author: Julien Semaan +Date: Fri Jun 15 09:30:55 2018 -0400 + + fix compilation of cambium module + +M lib/pf/Switch/Cambium.pm + +commit ba61273d4cdec377f8d0328f035186b070274f78 +Author: Julien Semaan +Date: Fri Jun 15 08:52:09 2018 -0400 + + use cluster enabled servers to build etcd configuration + +M lib/pf/services/manager/etcd.pm + +commit b417a66bb554e9ecd3be46631ee8438d3d0a9aa7 +Author: Julien Semaan +Date: Fri Jun 15 08:39:34 2018 -0400 + + add pfdetect to spec + +M addons/packages/packetfence.spec + +commit 71c341f6be0838736db19daf89ada472c86f7f46 +Author: Julien Semaan +Date: Fri Jun 15 08:37:58 2018 -0400 + + fix button content + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html + +commit f4d4517d795971cae40bb6c54d248926253790af +Author: Julien Semaan +Date: Fri Jun 15 08:32:56 2018 -0400 + + news for #3236 + +M NEWS.asciidoc + +commit 30fb30222d0818e2b71fd173ecd2c4097570fa67 +Author: Julien Semaan +Date: Fri Jun 15 08:31:34 2018 -0400 + + news for #3235 + +M NEWS.asciidoc + +commit b3490b302b83a1edcc2f6686882c0ef1f9840ad6 +Author: Julien Semaan +Date: Fri Jun 15 08:23:48 2018 -0400 + + commented out pfdetect systemd calls to have it compiling + +M go/detect/main.go + +commit fdd0a0fc5a075df9df73349150ee4125f6cbf218 +Author: Julien Semaan +Date: Fri Jun 15 08:22:04 2018 -0400 + + update vendor.json for new pfdetect libs + +M go/vendor/vendor.json + +commit 6d0499563ec7bc4ce6c908205f1c9fc95e9fd621 +Author: Julien Semaan +Date: Fri Jun 15 07:32:35 2018 -0400 + + fix for #3295 + +M NEWS.asciidoc + +commit 154575ddcf06953db73d7ffe6b64cb7f020ea65d +Author: Durand Fabrice +Date: Thu Jun 14 16:12:25 2018 -0400 + + Rephrase + +M html/pfappserver/lib/pfappserver/Form/Config/Network.pm + +commit ba67de32129dbe8cc77d8e664c712202fb265f0b +Author: Durand Fabrice +Date: Thu Jun 14 16:09:03 2018 -0400 + + Update upgrade.asciidoc file + +M UPGRADE.asciidoc + +commit efe483bfc87eeecfce7358417f28c904d1862639 +Author: Durand Fabrice +Date: Thu Jun 14 16:01:37 2018 -0400 + + Updated NEWS.asciidoc file for PR #3282 + +M NEWS.asciidoc + +commit eeffc32aa39c4a6cf10850e7ae2da215b795dbd6 +Author: Durand Fabrice +Date: Thu Jun 14 15:26:35 2018 -0400 + + Fixes #3291 + +M conf/systemd/packetfence-config.service +M conf/systemd/packetfence-haproxy-db.service +M conf/systemd/packetfence-haproxy-portal.service +M conf/systemd/packetfence-httpd.aaa.service +M conf/systemd/packetfence-httpd.admin.service +M conf/systemd/packetfence-httpd.collector.service +M conf/systemd/packetfence-httpd.portal.service +M conf/systemd/packetfence-httpd.proxy.service +M conf/systemd/packetfence-httpd.webservices.service +M conf/systemd/packetfence-keepalived.service +M conf/systemd/packetfence-pfbandwidthd.service +M conf/systemd/packetfence-pfdetect.service +M conf/systemd/packetfence-pfdhcplistener.service +M conf/systemd/packetfence-pffilter.service +M conf/systemd/packetfence-pfmon.service +M conf/systemd/packetfence-pfperl-api.service +M conf/systemd/packetfence-pfqueue.service +M conf/systemd/packetfence-radiusd-acct.service +M conf/systemd/packetfence-radiusd-auth.service +M conf/systemd/packetfence-radiusd-cli.service +M conf/systemd/packetfence-radiusd-eduroam.service +M conf/systemd/packetfence-radiusd-load_balancer.service +M conf/systemd/packetfence-redis-cache.service +M conf/systemd/packetfence-redis_ntlm_cache.service +M conf/systemd/packetfence-redis_queue.service +M conf/systemd/packetfence-snmptrapd.service +M conf/systemd/packetfence-winbindd.service +M lib/pf/cmd/pf/service.pm +M lib/pf/services/manager.pm + +commit 5e9007741912746d49996764d3c1fcd71e982898 +Author: Julien Semaan +Date: Thu Jun 14 15:09:55 2018 -0400 + + set default value for last_seen + +M db/upgrade-X.X.X-X.Y.Z.sql + +commit b3285d8d410e3d8caf289289454a1c84cc7eecc5 +Author: James Rouzier +Date: Thu Jun 14 14:54:34 2018 -0400 + + Fix syntax error + +M lib/pf/Switch/Cisco/Catalyst_2960.pm + +commit 0d35ba32e1195d2e86b44e8e201de4adb51247fa +Author: Julien Semaan +Date: Thu Jun 14 14:52:15 2018 -0400 + + redirect back to a valid URL after the parking trigger + +M html/captive-portal/lib/captiveportal/PacketFence/Controller/Root.pm + +commit b89a8f4eff15f5434a924cd00a23fb832c8eda4d +Author: James Rouzier +Date: Thu Jun 14 14:40:53 2018 -0400 + + Scope the queries to the tenant_id + +M go/coredns/plugin/pfdns/pfdns.go + +commit c1e1cc2bdb56d91b2577c9dd915e411fa45b002d +Author: James Rouzier +Date: Thu Jun 14 14:07:41 2018 -0400 + + Use sub select for tenant id + +M lib/pf/fingerbank.pm + +commit 355e89b7c7eb6b381681477750c49a6fd926e6a0 +Author: Durand Fabrice +Date: Thu Jun 14 14:03:52 2018 -0400 + + Fix packaging (RPM) + +M addons/packages/packetfence.spec + +commit 9a115cdf40888146eb63a2af5e3fe03f1f0b95aa +Author: James Rouzier +Date: Thu Jun 14 11:02:25 2018 -0400 + + Fix location of go binaries + + Fixes #3160 + +M addons/packages/build-go.sh +M addons/packages/packetfence.spec +M addons/pf-maint.pl +M conf/systemd/packetfence-api-frontend.service +M conf/systemd/packetfence-httpd.dispatcher.service +M conf/systemd/packetfence-pfdhcp.service +M conf/systemd/packetfence-pfdns.service +M conf/systemd/packetfence-pfipset.service +M conf/systemd/packetfence-pfsso.service +M conf/systemd/packetfence-pfstats.service +M debian/rules + +commit 7357627638ec00809a11e8718495f7ca3511fb32 +Author: nqb +Date: Thu Jun 14 10:13:18 2018 -0400 + + add missing dot in po file + +M html/pfappserver/lib/pfappserver/I18N/en.po + +commit 98ebf12b682ec655933505081f2aee993e0c85bd +Author: Julien Semaan +Date: Thu Jun 14 07:31:15 2018 -0400 + + adjustments to authorize.net template + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html + +commit 5d4967589d01addc8a389379512b82b2f8c031c8 +Author: Durand Fabrice +Date: Wed Jun 13 16:43:10 2018 -0400 + + More sexiest than ever + +M lib/pf/constants.pm +M lib/pf/services/manager/pf.pm + +commit 16ec48254b6ca0fb6c388d0ef463b2063f21a859 +Author: Durand Fabrice +Date: Wed Jun 13 16:17:23 2018 -0400 + + Sexiest output + +M lib/pf/services/manager/pf.pm + +commit 013b3e62b41776736bc4f77c36037689e4480f98 +Author: Julien Semaan +Date: Wed Jun 13 15:41:20 2018 -0400 + + add missing ID to authorize.net form + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html + +commit 13bb1b2f52bf59c915e40d3520aa8cbb3c429e6e +Author: Julien Semaan +Date: Wed Jun 13 15:40:07 2018 -0400 + + news for #3288 + +M NEWS.asciidoc + +commit 87ad8b17590624a4eb159acd1bf167fdd2d7beec +Author: Julien Semaan +Date: Wed Jun 13 15:15:39 2018 -0400 + + fix missing variables import + +M lib/pf/services/manager/pf.pm + +commit 4303fdd55bec048793f4fee8cbfca70ff484cc04 +Author: Francis Lachapelle +Date: Wed Jun 13 15:14:57 2018 -0400 + + (web admin) Update .gitignore + +M html/pfappserver/root/static/.gitignore + +commit 32b9d81cc9e2edf3cb036867b2db26a0e465d6f5 +Author: Francis Lachapelle +Date: Wed Jun 13 15:13:41 2018 -0400 + + (web) No longer track generated JS/CSS files + +D html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static/js/auditing.js +D html/pfappserver/root/static/js/auditing.js.map +D html/pfappserver/root/static/js/configuration.js +D html/pfappserver/root/static/js/configuration.js.map +D html/pfappserver/root/static/js/pfappserver.js +D html/pfappserver/root/static/js/pfappserver.js.map +D html/pfappserver/root/static/js/reports.js +D html/pfappserver/root/static/js/reports.js.map + +commit 2f4fb69911eb7391b45dcfb7789f6b59115e789f +Author: Durand Fabrice +Date: Wed Jun 13 14:52:27 2018 -0400 + + pfcmd pf service status return the status of all managed services + +M lib/pf/cmd/pf/service.pm +M lib/pf/services/manager/pf.pm + +commit c656b87c6d3aa98bd89a5eb585e7721052ccb353 +Author: Darren Satkunas +Date: Wed Jun 13 13:00:33 2018 -0400 + + fix route + +M lib/pf/UnifiedApi.pm + +commit 5612d1d8e1c3f28ee699e2c628a5cd97c5468887 +Author: extrafu +Date: Wed Jun 13 12:55:56 2018 -0400 + + Update NEWS.asciidoc + +M NEWS.asciidoc + +commit 369898600038d89e2b35cc4e1e854b1fdab9b5ae +Author: Darren Satkunas +Date: Wed Jun 13 12:54:46 2018 -0400 + + Avoid the resource end points from being created + +M lib/pf/UnifiedApi.pm + +commit cff5fa8fe178217d057ff9ced47eb9f3ae9712dc +Author: Ludovic Marcotte +Date: Wed Jun 13 12:52:58 2018 -0400 + + (fix) small typos and rewording + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit d4aee78ba603eda7bd5303ce497c31549404aa4f +Author: Darren Satkunas +Date: Fri Apr 20 11:42:54 2018 -0400 + + Switch undef/null to empty array [] in /api/v1/redis/queue/stats/ + +M lib/pf/UnifiedApi/Controller/Redis.pm + +commit 8043ffbe0645564ebb0bd2d7960d377358f7f45f +Author: Darren Satkunas +Date: Fri Apr 20 05:17:47 2018 -0400 + + Go Full Metal Tabs + +M go/stats/metrics.go + +commit 7c5221d3dccba09722a92c58a7a9cad834d5c941 +Author: Darren Satkunas +Date: Fri Apr 20 05:17:09 2018 -0400 + + Delay trim, unexpected behaviour + +M go/stats/metrics.go + +commit 6d05d562d14be774dd384f75cdd12ac531a4693f +Author: Darren Satkunas +Date: Fri Apr 20 05:12:15 2018 -0400 + + Minor bugfix + +M go/stats/metrics.go + +commit 3fe47f9ab1ebe3137253a0cef9e8e77e4881fdd4 +Author: Darren Satkunas +Date: Fri Apr 20 05:09:36 2018 -0400 + + Minor pfstats adjustments + +M go/stats/metrics.go + +commit 5068b3b3d1a2d9a0f400d5127cb0c4c98106c98a +Author: Darren Satkunas +Date: Thu Apr 19 19:55:32 2018 -0400 + + Alex, I'd lke to buy a right-round-bracket! + +M go/stats/metrics.go + +commit a3af47b568448fd53a514550d4c071a5c384099d +Author: Darren Satkunas +Date: Thu Apr 19 19:51:54 2018 -0400 + + Add remarks + +M go/stats/metrics.go + +commit 0405eb772ce5970caef34e64dc92cfcf7ae53949 +Author: Darren Satkunas +Date: Thu Apr 19 19:30:56 2018 -0400 + + Add pfqueue stats to dashboard + +M conf/monitoring/statsd.d/packetfence.conf.example +M go/stats/metrics.go +M html/pfappserver/root/graph/dashboard.tt + +commit de0cec9604e816824543c987ff4b12c710e248ae +Author: Darren Satkunas +Date: Thu Apr 19 18:29:50 2018 -0400 + + pfconfig api bugfixes + +M conf/stats.conf.example +M go/stats/metrics.go + +commit a4c98093856c305a58a73f8d3d94b27104427044 +Author: Darren Satkunas +Date: Thu Apr 19 15:36:22 2018 -0400 + + Add single/double column support for pfstats metrcis type=api + +M go/stats/metrics.go + +commit 3c57f6db99dee25c1de5e3725fdccfd2422d1b5a +Author: Darren Satkunas +Date: Thu Apr 19 08:02:50 2018 -0400 + + Add API docs + +A docs/api/spec/components/responses/redis.yaml +A docs/api/spec/components/schemas/redis.yaml +A docs/api/spec/paths/redis.yaml + +commit 9ed03bdae4e01e397c40102c7f07482fe78e2532 +Author: Darren Satkunas +Date: Thu Apr 19 07:48:48 2018 -0400 + + Update endpoint path + +M lib/pf/UnifiedApi.pm + +commit 97b62abb7d983a1121b7e45ccf00ab61b52273e5 +Author: Darren Satkunas +Date: Thu Apr 19 06:47:03 2018 -0400 + + Standardize json output + +M lib/pf/UnifiedApi/Controller/Redis.pm + +commit 7115f16029eb7a48605c9be47c71b619c226cdea +Author: Darren Satkunas +Date: Thu Apr 19 06:43:33 2018 -0400 + + Add /api/v1/redis/queue endpoint + +M lib/pf/UnifiedApi.pm +A lib/pf/UnifiedApi/Controller/Redis.pm + +commit c13aae14966a943aafb87c09ec222d10be70a3d5 +Author: nqb +Date: Wed Jun 13 12:10:22 2018 -0400 + + fix html tag processing + +M html/pfappserver/root/configurator/admin.tt + +commit 4e658754e9aee26778d7a031330289e5c8d5f8c1 +Author: nqb +Date: Wed Jun 13 12:10:00 2018 -0400 + + fix typo in wizard templates + +M html/pfappserver/root/configurator/fingerbank.tt + +commit 9815c47c008e0c9d70a1aa68dcd975aafb6cbdf7 +Author: James Rouzier +Date: Wed Jun 13 11:15:41 2018 -0400 + + Return an error object instead of a string + +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit f76bff5be09ba060afb444fd26fcb3ee3c6f7c3f +Author: James Rouzier +Date: Wed Jun 13 10:42:57 2018 -0400 + + Allow rewrite_query to return an error + +M lib/pf/UnifiedApi/SearchBuilder.pm +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit 522dd666572a116b867500255e939dc7aca85b53 +Author: Allan Tran +Date: Wed Jun 13 09:39:47 2018 -0400 + + Removed useless lines and corrected docs + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M lib/pf/Switch/Cambium.pm + +commit 67d0306a43d45115645a1a0485b22dfd8841ca37 +Author: Durand Fabrice +Date: Wed Jun 13 09:32:34 2018 -0400 + + Autodetect in each python module and remove radius dependency in systemd + service script. Fixes #3287 + +M conf/monitoring/python.d.conf.example +M conf/monitoring/python.d/apache.conf.example +M conf/monitoring/python.d/freeradius.conf.example +M conf/monitoring/python.d/haproxy.conf.example +M conf/monitoring/python.d/mysql.conf.example +M conf/monitoring/python.d/redis.conf.example +M conf/monitoring/python.d/web_log.conf.example +M conf/systemd/packetfence-netdata.service + +commit 8d7fbc8129ddb83471b3adfdd5168e594e9cc834 +Author: Julien Semaan +Date: Wed Jun 13 08:08:47 2018 -0400 + + fix typo in redis ntlm cache + +M conf/systemd/packetfence-redis_ntlm_cache.service + +commit 9e8f4d88b0c8868dfa98dc93adef3d12bcdaf9df +Author: Durand Fabrice +Date: Tue Jun 12 15:33:52 2018 -0400 + + Fix dal for person.psk + +M lib/pf/dal/_person.pm + +commit 22d29788cd9eabe3c49506b85858d1e89cdac37b +Author: James Rouzier +Date: Tue Jun 12 15:28:37 2018 -0400 + + Fix query rewrite for online!='on/off/unknown' + +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit 031c6f3cb4f32070f4c0c518c83fe8febccd0c20 +Author: James Rouzier +Date: Tue Jun 12 14:53:11 2018 -0400 + + Fix issue with online='on' query rewrite + +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit ecc01bdb4d1ba770efafca98691ce71757385270 +Author: James Rouzier +Date: Tue Jun 12 14:52:23 2018 -0400 + + Remove unused code + +M lib/pf/UnifiedApi/SearchBuilder.pm + +commit a0919ad469173c70e0496f86cff76ae31f58f088 +Author: Francis Lachapelle +Date: Tue Jun 12 14:05:15 2018 -0400 + + (web admin) Define constants in searchable store + +M html/pfappserver/root/static.alt/src/store/base/searchable.js + +commit f388034022c2fd97c5d650c560e143d086757ce8 +Author: Francis Lachapelle +Date: Tue Jun 12 14:03:55 2018 -0400 + + (web admin) Initial component + +A html/pfappserver/root/static.alt/src/styles/_mac.scss +M html/pfappserver/root/static.alt/src/styles/global.scss +M html/pfappserver/root/static.alt/src/views/Auditing/_components/RadiusLogsSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 10da7749cba18bd02e7638fea3ce33edcccc58e1 +Author: Darren Satkunas +Date: Tue Jun 12 11:06:12 2018 -0400 + + Reword search criteria - remove "Node" prefix from labels + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit c5b70c1db1ddf46801049d3d79a699c855f47d80 +Author: Darren Satkunas +Date: Tue Jun 12 09:27:49 2018 -0400 + + Adjust signals in store + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 842c90f4b3689281d420d08e623473414bf0b4ea +Author: Darren Satkunas +Date: Mon Jun 11 14:23:38 2018 -0400 + + Add search criteria + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit e7f3ceff9841abf392bc1ea1af3af555072313d6 +Author: Darren Satkunas +Date: Wed Jun 6 10:38:56 2018 -0400 + + Add message per row for failed actions + +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit bfa7ab74f9cb67eff13193fad74b01d919a0a487 +Author: Darren Satkunas +Date: Wed Jun 6 09:34:54 2018 -0400 + + Rework ITEM_VARIANT signal to support response status + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 750451bd2149dfb895583eca8b4d1d6ef68855d3 +Author: Darren Satkunas +Date: Tue Jun 5 16:57:11 2018 -0400 + + Add Clear Role and Clear Bypass Role actions + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 80c7a9e14b3e0825c7a3ba8abbb7578870aa4450 +Author: Darren Satkunas +Date: Tue Jun 5 16:22:32 2018 -0400 + + Fix node role value + +M html/pfappserver/root/static.alt/src/store/modules/config.js + +commit 3c0941e224327a255939043c3b9efcd395f8a7ac +Author: Darren Satkunas +Date: Tue Jun 5 16:12:26 2018 -0400 + + Add PATCH node bypass_role_id + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit c7601749bf5fd0253628b21dc86e45a7834853f9 +Author: Darren Satkunas +Date: Tue Jun 5 16:07:37 2018 -0400 + + Add PATCH node category_id + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 1b5cbad003fb53aee4fed124f2b2fca9eeebd126 +Author: Darren Satkunas +Date: Tue Jun 5 13:53:20 2018 -0400 + + Add bulk POST for Reevaluate Access and Restart Switchport + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 6fad1891b7a0ebc1d6bcb2a5b366581532577f04 +Author: Darren Satkunas +Date: Tue Jun 5 13:34:43 2018 -0400 + + Translate category_id and bypass_role_id in table view + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit aaf87539fc2a9228ed480bd72fd9d96e7bb16988 +Author: Darren Satkunas +Date: Tue Jun 5 12:07:05 2018 -0400 + + Fix violations + +M html/pfappserver/root/static.alt/src/store/modules/config.js + +commit e2b9ee0c2a00adec8628fcf588fbc9950be6ed50 +Author: Darren Satkunas +Date: Tue Jun 5 11:30:42 2018 -0400 + + Move config/roles to /node_categories + +M html/pfappserver/root/static.alt/src/store/modules/config.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 959432f82786bea342a144f25c2358a539875f8d +Author: Darren Satkunas +Date: Mon Jun 4 16:27:07 2018 -0400 + + Add bulk close violation + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 5368e16ea0ab5f658414552513163cbc5a548e43 +Author: Darren Satkunas +Date: Mon Jun 4 15:57:44 2018 -0400 + + Alter items after bulk action + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit bdb364379c32fed27ee806846f130bac42697a05 +Author: Darren Satkunas +Date: Mon Jun 4 15:38:01 2018 -0400 + + Fix empty field + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 7fd1c3de10e3d4139b351b52edcc2ec0ea30d350 +Author: Darren Satkunas +Date: Mon Jun 4 15:16:04 2018 -0400 + + Optimize mac + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 67fa57e59e206cc3d844a60c4e9c233e2f84e6e3 +Author: Darren Satkunas +Date: Mon Jun 4 15:08:42 2018 -0400 + + Add bulk reg and dereg + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 3815506b57f65fc11ffb2287442979027873917f +Author: James Rouzier +Date: Mon Jun 11 17:05:23 2018 -0400 + + Add ip6log.ip + +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm + +commit 7600cb809bcc2a7ac4aa905df2cf79c53bf0da17 +Author: Julien Semaan +Date: Mon Jun 11 14:51:10 2018 -0400 + + remove time period note + + code actually handled that automagically + +M docs/PacketFence_Installation_Guide.asciidoc + +commit cc673377d6c7b1bbab0aaf4a37872f917e531478 +Author: James Rouzier +Date: Mon Jun 11 14:42:11 2018 -0400 + + Escape commas before and after saving profiles + +M lib/pf/ConfigStore/Profile.pm + +commit 9f0510c26f4e8d2ccef2dfe7a30f7d08522144ad +Author: Francis Lachapelle +Date: Mon Jun 11 14:43:39 2018 -0400 + + (web admin) Define all connection types + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js + +commit f5bb833e36262e2f921867b533857f9ab67012d7 +Author: Julien Semaan +Date: Mon Jun 11 14:40:27 2018 -0400 + + add note on doubling commas for time::period filters + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 578b4a3c97f5e1bf493080eb81a7fbca7fba526f +Author: Durand Fabrice +Date: Mon Jun 11 14:36:23 2018 -0400 + + Fixed typo (dpks/dpsk) + +M lib/pf/pfcmd/checkup.pm + +commit 4a5425804142162c9a21e640df813948ea00ec1a +Author: James Rouzier +Date: Mon Jun 11 14:16:15 2018 -0400 + + Escape comma by using a double comma + + Fixes #3284 + +M lib/pfconfig/namespaces/config/Profiles.pm + +commit 8beab25f381d9e95b695fe2c343d28eb1a447915 +Author: Francis Lachapelle +Date: Fri Jun 8 17:17:46 2018 -0400 + + (web admin) New base searchable component + +A html/pfappserver/root/static.alt/src/components/pfBaseSearchable.js +A html/pfappserver/root/static.alt/src/store/base/searchable.js +M html/pfappserver/root/static.alt/src/views/Auditing/_components/RadiusLogsSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit 96455e5a1b72f44cc91eb082bdcd023369a1c6d2 +Author: Allan Tran +Date: Fri Jun 8 16:37:49 2018 -0400 + + Updated Cambium.pm with $orig_url + +M lib/pf/Switch/Cambium.pm + +commit 80106c6bbe7b1fa6deac997981c58954f7edbcb5 +Author: Allan Tran +Date: Fri Jun 8 16:35:08 2018 -0400 + + Added images for Cambium doc + +A docs/images/cambium-dot1x-basic.png +A docs/images/cambium-dot1x-radius.png +A docs/images/cambium-mac-auth.png +A docs/images/cambium-role-web-auth.png +A docs/images/cambium-web-auth-whitelist.png +A docs/images/cambium-web-auth.png + +commit e1eabff115cd1c76e3b617bb309a5a822de90ca5 +Author: Allan Tran +Date: Fri Jun 8 16:14:58 2018 -0400 + + Added doc and Cambium AP module + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M lib/pf/Switch/Cambium.pm + +commit 583d8593aa79a21b25639180686660bb63926ae8 +Author: James Rouzier +Date: Fri Jun 8 12:09:34 2018 -0400 + + Use the number of cpus to determine the number of parallel jobs + +M t/TestUtils.pm +M t/binaries.t +A t/provisioner.t +M t/smoke.t +D t/unittest/provisioner.t + +commit 79c77b7419aaa53cf9fec30ff5c1e2014ec13ddd +Author: Durand Fabrice +Date: Fri Jun 8 10:03:59 2018 -0400 + + Just reject instead of applying the role REJECT + +M lib/pf/radius.pm + +commit 3e3e3d985e336f7185c6f417813d21fc6279f96b +Author: Durand Fabrice +Date: Fri Jun 8 08:47:25 2018 -0400 + + Added cli access support for H3C switches + +M lib/pf/Switch/H3C.pm + +commit 554fec28f47db76967fb93e36f5e3e0eaf0e4b53 +Author: James Rouzier +Date: Thu Jun 7 16:35:29 2018 -0400 + + Improve error message + + Fixes #3246 + +M lib/pf/UnifiedApi/Controller/Crud.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 5a5a872753013fbe5d26e74544c5358204ac951c +Author: Durand Fabrice +Date: Thu Jun 7 16:33:22 2018 -0400 + + Fixes #3234 + +M go/stats/main.go +M lib/pf/services/manager/netdata.pm + +commit a4a66b5fb8a82753118a1be2e615b6c499e3fd59 +Author: James Rouzier +Date: Thu Jun 7 15:48:45 2018 -0400 + + Add endpoint /api/v1/node/{node_id}/close_violation + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 6c22f8fab8248646f1999884fff36b07e0c55df0 +Author: James Rouzier +Date: Thu Jun 7 14:52:20 2018 -0400 + + Implement IpToMac for SuricataMD5Parser + +M go/detectparser/generic.go +M go/detectparser/suricata_md5.go +A go/unifiedapiclient/types.go + +commit bf5bdfa44557231a52828f515cdbd52b021a0009 +Author: James Rouzier +Date: Thu Jun 7 14:22:05 2018 -0400 + + Check and verify mac and ip addresses + +M go/detectparser/dhcp.go +M go/detectparser/fortianalyser.go +M go/detectparser/fortianalyser_test.go +M go/detectparser/generic.go +M go/detectparser/nexpose.go +M go/detectparser/snort.go +M go/sharedutils/util.go + +commit 40e38fb5d8467c2cb10aa977f42784862d28102a +Author: James Rouzier +Date: Thu Jun 7 11:30:04 2018 -0400 + + bisect scripts + +A t/bisect-run.sh +A t/bisect.sh + +commit 1ce86e3ae10d49cea0c8117ca156099b5a7dc5a9 +Author: Durand Fabrice +Date: Thu Jun 7 11:29:42 2018 -0400 + + NEWS file entry for PR #3259 + +M NEWS.asciidoc + +commit 079f8ef58750d847418a31a286a354f50776c6fc +Author: Durand Fabrice +Date: Thu Jun 7 11:27:16 2018 -0400 + + Removed forcedns since it's only for rare cases + +M go/dhcp/utils.go +M go/pfconfigdriver/structs.go +M html/pfappserver/lib/pfappserver/Form/Config/Network.pm +M html/pfappserver/root/config/networks/view.tt +M html/pfappserver/root/static/js/interface.js + +commit a871ff4bd08837a4d28ad39d20b4d536b49bef44 +Author: Durand Fabrice +Date: Thu Jun 7 10:13:47 2018 -0400 + + debianize.patch + +M debian/patches/debianize.patch + +commit 99492238e4db4f3a288bd59446c4f9ed58e2758d +Author: James Rouzier +Date: Thu Jun 7 10:10:36 2018 -0400 + + Fix issue with tests + +M t/data/violations.conf + +commit 6965f9ae184f793117688dde919ead7bd4dd0a6b +Author: Durand Fabrice +Date: Thu Jun 7 10:00:44 2018 -0400 + + If NAS-Port-Type is undefined but there is a Called-Station-SSID + attribute then set the port type to Wireless-802.11 + +M lib/pf/Switch.pm + +commit be8b4d9ad02d5b58cd5435e31e12f0a427ad6bd7 +Author: Durand Fabrice +Date: Thu Jun 7 09:50:38 2018 -0400 + + Set a ttl when the fqdn is the portal fqdn + +M go/coredns/plugin/pfdns/pfdns.go +M go/coredns/plugin/pfdns/setup.go + +commit a8beb6f17dc986c0c4d6a35753e29bc5fd70c3f2 +Author: James Rouzier +Date: Wed Jun 6 17:04:22 2018 -0400 + + Fix issue with where join is not adding additional where + +M lib/pf/UnifiedApi/SearchBuilder.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit 5c07bdf7d5e119968427f56f958869a9a7c60c5e +Author: Julien Semaan +Date: Wed Jun 6 15:15:47 2018 -0400 + + don't use Time::HiRes alarm for pfmon task interval + + Instead ensure that the alarm will be set for at least 1 second. + Otherwise, just execute the task immediately + + fixes #3279 + +M sbin/pfmon + +commit e4946e9d269cdd13c6f0c5fa61dcf6ec070964a5 +Author: James Rouzier +Date: Wed Jun 6 13:38:20 2018 -0400 + + Add new endpoint /api/v1/node/{node_id}/apply_violation + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/data/violations.conf +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 3c353580330b70bf3346b632e55e798d73e9f6a2 +Author: James Rouzier +Date: Wed Jun 6 13:16:05 2018 -0400 + + Add additional endpoints + + /api/v1/node/{node_id}/reevaluate_access + /api/v1/nodes/bulk_apply_violation + /api/v1/nodes/bulk_apply_role + /api/v1/nodes/bulk_apply_bypass_role + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit bdf2459731c9b06b6c8022f65c1f44dae7be11fc +Author: James Rouzier +Date: Tue Jun 5 17:10:04 2018 -0400 + + Join the node category for the name + +M lib/pf/UnifiedApi/SearchBuilder.pm +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit b6cec688ec1002117cf62d581d3f00d503ac1365 +Author: James Rouzier +Date: Tue Jun 5 16:19:11 2018 -0400 + + Add new endpoint /api/v1/node/{mac}/restart_switchport + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 3fc2aaef2da50937592604eb420a369e9c4f4283 +Author: James Rouzier +Date: Tue Jun 5 15:59:33 2018 -0400 + + Fix space + +M conf/caddy-services/api.conf.example + +commit bbbda7b30bb025d73b5bdb76934eefaf45b5bb5b +Author: James Rouzier +Date: Tue Jun 5 15:36:46 2018 -0400 + + Allow patch for api + +M conf/caddy-services/api.conf.example + +commit 2d7745dac0682723293d10959c0465b20708115f +Author: James Rouzier +Date: Tue Jun 5 15:25:07 2018 -0400 + + Support OPTIONS + +M lib/pf/UnifiedApi.pm + +commit abd784e44e6a89ef136ca479ad1d35a77b1a6644 +Author: James Rouzier +Date: Tue Jun 5 12:55:06 2018 -0400 + + New endpoint /api/v1/nodes/bulk_restart_switchport + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M lib/pf/error.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 694f7236555b2d02661ed23d32c096446faf972b +Author: Julien Semaan +Date: Tue Jun 5 12:57:25 2018 -0400 + + improve device registration upgrade notes + +M UPGRADE.asciidoc + +commit 2f268725fae7c1563f6f11fc7d11184fb1312bc7 +Author: James Rouzier +Date: Tue Jun 5 12:21:11 2018 -0400 + + Refactor + +M lib/pf/UnifiedApi.pm + +commit 484c2d9ed813bb0cb01434e290df3a6468284143 +Author: James Rouzier +Date: Tue Jun 5 12:13:50 2018 -0400 + + Add new endpoint /api/v1/classes + +M lib/pf/UnifiedApi.pm +A lib/pf/UnifiedApi/Controller/Classes.pm + +commit a73e0b2d889d2d321e383c0bb065599545e07dcd +Author: Julien Semaan +Date: Tue Jun 5 07:51:43 2018 -0400 + + make qpress instructions clearer for CentOS + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 123b926ea17c0c871581d8ce4b2f364940d1d4d7 +Author: James Rouzier +Date: Mon Jun 4 16:10:10 2018 -0400 + + add nodes/bulk_reevaluate_access + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 3c54ac8c51f51660831dcd04dfa5c756fab94a9a +Author: James Rouzier +Date: Mon Jun 4 15:58:26 2018 -0400 + + Ensure you will always have a return value from reevaluate_access + +M lib/pf/enforcement.pm + +commit 0bf109e9110104c4c27399b849c05d1cb2696f60 +Author: Francis Lachapelle +Date: Mon Jun 4 14:24:03 2018 -0400 + + (web admin) Initial Auditing module + +A html/pfappserver/root/static.alt/src/views/Auditing/index.vue + +commit a08cb67bfeb9c8c0404abeff6ac3951426aa1bb5 +Author: James Rouzier +Date: Mon Jun 4 14:07:42 2018 -0400 + + Refactor and fix bulk_close_violations response + +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 7ee482376da3138ae91a06f22f38e60d92025d27 +Author: Darren Satkunas +Date: Mon Jun 4 13:56:58 2018 -0400 + + Code cleanup + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit ed56b2e497e593c059da8d3fa9dc10ead4dffe1e +Author: Darren Satkunas +Date: Mon Jun 4 13:28:50 2018 -0400 + + Add bulk deregister + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 052613c5382f5878d516112418d773f19eac2628 +Author: Darren Satkunas +Date: Mon Jun 4 13:17:38 2018 -0400 + + Add search query variable + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js + +commit f9e6293e596eca5d8489201e2631edd222548c69 +Author: Darren Satkunas +Date: Mon Jun 4 08:54:35 2018 -0400 + + Initialize Search after onReset + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 65b7ea84220aa0c8700ae1bca72e62e40ac31210 +Author: Darren Satkunas +Date: Fri Jun 1 13:10:46 2018 -0400 + + Adjust handle margins, add tooltip + +M html/pfappserver/root/static.alt/src/components/pfSearchBoolean.vue + +commit bbc90290a25c044c31060950e42051884dbc442c +Author: Darren Satkunas +Date: Fri Jun 1 12:50:28 2018 -0400 + + Bug Fixes + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 00a18041115ff59dfcdf369b9255887e1f0a3f83 +Author: Darren Satkunas +Date: Fri Jun 1 12:13:22 2018 -0400 + + Clear checkboxes on search/reset + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 428d147bd3ca47e2176fe4944beb6bdd8bda8f7a +Author: Darren Satkunas +Date: Fri Jun 1 12:12:50 2018 -0400 + + Add draggable to search + +M html/pfappserver/root/static.alt/src/components/pfSearchBoolean.vue +M html/pfappserver/root/static.alt/src/main.js + +commit b00c42fd3ba7cb0f7f4b27546c0102ac8ac6c7bd +Author: Darren Satkunas +Date: Thu May 31 17:17:05 2018 -0400 + + Update default conditions + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit efe206dc3b33a6876b4892037d9dbe650073c2b9 +Author: Darren Satkunas +Date: Thu May 31 15:35:20 2018 -0400 + + Add boolean search + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +A html/pfappserver/root/static.alt/src/components/pfSearchBoolean.vue +D html/pfappserver/root/static.alt/src/components/pfSearchCondition.vue +M html/pfappserver/root/static.alt/src/main.js + +commit 21f56ff02dbf113708ee6904506d2587b94800f3 +Author: Darren Satkunas +Date: Tue May 29 16:30:19 2018 -0400 + + Add initial POST methods + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit acd7c2c579b017ce301a5554638274be015f3838 +Author: Durand Fabrice +Date: Mon Jun 4 13:59:05 2018 -0400 + + Fixed condition to insert in the radius audit log + +M raddb/policy.d/packetfence + +commit cac436b4e96e87812a6ab73c2b21c2eba0d9b96d +Author: James Rouzier +Date: Mon Jun 4 13:20:57 2018 -0400 + + Refactor + +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 4d6aec2571c1e334514a8368105522223a4df394 +Author: Francis Lachapelle +Date: Mon Jun 4 12:23:04 2018 -0400 + + (web admin) Initial Auditing module + +M html/pfappserver/root/static.alt/src/router/index.js +A html/pfappserver/root/static.alt/src/views/Auditing/_api/index.js +A html/pfappserver/root/static.alt/src/views/Auditing/_components/RadiusLogsSearch.vue +A html/pfappserver/root/static.alt/src/views/Auditing/_router/index.js +A html/pfappserver/root/static.alt/src/views/Auditing/_store/radiuslogs.js + +commit 084c35b7408ac0bc03ceed4afb0630107fda85c4 +Author: James Rouzier +Date: Mon Jun 4 12:06:41 2018 -0400 + + Lower the default connection timeout to 1 + +M lib/pf/Authentication/Source/LDAPSource.pm +M lib/pf/Authentication/constants.pm + +commit d055f41ac2fd2864410da9d5b7a17cf02cc5530b +Author: Durand Fabrice +Date: Mon Jun 4 11:51:27 2018 -0400 + + Fixed code + +M lib/pf/Connection/Profile.pm +M lib/pf/radius.pm +M lib/pf/role.pm + +commit 8ab69c739e103aacdc8cb92d1cf90244a1c0f2c9 +Author: Durand Fabrice +Date: Mon May 14 14:34:08 2018 -0400 + + Vlan filters can answer a value like ${node_info.category} that will be + compute to the current category of the node + +M lib/pf/access_filter/vlan.pm + +commit c709f5ab6fa06b2268f032d0d8b2fc23bcc2b20a +Author: Durand Fabrice +Date: Mon May 14 11:54:57 2018 -0400 + + Test max node per role under autoreg + Moved unreg on accounting stop on the connection profile + +M conf/documentation.conf +M conf/pf.conf.defaults +M conf/profiles.conf.defaults +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M lib/pf/Connection/Profile.pm +M lib/pf/api.pm +M lib/pf/radius.pm +M lib/pf/registration.pm +M lib/pf/role.pm + +commit 1121b8e5b1215a139f4aedc7000d7427586058cd +Author: Durand Fabrice +Date: Mon Jun 4 11:36:24 2018 -0400 + + Fixed syntax + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M lib/pf/config.pm +M lib/pf/web/externalportal.pm + +commit 163a1cbf56b71f03cc02691e03414219dfbf35e2 +Author: Durand Fabrice +Date: Mon Jun 4 11:32:05 2018 -0400 + + Added WEBAUTH_WIRELESS and WEBAUTH_WIRED connection type + +M lib/pf/Switch/AeroHIVE/AP.pm +M lib/pf/Switch/Aruba.pm +M lib/pf/Switch/Cisco/Catalyst_2960.pm +M lib/pf/Switch/Cisco/WLC.pm +M lib/pf/Switch/CoovaChilli.pm +M lib/pf/Switch/Fortinet/FortiGate.pm +M lib/pf/Switch/Meraki/MR.pm +M lib/pf/Switch/Mikrotik.pm +M lib/pf/Switch/Ruckus.pm +M lib/pf/Switch/Ruckus/SmartZone.pm +M lib/pf/Switch/Ubiquiti/Unifi.pm +M lib/pf/Switch/Xirrus.pm +M lib/pf/config.pm +M lib/pf/web/externalportal.pm + +commit bcc158bc02ce4461db753876af1ddd737b5827cd +Author: James Rouzier +Date: Mon Jun 4 10:10:18 2018 -0400 + + Fix test + +M t/unittest/UnifiedApi/GenerateSpec.t + +commit dbdd3829126999f38727141b4a52a9a664c967fd +Author: Durand Fabrice +Date: Mon Jun 4 09:42:10 2018 -0400 + + Fixed syntax + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit e8ea2c0064186eab502f8674a529e081f61e5721 +Author: Durand Fabrice +Date: Mon Jun 4 09:36:12 2018 -0400 + + Updated documentation + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 73c1e44de168b0ff79d38a5d6349ff58759b735f +Author: InverseBot +Date: Sat Jun 2 00:00:05 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 7608f8a9f074998e2ea1e5d6a723e8811516fcb9 +Author: Durand Fabrice +Date: Fri Jun 1 16:02:37 2018 -0400 + + Fix for PR + +M html/pfappserver/lib/pfappserver/Form/Config/Network.pm + +commit af5031a4a16d2c55b5166757aedb4686bf9ff23d +Author: Durand Fabrice +Date: Fri Jun 1 15:56:44 2018 -0400 + + Simplified code + +M go/dhcp/config.go +M go/dhcp/utils.go + +commit 597376ac1c0dce24034b23e8bf34895fae27cf35 +Author: Durand Fabrice +Date: Mon May 14 09:03:02 2018 -0400 + + Added dhcp ip reservation + +M go/dhcp/config.go + +commit b15a18de31a9747ce0797e103df4a5e80740dad2 +Author: Durand Fabrice +Date: Sat May 12 22:04:28 2018 -0400 + + Introduced ip reservation + +M go/dhcp/config.go +M go/dhcp/utils.go + +commit 5486049ba806c1f347cd26d08dd6e7f5991301ab +Author: Durand Fabrice +Date: Sat May 12 17:04:06 2018 -0400 + + force_dns + +M go/dhcp/utils.go +M go/pfconfigdriver/structs.go +M html/pfappserver/lib/pfappserver/Form/Config/Network.pm +M html/pfappserver/root/config/networks/view.tt +M html/pfappserver/root/static/js/interface.js + +commit 543e10c4a00d03214c16eab8ba8f3a4cb2ab3c21 +Author: Francis Lachapelle +Date: Fri Jun 1 15:25:38 2018 -0400 + + (web admin) Fix version of jquery + +M html/pfappserver/root/static/bower.json + +commit 4a24a7a4892246f18d366cdd2118586c0393cec4 +Author: Francis Lachapelle +Date: Fri Jun 1 15:12:08 2018 -0400 + + Revert "(web admin) Fix path of jquery library" + + This reverts commit 88b4295a06877974ce7a0e291982101aca6ac42c. + +M html/pfappserver/root/static/Gruntfile.js + +commit 8f33156e8777f6ef454762b7aee41ca9ef5d52f4 +Author: James Rouzier +Date: Fri Jun 1 14:46:28 2018 -0400 + + Fix enable/disable of a packetfence service + +M lib/pf/services/manager.pm +M lib/pf/services/manager/pf.pm +M t/unittest/UnifiedApi/Controller/Services.t + +commit 4fc6c427e545b1b219ee8b711339700d088cbb4b +Author: Durand Fabrice +Date: Fri Jun 1 14:17:05 2018 -0400 + + NEWS for PR 3175 + +M NEWS.asciidoc + +commit e1105aa8d334e2039f2ef0f3bde2317b9f6ca655 +Author: Durand Fabrice +Date: Fri Jun 1 13:39:05 2018 -0400 + + Added a note for Saved fields + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 6f09d46abdd162b753ec824b35740329ff074356 +Author: Durand Fabrice +Date: Fri Jun 1 13:29:43 2018 -0400 + + Fixed typo + +M html/pfappserver/lib/pfappserver/Base/Form/Role/WithCustomFields.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source/SMS.pm +M lib/pf/activation.pm + +commit cfcac8bdd20e8bbc013198ba9082c9ce30f8baef +Author: Durand Fabrice +Date: Fri Jun 1 13:24:39 2018 -0400 + + Use hash lookup instead + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm + +commit 301f03b8f4023b58af9ffd1d9fb8dbc2031353a3 +Author: Durand Fabrice +Date: Fri Jun 1 13:15:08 2018 -0400 + + Fixed typo + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/SMS.pm + +commit ee66b3449aeb1a32efad3e16d2fc8cd5c8d9e0c6 +Author: Durand Fabrice +Date: Fri Jun 1 12:57:14 2018 -0400 + + Added documentation + +M docs/PacketFence_Installation_Guide.asciidoc + +commit c10b67fabb716f27c34b4a4564fccefbfb7cebfd +Author: Durand Fabrice +Date: Thu May 10 14:16:17 2018 -0400 + + Define the length of the pin number + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/SMS.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source/SMS.pm +M lib/pf/Authentication/Source/SMSSource.pm + +commit 9e29716a86c2801359ff1a22ca0d3c284a5064c8 +Author: Durand Fabrice +Date: Thu May 10 13:53:53 2018 -0400 + + Default sms message + +M html/pfappserver/lib/pfappserver/Form/Config/Source/SMS.pm + +commit b5c92b69bf7831e8368daaf9a72d28994f48f23f +Author: Durand Fabrice +Date: Thu May 10 13:43:46 2018 -0400 + + Fix code + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/SMS.pm +M lib/pf/activation.pm + +commit 52c92a0dbb81f1d500202d5031fa5ac27b5856f6 +Author: Durand Fabrice +Date: Thu May 10 13:12:09 2018 -0400 + + Fixed condition + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm +M lib/pfconfig/namespaces/config/PortalModules.pm + +commit a8f1c140d825521fc1fac5ef56dcb94fe7c60b70 +Author: Durand Fabrice +Date: Thu May 10 11:01:58 2018 -0400 + + Fixed code + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm +M lib/pf/activation.pm + +commit f436dc7753347da9a407cd31ac3a34308ebd9d70 +Author: Durand Fabrice +Date: Thu May 10 10:36:56 2018 -0400 + + Update code + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Application.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/SMS.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Root.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source/SMS.pm +M lib/pf/Authentication/SMSRole.pm +M lib/pf/Authentication/Source/SMSSource.pm +M lib/pf/activation.pm +M lib/pf/web/guest/constants.pm + +commit 05334968c63bdc5510d97c773082073efa9b02b3 +Author: Durand Fabrice +Date: Wed May 9 21:01:06 2018 -0400 + + Missing code + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Config/PortalModule.pm + +commit ac4d4349836aea6a6f8e5b89e74a4a158e1c7aa8 +Author: Durand Fabrice +Date: Wed May 9 15:58:37 2018 -0400 + + Added on_success/on_failure change root portal module, destination_url + per portal module, saved_field between forms + +M html/captive-portal/lib/captiveportal/Base/Actions.pm +M html/captive-portal/lib/captiveportal/PacketFence/Controller/Root.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Application.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm +M html/captive-portal/lib/captiveportal/Role/FieldValidation.pm +M html/captive-portal/templates/content-with-choice.html +M html/pfappserver/lib/pfappserver/Base/Form/Role/WithCustomFields.pm +M html/pfappserver/lib/pfappserver/Form/Config/PortalModule/Authentication.pm +M html/pfappserver/root/config/portal_module/view.tt + +commit fc11364542b4ac61d652bda8d2ee15516297615c +Author: Julien Semaan +Date: Fri Jun 1 13:09:15 2018 -0400 + + allow to customize blackhole portal module template + remove actions from admin + + fixes #2905 + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Blackhole.pm +M html/pfappserver/lib/pfappserver/Form/Config/PortalModule/Authentication/Blackhole.pm + +commit 2b3dc9859b1e6cb7737d73fdc05cdda31c24856e +Author: Julien Semaan +Date: Fri Jun 1 12:50:40 2018 -0400 + + merge 2 alter tables together + +M db/upgrade-X.X.X-X.Y.Z.sql + +commit 1876aa8d2098025bb5d45da9a0325dc1446aff90 +Author: James Rouzier +Date: Fri Jun 1 12:43:34 2018 -0400 + + Add additional parameters default_psk_key, dpsk + +M t/unittest/UnifiedApi/GenerateSpec.t + +commit e370013124d677200292117760d55fd53517ad9b +Author: James Rouzier +Date: Thu May 31 10:43:26 2018 -0400 + + Add new parameters + +M lib/pf/pfcmd/checkup.pm + +commit 2b17d73f5d16474df74c9e4d40241dc50b2c7a6c +Author: James Rouzier +Date: Thu May 31 10:20:45 2018 -0400 + + Update wording of help + +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm + +commit ca0c5c19b221c2980b7daf5e06f2c92310c47d07 +Author: James Rouzier +Date: Mon Apr 23 10:57:36 2018 -0400 + + Add status field to profile + +M conf/profiles.conf.defaults +M html/pfappserver/lib/pfappserver/Form/Config/Profile/Default.pm +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M html/pfappserver/lib/pfappserver/Form/Portal.pm +M html/pfappserver/root/config/profile/index.tt +M lib/pf/filter_engine/profile.pm +M t/data/profiles.conf + +commit 90a942e7689259e9d238522c7b2f2f16aec87787 +Author: James Rouzier +Date: Fri Jun 1 00:05:45 2018 -0400 + + Rework bulk items + +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 20f6bac173957c7e201e46413174b3e45b6f09a3 +Author: James Rouzier +Date: Thu May 31 15:04:47 2018 -0400 + + Add use the pid of node if not provided + +M lib/pf/UnifiedApi/Controller/Crud.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 88b4295a06877974ce7a0e291982101aca6ac42c +Author: Francis Lachapelle +Date: Thu May 31 15:20:27 2018 -0400 + + (web admin) Fix path of jquery library + +M html/pfappserver/root/static/Gruntfile.js + +commit 011462c8f9d442d58ff80e87f6f4db3391ab5817 +Author: Francis Lachapelle +Date: Thu May 31 14:43:38 2018 -0400 + + (web admin) Fix Makefile + +M html/pfappserver/root/static/Makefile + +commit 56f49f8327481edb916d0fc18f1e5a6af2692976 +Author: James Rouzier +Date: Thu May 31 14:30:26 2018 -0400 + + Add translation for nexpose + +M html/pfappserver/lib/pfappserver/I18N/en.po +M html/pfappserver/lib/pfappserver/I18N/fr.po +M lib/pf/constants/pfdetect.pm + +commit d944976205c74e7fdc0515cf2e4d24df0910c90c +Author: Francis Lachapelle +Date: Thu May 31 14:17:52 2018 -0400 + + (web) No longer track generated JS/CSS files + +D html/pfappserver/root/static.alt/dist/css/app.c3664a962709d9928c16584791f7b46f.css +D html/pfappserver/root/static.alt/dist/css/app.c3664a962709d9928c16584791f7b46f.css.map +D html/pfappserver/root/static.alt/dist/js/0.3b39738416a995d7c0d9.js +D html/pfappserver/root/static.alt/dist/js/0.3b39738416a995d7c0d9.js.map +D html/pfappserver/root/static.alt/dist/js/app.c81457780563937020c7.js +D html/pfappserver/root/static.alt/dist/js/app.c81457780563937020c7.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.e30a41fca0fdf903c3c4.js +D html/pfappserver/root/static.alt/dist/js/manifest.e30a41fca0fdf903c3c4.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.f09cc063bf1f7235bfbe.js +D html/pfappserver/root/static.alt/dist/js/vendor.f09cc063bf1f7235bfbe.js.map +D html/pfappserver/root/static/css/styles.css +D html/pfappserver/root/static/css/styles.css.map +D html/pfappserver/root/static/js/vendor/ace/ace.js +D html/pfappserver/root/static/js/vendor/ace/ext-beautify.js +D html/pfappserver/root/static/js/vendor/ace/ext-chromevox.js +D html/pfappserver/root/static/js/vendor/ace/ext-elastic_tabstops_lite.js +D html/pfappserver/root/static/js/vendor/ace/ext-emmet.js +D html/pfappserver/root/static/js/vendor/ace/ext-error_marker.js +D html/pfappserver/root/static/js/vendor/ace/ext-keybinding_menu.js +D html/pfappserver/root/static/js/vendor/ace/ext-language_tools.js +D html/pfappserver/root/static/js/vendor/ace/ext-linking.js +D html/pfappserver/root/static/js/vendor/ace/ext-modelist.js +D html/pfappserver/root/static/js/vendor/ace/ext-old_ie.js +D html/pfappserver/root/static/js/vendor/ace/ext-options.js +D html/pfappserver/root/static/js/vendor/ace/ext-searchbox.js +D html/pfappserver/root/static/js/vendor/ace/ext-settings_menu.js +D html/pfappserver/root/static/js/vendor/ace/ext-spellcheck.js +D html/pfappserver/root/static/js/vendor/ace/ext-split.js +D html/pfappserver/root/static/js/vendor/ace/ext-static_highlight.js +D html/pfappserver/root/static/js/vendor/ace/ext-statusbar.js +D html/pfappserver/root/static/js/vendor/ace/ext-textarea.js +D html/pfappserver/root/static/js/vendor/ace/ext-themelist.js +D html/pfappserver/root/static/js/vendor/ace/ext-whitespace.js +D html/pfappserver/root/static/js/vendor/ace/keybinding-emacs.js +D html/pfappserver/root/static/js/vendor/ace/keybinding-vim.js +D html/pfappserver/root/static/js/vendor/ace/mode-abap.js +D html/pfappserver/root/static/js/vendor/ace/mode-abc.js +D html/pfappserver/root/static/js/vendor/ace/mode-actionscript.js +D html/pfappserver/root/static/js/vendor/ace/mode-ada.js +D html/pfappserver/root/static/js/vendor/ace/mode-apache_conf.js +D html/pfappserver/root/static/js/vendor/ace/mode-applescript.js +D html/pfappserver/root/static/js/vendor/ace/mode-asciidoc.js +D html/pfappserver/root/static/js/vendor/ace/mode-asl.js +D html/pfappserver/root/static/js/vendor/ace/mode-assembly_x86.js +D html/pfappserver/root/static/js/vendor/ace/mode-autohotkey.js +D html/pfappserver/root/static/js/vendor/ace/mode-batchfile.js +D html/pfappserver/root/static/js/vendor/ace/mode-bro.js +D html/pfappserver/root/static/js/vendor/ace/mode-c9search.js +D html/pfappserver/root/static/js/vendor/ace/mode-c_cpp.js +D html/pfappserver/root/static/js/vendor/ace/mode-cirru.js +D html/pfappserver/root/static/js/vendor/ace/mode-clojure.js +D html/pfappserver/root/static/js/vendor/ace/mode-cobol.js +D html/pfappserver/root/static/js/vendor/ace/mode-coffee.js +D html/pfappserver/root/static/js/vendor/ace/mode-coldfusion.js +D html/pfappserver/root/static/js/vendor/ace/mode-csharp.js +D html/pfappserver/root/static/js/vendor/ace/mode-csound_document.js +D html/pfappserver/root/static/js/vendor/ace/mode-csound_orchestra.js +D html/pfappserver/root/static/js/vendor/ace/mode-csound_score.js +D html/pfappserver/root/static/js/vendor/ace/mode-csp.js +D html/pfappserver/root/static/js/vendor/ace/mode-css.js +D html/pfappserver/root/static/js/vendor/ace/mode-curly.js +D html/pfappserver/root/static/js/vendor/ace/mode-d.js +D html/pfappserver/root/static/js/vendor/ace/mode-dart.js +D html/pfappserver/root/static/js/vendor/ace/mode-diff.js +D html/pfappserver/root/static/js/vendor/ace/mode-django.js +D html/pfappserver/root/static/js/vendor/ace/mode-dockerfile.js +D html/pfappserver/root/static/js/vendor/ace/mode-dot.js +D html/pfappserver/root/static/js/vendor/ace/mode-drools.js +D html/pfappserver/root/static/js/vendor/ace/mode-edifact.js +D html/pfappserver/root/static/js/vendor/ace/mode-eiffel.js +D html/pfappserver/root/static/js/vendor/ace/mode-ejs.js +D html/pfappserver/root/static/js/vendor/ace/mode-elixir.js +D html/pfappserver/root/static/js/vendor/ace/mode-elm.js +D html/pfappserver/root/static/js/vendor/ace/mode-erlang.js +D html/pfappserver/root/static/js/vendor/ace/mode-forth.js +D html/pfappserver/root/static/js/vendor/ace/mode-fortran.js +D html/pfappserver/root/static/js/vendor/ace/mode-ftl.js +D html/pfappserver/root/static/js/vendor/ace/mode-gcode.js +D html/pfappserver/root/static/js/vendor/ace/mode-gherkin.js +D html/pfappserver/root/static/js/vendor/ace/mode-gitignore.js +D html/pfappserver/root/static/js/vendor/ace/mode-glsl.js +D html/pfappserver/root/static/js/vendor/ace/mode-gobstones.js +D html/pfappserver/root/static/js/vendor/ace/mode-golang.js +D html/pfappserver/root/static/js/vendor/ace/mode-graphqlschema.js +D html/pfappserver/root/static/js/vendor/ace/mode-groovy.js +D html/pfappserver/root/static/js/vendor/ace/mode-haml.js +D html/pfappserver/root/static/js/vendor/ace/mode-handlebars.js +D html/pfappserver/root/static/js/vendor/ace/mode-haskell.js +D html/pfappserver/root/static/js/vendor/ace/mode-haskell_cabal.js +D html/pfappserver/root/static/js/vendor/ace/mode-haxe.js +D html/pfappserver/root/static/js/vendor/ace/mode-hjson.js +D html/pfappserver/root/static/js/vendor/ace/mode-html.js +D html/pfappserver/root/static/js/vendor/ace/mode-html_elixir.js +D html/pfappserver/root/static/js/vendor/ace/mode-html_ruby.js +D html/pfappserver/root/static/js/vendor/ace/mode-ini.js +D html/pfappserver/root/static/js/vendor/ace/mode-io.js +D html/pfappserver/root/static/js/vendor/ace/mode-jack.js +D html/pfappserver/root/static/js/vendor/ace/mode-jade.js +D html/pfappserver/root/static/js/vendor/ace/mode-java.js +D html/pfappserver/root/static/js/vendor/ace/mode-javascript.js +D html/pfappserver/root/static/js/vendor/ace/mode-json.js +D html/pfappserver/root/static/js/vendor/ace/mode-jsoniq.js +D html/pfappserver/root/static/js/vendor/ace/mode-jsp.js +D html/pfappserver/root/static/js/vendor/ace/mode-jssm.js +D html/pfappserver/root/static/js/vendor/ace/mode-jsx.js +D html/pfappserver/root/static/js/vendor/ace/mode-julia.js +D html/pfappserver/root/static/js/vendor/ace/mode-kotlin.js +D html/pfappserver/root/static/js/vendor/ace/mode-latex.js +D html/pfappserver/root/static/js/vendor/ace/mode-lean.js +D html/pfappserver/root/static/js/vendor/ace/mode-less.js +D html/pfappserver/root/static/js/vendor/ace/mode-liquid.js +D html/pfappserver/root/static/js/vendor/ace/mode-lisp.js +D html/pfappserver/root/static/js/vendor/ace/mode-live_script.js +D html/pfappserver/root/static/js/vendor/ace/mode-livescript.js +D html/pfappserver/root/static/js/vendor/ace/mode-logiql.js +D html/pfappserver/root/static/js/vendor/ace/mode-lsl.js +D html/pfappserver/root/static/js/vendor/ace/mode-lua.js +D html/pfappserver/root/static/js/vendor/ace/mode-luapage.js +D html/pfappserver/root/static/js/vendor/ace/mode-lucene.js +D html/pfappserver/root/static/js/vendor/ace/mode-makefile.js +D html/pfappserver/root/static/js/vendor/ace/mode-markdown.js +D html/pfappserver/root/static/js/vendor/ace/mode-mask.js +D html/pfappserver/root/static/js/vendor/ace/mode-matlab.js +D html/pfappserver/root/static/js/vendor/ace/mode-maze.js +D html/pfappserver/root/static/js/vendor/ace/mode-mel.js +D html/pfappserver/root/static/js/vendor/ace/mode-mips_assembler.js +D html/pfappserver/root/static/js/vendor/ace/mode-mipsassembler.js +D html/pfappserver/root/static/js/vendor/ace/mode-mixal.js +D html/pfappserver/root/static/js/vendor/ace/mode-mushcode.js +D html/pfappserver/root/static/js/vendor/ace/mode-mysql.js +D html/pfappserver/root/static/js/vendor/ace/mode-nix.js +D html/pfappserver/root/static/js/vendor/ace/mode-nsis.js +D html/pfappserver/root/static/js/vendor/ace/mode-objectivec.js +D html/pfappserver/root/static/js/vendor/ace/mode-ocaml.js +D html/pfappserver/root/static/js/vendor/ace/mode-pascal.js +D html/pfappserver/root/static/js/vendor/ace/mode-perl.js +D html/pfappserver/root/static/js/vendor/ace/mode-pgsql.js +D html/pfappserver/root/static/js/vendor/ace/mode-php.js +D html/pfappserver/root/static/js/vendor/ace/mode-pig.js +D html/pfappserver/root/static/js/vendor/ace/mode-plain_text.js +D html/pfappserver/root/static/js/vendor/ace/mode-powershell.js +D html/pfappserver/root/static/js/vendor/ace/mode-praat.js +D html/pfappserver/root/static/js/vendor/ace/mode-prolog.js +D html/pfappserver/root/static/js/vendor/ace/mode-properties.js +D html/pfappserver/root/static/js/vendor/ace/mode-protobuf.js +D html/pfappserver/root/static/js/vendor/ace/mode-python.js +D html/pfappserver/root/static/js/vendor/ace/mode-r.js +D html/pfappserver/root/static/js/vendor/ace/mode-razor.js +D html/pfappserver/root/static/js/vendor/ace/mode-rdoc.js +D html/pfappserver/root/static/js/vendor/ace/mode-red.js +D html/pfappserver/root/static/js/vendor/ace/mode-redshift.js +D html/pfappserver/root/static/js/vendor/ace/mode-rhtml.js +D html/pfappserver/root/static/js/vendor/ace/mode-rst.js +D html/pfappserver/root/static/js/vendor/ace/mode-ruby.js +D html/pfappserver/root/static/js/vendor/ace/mode-rust.js +D html/pfappserver/root/static/js/vendor/ace/mode-sass.js +D html/pfappserver/root/static/js/vendor/ace/mode-scad.js +D html/pfappserver/root/static/js/vendor/ace/mode-scala.js +D html/pfappserver/root/static/js/vendor/ace/mode-scheme.js +D html/pfappserver/root/static/js/vendor/ace/mode-scss.js +D html/pfappserver/root/static/js/vendor/ace/mode-sh.js +D html/pfappserver/root/static/js/vendor/ace/mode-sjs.js +D html/pfappserver/root/static/js/vendor/ace/mode-smarty.js +D html/pfappserver/root/static/js/vendor/ace/mode-snippets.js +D html/pfappserver/root/static/js/vendor/ace/mode-soy_template.js +D html/pfappserver/root/static/js/vendor/ace/mode-space.js +D html/pfappserver/root/static/js/vendor/ace/mode-sparql.js +D html/pfappserver/root/static/js/vendor/ace/mode-sql.js +D html/pfappserver/root/static/js/vendor/ace/mode-sqlserver.js +D html/pfappserver/root/static/js/vendor/ace/mode-stylus.js +D html/pfappserver/root/static/js/vendor/ace/mode-svg.js +D html/pfappserver/root/static/js/vendor/ace/mode-swift.js +D html/pfappserver/root/static/js/vendor/ace/mode-swig.js +D html/pfappserver/root/static/js/vendor/ace/mode-tcl.js +D html/pfappserver/root/static/js/vendor/ace/mode-tex.js +D html/pfappserver/root/static/js/vendor/ace/mode-text.js +D html/pfappserver/root/static/js/vendor/ace/mode-textile.js +D html/pfappserver/root/static/js/vendor/ace/mode-toml.js +D html/pfappserver/root/static/js/vendor/ace/mode-tsx.js +D html/pfappserver/root/static/js/vendor/ace/mode-turtle.js +D html/pfappserver/root/static/js/vendor/ace/mode-twig.js +D html/pfappserver/root/static/js/vendor/ace/mode-typescript.js +D html/pfappserver/root/static/js/vendor/ace/mode-vala.js +D html/pfappserver/root/static/js/vendor/ace/mode-vbscript.js +D html/pfappserver/root/static/js/vendor/ace/mode-velocity.js +D html/pfappserver/root/static/js/vendor/ace/mode-verilog.js +D html/pfappserver/root/static/js/vendor/ace/mode-vhdl.js +D html/pfappserver/root/static/js/vendor/ace/mode-wollok.js +D html/pfappserver/root/static/js/vendor/ace/mode-xml.js +D html/pfappserver/root/static/js/vendor/ace/mode-xquery.js +D html/pfappserver/root/static/js/vendor/ace/mode-yaml.js +D html/pfappserver/root/static/js/vendor/ace/theme-ambiance.js +D html/pfappserver/root/static/js/vendor/ace/theme-chaos.js +D html/pfappserver/root/static/js/vendor/ace/theme-chrome.js +D html/pfappserver/root/static/js/vendor/ace/theme-clouds.js +D html/pfappserver/root/static/js/vendor/ace/theme-clouds_midnight.js +D html/pfappserver/root/static/js/vendor/ace/theme-cobalt.js +D html/pfappserver/root/static/js/vendor/ace/theme-crimson_editor.js +D html/pfappserver/root/static/js/vendor/ace/theme-dawn.js +D html/pfappserver/root/static/js/vendor/ace/theme-dracula.js +D html/pfappserver/root/static/js/vendor/ace/theme-dreamweaver.js +D html/pfappserver/root/static/js/vendor/ace/theme-eclipse.js +D html/pfappserver/root/static/js/vendor/ace/theme-github.js +D html/pfappserver/root/static/js/vendor/ace/theme-gob.js +D html/pfappserver/root/static/js/vendor/ace/theme-gruvbox.js +D html/pfappserver/root/static/js/vendor/ace/theme-idle_fingers.js +D html/pfappserver/root/static/js/vendor/ace/theme-iplastic.js +D html/pfappserver/root/static/js/vendor/ace/theme-katzenmilch.js +D html/pfappserver/root/static/js/vendor/ace/theme-kr_theme.js +D html/pfappserver/root/static/js/vendor/ace/theme-kuroir.js +D html/pfappserver/root/static/js/vendor/ace/theme-merbivore.js +D html/pfappserver/root/static/js/vendor/ace/theme-merbivore_soft.js +D html/pfappserver/root/static/js/vendor/ace/theme-mono_industrial.js +D html/pfappserver/root/static/js/vendor/ace/theme-monokai.js +D html/pfappserver/root/static/js/vendor/ace/theme-pastel_on_dark.js +D html/pfappserver/root/static/js/vendor/ace/theme-solarized_dark.js +D html/pfappserver/root/static/js/vendor/ace/theme-solarized_light.js +D html/pfappserver/root/static/js/vendor/ace/theme-sqlserver.js +D html/pfappserver/root/static/js/vendor/ace/theme-terminal.js +D html/pfappserver/root/static/js/vendor/ace/theme-textmate.js +D html/pfappserver/root/static/js/vendor/ace/theme-tomorrow.js +D html/pfappserver/root/static/js/vendor/ace/theme-tomorrow_night.js +D html/pfappserver/root/static/js/vendor/ace/theme-tomorrow_night_blue.js +D html/pfappserver/root/static/js/vendor/ace/theme-tomorrow_night_bright.js +D html/pfappserver/root/static/js/vendor/ace/theme-tomorrow_night_eighties.js +D html/pfappserver/root/static/js/vendor/ace/theme-twilight.js +D html/pfappserver/root/static/js/vendor/ace/theme-vibrant_ink.js +D html/pfappserver/root/static/js/vendor/ace/theme-xcode.js +D html/pfappserver/root/static/js/vendor/ace/worker-coffee.js +D html/pfappserver/root/static/js/vendor/ace/worker-css.js +D html/pfappserver/root/static/js/vendor/ace/worker-html.js +D html/pfappserver/root/static/js/vendor/ace/worker-javascript.js +D html/pfappserver/root/static/js/vendor/ace/worker-json.js +D html/pfappserver/root/static/js/vendor/ace/worker-lua.js +D html/pfappserver/root/static/js/vendor/ace/worker-php.js +D html/pfappserver/root/static/js/vendor/ace/worker-xml.js +D html/pfappserver/root/static/js/vendor/ace/worker-xquery.js +D html/pfappserver/root/static/js/vendor/bootstrap.min.js +D html/pfappserver/root/static/js/vendor/bootstrap.min.js.map +D html/pfappserver/root/static/js/vendor/fitty.min.js +D html/pfappserver/root/static/js/vendor/fitty.min.js.map +D html/pfappserver/root/static/js/vendor/jquery-extra.min.js +D html/pfappserver/root/static/js/vendor/jquery-extra.min.js.map +D html/pfappserver/root/static/js/vendor/jquery-ui.min.js +D html/pfappserver/root/static/js/vendor/jquery-ui.min.js.map +D html/pfappserver/root/static/js/vendor/jquery.min.js +D html/pfappserver/root/static/js/vendor/jquery.min.map +D html/pfappserver/root/static/js/vendor/raphael.min.js +D html/pfappserver/root/static/js/vendor/raphael.min.js.map + +commit 8b509b75fcb4f7f8c828927562bb9e26239a498f +Author: James Rouzier +Date: Thu May 31 13:22:37 2018 -0400 + + Add test for read timeout + +M t/data/authentication.conf +A t/ldap-read-timeout.t + +commit fb809c45897ff567d43e09fe39f0abd67bcbe55b +Author: James Rouzier +Date: Thu May 31 13:06:53 2018 -0400 + + Add type to the list of syslog parsers + +M html/pfappserver/root/config/pfdetect/list.tt + +commit 34f5fad4483ea60bdfab6f02c248b98275d834bd +Author: James Rouzier +Date: Thu May 31 12:55:20 2018 -0400 + + Cleanup and remove code + +M addons/extract_i18n_strings.pl +M addons/packages/packetfence.spec +M go/detect/main.go +M go/detectparser/generic.go +M go/pfconfigdriver/fetch.go +M go/sharedutils/util.go +M html/pfappserver/lib/pfappserver/Form/Config/Pfdetect.pm +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Config/Pfdetect.pm +M lib/pf/constants/pfdetect.pm +D lib/pf/detect/parser.pm +D lib/pf/detect/parser/dhcp.pm +D lib/pf/detect/parser/fortianalyser.pm +M lib/pf/detect/parser/regex.pm +D lib/pf/detect/parser/security_onion.pm +D lib/pf/detect/parser/snort.pm +D lib/pf/detect/parser/suricata.pm +D lib/pf/detect/parser/suricata_md5.pm +D lib/pf/factory/detect/parser.pm +D sbin/pfdetect-perl +D t/unittest/detect/parser/dhcp.t +D t/unittest/detect/parser/fortianalyser.t +D t/unittest/detect/parser/regex.t +D t/unittest/detect/parser/securityonion.t +D t/unittest/detect/parser/snort.t +D t/unittest/detect/parser/suricata_md5_http.t +D t/unittest/detect/parser/suricata_md5_smtp.t + +commit 7bb5ec08eb82b3070a2a0bdeb772c04fd96d2dde +Author: Julien Semaan +Date: Thu May 31 12:10:21 2018 -0400 + + add i18n for network.connection_type_change_detection + +M html/pfappserver/lib/pfappserver/I18N/en.po + +commit 59c1aace4495d079aabd241de0609489b1d27509 +Author: Julien Semaan +Date: Thu May 31 11:43:27 2018 -0400 + + news for PR #3264 + +M NEWS.asciidoc + +commit 8a85dd3cd9b8bec7aba0019945d5a0b4b1543346 +Author: Julien Semaan +Date: Thu May 31 11:13:29 2018 -0400 + + news for PR #3244 + +M NEWS.asciidoc + +commit fc005ffd4b8189502ae28d54faf52a13e2972b2f +Author: Francis Lachapelle +Date: Thu May 31 11:10:01 2018 -0400 + + (web admin) Fix Makefile + +M html/pfappserver/root/static/Makefile + +commit af98cc1f4393a2572083838ab3727cab544da08e +Author: Francis Lachapelle +Date: Thu May 31 10:56:50 2018 -0400 + + (portal) Fix Makefile + +M html/common/Makefile + +commit c439fb5e10795349fc5c4aec02b53526334357c7 +Author: Francis Lachapelle +Date: Thu May 31 10:46:23 2018 -0400 + + (web) Add 'make vendor' directive + +M html/common/Makefile +M html/pfappserver/root/static.alt/Makefile +M html/pfappserver/root/static/Makefile + +commit 59cab137ca23d9cb86d1737bdc18decba8bb79fc +Author: James Rouzier +Date: Thu May 31 10:05:49 2018 -0400 + + Log the error message + +M lib/pf/Switch/Cisco/Aironet.pm + +commit ad6d8fd1e1109f6d052ce88d280459379657077e +Author: Durand Fabrice +Date: Thu May 31 09:05:52 2018 -0400 + + Fixed missing import in ArubaSwitch module + +M lib/pf/Switch/ArubaSwitch.pm + +commit 4e54cd83fd7b649cc24d8c993129f82cb99ee067 +Author: Durand Fabrice +Date: Wed May 30 22:52:54 2018 -0400 + + moved sql request in upgrade sql schema + +M db/upgrade-X.X.X-X.Y.Z.sql + +commit ed838529fc2704cd3436a12773f34970c4179e51 +Author: Durand Fabrice +Date: Fri May 25 12:57:07 2018 -0400 + + PSK to PSKLength + +M html/pfappserver/lib/pfappserver/Base/Form.pm + +commit d7030a8f6ad83295e1ed728a516d0aa4e24a4e20 +Author: Durand Fabrice +Date: Fri May 25 12:55:33 2018 -0400 + + Fix for PR + +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/dpsk.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +D html/pfappserver/lib/pfappserver/Form/Field/PSK.pm +A html/pfappserver/lib/pfappserver/Form/Field/PSKLength.pm +M lib/pf/provisioner/mobileconfig.pm + +commit 05282d3a0062c2a770ddbba398420a463b70d7fc +Author: Durand Fabrice +Date: Wed May 23 14:36:28 2018 -0400 + + Added checkup on dpks and default_psk_key + +M lib/pf/pfcmd/checkup.pm + +commit e730ad9893b375a6965bc278e142eecb1dca449c +Author: Durand Fabrice +Date: Wed May 23 14:32:12 2018 -0400 + + Renamed files + +A html/pfappserver/lib/pfappserver/Form/Config/Provisioning/dpsk.pm +D html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +A html/pfappserver/root/config/provisioning/type/dpsk.tt +D html/pfappserver/root/config/provisioning/type/ipsk.tt + +commit 6d4d4cac78b0c4d9534bb182abb1e74aabb8e6a7 +Author: Durand Fabrice +Date: Wed May 23 14:27:36 2018 -0400 + + ipsk -> dpsk + +M conf/profiles.conf.defaults +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +A docs/images/dpsk_provisioner.png +D docs/images/ipsk_provisioner.png +M html/captive-portal/lib/captiveportal/PacketFence/Controller/WirelessProfile.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Provisioning.pm +M html/captive-portal/templates/provisioner/ipsk.html +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +M html/pfappserver/root/static/admin/config/provisioners.js +M lib/pf/Connection/Profile.pm +M lib/pf/Switch/Cisco/WLC.pm +M lib/pf/Switch/Hostapd.pm +A lib/pf/provisioner/dpsk.pm +D lib/pf/provisioner/ipsk.pm +M lib/pf/provisioner/mobileconfig.pm + +commit ea89ceacc43cd5aa73fb8c71d444c44149082307 +Author: Durand Fabrice +Date: Wed May 23 13:43:34 2018 -0400 + + PSK length validation + +M html/pfappserver/lib/pfappserver/Base/Form.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +A html/pfappserver/lib/pfappserver/Form/Field/PSK.pm +M html/pfappserver/lib/pfappserver/Form/User.pm + +commit c9e0f6583de9d5411acdc2e5623c33d116eaa512 +Author: Durand Fabrice +Date: Wed May 23 10:25:12 2018 -0400 + + Fix for PR + +M lib/pf/Connection/Profile.pm +M lib/pf/Switch.pm +M lib/pf/Switch/Cisco/WLC.pm +M lib/pf/Switch/Hostapd.pm +M lib/pf/provisioner/ipsk.pm +M lib/pf/provisioner/mobileconfig.pm + +commit a3973fb2b0758f7cfa91520fab446e3ddd7caa0a +Author: Durand Fabrice +Date: Tue May 22 08:56:01 2018 -0400 + + Added ipsk support for hostapd + +M lib/pf/Switch/Hostapd.pm + +commit 7f6563332278effc99e6d43ec51e47d737b891e9 +Author: Durand Fabrice +Date: Fri May 18 10:44:19 2018 -0400 + + Added psk_size attribute + +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +M html/pfappserver/root/static/admin/config/provisioners.js +M lib/pf/provisioner/mobileconfig.pm + +commit 2ae63e1276db6505aaa3373f3a8049d23621a815 +Author: Durand Fabrice +Date: Thu May 17 20:23:32 2018 -0400 + + Fix typo + +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm + +commit 99854106045acb05c9638bbeba0697f540c17365 +Author: Durand Fabrice +Date: Thu May 17 20:21:59 2018 -0400 + + Fix for PR + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +M html/pfappserver/lib/pfappserver/Form/User.pm +M lib/pf/Connection/Profile.pm +M lib/pf/Switch/Cisco/WLC.pm +M lib/pf/dal/_person.pm +M lib/pf/provisioner/mobileconfig.pm + +commit d7060eb3530b1b1fd8e14a714f84467270c333dc +Author: Durand Fabrice +Date: Thu May 17 14:02:15 2018 -0400 + + Clean doc + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 8133ea277301f0d4d3cb3487701115cdeae336a8 +Author: Durand Fabrice +Date: Thu May 17 14:00:59 2018 -0400 + + Added documentation + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +A docs/images/ipsk1.png +A docs/images/ipsk2.png +A docs/images/ipsk_provisioner.png +A docs/images/ipsk_radius.png + +commit 3e250e1d5457f1304392726411543515583d284d +Author: Durand Fabrice +Date: Thu May 17 11:41:36 2018 -0400 + + Added radius logic + +M html/captive-portal/templates/provisioner/ipsk.html +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M lib/pf/Switch/Cisco/WLC.pm +M lib/pf/provisioner/mobileconfig.pm + +commit a1014c99766ac0206c258f1e7c9607d921684622 +Author: Durand Fabrice +Date: Thu May 17 10:24:24 2018 -0400 + + Override oses + +M html/captive-portal/templates/provisioner/ipsk.html +M lib/pf/provisioner/ipsk.pm + +commit d82bc474d7bd829e4ee357d574866d046751b50d +Author: Durand Fabrice +Date: Wed May 16 16:41:41 2018 -0400 + + Added in profile.xml + +M html/captive-portal/lib/captiveportal/PacketFence/Controller/WirelessProfile.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Provisioning.pm +M html/captive-portal/templates/wireless-profile-noeap.xml +M lib/pf/provisioner/ipsk.pm +M lib/pf/provisioner/mobileconfig.pm + +commit bf2b7c72409be0c48d5074dd36a7326fba332b52 +Author: Durand Fabrice +Date: Wed May 16 15:30:12 2018 -0400 + + Added ipsk in mobileconfig provisioner + +M html/pfappserver/lib/pfappserver/Form/Config/Provisioning/mobileconfig.pm +M html/pfappserver/root/static/admin/config/provisioners.js + +commit b4b7de4d12cb2b56b814187b28a88b0ec7c10558 +Author: Durand Fabrice +Date: Tue May 15 16:15:25 2018 -0400 + + Added provisioner ipsk + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Provisioning.pm +A html/captive-portal/templates/provisioner/ipsk.html +A html/pfappserver/lib/pfappserver/Form/Config/Provisioning/ipsk.pm +M html/pfappserver/lib/pfappserver/Form/User.pm +A html/pfappserver/root/config/provisioning/type/ipsk.tt +M lib/pf/dal/_person.pm +A lib/pf/provisioner/ipsk.pm + +commit 8d31d6a14b1a35290508f122ac08b9dc7b1e5816 +Author: Durand Fabrice +Date: Tue May 15 11:14:17 2018 -0400 + + Added ipsk option on connection profile + +M conf/profiles.conf.defaults +M html/pfappserver/lib/pfappserver/Form/Config/ProfileCommon.pm +M lib/pf/Connection/Profile.pm + +commit 52362f0d210a5aeec080a0637849ca05540d34a3 +Author: James Rouzier +Date: Wed May 30 12:04:18 2018 -0400 + + Fix logging message + +M go/detect/main.go + +commit 21c64ff70d0c6d0ef11415dade7d0e5331a3e503 +Author: James Rouzier +Date: Wed May 30 11:33:12 2018 -0400 + + use logger instead of printf and remove use of TODO context + +M go/detect/main.go +M go/detectparser/dhcp.go +M go/detectparser/generic.go +M go/detectparser/generic_test.go +M go/detectparser/parser.go +M go/pfqueueclient/pfqueueclient.go + +commit e53578e37cc154e51530652413574f2b1aafee46 +Author: James Rouzier +Date: Wed May 30 11:21:21 2018 -0400 + + Use logger + +M go/detect/main.go + +commit 902812c243e1d61eaae6c65311783a6040ffc75b +Author: Allan Tran +Date: Wed May 30 11:03:23 2018 -0400 + + Removed extra bracket + +M html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm + +commit 3195224cc1e43c4b754157b0dc137c000e34eea0 +Author: Allan Tran +Date: Wed May 30 09:48:18 2018 -0400 + + Re-added PORTAL_CONTEXT in Email.pm + +M html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm + +commit 5560f60fb1a3d07c4e9aa396a55c7d6df45a04c3 +Author: Durand Fabrice +Date: Wed May 30 09:23:20 2018 -0400 + + Old syntax to fix the issue + +M lib/pf/web/constants.pm +M lib/pf/web/externalportal.pm + +commit 0b239dbca742b4a6c3b4728daf343842346d9d9e +Author: Durand Fabrice +Date: Wed May 30 08:56:10 2018 -0400 + + Added an alias for Aerohive portal url + +M lib/pf/web/constants.pm +M lib/pf/web/externalportal.pm + +commit 40a483c8966542838e892fef6c9954e8980f05bc +Author: Durand Fabrice +Date: Wed May 30 08:49:23 2018 -0400 + + Fixed syntax + +M addons/packages/packetfence.spec + +commit e6c4c553b9f390c8a4a41bcb4e21afbda72468e5 +Author: InverseBot +Date: Wed May 30 00:03:06 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/css/app.c3664a962709d9928c16584791f7b46f.css +A html/pfappserver/root/static.alt/dist/css/app.c3664a962709d9928c16584791f7b46f.css.map +D html/pfappserver/root/static.alt/dist/css/app.c924db8397a40755a5663b122404c5f1.css +D html/pfappserver/root/static.alt/dist/css/app.c924db8397a40755a5663b122404c5f1.css.map +A html/pfappserver/root/static.alt/dist/js/0.3b39738416a995d7c0d9.js +A html/pfappserver/root/static.alt/dist/js/0.3b39738416a995d7c0d9.js.map +D html/pfappserver/root/static.alt/dist/js/0.941ec5251dcef8645cea.js +D html/pfappserver/root/static.alt/dist/js/0.941ec5251dcef8645cea.js.map +A html/pfappserver/root/static.alt/dist/js/app.c81457780563937020c7.js +A html/pfappserver/root/static.alt/dist/js/app.c81457780563937020c7.js.map +D html/pfappserver/root/static.alt/dist/js/app.dd3f7bc10e0ae7f9004b.js +D html/pfappserver/root/static.alt/dist/js/app.dd3f7bc10e0ae7f9004b.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.51c9b3b82265537f30d5.js +D html/pfappserver/root/static.alt/dist/js/manifest.51c9b3b82265537f30d5.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.e30a41fca0fdf903c3c4.js +A html/pfappserver/root/static.alt/dist/js/manifest.e30a41fca0fdf903c3c4.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.2fea99450101308b6b7e.js +D html/pfappserver/root/static.alt/dist/js/vendor.2fea99450101308b6b7e.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.f09cc063bf1f7235bfbe.js +A html/pfappserver/root/static.alt/dist/js/vendor.f09cc063bf1f7235bfbe.js.map + +commit 96424cdfa6d2274eacdd520ca1622b395dce8fa8 +Author: Francis Lachapelle +Date: Tue May 29 17:51:25 2018 -0400 + + (web admin) Lighter default text color + +M html/pfappserver/root/static.alt/src/styles/_variables.scss + +commit a8e6020bfa8f27785ce1250c9f11e2f58c6b12b7 +Author: Francis Lachapelle +Date: Tue May 29 17:50:56 2018 -0400 + + (web admin) Minor changes to pfFinverbankScore + +M html/pfappserver/root/static.alt/src/components/pfFingerbankScore.vue + +commit 1072d4d8780718167a1cea67b950af79ed9b00a1 +Author: Francis Lachapelle +Date: Tue May 29 17:48:38 2018 -0400 + + (web admin) MAC must be unique when creating node + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesCreate.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit c39930bb0c23d63b4397d024e9e53eeab39c2692 +Author: James Rouzier +Date: Tue May 29 15:58:06 2018 -0400 + + Rename go source files for pfdetect + +M addons/pf-maint.pl +M go/Makefile +A go/detect/main.go +D go/detect/parser/dhcp.go +D go/detect/parser/dhcp_test.go +D go/detect/parser/fortianalyser.go +D go/detect/parser/fortianalyser_test.go +D go/detect/parser/generic.go +D go/detect/parser/generic_test.go +D go/detect/parser/nexpose.go +D go/detect/parser/nexpose_test.go +D go/detect/parser/parser.go +D go/detect/parser/security_onion.go +D go/detect/parser/security_onion_test.go +D go/detect/parser/snort.go +D go/detect/parser/snort_test.go +D go/detect/parser/suricata_md5.go +D go/detect/parser/suricata_md5_test.go +D go/detect/parser/utils_test.go +A go/detectparser/dhcp.go +A go/detectparser/dhcp_test.go +A go/detectparser/fortianalyser.go +A go/detectparser/fortianalyser_test.go +A go/detectparser/generic.go +A go/detectparser/generic_test.go +A go/detectparser/nexpose.go +A go/detectparser/nexpose_test.go +A go/detectparser/parser.go +A go/detectparser/security_onion.go +A go/detectparser/security_onion_test.go +A go/detectparser/snort.go +A go/detectparser/snort_test.go +A go/detectparser/suricata_md5.go +A go/detectparser/suricata_md5_test.go +A go/detectparser/utils_test.go +D go/pfdetect/main.go + +commit 3826dcb43688c3fcf4d821ade7256c4b9adee389 +Author: Durand Fabrice +Date: Tue May 29 15:57:38 2018 -0400 + + Fixed miss libcrypt-rijndael-perl in debian dependencies + +M debian/control + +commit 2750a6960de5dfb8701b836740c4b965fa765239 +Author: Francis Lachapelle +Date: Tue May 29 15:53:43 2018 -0400 + + (web admin) Improve saving of node and user + +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 42396e5523f3047348f9f274a5da1666b93eaf41 +Author: James Rouzier +Date: Tue May 29 15:33:19 2018 -0400 + + Add link for old perl pfdetect + +M addons/packages/packetfence.spec + +commit 8ffe7cbcb05d804e98fa5633f65106dea359053e +Author: James Rouzier +Date: Tue May 29 15:18:12 2018 -0400 + + Handle if a panic happens + +M go/pfdetect/main.go + +commit 1d4fa8242111a915a47870aceec8a8cdaf1c1d54 +Author: James Rouzier +Date: Tue May 29 14:58:20 2018 -0400 + + Renamed perl version of pfdetect + +D sbin/pfdetect +A sbin/pfdetect-perl + +commit d9452bc245d21f772628bc7fe395fbdbd0bd9573 +Author: James Rouzier +Date: Tue May 29 14:51:37 2018 -0400 + + Fix tests + +M go/detect/parser/dhcp.go +M go/detect/parser/generic.go +M go/detect/parser/generic_test.go + +commit 707edc68d4d1ac5c30b8fd84ee64493a43a29111 +Author: Francis Lachapelle +Date: Tue May 29 14:42:38 2018 -0400 + + (web admin) New pfFingerbankScore component + +A html/pfappserver/root/static.alt/src/components/pfFingerbankScore.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 1e4edcb6b6e941b3a347a2b035b351b97f076353 +Author: James Rouzier +Date: Tue May 29 14:12:37 2018 -0400 + + Add Pfqueue API call + +M go/detect/parser/dhcp.go +M go/detect/parser/dhcp_test.go +M go/detect/parser/fortianalyser.go +M go/detect/parser/fortianalyser_test.go +M go/detect/parser/generic.go +M go/detect/parser/generic_test.go +M go/detect/parser/nexpose.go +M go/detect/parser/nexpose_test.go +M go/detect/parser/parser.go +M go/detect/parser/security_onion.go +M go/detect/parser/security_onion_test.go +M go/detect/parser/snort.go +M go/detect/parser/snort_test.go +M go/detect/parser/suricata_md5.go +M go/detect/parser/suricata_md5_test.go +M go/pfdetect/main.go + +commit 4440e7f321145320a9bb2d586cc9a05bc3d08abb +Author: James Rouzier +Date: Mon May 28 15:38:46 2018 -0400 + + Add new routes ip4logs/mac2ip/#mac ip4logs/ip2mac/#ip + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Ip4logs.pm + +commit 6c8ffef06c3293c1ec76a323b26d1f837845497c +Author: James Rouzier +Date: Mon May 28 15:34:16 2018 -0400 + + Default to use the 'relaxed' style of url parameter + +M lib/pf/UnifiedApi/Plugin/RestCrud.pm +M t/unittest/UnifiedApi/Plugin/RestCrud.t + +commit fd8f32763c9bc25718c7e94124ca5c29407bde9e +Author: James Rouzier +Date: Mon May 28 10:33:07 2018 -0400 + + Pfqueue client for go + +A go/pfqueueclient/pfqueueclient.go + +commit 62b9be4d6b1882190844792aaf1f2348fe312dcb +Author: James Rouzier +Date: Mon May 28 10:16:30 2018 -0400 + + Add PutPfQueueRedisClient + +M go/redisclient/redisclient.go + +commit e79aea92e2e2632fd28ef0713a489c127c44f343 +Author: James Rouzier +Date: Sun May 27 08:54:31 2018 -0400 + + Create a redis client pool + +A go/redisclient/redisclient.go + +commit 880b34b166d513c39e0c9bd8d6a3d7c15aac2bf3 +Author: James Rouzier +Date: Thu May 24 19:06:44 2018 -0400 + + Make pfdetect reload config after recieving an HUP signal + +M go/pfdetect/main.go + +commit a52ac8fa11d304881ffc3854ce0f8abd751ce6b1 +Author: James Rouzier +Date: Wed May 23 16:42:00 2018 -0400 + + Run all parser runners in go routine + +M go/pfdetect/main.go + +commit 6f19606ec43e10ba76f2a4391d67f6048399fd9d +Author: James Rouzier +Date: Wed May 23 10:05:30 2018 -0400 + + Do not have the regex compiled in pfconfig store + +M lib/pfconfig/namespaces/config/Pfdetect.pm + +commit 7a20b680708f88271c9c3cb86028943ae48ea0a8 +Author: James Rouzier +Date: Fri May 18 15:57:01 2018 -0400 + + Add a helper function to get the keys from a resource + +M go/pfconfigdriver/fetch.go + +commit e28a16619cf5b35041570d9069973079ace55b43 +Author: James Rouzier +Date: Fri May 18 14:26:48 2018 -0400 + + Add systemd notify support + +D go/pfdetect/config.go +M go/pfdetect/main.go + +commit a6025fdae2bf6403756ccc53a59a8786443d1336 +Author: James Rouzier +Date: Fri May 18 14:18:28 2018 -0400 + + Create a pfconfig go struct + +M go/detect/parser/dhcp.go +M go/detect/parser/fortianalyser.go +M go/detect/parser/generic.go +M go/detect/parser/nexpose.go +M go/detect/parser/parser.go +M go/detect/parser/security_onion.go +M go/detect/parser/snort.go +M go/detect/parser/suricata_md5.go + +commit 996780023eb5cc88e92b9d999293c069327660cf +Author: James Rouzier +Date: Thu May 17 11:54:30 2018 -0400 + + Change the name of the parser to nexpose + +A go/detect/parser/nexpose.go +A go/detect/parser/nexpose_test.go +M go/detect/parser/parser.go +D go/detect/parser/rapid7.go +D go/detect/parser/rapid7_test.go + +commit 0d95f2ec3b1f959fd7c469eba893d0cc20c4e5d9 +Author: James Rouzier +Date: Thu May 17 10:54:47 2018 -0400 + + Add rapid7 parser + +M go/detect/parser/parser.go +A go/detect/parser/rapid7.go +A go/detect/parser/rapid7_test.go + +commit e8e89cc68a95c137e5bf4ca02e992e09f4ddf56a +Author: James Rouzier +Date: Tue May 15 13:15:12 2018 -0400 + + Fix logic in error check. Fix runner race condition. + +M go/pfdetect/main.go + +commit 59ca59bcaa6005fdb168f51a8b89840f70eef4d3 +Author: James Rouzier +Date: Tue May 15 13:06:02 2018 -0400 + + Move IsEnabled to sharedutils + +M go/pfdetect/main.go +M go/sharedutils/util.go + +commit 9d6e2d33a2691bc43d561f00a0fee45f9a011eab +Author: James Rouzier +Date: Tue May 15 12:56:02 2018 -0400 + + Set the process name + +M go/pfdetect/main.go + +commit d90761c820fc8026d69be51a7579c1fc80ab8964 +Author: James Rouzier +Date: Tue May 15 12:44:40 2018 -0400 + + Create a server struct + +M go/pfdetect/main.go + +commit bf6f7b960146c7088918eccbd1ed91ab683ca277 +Author: James Rouzier +Date: Tue May 15 10:32:52 2018 -0400 + + Remove the use caddy + +A go/pfdetect/config.go +D go/pfdetect/context.go +M go/pfdetect/main.go +D go/pfdetect/register.go + +commit 38bc437fb03b8659359c335ca5d8fd4517ebf673 +Author: James Rouzier +Date: Thu May 10 14:39:21 2018 -0400 + + Create config caddy + +M go/pfdetect/context.go +M go/pfdetect/register.go + +commit 65a54626a7f15203110a1aab0b5d7214eabcb5dc +Author: James Rouzier +Date: Wed May 9 10:23:23 2018 -0400 + + Initial work on integrating pfdetect with caddy + +A go/pfdetect/context.go +M go/pfdetect/main.go +A go/pfdetect/register.go + +commit b89b05aa6c32b128e3aa4af2530e925cf87c60c9 +Author: James Rouzier +Date: Tue May 8 11:12:17 2018 -0400 + + Fix refactoring + +M go/detect/parser/generic.go + +commit 39d4c18707439b394d2e058c5c67ebbec976914f +Author: James Rouzier +Date: Thu May 3 14:56:29 2018 -0400 + + rename + +A go/pfdetect/main.go +D go/pfdetectd/main.go + +commit 917e566f4e20a33ae7c7af60a0af07cfb97c8580 +Author: James Rouzier +Date: Thu May 3 14:10:31 2018 -0400 + + Cleanup mac address + +M go/detect/parser/generic.go +M go/detect/parser/generic_test.go +M go/detect/parser/utils_test.go + +commit 95c80ef7478a2165c074edf4f027d07ff29abdcd +Author: James Rouzier +Date: Tue May 1 12:32:49 2018 -0400 + + Add new Generic parser + +A go/detect/parser/generic.go +A go/detect/parser/generic_test.go +M go/detect/parser/parser.go + +commit fb52048843877a017a3c327e343b69f1ad8c25c0 +Author: James Rouzier +Date: Mon Apr 30 11:24:35 2018 -0400 + + Move to use IPToMacResolver for easier testing + +M go/detect/parser/suricata_md5.go +M go/detect/parser/suricata_md5_test.go + +commit aad5707c1de768b5945c948f238858922b6f3288 +Author: James Rouzier +Date: Sun Apr 29 15:07:18 2018 -0400 + + Fixed test + +M go/detect/parser/suricata_md5_test.go + +commit 8c555910508c9765ba5b0fdba9d98855544b54e5 +Author: James Rouzier +Date: Sun Apr 29 12:54:00 2018 -0400 + + Cleanup + +M go/detect/parser/parser.go + +commit 67e62f453e44118f558b17913a7780a511b71a11 +Author: James Rouzier +Date: Sun Apr 29 12:10:57 2018 -0400 + + Refactor ParserCreater to return an error + +M go/detect/parser/dhcp.go +M go/detect/parser/dhcp_test.go +M go/detect/parser/fortianalyser.go +M go/detect/parser/fortianalyser_test.go +M go/detect/parser/parser.go +M go/detect/parser/security_onion.go +M go/detect/parser/security_onion_test.go +M go/detect/parser/snort.go +M go/detect/parser/snort_test.go +M go/detect/parser/suricata_md5.go +M go/detect/parser/suricata_md5_test.go + +commit 6e0423dbcbdcc616d1123ca5815adf365ee965f9 +Author: James Rouzier +Date: Sun Apr 29 11:36:54 2018 -0400 + + Refactor the Parser constructor + +M go/detect/parser/dhcp.go +M go/detect/parser/dhcp_test.go +M go/detect/parser/fortianalyser.go +M go/detect/parser/fortianalyser_test.go +M go/detect/parser/parser.go +M go/detect/parser/security_onion.go +M go/detect/parser/security_onion_test.go +M go/detect/parser/snort.go +M go/detect/parser/snort_test.go +M go/detect/parser/suricata_md5.go +M go/detect/parser/suricata_md5_test.go + +commit 79076508cdf1e69ad5906a12e7ac423307a483e6 +Author: James Rouzier +Date: Fri Apr 27 14:46:12 2018 -0400 + + WIP + +A go/detect/parser/suricata_md5.go +A go/detect/parser/suricata_md5_test.go + +commit bd66719516749511240941aba7abc7d39aad2d92 +Author: James Rouzier +Date: Fri Apr 27 13:45:53 2018 -0400 + + add parser Security Onion + +A go/detect/parser/security_onion.go +A go/detect/parser/security_onion_test.go + +commit b31c7f0ab5bfa1997afee0ddcd96aff67c48c380 +Author: James Rouzier +Date: Fri Apr 27 12:00:43 2018 -0400 + + Refactor testing + +M go/detect/parser/dhcp_test.go +M go/detect/parser/fortianalyser_test.go +M go/detect/parser/snort_test.go +A go/detect/parser/utils_test.go + +commit cb8302c16591b8f51f18811b1031398d78360dcc +Author: James Rouzier +Date: Fri Apr 27 10:44:01 2018 -0400 + + Cleanup + +D go/detect/parser/detect.go +A go/detect/parser/parser.go + +commit f2f9f8667fe75678440186261fe7b28816b60d1d +Author: James Rouzier +Date: Fri Apr 27 10:32:56 2018 -0400 + + Refactor + +M go/pfdetectd/main.go + +commit 957ea3b91ee8117fec48725724a19fbbaf911f83 +Author: James Rouzier +Date: Fri Apr 27 10:06:00 2018 -0400 + + Move parser + +D go/detect/detect.go +D go/detect/dhcp.go +D go/detect/dhcp_test.go +D go/detect/fortianalyser.go +D go/detect/fortianalyser_test.go +A go/detect/parser/detect.go +A go/detect/parser/dhcp.go +A go/detect/parser/dhcp_test.go +A go/detect/parser/fortianalyser.go +A go/detect/parser/fortianalyser_test.go +A go/detect/parser/snort.go +A go/detect/parser/snort_test.go +D go/detect/snort.go +D go/detect/snort_test.go + +commit 552fd822a372572c8680163b9b474abc5849664d +Author: James Rouzier +Date: Thu Apr 26 16:58:42 2018 -0400 + + New parser fortianalyser + +A go/detect/fortianalyser.go +A go/detect/fortianalyser_test.go + +commit 3103dd89e9ef47429d25ce6b9e609694f2a4d9f6 +Author: James Rouzier +Date: Thu Apr 26 16:29:09 2018 -0400 + + Refactor code + +M go/detect/snort.go +M go/detect/snort_test.go + +commit 36c65e7e5bf8e668ff1e98109c1f1f027867d48a +Author: James Rouzier +Date: Thu Apr 26 16:28:44 2018 -0400 + + Add new dhcp parser + +A go/detect/dhcp.go +A go/detect/dhcp_test.go + +commit a86c1a83fbcce686e3fc60d64769826db47ce7ca +Author: James Rouzier +Date: Thu Apr 26 15:07:17 2018 -0400 + + Fix snort parser + +M go/detect/snort.go +M go/detect/snort_test.go + +commit 8fbcbaa520a5ee527ff7ad32e2e472e543a7eb44 +Author: James Rouzier +Date: Mon Apr 9 09:48:12 2018 -0400 + + Code cleanup + +M go/detect/snort.go +M go/detect/snort_test.go + +commit da2d7ce07c3fa66b574a3d9dbb13c14f69105ca6 +Author: James Rouzier +Date: Sun Apr 8 15:11:05 2018 -0400 + + Add a rest api call + +M go/detect/detect.go + +commit 26430d62bab0f33ed1a7b38f30bb54f9382c2bff +Author: James Rouzier +Date: Sun Apr 8 15:06:09 2018 -0400 + + Initial work on go-pfdetect + +A go/detect/detect.go +A go/detect/snort.go +A go/detect/snort_test.go +A go/pfdetectd/main.go + +commit b660ba70e27322e11757923a63fcbfc4f786c04a +Author: Durand Fabrice +Date: Tue May 29 14:05:41 2018 -0400 + + Fixes #3258 + +M addons/packages/packetfence.spec + +commit c04056dc559c2d16d7c150c3588bf3ca8177b9be +Author: Francis Lachapelle +Date: Tue May 29 13:58:56 2018 -0400 + + (web admin) Avoid simultaneous searches + +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit 29152aba3aa3d9c4e3532ed4a5a7e309a4f8388b +Author: Francis Lachapelle +Date: Tue May 29 13:56:39 2018 -0400 + + (web admin) Handle session and stores from router + +M html/pfappserver/root/static.alt/src/App.vue +M html/pfappserver/root/static.alt/src/router/index.js +M html/pfappserver/root/static.alt/src/store/modules/session.js +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/index.vue +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js +M html/pfappserver/root/static.alt/src/views/Users/index.vue + +commit 40b500471cda95a5a2f24ecf2738517dc44a18a1 +Author: Durand Fabrice +Date: Tue May 29 12:06:45 2018 -0400 + + Fixed missing node_accounting_current_sessionid import in ArubaSwitch + module + +M lib/pf/Switch/ArubaSwitch.pm + +commit 46f995070ef54d81ab10918c7010d43857c541bb +Author: Durand Fabrice +Date: Tue May 29 12:03:28 2018 -0400 + + Fixed eduroam configuration for standalone server + +M conf/radiusd/eduroam.example +M lib/pf/services/manager/radiusd_child.pm + +commit 688401b5197ca03a034c818804a82e285cda89d0 +Author: James Rouzier +Date: Tue May 29 11:32:21 2018 -0400 + + Add new attribute shuffle + +M html/pfappserver/lib/pfappserver/Form/Config/Source/LDAP.pm +M html/pfappserver/root/config/source/type/LDAP.tt + +commit c25a004c16d273ea675eca20664ed2ad560e4b26 +Author: James Rouzier +Date: Tue May 29 11:30:01 2018 -0400 + + Allow ldap servers to be pick randomly + +M html/pfappserver/lib/pfappserver/Form/Config/Source/LDAP.pm +M lib/pf/Authentication/Source/LDAPSource.pm + +commit 71f9133285f9f52dda2a9ed158667395c42cdf15 +Author: James Rouzier +Date: Tue May 29 11:22:30 2018 -0400 + + Allow subsecond timeouts + +M lib/pf/Authentication/Source/LDAPSource.pm + +commit 380eed4ab03a9f190fa89c912c2a1d64b6384531 +Author: Darren Satkunas +Date: Tue May 29 11:07:37 2018 -0400 + + Alter paths + +M lib/pf/UnifiedApi.pm + +commit 7a2ff63aa0fa06aa320c8f979a21f4b159e9f7dc +Author: InverseBot +Date: Tue May 29 00:03:33 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/js/app.40fd7aac8de11b862118.js +D html/pfappserver/root/static.alt/dist/js/app.40fd7aac8de11b862118.js.map +A html/pfappserver/root/static.alt/dist/js/app.dd3f7bc10e0ae7f9004b.js +A html/pfappserver/root/static.alt/dist/js/app.dd3f7bc10e0ae7f9004b.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.51c9b3b82265537f30d5.js.map + +commit 4321ed99652cbd9e2311a0eb3e50a35d2c597c4d +Author: Francis Lachapelle +Date: Mon May 28 16:39:12 2018 -0400 + + (web admin) Resolve user before showing UserView + +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js + +commit a277c275503d233f473f39bd9d5e5c8bf30bac45 +Author: Francis Lachapelle +Date: Mon May 28 16:35:59 2018 -0400 + + (web admin) Request visible fields in users search + +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit 7963c7c92c543b705da04c61efc93311b1dc4342 +Author: Francis Lachapelle +Date: Mon May 28 16:12:52 2018 -0400 + + (web admin) Request visible fields in nodes search + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 179a67dccd75e9b4121a8604bc9c39df7d955191 +Author: Francis Lachapelle +Date: Mon May 28 16:10:44 2018 -0400 + + (web admin) Restore quick value of pfSearch.vue + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/components/pfSearchCondition.vue + +commit ca1d4c3f2402a080460f2b906dbe705757c1bab1 +Author: Francis Lachapelle +Date: Mon May 28 14:30:26 2018 -0400 + + (web admin) Cache roles and violations + +M html/pfappserver/root/static.alt/src/store/modules/config.js + +commit 03ef88432d9a1a622c3e918377976e2b99517cab +Author: Julien Semaan +Date: Mon May 28 09:42:05 2018 -0400 + + news for #3213 + +M NEWS.asciidoc + +commit 7d5a66e921cb626f9f1634c4a8f547efaabb55ea +Author: InverseBot +Date: Sat May 26 00:03:21 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json + +commit 7bee3b15f17619d3250b4fc490d67ae7fdfb0a5c +Author: InverseBot +Date: Sat May 26 00:03:14 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/css/app.3e11c7f07c0b0675411814fb58ae784f.css +D html/pfappserver/root/static.alt/dist/css/app.3e11c7f07c0b0675411814fb58ae784f.css.map +A html/pfappserver/root/static.alt/dist/css/app.c924db8397a40755a5663b122404c5f1.css +A html/pfappserver/root/static.alt/dist/css/app.c924db8397a40755a5663b122404c5f1.css.map +D html/pfappserver/root/static.alt/dist/js/0.6b3907f3f9d882f353df.js +D html/pfappserver/root/static.alt/dist/js/0.6b3907f3f9d882f353df.js.map +A html/pfappserver/root/static.alt/dist/js/0.941ec5251dcef8645cea.js +A html/pfappserver/root/static.alt/dist/js/0.941ec5251dcef8645cea.js.map +D html/pfappserver/root/static.alt/dist/js/app.054214a9f5d839afe544.js +D html/pfappserver/root/static.alt/dist/js/app.054214a9f5d839afe544.js.map +A html/pfappserver/root/static.alt/dist/js/app.40fd7aac8de11b862118.js +A html/pfappserver/root/static.alt/dist/js/app.40fd7aac8de11b862118.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.4f801e84f740ac8d318c.js +D html/pfappserver/root/static.alt/dist/js/manifest.4f801e84f740ac8d318c.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.51c9b3b82265537f30d5.js +A html/pfappserver/root/static.alt/dist/js/manifest.51c9b3b82265537f30d5.js.map + +commit 6e25c4bdfe28f7ccbf0ecf56e7025197d580409d +Author: Durand Fabrice +Date: Fri May 25 22:40:20 2018 -0400 + + Fix for PR + +M html/pfappserver/lib/pfappserver/Form/Config/Source/SponsorEmail.pm + +commit 6d730d53243d4ca86bd453941c3cff9f6c34ee36 +Author: Julien Semaan +Date: Fri May 25 16:04:02 2018 -0400 + + refactor connection type into an async task + +M lib/pf/api.pm +M lib/pf/radius.pm + +commit 0033cdb649ad3d9913d5ee918080eb156f9e0120 +Author: Francis Lachapelle +Date: Fri May 25 15:54:30 2018 -0400 + + (web admin) Improve display of node fb score + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit b7d0003b701e09a12358532c4aa57bbcc75d7760 +Author: Francis Lachapelle +Date: Fri May 25 15:53:34 2018 -0400 + + (web admin) Resolve node before showing NodeView + +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit cb04d7ca2f55bce5407cdf07b2e0d3113c297df6 +Author: Francis Lachapelle +Date: Fri May 25 15:52:10 2018 -0400 + + (web admin) Fix restoration of nodes seach query + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 450ed0b874dc7bae4d96c23d99de2688bc7e6db6 +Author: Julien Semaan +Date: Fri May 25 15:50:02 2018 -0400 + + add way to raise violation when connection transport changes + +M conf/documentation.conf +M conf/pf.conf.defaults +M conf/violations.conf.defaults +M lib/pf/constants/trigger.pm +M lib/pf/radius.pm + +commit ab905013f008fa96c84474b1e8ecf12258817e04 +Author: Julien Semaan +Date: Fri May 25 14:26:34 2018 -0400 + + have helpers (last X time) in custom reports + + fixes #2522 + +M html/pfappserver/root/dynamicreport/index.tt + +commit 23e29f6c7a3f20e8210f651b67d9a8876f74bc19 +Author: Durand Fabrice +Date: Fri May 25 13:34:31 2018 -0400 + + NEWS.asciidoc entry for PR #3252 + +M NEWS.asciidoc + +commit 6d1a4a9fb062761a26fdcf2a4a4fdc9c6933f100 +Author: Durand Fabrice +Date: Wed May 23 16:19:17 2018 -0400 + + Fixed condition + +M lib/pf/services/manager/pf.pm + +commit 2821a75b1a53b4663003a2859f1bc45b3806efad +Author: Durand Fabrice +Date: Wed May 9 12:02:39 2018 -0400 + + Remove useless dependencies + +M conf/systemd/packetfence-httpd.portal.service +M conf/systemd/packetfence-pffilter.service + +commit 05fc9f3cc407617a52a8cbb64b87f434691db542 +Author: Durand Fabrice +Date: Wed May 9 11:54:44 2018 -0400 + + Start all radius server at the same time before the load_balancer + +M conf/systemd/packetfence-radiusd-acct.service +M conf/systemd/packetfence-radiusd-cli.service +M conf/systemd/packetfence-radiusd-eduroam.service + +commit bf991b30c13ff089464e7a097e073444ef63ecca +Author: Durand Fabrice +Date: Tue May 8 21:35:52 2018 -0400 + + If pfcmd service pf generateconfig then generate config for all services + +M lib/pf/cmd/pf/service.pm + +commit 067698d8a46e55ff8044a2b0e2bbe8f73ef2aa76 +Author: Durand Fabrice +Date: Tue May 8 13:52:46 2018 -0400 + + Added comment + +M lib/pf/cmd/pf/service.pm + +commit e864f5c07fc87225c2b044f57832c8ef0857b1c4 +Author: Durand Fabrice +Date: Tue May 8 13:37:56 2018 -0400 + + Update systemd + +M lib/pf/cmd/pf/service.pm + +commit faa52b0ff94a1afef358be028cc9824d6251f455 +Author: Durand Fabrice +Date: Tue May 8 09:40:33 2018 -0400 + + Debianize patch + +M debian/patches/debianize.patch + +commit 210e3edd713bd9ce71020d3750a63f61e5220879 +Author: Durand Fabrice +Date: Tue May 8 09:30:46 2018 -0400 + + Let's systemd manage the virtual pf service + +M lib/pf/cmd/pf/service.pm +M lib/pf/pfcmd/checkup.pm +M lib/pf/services.pm +M lib/pf/services/manager/pf.pm + +commit 3c374301902308eb19b08c561537e85d30996056 +Author: Durand Fabrice +Date: Fri Apr 20 16:15:16 2018 -0400 + + Start 30s faster + +M conf/systemd/packetfence-etcd.service +M conf/systemd/packetfence-haproxy-db.service +M conf/systemd/packetfence-haproxy-portal.service +M conf/systemd/packetfence-httpd.aaa.service +M conf/systemd/packetfence-httpd.admin.service +M conf/systemd/packetfence-httpd.collector.service +M conf/systemd/packetfence-httpd.parking.service +M conf/systemd/packetfence-httpd.portal.service +M conf/systemd/packetfence-httpd.proxy.service +M conf/systemd/packetfence-httpd.webservices.service +M conf/systemd/packetfence-keepalived.service +M conf/systemd/packetfence-netdata.service +M conf/systemd/packetfence-pfdns.service +M conf/systemd/packetfence-pfqueue.service +M conf/systemd/packetfence-radiusd-acct.service +M conf/systemd/packetfence-radiusd-auth.service +M conf/systemd/packetfence-radiusd-cli.service +M conf/systemd/packetfence-radiusd-eduroam.service +M conf/systemd/packetfence-radiusd-load_balancer.service +M conf/systemd/packetfence-redis_ntlm_cache.service +M conf/systemd/packetfence-redis_queue.service +M conf/systemd/packetfence-snmptrapd.service + +commit b77e4bc284c1dcc9fa8b9d99d75748d1d01ba3ce +Author: Durand Fabrice +Date: Fri May 25 13:05:34 2018 -0400 + + Fixed debianize.patch + +M debian/patches/debianize.patch + +commit cec051c17c5f64328619eb2b86986038a4387dc9 +Author: James Rouzier +Date: Fri May 25 12:16:35 2018 -0400 + + Update descriptions + +M docs/api/spec/components/schemas/search.yaml +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 282b55596ff908d270234efbda3f2fa3dbada1a3 +Author: James Rouzier +Date: Fri May 25 12:05:12 2018 -0400 + + Update openapi schema + +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit 58bb808294c36e2aeefde36e06ec240ab5a149c7 +Author: James Rouzier +Date: Fri May 25 12:04:11 2018 -0400 + + Fix typo + +M docs/api/spec/components/schemas/search.yaml + +commit f05abb452718dfd322eb609146763c135d1a7ace +Author: James Rouzier +Date: Fri May 25 12:00:04 2018 -0400 + + Fix Search Doc + +A docs/api/spec/components/schemas/query.yaml +M docs/api/spec/components/schemas/search.yaml +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml + +commit a1dbf5bbc5fd2e083c045c417afd147dbce84380 +Author: Julien Semaan +Date: Fri May 25 11:54:52 2018 -0400 + + have more consistency in the label casing in nodes + +M html/pfappserver/lib/pfappserver/Form/Node.pm +M html/pfappserver/root/node/search.tt + +commit 81d500eba29a21767a586bf837ff383dd9cb41c9 +Author: Francis Lachapelle +Date: Fri May 25 11:21:44 2018 -0400 + + (web admin) Request all fields in nodes searches + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 073d225cb562b15f343b8883b71bd471da924437 +Author: Francis Lachapelle +Date: Fri May 25 11:10:58 2018 -0400 + + (web admin) Log API errors to the console + +M html/pfappserver/root/static.alt/src/utils/api.js + +commit 27b01f49f6b06e5ed553e04e4a8e00ccf7c7552f +Author: Francis Lachapelle +Date: Fri May 25 11:09:14 2018 -0400 + + (web admin) Lighter font weight for headings + +M html/pfappserver/root/static.alt/src/styles/_variables.scss + +commit 20314e9d9d04a6b3d0bb1231a39e85cd8277fa19 +Author: Julien Semaan +Date: Fri May 25 11:15:34 2018 -0400 + + require fingerbank 4.0.1 + +M addons/packages/packetfence.spec +M debian/control + +commit cc099dd647bd83a3c1cde660e53fdbaa9de64c93 +Author: Julien Semaan +Date: Fri May 25 11:11:04 2018 -0400 + + regenerate DAL module for device_manufacturer field + +M lib/pf/dal/_node.pm + +commit 13e67899fa46d99cf8a1e31cb287364fbba9b877 +Author: Julien Semaan +Date: Fri May 25 11:04:24 2018 -0400 + + record hardware manufacturer from Fingerbank in node column + +M html/pfappserver/lib/pfappserver/Form/Node.pm +M html/pfappserver/lib/pfappserver/Model/Search/Node.pm +M html/pfappserver/root/admin/nodes.tt +M html/pfappserver/root/node/search.tt +M html/pfappserver/root/node/view.tt +M lib/pf/fingerbank.pm + +commit 7f1e544759b8fa8bb7a53678f33ab1e59b1f3b03 +Author: Julien Semaan +Date: Fri May 25 10:36:52 2018 -0400 + + add device_manufacturer column to node + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql + +commit 99707014c8c031c234d2821606243019f79ecb84 +Author: Julien Semaan +Date: Fri May 25 11:10:12 2018 -0400 + + regenerate node DAL module after device_score type change + +M lib/pf/dal/_node.pm + +commit 3153f62a3dd3dc2798570e10427ca38697c8de6b +Author: Julien Semaan +Date: Fri May 25 10:24:16 2018 -0400 + + don't use galera logic in pf-mariadb if its disabled in pf.conf + + fixes #3238 + +M sbin/pf-mariadb + +commit 509acb8293e908c9561624b7d0dd1941f06a9b58 +Author: InverseBot +Date: Fri May 25 00:03:33 2018 -0400 + + (doc) Update OpenAPI spec files + +M docs/api/spec/openapi.json + +commit bf321adf6afc956c1635a914e9ff055a8cea7c28 +Author: InverseBot +Date: Fri May 25 00:03:27 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/0.6b3907f3f9d882f353df.js +A html/pfappserver/root/static.alt/dist/js/0.6b3907f3f9d882f353df.js.map +D html/pfappserver/root/static.alt/dist/js/0.8ed36d30478e1eabd286.js +D html/pfappserver/root/static.alt/dist/js/0.8ed36d30478e1eabd286.js.map +A html/pfappserver/root/static.alt/dist/js/app.054214a9f5d839afe544.js +A html/pfappserver/root/static.alt/dist/js/app.054214a9f5d839afe544.js.map +D html/pfappserver/root/static.alt/dist/js/app.234856cbfb8b8e9f00a2.js +D html/pfappserver/root/static.alt/dist/js/app.234856cbfb8b8e9f00a2.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.4f801e84f740ac8d318c.js +A html/pfappserver/root/static.alt/dist/js/manifest.4f801e84f740ac8d318c.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.8daddb04bb2f627b8d74.js +D html/pfappserver/root/static.alt/dist/js/manifest.8daddb04bb2f627b8d74.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.2fea99450101308b6b7e.js +A html/pfappserver/root/static.alt/dist/js/vendor.2fea99450101308b6b7e.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.8fe3649437cc15dc3527.js +D html/pfappserver/root/static.alt/dist/js/vendor.8fe3649437cc15dc3527.js.map + +commit 804f78f35fbbb3d93d2bf7f157b45a815aa5685c +Author: Allan Tran +Date: Thu May 24 17:21:04 2018 -0400 + + Cambium Module Web Auth + +M lib/pf/Switch/Cambium.pm +M lib/pf/web/constants.pm + +commit bccfd9e389b8e658dc7f4a8211b2cd8c11258754 +Author: Allan Tran +Date: Wed May 23 09:14:28 2018 -0400 + + added missing import line + +M lib/pf/Switch/Cambium.pm + +commit d6575c89c15e2fbd770944502af5e1ae28f6646f +Author: Allan Tran +Date: Fri May 18 16:21:48 2018 -0400 + + Added Cambium AP Module 802.1x wireless + +A lib/pf/Switch/Cambium.pm + +commit 972b7b3c21b76211fb5d2d070ce55d379974edaf +Author: Julien Semaan +Date: Thu May 24 15:53:52 2018 -0400 + + adjustments to portal modules localization + +M html/pfappserver/lib/pfappserver/Form/Config/PortalModule.pm +M html/pfappserver/lib/pfappserver/I18N/en.po + +commit b943cb84417708af1dfb4993d9e39af25d72cbe1 +Author: James Rouzier +Date: Thu May 24 14:29:04 2018 -0400 + + Update openapi schemas + +A docs/api/spec/components/schemas/nodecategorieslist.yaml +A docs/api/spec/components/schemas/nodecategory.yaml +M docs/api/spec/openapi.json +M docs/api/spec/openapi.yaml +D docs/api/spec/paths/dhcpoption82s.yaml +A docs/api/spec/paths/node_categories.yaml +A docs/api/spec/paths/node_categories/search.yaml +A docs/api/spec/paths/node_category.yaml + +commit 3751c74a2f71217932692ae2c1fdf063ddb76465 +Author: Darren Satkunas +Date: Thu May 24 10:59:22 2018 -0400 + + Alter field names + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit eee071847b8fe0e67b1031eddab0b9597564beb8 +Author: Julien Semaan +Date: Thu May 24 09:49:32 2018 -0400 + + remove dumper + +M html/captive-portal/lib/captiveportal/Base/Actions.pm + +commit ee1de7b765756a95585e16fb79aa04436c865ba1 +Author: Julien Semaan +Date: Thu May 24 09:49:07 2018 -0400 + + remove commented code + +M html/captive-portal/lib/captiveportal/Base/Actions.pm + +commit 6cde1b668ad1f10cda23135d8cd03ca27153dcea +Author: Darren Satkunas +Date: Thu May 24 07:48:43 2018 -0400 + + Add SHIFT+CLICK checkedRows support + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 85e12f34543c8ba80e98914a9b4f57e2c75922d6 +Author: Darren Satkunas +Date: Thu May 24 06:53:56 2018 -0400 + + Add ALT+A / ALT+N helpers + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit deda8c72a2c824e4c1f5d1b9f7904352276ef4a4 +Author: Darren Satkunas +Date: Thu May 24 05:46:23 2018 -0400 + + Add rowVariant w/ checkedRows + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 734bfe1d01866b092e9857040ee360895e25d446 +Author: Darren Satkunas +Date: Thu May 24 04:58:46 2018 -0400 + + Update visibleColumns initialization + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue + +commit 43bf457bc8924764cbcc134870bd7b5f97e508e7 +Author: InverseBot +Date: Thu May 24 00:03:31 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/js/0.537b9a5c7d0d871945f7.js +D html/pfappserver/root/static.alt/dist/js/0.537b9a5c7d0d871945f7.js.map +A html/pfappserver/root/static.alt/dist/js/0.8ed36d30478e1eabd286.js +A html/pfappserver/root/static.alt/dist/js/0.8ed36d30478e1eabd286.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.7aa995547e377e20a0ae.js +D html/pfappserver/root/static.alt/dist/js/manifest.7aa995547e377e20a0ae.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.8daddb04bb2f627b8d74.js +A html/pfappserver/root/static.alt/dist/js/manifest.8daddb04bb2f627b8d74.js.map + +commit 0385f54a0fb47713da852fc15d9e15f187e0a411 +Author: Julien Semaan +Date: Wed May 23 16:19:22 2018 -0400 + + set the context when creating a local account + + attempt fixing #3250 + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm + +commit ca0b99289b4b388ce3f3a5d54b717b31fdeb1fac +Author: Durand Fabrice +Date: Tue May 1 14:21:43 2018 -0400 + + Updated keepalived version + +M addons/packages/packetfence.spec +M debian/control + +commit 2fb6fa482da3f76b8b2cdd2f9714988da33a61b5 +Author: Durand Fabrice +Date: Wed May 23 15:01:44 2018 -0400 + + Added a note + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 8f5f24ec2ff089557c4f80cfbed9526943b2721d +Author: Durand Fabrice +Date: Wed May 23 15:00:40 2018 -0400 + + Updated documentation + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit 38b28db915a60151ff404a9318edfeaa6e03d855 +Author: Darren Satkunas +Date: Wed May 23 13:57:42 2018 -0400 + + Update nodes + +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 0319a7ffad57c99bc95ba6d5b2d3a54113cb3b75 +Author: James Rouzier +Date: Wed May 23 12:27:10 2018 -0400 + + Change device_score to int to have proper sorting + +M db/pf-schema-X.Y.Z.sql +M db/upgrade-X.X.X-X.Y.Z.sql + +commit 143a5101190afeb99743493f46c3004afa73ab5a +Author: Francis Lachapelle +Date: Wed May 23 11:26:56 2018 -0400 + + (web admin) Split editable fields in NodeView.vue + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue + +commit b8427d677b0e00f60da47e78918c2afdee9673fe +Author: James Rouzier +Date: Tue May 22 16:09:50 2018 -0400 + + Fix Fprintln not supporting string formatting + +M go/caddy/caddy/caddy.go + +commit 0daed2cbfa82ae316a827292c69765ad3f336080 +Author: James Rouzier +Date: Tue May 22 15:21:04 2018 -0400 + + Alias join fields to + +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit a88223d5808df6ae2070160b6ae5bf8d0b6a0934 +Author: James Rouzier +Date: Tue May 22 14:48:26 2018 -0400 + + Allow rewrite_queries to be inherited + +M lib/pf/UnifiedApi/SearchBuilder.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit 96a5e40a8432ab38842991127685e0eb64cd92ea +Author: James Rouzier +Date: Tue May 22 13:59:54 2018 -0400 + + Add the ability to rewrite queries + +M lib/pf/UnifiedApi/SearchBuilder.pm +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit d28a64e0260b1fd3e432b1e52998b12c9c0d7c75 +Author: James Rouzier +Date: Tue May 22 12:04:16 2018 -0400 + + Add node/:node_id/bulk_close_violations + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm + +commit 624fdc0aab31845d6441ac11dc0e07fc59786cb5 +Author: James Rouzier +Date: Tue May 22 11:17:54 2018 -0400 + + Make fingerbank info a get instead of a post + +M lib/pf/UnifiedApi.pm + +commit 0ac4112f889b877ec9475a0ee0c58bc8327a84eb +Author: James Rouzier +Date: Mon May 21 13:24:34 2018 -0400 + + New route node/{node_id}/fingerbank_info + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit cca6f3e54a430e81a103b5970196c85470760fb1 +Author: James Rouzier +Date: Mon May 21 13:12:53 2018 -0400 + + Additional joins from the radacct + +M lib/pf/UnifiedApi/SearchBuilder.pm +M lib/pf/UnifiedApi/SearchBuilder/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t +M t/unittest/UnifiedApi/SearchBuilder/Nodes.t + +commit ce3fed84b2b9bed481fc62d49226f9aaee5a583d +Author: InverseBot +Date: Mon May 21 00:03:20 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +M html/pfappserver/root/static.alt/dist/js/manifest.7aa995547e377e20a0ae.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.6903f3d4b3ebd5904e22.js +D html/pfappserver/root/static.alt/dist/js/vendor.6903f3d4b3ebd5904e22.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.8fe3649437cc15dc3527.js +A html/pfappserver/root/static.alt/dist/js/vendor.8fe3649437cc15dc3527.js.map + +commit cb64ee046e268f51d6ec02843851d00ce9b403af +Author: InverseBot +Date: Sat May 19 00:03:34 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/0.537b9a5c7d0d871945f7.js +A html/pfappserver/root/static.alt/dist/js/0.537b9a5c7d0d871945f7.js.map +D html/pfappserver/root/static.alt/dist/js/0.f84c71576ea4d8bba736.js +D html/pfappserver/root/static.alt/dist/js/0.f84c71576ea4d8bba736.js.map +A html/pfappserver/root/static.alt/dist/js/app.234856cbfb8b8e9f00a2.js +A html/pfappserver/root/static.alt/dist/js/app.234856cbfb8b8e9f00a2.js.map +D html/pfappserver/root/static.alt/dist/js/app.89fe981d854012dba6ab.js +D html/pfappserver/root/static.alt/dist/js/app.89fe981d854012dba6ab.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.7aa995547e377e20a0ae.js +A html/pfappserver/root/static.alt/dist/js/manifest.7aa995547e377e20a0ae.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.e0d71fddfca31eff5c38.js +D html/pfappserver/root/static.alt/dist/js/manifest.e0d71fddfca31eff5c38.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.6903f3d4b3ebd5904e22.js +A html/pfappserver/root/static.alt/dist/js/vendor.6903f3d4b3ebd5904e22.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.bc3c3f0a178781300ee5.js +D html/pfappserver/root/static.alt/dist/js/vendor.bc3c3f0a178781300ee5.js.map + +commit 25f6afcace0375e2f65f3dd64e3ed278370084de +Author: Francis Lachapelle +Date: Fri May 18 16:47:53 2018 -0400 + + (web admin) Create and delete a user + +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersCreate.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit d71c7aa65c6785644aa1fb4464cc179bf2cca034 +Author: Francis Lachapelle +Date: Fri May 18 16:10:55 2018 -0400 + + (web admin) Create single node + +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesCreate.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 082d429a39c1e8c8c8173bea28dbf6b495e918c1 +Author: Francis Lachapelle +Date: Fri May 18 15:17:09 2018 -0400 + + (web admin) Add missing icons + +M html/pfappserver/root/static.alt/src/main.js + +commit eaa848de53e9c93ff4b1200f4a688fd3d01b4bad +Author: Francis Lachapelle +Date: Fri May 18 15:14:04 2018 -0400 + + (web admin) Allow placeholder in pfFormInput + +M html/pfappserver/root/static.alt/src/components/pfFormInput.vue + +commit 887dc482b207bee67e7db538e25ae978022240ca +Author: Francis Lachapelle +Date: Fri May 18 08:47:22 2018 -0400 + + (web admin) Improve NodeView with Save/Delete ops + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js + +commit 474c83c66b83acea27878d89c861b5400fc9915f +Author: InverseBot +Date: Fri May 18 00:03:21 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/css/app.3e11c7f07c0b0675411814fb58ae784f.css +A html/pfappserver/root/static.alt/dist/css/app.3e11c7f07c0b0675411814fb58ae784f.css.map +D html/pfappserver/root/static.alt/dist/css/app.c07fad264897f8247e7f57d231448bbf.css +D html/pfappserver/root/static.alt/dist/css/app.c07fad264897f8247e7f57d231448bbf.css.map +D html/pfappserver/root/static.alt/dist/js/0.44169fe6871491ea08de.js +D html/pfappserver/root/static.alt/dist/js/0.44169fe6871491ea08de.js.map +A html/pfappserver/root/static.alt/dist/js/0.f84c71576ea4d8bba736.js +A html/pfappserver/root/static.alt/dist/js/0.f84c71576ea4d8bba736.js.map +D html/pfappserver/root/static.alt/dist/js/app.24d8af430a7a1a3ef86f.js +D html/pfappserver/root/static.alt/dist/js/app.24d8af430a7a1a3ef86f.js.map +A html/pfappserver/root/static.alt/dist/js/app.89fe981d854012dba6ab.js +A html/pfappserver/root/static.alt/dist/js/app.89fe981d854012dba6ab.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.32f4166e076a10faaacc.js +D html/pfappserver/root/static.alt/dist/js/manifest.32f4166e076a10faaacc.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.e0d71fddfca31eff5c38.js +A html/pfappserver/root/static.alt/dist/js/manifest.e0d71fddfca31eff5c38.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.bc3c3f0a178781300ee5.js +A html/pfappserver/root/static.alt/dist/js/vendor.bc3c3f0a178781300ee5.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.f3a911604ba00fe36a0e.js +D html/pfappserver/root/static.alt/dist/js/vendor.f3a911604ba00fe36a0e.js.map + +commit c3a44ff7ad477cd6f67e25ca8fe995c4200c0332 +Author: James Rouzier +Date: Thu May 17 13:17:41 2018 -0400 + + Add /node_categories routes + +M lib/pf/UnifiedApi.pm +A lib/pf/UnifiedApi/Controller/NodeCategories.pm + +commit 05f04ab8121fe743df61e5ae1fb81124e3da33fd +Author: Francis Lachapelle +Date: Thu May 17 12:38:29 2018 -0400 + + (web admin) Improve {Node,User}{View,Create}.vue + +M html/pfappserver/root/static.alt/src/globals/pfSearch.js +M html/pfappserver/root/static.alt/src/store/modules/config.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesCreate.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Nodes/_store/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersCreate.vue + +commit dba8813df9285b93d392155f219652354ad4fd37 +Author: Francis Lachapelle +Date: Thu May 17 11:16:01 2018 -0400 + + (web admin) Close {User,Node}View on ESC + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 0245e3fb72501a46913cd023b0903fe1ff81d0a4 +Author: James Rouzier +Date: Thu May 17 10:07:49 2018 -0400 + + Fix call to wrong function + +M go/caddy/caddy/caddy.go + +commit 27876668296f29bbe1dac4bd8b2db84f9d31cea8 +Author: Francis Lachapelle +Date: Thu May 17 09:16:08 2018 -0400 + + (web admin) Update README.md + +M html/pfappserver/root/static.alt/README.md + +commit a9141c637da7b9fdb102efd9a104e6bc9ec796a8 +Author: James Rouzier +Date: Wed May 16 16:14:19 2018 -0400 + + Add nodes/bulk_deregister + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit b5d57a7a4773731033898c22d80462b3889b6085 +Author: James Rouzier +Date: Wed May 16 16:02:10 2018 -0400 + + Add nodes/bulk_register + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit ac747bcea3a857f578d5d447d079a0f1c17eeeac +Author: James Rouzier +Date: Wed May 16 12:18:20 2018 -0400 + + Fix calls to node_register + +M lib/pf/import.pm +M lib/pf/node.pm + +commit 2288258b1674be1dfc1150ff9818a0f4a045548d +Author: James Rouzier +Date: Wed May 16 12:17:00 2018 -0400 + + Add node/{node_id}/register and node/{node_id}/deregister + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Nodes.pm +M t/unittest/UnifiedApi/Controller/Nodes.t + +commit 43db7d90106704287eea6ecbeeacadbcae4b41d6 +Author: InverseBot +Date: Wed May 16 00:03:19 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/0.44169fe6871491ea08de.js +A html/pfappserver/root/static.alt/dist/js/0.44169fe6871491ea08de.js.map +D html/pfappserver/root/static.alt/dist/js/0.ae23a3f6f6cd5bdd0338.js +D html/pfappserver/root/static.alt/dist/js/0.ae23a3f6f6cd5bdd0338.js.map +A html/pfappserver/root/static.alt/dist/js/app.24d8af430a7a1a3ef86f.js +A html/pfappserver/root/static.alt/dist/js/app.24d8af430a7a1a3ef86f.js.map +D html/pfappserver/root/static.alt/dist/js/app.52ec00c450a1c8a7ac26.js +D html/pfappserver/root/static.alt/dist/js/app.52ec00c450a1c8a7ac26.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.32f4166e076a10faaacc.js +A html/pfappserver/root/static.alt/dist/js/manifest.32f4166e076a10faaacc.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js +D html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.a2c785c1f7306b0e1f25.js +D html/pfappserver/root/static.alt/dist/js/vendor.a2c785c1f7306b0e1f25.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.f3a911604ba00fe36a0e.js +A html/pfappserver/root/static.alt/dist/js/vendor.f3a911604ba00fe36a0e.js.map + +commit c86ccd0a59fdfc18333bb6f855e18e6a77e0442d +Author: James Rouzier +Date: Tue May 15 15:58:21 2018 -0400 + + Fix errors from the vet tool + +M go/api-frontend/aaa/authorization.go +M go/caddy/caddy/caddy.go +M go/filter_client/filter_client.go +M go/panichandler/panichandler_test.go +M go/pfconfigdriver/fetch.go +M go/pfconfigdriver/fetch_test.go + +commit d58a73cb2f5af466c43cf145af1525eacdd55ff1 +Author: Francis Lachapelle +Date: Tue May 15 15:55:52 2018 -0400 + + (web admin) New UsersCreate & improve NodesCreate + +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesCreate.vue +A html/pfappserver/root/static.alt/src/views/Users/_components/UsersCreate.vue +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js + +commit ee7f76177f58f2562ec24d3376f2d281fb396e6a +Author: Francis Lachapelle +Date: Tue May 15 14:40:22 2018 -0400 + + (web admin) Use dash in ACL action name + +M html/pfappserver/root/static.alt/src/store/modules/session.js + +commit 08e1e377c183626adc17dd043ce5ffc1740db0a0 +Author: James Rouzier +Date: Tue May 15 15:35:47 2018 -0400 + + Filter out non table fields + + Fixes #3233 + +M lib/pf/UnifiedApi/Controller/Crud.pm +M t/unittest/UnifiedApi/Controller/Users/Nodes.t + +commit c1c7316fc5a8b4ec0e23f6ac7953303bd0f52729 +Author: Durand Fabrice +Date: Tue May 15 15:25:25 2018 -0400 + + Bypass network if the configuration is wrong + +M go/dhcp/config.go + +commit a4d33557bace77ac9602fb4f9c6e3f5524f8ee60 +Author: Francis Lachapelle +Date: Tue May 15 14:38:56 2018 -0400 + + (web admin) Add text property to pfFormInput + +M html/pfappserver/root/static.alt/src/components/pfFormInput.vue + +commit 7e9d33fbc6bfe23a844e1ad02babcfa2cecde580 +Author: Francis Lachapelle +Date: Tue May 15 14:33:10 2018 -0400 + + (web admin) Update README + +M html/pfappserver/root/static.alt/README.md + +commit f4b50d86b1f521dabf4b3a82a9339cc96384a9bc +Author: Francis Lachapelle +Date: Tue May 15 13:04:17 2018 -0400 + + (web admin) Add sortedViolations to config store + +M html/pfappserver/root/static.alt/src/store/modules/config.js + +commit 3cc46295dc9673286ec347c198a65baa49a4debf +Author: Julien Semaan +Date: Tue May 15 11:21:51 2018 -0400 + + have a portal module action that wraps the default module actions + +M html/captive-portal/lib/captiveportal/Base/Actions.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module.pm + +commit 08c413f4996a6b1d16976af7284641ce2dea6f7f +Author: Durand Fabrice +Date: Mon May 14 16:07:57 2018 -0400 + + Added ProcessName for pfstats and pfdhcp. + Removed old useless syslog conditions + +M go/dhcp/main.go +M go/log/log.go +M go/stats/main.go +M lib/pf/constants/syslog.pm + +commit a6941bf70d43cf837defd43adb097423aa6687a4 +Author: Francis Lachapelle +Date: Mon May 14 11:00:19 2018 -0400 + + (doc) Avoid space in images + + Current limitation of fop. + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +D docs/images/Aruba acl default-guest.png +D docs/images/aruba acl default dns.png +D docs/images/aruba acl guest.png +D docs/images/aruba registration ACL.png +A docs/images/aruba-acl-default-dns.png +A docs/images/aruba-acl-default-guest.png +A docs/images/aruba-acl-guest.png +A docs/images/aruba-registration-ACL.png + +commit bebbebf5d314297b4cf3f0ac3e10a95d80ec5dc9 +Author: James Rouzier +Date: Fri May 11 17:35:22 2018 -0400 + + Fix issue with validating allowed roles + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Node.pm + +commit dbf49e5d3ca0e01f3ad134adb9459d31717e0a3b +Author: InverseBot +Date: Sat May 12 00:03:29 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/app.52ec00c450a1c8a7ac26.js +A html/pfappserver/root/static.alt/dist/js/app.52ec00c450a1c8a7ac26.js.map +D html/pfappserver/root/static.alt/dist/js/app.dbf42b0f959a859a611b.js +D html/pfappserver/root/static.alt/dist/js/app.dbf42b0f959a859a611b.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js.map + +commit 7ec82dbb7aa41ea35a57570066ab918d067a31a1 +Author: InverseBot +Date: Sat May 12 00:00:19 2018 -0400 + + (web common) Update generated files + +M html/common/styles.css +M html/common/styles.css.map + +commit 7aed9ad4a1be5aab2ec075a310b8d76106ecd8b6 +Author: Allan Tran <36165527+atran-inverse@users.noreply.github.com> +Date: Fri May 11 17:30:36 2018 -0400 + + Fix Aruba Downloadable ACL image typo + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 1e0f926e554653c19d24dc9521363b37af1eb1cd +Author: Allan Tran <36165527+atran-inverse@users.noreply.github.com> +Date: Fri May 11 17:28:43 2018 -0400 + + Update HP Procurve/Aruba Downloadable ACL example images + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit b20bcc2457d83f8ca96bd61155dfb6f1b7d12570 +Author: Allan Tran <36165527+atran-inverse@users.noreply.github.com> +Date: Fri May 11 17:21:23 2018 -0400 + + Add files via upload + +A docs/images/Aruba acl default-guest.png +A docs/images/aruba acl default dns.png +A docs/images/aruba acl guest.png +A docs/images/aruba registration ACL.png + +commit f3ebf729fbcad766db4ef29c7ecaf6b95a137ecd +Author: Francis Lachapelle +Date: Fri May 11 16:12:15 2018 -0400 + + (web admin) Improve pfSearch.vue + +M html/pfappserver/root/static.alt/src/components/pfSearch.vue + +commit ad0aa74d6d0add3cd7472e9c00d4a6163d03a0ac +Author: Francis Lachapelle +Date: Fri May 11 15:58:51 2018 -0400 + + (web admin) Allow a user to be updated + +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue +M html/pfappserver/root/static.alt/src/views/Users/_store/index.js + +commit 585d19e0cb03b9992016edb2fdaf4dfba7438d14 +Author: Francis Lachapelle +Date: Fri May 11 15:52:32 2018 -0400 + + (web admin) Localize strings in pfFormInput + +M html/pfappserver/root/static.alt/src/components/pfFormInput.vue + +commit 8fd86b943667dfd1ba5180f049cb2e74f994965b +Author: lzammit +Date: Fri May 11 15:21:44 2018 -0400 + + Fix deauth + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit 0921bffa2938cc5378d61caf815c8a023b5c2944 +Author: Julien Semaan +Date: Fri May 11 13:44:03 2018 -0400 + + rework ios 11 provisioning workaround + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Application.pm +M html/captive-portal/templates/provisioner/mobileconfig.html + +commit 1964959a9bbf29b7eff1ceac52a72283906ed834 +Author: Julien Semaan +Date: Fri May 11 10:44:34 2018 -0400 + + adjustments to logging of RADIUS pfstats tests + +M go/stats/main.go + +commit 45c2fc1fd9934476b026baae4f7d6ee6b5bd9e65 +Author: Francis Lachapelle +Date: Fri May 11 12:32:25 2018 -0400 + + (portal) Replace show/hide pwd button by link + + Fixes #3229 + +M html/captive-portal/content/captiveportal.js +M html/captive-portal/templates/password-button.inc +M html/common/scss/_components.buttons.scss + +commit 3ad118de623cfe0301b740b24b5b4962d32f2a69 +Author: James Rouzier +Date: Fri May 11 10:47:27 2018 -0400 + + Add X-Frame-Options to avoid clickjacking + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Root.pm + +commit a003356d7373df50004e85fff62f5eb01ca70650 +Author: James Rouzier +Date: Fri May 11 10:03:12 2018 -0400 + + Fix issue in determining when a node is readonly and the role is not + defined + +M html/pfappserver/lib/pfappserver/Form/Node.pm + +commit 0eb34e3be42c3b2c0336e6bfce39fe765c2e3b59 +Author: InverseBot +Date: Fri May 11 00:03:29 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/js/app.2f0ae261bbfc72c3c4be.js +D html/pfappserver/root/static.alt/dist/js/app.2f0ae261bbfc72c3c4be.js.map +A html/pfappserver/root/static.alt/dist/js/app.dbf42b0f959a859a611b.js +A html/pfappserver/root/static.alt/dist/js/app.dbf42b0f959a859a611b.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.14ddcb15590630e2d760.js +D html/pfappserver/root/static.alt/dist/js/vendor.14ddcb15590630e2d760.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.a2c785c1f7306b0e1f25.js +A html/pfappserver/root/static.alt/dist/js/vendor.a2c785c1f7306b0e1f25.js.map + +commit 1acc57bfaba6bacb9541af3b6e53c3353572cc83 +Author: James Rouzier +Date: Thu May 10 23:34:58 2018 -0400 + + Add tenant_id to the non promptable person fields + + Fixes #3228 + +M lib/pf/person.pm + +commit 2adc247c54a5d90c91fd897214012da89c9208a7 +Author: Francis Lachapelle +Date: Thu May 10 16:13:48 2018 -0400 + + (web admin) Add validation to form of UserView.vue + +M html/pfappserver/root/static.alt/package.json +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 06d0e08620c7f0ff697fbbe41fa41422b33a6aad +Author: Francis Lachapelle +Date: Thu May 10 16:09:30 2018 -0400 + + (web admin) pfFormInput component + + This is a wrapper for b-form-group with support for validation. + +M html/pfappserver/root/static.alt/package.json +A html/pfappserver/root/static.alt/src/components/pfFormInput.vue + +commit b492e6ee33bc31c116e423431272a3f8701386d9 +Author: James Rouzier +Date: Wed May 9 17:10:25 2018 -0400 + + Do not cache admin responses + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Root.pm + +commit 59fd3c9921f355523d05781200a53af5041459e1 +Author: InverseBot +Date: Thu May 10 00:03:26 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/0.ae23a3f6f6cd5bdd0338.js +A html/pfappserver/root/static.alt/dist/js/0.ae23a3f6f6cd5bdd0338.js.map +A html/pfappserver/root/static.alt/dist/js/app.2f0ae261bbfc72c3c4be.js +A html/pfappserver/root/static.alt/dist/js/app.2f0ae261bbfc72c3c4be.js.map +D html/pfappserver/root/static.alt/dist/js/app.4386d83b134d06e255ed.js +D html/pfappserver/root/static.alt/dist/js/app.4386d83b134d06e255ed.js.map +A html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js +A html/pfappserver/root/static.alt/dist/js/manifest.ad55aaae242389e1ce92.js.map +D html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js +D html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.14ddcb15590630e2d760.js +A html/pfappserver/root/static.alt/dist/js/vendor.14ddcb15590630e2d760.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.2e0e6a94fac7e47677a0.js +D html/pfappserver/root/static.alt/dist/js/vendor.2e0e6a94fac7e47677a0.js.map + +commit 8ae6da43afe0aa31874fc0c1e4ecabac1daa818f +Author: Julien Semaan +Date: Wed May 9 15:33:42 2018 -0400 + + authorize.net adjustments + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html +M lib/pf/Authentication/Source/AuthorizeNetSource.pm + +commit 010fa8e50e89a02a9a33bb8fdd56ef477fd50640 +Author: Julien Semaan +Date: Wed May 9 15:27:07 2018 -0400 + + fix logic error for pre populating first name for authorize.net + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html + +commit bdcc167ffbb75618690ca3736be6df917b957528 +Author: Julien Semaan +Date: Wed May 9 15:26:46 2018 -0400 + + cleanup authorizenet.js + +M html/captive-portal/content/billing/authorizenet.js + +commit f7a30e993c0f6ed9638bf2c56c050d250d0133f2 +Author: Julien Semaan +Date: Wed May 9 14:46:57 2018 -0400 + + update news file for 8.0.1 + +M NEWS.asciidoc + +commit 48b50564037f3ed0797945b574ed28d0d4e03331 +Author: Durand Fabrice +Date: Wed May 9 14:26:59 2018 -0400 + + removed golang-1.7-go as a depencie (debian) + +M debian/control + +commit 36adcb865d07eceaa5c3f39daa2f27355665c840 +Author: Julien Semaan +Date: Wed May 9 14:12:14 2018 -0400 + + delete node in cleanup even without location entry + + fixes #3227 + +M lib/pf/node.pm + +commit daf33aac7ec8804b350ae9ca05f16753328e0fed +Author: James Rouzier +Date: Wed May 9 14:02:24 2018 -0400 + + Change the session id after logging in + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Admin.pm + +commit a6cd0492d9dd0dc309a7cabcdd8555537d18bed3 +Author: James Rouzier +Date: Wed May 9 14:01:39 2018 -0400 + + Use a secure cookie for the admin + +M html/pfappserver/lib/pfappserver.pm + +commit 58f567c149bab46a522ad5766dc0d12dff1be0ac +Author: Durand Fabrice +Date: Wed May 9 13:39:10 2018 -0400 + + Fixed packetfence-routes.service wrong target + +M conf/systemd/packetfence-routes.service + +commit 648667b7350d93c7cff432724490adf69fe295be +Author: Francis Lachapelle +Date: Wed May 9 12:17:14 2018 -0400 + + (web admin) Lazy loading routes initial test + +M html/pfappserver/root/static.alt/Makefile +M html/pfappserver/root/static.alt/config/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js + +commit 8a23920bbad4a5dc2a49ba6d59a6cdf5ae909289 +Author: Julien Semaan +Date: Wed May 9 12:03:30 2018 -0400 + + adjustments in pfstats for context + +M go/stats/main.go + +commit 7928c2a022e8e378ba9d282a06f41ce3bb903fa3 +Author: extrafu +Date: Wed May 9 11:50:48 2018 -0400 + + Changes propagation + +M NEWS.asciidoc + +commit 461d66f847c628bd507894e14edaa4ef9aae661d +Author: James Rouzier +Date: Wed May 9 11:26:57 2018 -0400 + + Update NEWS file + +M NEWS.asciidoc + +commit 3a5eb01ad035440c6458fa8f4ea4e16b9e5a2f7c +Author: James Rouzier +Date: Wed May 9 10:05:09 2018 -0400 + + Update news file + +M NEWS.asciidoc + +commit 6c4d786b3612b64623ac3f446776549809faa6d9 +Author: James Rouzier +Date: Wed May 9 11:23:00 2018 -0400 + + Do not override the 'roles' attribute + + Fixes #3226 + +M html/pfappserver/lib/pfappserver/Form/Config/DeviceRegistration.pm + +commit dac1d52e01ac4e6b241746bbd0843c0b37cb7245 +Author: Julien Semaan +Date: Wed May 9 11:04:44 2018 -0400 + + add context timeout for eduroam test + +M go/stats/main.go + +commit a00275f7fcb17b84dec2e7d62864c031981d8fde +Author: Julien Semaan +Date: Wed May 9 10:36:59 2018 -0400 + + adjust context timeout for pfstats + +M go/stats/main.go + +commit 48679a9444b27b9cbfa191115363f7203eeb9c92 +Author: Julien Semaan +Date: Wed May 9 10:26:00 2018 -0400 + + add name to authorize.net request + +M html/captive-portal/content/billing/authorizenet.js + +commit cfe9989ff2ca97cea433e2186534ccfbaef00318 +Author: Durand Fabrice +Date: Tue May 8 21:17:28 2018 -0400 + + Updated NEWS.asciidoc file + +M NEWS.asciidoc + +commit b40b7ac07a999a0666c0660943d23187200d79a2 +Author: Durand Fabrice +Date: Tue May 8 21:13:34 2018 -0400 + + Updated debianize.patch + +M debian/patches/debianize.patch + +commit e33efa51782115242de4b86957f9219c556acf80 +Author: extrafu +Date: Tue May 8 20:14:58 2018 -0400 + + Small improvements + +M NEWS.asciidoc + +commit 73b281beb67099ac64f9eb6fe112dc40ddbd6218 +Author: James Rouzier +Date: Tue May 8 17:35:38 2018 -0400 + + If the node does not have a role allow it to be modified + + Fixes #3217 + +M html/pfappserver/lib/pfappserver/PacketFence/Controller/Node.pm + +commit 8d23a3ef9422533b52030464ec2f28ff6e5ae627 +Author: Durand Fabrice +Date: Tue May 8 16:33:38 2018 -0400 + + NEWS.asciidoc for 8.0.1 + +M NEWS.asciidoc + +commit 882d8e90136c2a24f7c7da1f0a9d47752314b8be +Author: Julien Semaan +Date: Tue May 8 16:01:14 2018 -0400 + + Update NEWS.asciidoc + +M NEWS.asciidoc + +commit 3df5ee08302003b398ac1db15e58a6ce4da1ae28 +Author: Durand Fabrice +Date: Tue May 8 11:52:28 2018 -0400 + + Fixed packetfence-haproxy-portal and packetfence-tc systemd service + +M conf/systemd/packetfence-haproxy-portal.service +M conf/systemd/packetfence-tc.service + +commit 593677b0cadd1eab0f50e8b206f4384fc2feb7c0 +Author: Durand Fabrice +Date: Wed Mar 7 17:06:31 2018 -0500 + + Changed the connection type binary + +M lib/pf/config.pm + +commit ae462300af5db065c620904abdc6aac7498e16bc +Author: Durand Fabrice +Date: Fri Feb 16 15:08:53 2018 -0500 + + Take care of WEBAUTH type in reevaluate access + +M lib/pf/enforcement.pm + +commit a0c4b8a5aa6c385c0b120f32f6b056d639f8b607 +Author: Durand Fabrice +Date: Wed Nov 22 13:28:12 2017 -0500 + + Added limitation about vlan assignement + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit d7ad89a7318dced9ca32e0fd32bcb6dffe62a03e +Author: Durand Fabrice +Date: Fri Oct 27 13:47:14 2017 -0400 + + Typo + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit 01c7784397a3cfefc3ee9cbd31d61991ef689325 +Author: Durand Fabrice +Date: Fri Oct 27 13:41:10 2017 -0400 + + Typo + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc + +commit af2f0db3e671edcf3ad402d561abe469de21dad4 +Author: Durand Fabrice +Date: Fri Oct 27 13:36:39 2017 -0400 + + Documentation + +M docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc +A docs/images/unifi-open.png +A docs/images/unifi-radius.png +A docs/images/unifi-secure.png + +commit 3ac5dee58de526db8635c1e6f21258392ca8fd13 +Author: Durand Fabrice +Date: Fri Oct 27 09:55:45 2017 -0400 + + Detect on which site the device is connected and send the deauth on this site + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit ed816d6a065dfce4681bc98405dcc89bf52e9fec +Author: Durand Fabrice +Date: Thu Oct 5 13:38:58 2017 -0400 + + Missing import constant + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit 095d1de6c647ef3f153482b6d67fba5ccd1d9ec4 +Author: Durand Fabrice +Date: Thu Oct 5 12:22:21 2017 -0400 + + Added radius capabilities + +M lib/pf/Switch/Ubiquiti/Unifi.pm + +commit 873a061a95b37d42e6a113e745d1cf0470535390 +Author: Durand Fabrice +Date: Thu Oct 5 11:56:29 2017 -0400 + + Added Web-Auth type and support for mac-auth and 802.1x in Unifi switch module + +M lib/pf/Switch/Ubiquiti/Unifi.pm +M lib/pf/config.pm +M lib/pf/web/externalportal.pm + +commit 3b23f45d01a4aad179a5e17482c59f8b07692a88 +Author: Julien Semaan +Date: Tue May 8 08:47:15 2018 -0400 + + rework gpg key detection in maint script + +M addons/pf-maint.pl + +commit 833c6d0f5fafefc7892a803c50f104512579d18a +Author: Durand Fabrice +Date: Tue May 8 07:59:18 2018 -0400 + + Fix tab in the code + +M lib/pf/services/manager/tc.pm + +commit 40eb1af0aaed833756d08ee56406369297a8ce06 +Author: InverseBot +Date: Tue May 8 00:01:58 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/js/app.1ac907a2deac0f9e73f4.js +D html/pfappserver/root/static.alt/dist/js/app.1ac907a2deac0f9e73f4.js.map +A html/pfappserver/root/static.alt/dist/js/app.4386d83b134d06e255ed.js +A html/pfappserver/root/static.alt/dist/js/app.4386d83b134d06e255ed.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map + +commit 687a601c74b03f7b51fce3fee7c9d951806f45fa +Author: InverseBot +Date: Tue May 8 00:00:43 2018 -0400 + + (web admin) Update generated files + +M html/pfappserver/root/static/js/vendor/fitty.min.js +M html/pfappserver/root/static/js/vendor/fitty.min.js.map + +commit ee283e1c6ecdc05297edfd1b41acb7fe5dd269a6 +Author: Durand Fabrice +Date: Mon May 7 16:52:09 2018 -0400 + + Fixes #3215 + +M lib/pf/ipset.pm +M lib/pf/services/manager/tc.pm + +commit d2e18e9bca1c8770e5d9d7010e02d4440758c0f4 +Author: Durand Fabrice +Date: Mon May 7 16:33:30 2018 -0400 + + Fixes #3220 + +M lib/pf/api.pm + +commit a2e12f3acd4aab3d84c0c5929c59c4b581f2c8de +Author: Durand Fabrice +Date: Mon May 7 13:15:19 2018 -0400 + + Winbind fail to start because of a permissions on + /var/run/samba/winbindd in the chroots + +M addons/create_chroot.sh + +commit 006dd49dc77e57f28bb0ad989b00cc03516e1501 +Author: Francis Lachapelle +Date: Mon May 7 13:09:21 2018 -0400 + + (web admin) Fix sorting on GET /{users,nodes} + +M html/pfappserver/root/static.alt/src/views/Nodes/_api/index.js +M html/pfappserver/root/static.alt/src/views/Users/_api/index.js + +commit aba3289fa17f847e35e4639ff618a848dfbaa716 +Author: James Rouzier +Date: Mon May 7 12:33:25 2018 -0400 + + Fix issue with sort and the field parameters + +M lib/pf/UnifiedApi/Controller/Crud.pm + +commit 07cb674d83976b735143eb704fb3be82c2e3ab46 +Author: Francis Lachapelle +Date: Mon May 7 12:19:40 2018 -0400 + + (web admin) Add fitty library to Makefile + +M html/pfappserver/root/static/Makefile + +commit 8649707860ac54c690a5af284fdab4ef8d0fd6a7 +Author: Francis Lachapelle +Date: Mon May 7 11:45:39 2018 -0400 + + Update .gitignore + +M .gitignore + +commit 3d88992020db1341eca04c9b2432e0d7212a2d44 +Author: Durand Fabrice +Date: Fri May 4 14:16:59 2018 -0400 + + Fixed dns passthrough for normal domain (was considered as a wildcard) + +M go/coredns/plugin/pfdns/pfdns.go + +commit f5400b785db86dd7db807d401d24c8f2e6e10505 +Author: Francis Lachapelle +Date: Fri May 4 11:13:38 2018 -0400 + + (portal) FIx CSP issue with Aerohive Web Auth + +M html/captive-portal/content/autosubmit.js + +commit cff416cc47c536e6983ca7daf59c2fad84ebaaa1 +Author: Durand Fabrice +Date: Fri May 4 11:01:40 2018 -0400 + + Fix packetfence-local-auth + +M raddb/policy.d/packetfence + +commit 81b978f160443919c0e80dfbadb85521d3cab9b0 +Author: Francis Lachapelle +Date: Fri May 4 10:33:43 2018 -0400 + + (portal) FIx CSP issue with Aerohive Web Auth + +M html/captive-portal/content/autosubmit.js + +commit f34aafbab71cc48a573afcc56ea4716dd639018b +Author: Durand Fabrice +Date: Fri May 4 09:08:22 2018 -0400 + + Fixes missing file in packaging + +M addons/packages/packetfence.spec + +commit ac196bd5f072e1fd8cfec0cc2a098c26824dfba4 +Author: Francis Lachapelle +Date: Fri May 4 08:59:58 2018 -0400 + + (portal) FIx CSP issue with Aerohive Web Auth + + Fixes #3218 + +M addons/packages/packetfence.spec +M debian/packetfence.conffiles +A html/captive-portal/content/autosubmit.js +M lib/pf/Switch/AeroHIVE/AP.pm + +commit bf4cc3037d5c685f233e8410be2eb083d97b2c12 +Author: Durand Fabrice +Date: Thu May 3 15:33:10 2018 -0400 + + Fixes #3216 + +M addons/packages/packetfence.spec + +commit f81a6c9431414c8203793383ca6f26e2fe93736c +Author: Julien Semaan +Date: Thu May 3 15:00:27 2018 -0400 + + install signing key if necessery + +M addons/pf-maint.pl + +commit 5fd0f90cc5313e2fa0b29f27b0bf0b453a335d40 +Author: Julien Semaan +Date: Thu May 3 14:50:57 2018 -0400 + + support debian binary patching + +M addons/pf-maint.pl + +commit be8a0cbf1014cae146278a061dcaa9e0b50d4b79 +Author: Julien Semaan +Date: Thu May 3 14:20:04 2018 -0400 + + news for #3205 + +M NEWS.asciidoc + +commit 7ebb4c0eeecbc122bc3d4140ac0a263986119c41 +Author: Julien Semaan +Date: Thu May 3 11:51:28 2018 -0400 + + set the owner of maintenance binaries + +M addons/pf-maint.pl + +commit da044a15dcf48a0dcc7cf307a5283bf618b8433e +Author: Durand Fabrice +Date: Thu May 3 09:37:52 2018 -0400 + + Added missing coe for nessus6 scanner. + +M lib/pf/scan/nessus6.pm + +commit 4c5d7377f9329fcb620771dc8d6c1d19aa6e750d +Author: Julien Semaan +Date: Thu May 3 09:27:24 2018 -0400 + + remove temporary download file + +M addons/pf-maint.pl + +commit e4c8183c097845e6d9faa26855b0f7356262d4bb +Author: Julien Semaan +Date: Thu May 3 09:24:10 2018 -0400 + + disable binary patching for Debian + +M addons/pf-maint.pl + +commit 8cc82ece3e2bd666538125a41937eb5bb6cdda71 +Author: Julien Semaan +Date: Thu May 3 09:21:11 2018 -0400 + + add pfstats to patchable binaries + +M addons/pf-maint.pl + +commit cfd47d989b5b521c731e329c7a619283a6d15de2 +Author: Julien Semaan +Date: Thu May 3 09:20:27 2018 -0400 + + added signature validation of the maintenance binaries + +M addons/pf-maint.pl + +commit 742534b2b875706eea7a6b851bbeb64cd7b5071f +Author: Julien Semaan +Date: Thu May 3 08:32:54 2018 -0400 + + rework maintenance script to be able to patch golang binaries + +M addons/pf-maint.pl + +commit 435120855e356229d83ec79edca97140dd5d6d36 +Author: InverseBot +Date: Thu May 3 00:03:27 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +A html/pfappserver/root/static.alt/dist/js/app.1ac907a2deac0f9e73f4.js +A html/pfappserver/root/static.alt/dist/js/app.1ac907a2deac0f9e73f4.js.map +D html/pfappserver/root/static.alt/dist/js/app.c189fb20145972408a9d.js +D html/pfappserver/root/static.alt/dist/js/app.c189fb20145972408a9d.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.2e0e6a94fac7e47677a0.js +A html/pfappserver/root/static.alt/dist/js/vendor.2e0e6a94fac7e47677a0.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.a9c7b6b9d57039419ecb.js +D html/pfappserver/root/static.alt/dist/js/vendor.a9c7b6b9d57039419ecb.js.map + +commit 8b150061e778bfc02eeccf31ae51babd53ace63d +Author: Francis Lachapelle +Date: Wed May 2 14:57:16 2018 -0400 + + (web admin) Node/User columns selection + +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodesSearch.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UsersSearch.vue + +commit b782be3f19613a53643250d4397ec1c20900dc72 +Author: Francis Lachapelle +Date: Wed May 2 14:21:51 2018 -0400 + + (web admin) Update README.md + +M html/pfappserver/root/static.alt/README.md + +commit 8f284c0beaacff14f6ff8ce74c4b4f057893ca2b +Author: Francis Lachapelle +Date: Wed May 2 14:20:21 2018 -0400 + + (web admin) Update vue-awesome to v3.0.0 + + Now using Font Awesome 5.0 + +M html/pfappserver/root/static.alt/package.json +M html/pfappserver/root/static.alt/src/main.js +M html/pfappserver/root/static.alt/src/views/Nodes/_components/NodeView.vue +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 654bc115876381b5a0d3ccc726149b0375ccdef1 +Author: Durand Fabrice +Date: Wed May 2 11:46:50 2018 -0400 + + Fixed nessus6 scan + +M lib/pf/scan/nessus6.pm + +commit 7aea6a5df50664fc674a0bf84e816a9fa75d8a73 +Author: Durand Fabrice +Date: Wed May 2 11:23:15 2018 -0400 + + Detect uplinks based on CDP flag instead of a string + +M lib/pf/Switch/Cisco.pm + +commit d1b97fce9a512928b8bba69c7fcb7dec6079fbd7 +Author: Francis Lachapelle +Date: Wed May 2 11:20:14 2018 -0400 + + (web admin) Hide scrollbar during transitions + +M html/pfappserver/root/static.alt/src/router/index.js +M html/pfappserver/root/static.alt/src/views/Nodes/_router/index.js +M html/pfappserver/root/static.alt/src/views/Users/_router/index.js + +commit bf8182b27cf89f4c3c8e60cd54393e163ceee6b5 +Author: InverseBot +Date: Wed May 2 00:02:56 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/js/app.6c27004ab66826f20912.js +D html/pfappserver/root/static.alt/dist/js/app.6c27004ab66826f20912.js.map +A html/pfappserver/root/static.alt/dist/js/app.c189fb20145972408a9d.js +A html/pfappserver/root/static.alt/dist/js/app.c189fb20145972408a9d.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map + +commit d87e4c3f4f8929cdb18158ac775db009beacfbb3 +Author: Francis Lachapelle +Date: Tue May 1 15:18:25 2018 -0400 + + (web admin) Fetch user's data + +M html/pfappserver/root/static.alt/src/views/Users/_components/UserView.vue + +commit 8875f6f16eb6b35e176ed2653e914fed1ec55dea +Author: Julien Semaan +Date: Tue May 1 13:34:04 2018 -0400 + + force the profiling when computing timebased key for the first time + +M lib/pf/fingerbank.pm + +commit c425fa1078d70d06bd84c3e8c6fb438a55ccfdef +Author: Julien Semaan +Date: Tue May 1 13:07:13 2018 -0400 + + update computername from Fingerbank collector + + fixes #3206 + +M lib/pf/fingerbank.pm + +commit bcc9b5f99e817b9214f400cfe2479653fca690a7 +Author: Durand Fabrice +Date: Tue May 1 13:05:52 2018 -0400 + + Added Type=notify in systemd init script + +M conf/systemd/packetfence-haproxy-db.service +M conf/systemd/packetfence-haproxy-portal.service + +commit 173d11fcab207a0f29507fc8ab128593570bee9d +Author: Durand Fabrice +Date: Wed Apr 4 08:55:02 2018 -0400 + + Updated haproxy to version > 1.8 + +M addons/packages/packetfence.spec +M conf/haproxy-db.conf.example +M conf/haproxy-portal.conf.example +M conf/systemd/packetfence-haproxy-db.service +M conf/systemd/packetfence-haproxy-portal.service +M debian/control + +commit a0f5aa532383ad01292c2fff2f2eab8ee0bd0c83 +Author: Durand Fabrice +Date: Tue May 1 12:43:59 2018 -0400 + + Fixes #3208 + +M conf/haproxy-db.conf.example + +commit d9e8d6f22ef3dceb44bd7c5a40e1f8ea5137b44a +Author: Julien Semaan +Date: Tue May 1 11:44:35 2018 -0400 + + have a context timeout when performing RADIUS SSO + + fixes #3207 + +M go/firewallsso/base.go +M go/firewallsso/checkpoint.go +M go/firewallsso/fortigate.go +M go/firewallsso/watchguard.go + +commit 3add4a51e9ac46d070eac205bdfdaf2358849ca4 +Author: InverseBot +Date: Tue May 1 00:03:14 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +D html/pfappserver/root/static.alt/dist/css/app.19b0933f987662d65732cd0f1e3b8f6f.css +D html/pfappserver/root/static.alt/dist/css/app.19b0933f987662d65732cd0f1e3b8f6f.css.map +A html/pfappserver/root/static.alt/dist/css/app.c07fad264897f8247e7f57d231448bbf.css +A html/pfappserver/root/static.alt/dist/css/app.c07fad264897f8247e7f57d231448bbf.css.map +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map + +commit d051727494f319986c714c2339e610f59a3336a5 +Author: Durand Fabrice +Date: Mon Apr 30 16:01:35 2018 -0400 + + put etcd in his own directory + +M lib/pf/services/manager/etcd.pm + +commit 917d30f59d3355d079d78588ad4507fb6ad0967e +Author: Allan Tran +Date: Mon Apr 30 11:08:06 2018 -0400 + + Added Cisco WLC Wired authentication + +M lib/pf/Switch/Cisco/WLC.pm + +commit d951b59a063eaec9a17a26e69ada48973d751cb2 +Author: Julien Semaan +Date: Mon Apr 30 09:10:13 2018 -0400 + + missing file for authorize.net + +A html/captive-portal/content/billing/authorizenet.js + +commit bf1a5e7a82f5fdc324093cf1bd3e0dbaf4d6e5de +Author: Julien Semaan +Date: Mon Apr 30 09:09:47 2018 -0400 + + post-release 8.0.0 + +M NEWS.asciidoc +M UPGRADE.asciidoc +M conf/pf-release +A db/pf-schema-X.Y.Z.sql +A db/upgrade-X.X.X-X.Y.Z.sql + +commit 2894cd07c64005f57e783b5abae14f5760cabba7 +Author: Julien Semaan +Date: Mon Apr 30 08:58:35 2018 -0400 + + adjust authorize.net template for v8 css + +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html + +commit fe83c42656e1ee41c348e8ce1de1680893dd71bd +Author: Julien Semaan +Date: Mon Apr 30 08:46:54 2018 -0400 + + allow access to stripe + authorizenet in CSP headers + +M html/captive-portal/lib/captiveportal.pm + +commit 9d31814d06048eb5d3723a2133df75f415804bf6 +Author: InverseBot +Date: Sat Apr 28 00:03:28 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/admin/v-index.tt +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map +D html/pfappserver/root/static.alt/dist/js/vendor.27d6667ef6bb14a43c74.js +D html/pfappserver/root/static.alt/dist/js/vendor.27d6667ef6bb14a43c74.js.map +A html/pfappserver/root/static.alt/dist/js/vendor.a9c7b6b9d57039419ecb.js +A html/pfappserver/root/static.alt/dist/js/vendor.a9c7b6b9d57039419ecb.js.map + +commit d89f7eb15d0447759760569cf570616462e76a57 +Author: James Rouzier +Date: Fri Apr 27 17:36:12 2018 -0400 + + Tighten up ip4log join on node + +M html/pfappserver/lib/pfappserver/Model/Search/Node.pm + +commit 2a380b7f058e9eaf0edd7d7686e115eff36d4db0 +Author: James Rouzier +Date: Fri Apr 27 13:50:24 2018 -0400 + + Add conf/pfdhcp.conf .gitignore + +M .gitignore + +commit 7f32badd5c07b9a975f50a1c5e86ba61842a8dff +Author: Julien Semaan +Date: Fri Apr 27 13:03:59 2018 -0400 + + fix typo + +M lib/pf/Authentication/Source/AuthorizeNetSource.pm + +commit 74e6b3ae5402cf719e952db0e6c998d5e0497b46 +Author: Julien Semaan +Date: Fri Apr 27 13:02:55 2018 -0400 + + authorize.net using accept.js + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Billing.pm +M html/captive-portal/templates/billing/confirm_AuthorizeNet.html +M html/pfappserver/lib/pfappserver/Form/Config/Source/AuthorizeNet.pm +M lib/pf/Authentication/Source/AuthorizeNetSource.pm + +commit b736551da71347d4fe8bb7080ef3b85ff99592ae +Author: Durand Fabrice +Date: Fri Apr 27 12:06:07 2018 -0400 + + Define the group when rsyslog create a file + +M conf/rsyslog.conf.tt.example + +commit 882e193e1f4951ab0f2708aa106a03ed922dfb85 +Author: Durand Fabrice +Date: Fri Apr 27 11:02:26 2018 -0400 + + Fix for pfipset who crach on debian + +M go/caddy/pfipset/handlers.go + +commit 36a573e6050594001592058ae39622f5ebde98d8 +Author: Julien Semaan +Date: Fri Apr 27 08:08:32 2018 -0400 + + Update build-go.sh + +M addons/packages/build-go.sh + +commit 9d66dffb83a27bfebc213f58f007d50d82d5efa4 +Author: Julien Semaan +Date: Fri Apr 27 07:27:50 2018 -0400 + + ensure the webservices backend will always be initialized in API frontend + + fixes #3101 + +M go/caddy/api-aaa/api-aaa.go + +commit 0f432209909536185f5e93b2ee737bf226922dc7 +Author: InverseBot +Date: Fri Apr 27 00:03:18 2018 -0400 + + (web admin alt) Update generated files + +M html/pfappserver/root/static.alt/dist/js/app.6c27004ab66826f20912.js.map +M html/pfappserver/root/static.alt/dist/js/manifest.e98188766014e8365d45.js.map + +commit 2a88e148bbf6cdd91d07400f22beb2b45b02acc2 +Author: Durand Fabrice +Date: Thu Apr 26 16:32:52 2018 -0400 + + Force netdata version for debian + +M debian/control + +commit 4d910231f679f4b2e79275399834eb8ab91c1b91 +Author: Durand Fabrice +Date: Thu Apr 26 16:14:23 2018 -0400 + + Fix for debian packaging + +M debian/control +M debian/packetfence.preinst + +commit 0962b78db44e508914eed8744086113b96de59d6 +Author: Julien Semaan +Date: Thu Apr 26 15:12:07 2018 -0400 + + adjust ZEN script + +M addons/ZEN-vagrant-builder/build.sh + +commit d9eab565c0c2dbd1ced2995804a029967043a623 +Author: Julien Semaan +Date: Thu Apr 26 12:50:32 2018 -0400 + + update changelog + +M ChangeLog + +commit 9b3b78fa42d0fc1871702c3992aff3f8a7ce7f92 Author: Julien Semaan Date: Thu Apr 26 12:49:51 2018 -0400 @@ -7,6 +7892,30 @@ Date: Thu Apr 26 12:49:51 2018 -0400 M addons/packages/packetfence.spec M debian/changelog +commit 260273bd63795df7179b680075d76a2701fe08e3 +Author: Allan Tran <36165527+atran-inverse@users.noreply.github.com> +Date: Thu Apr 26 13:56:48 2018 -0400 + + (doc) Updated Facebook OAuth2 instructions + +M docs/PacketFence_Installation_Guide.asciidoc + +commit 3e69806d678a7695c0fc84db031a375f1815e319 +Author: Francis Lachapelle +Date: Thu Apr 26 13:35:06 2018 -0400 + + (doc) Veresion 8.0.0 + +M docs/docinfo.xml + +commit 74d5d83bbc423956b35984ead1ab4259166e4d64 +Author: Francis Lachapelle +Date: Thu Apr 26 13:29:02 2018 -0400 + + (doc) Fix titles in Aerohive doc + +M docs/networkdevice/aerohive.asciidoc + commit 82c75491d432cde27af25bd70faec37e10f0cd57 Author: Julien Semaan Date: Thu Apr 26 12:46:07 2018 -0400 @@ -1860,6 +9769,26 @@ Date: Tue Apr 24 08:32:25 2018 -0400 M NEWS.asciidoc +commit e509276dff536aea1820e17db09490ce0ef7ceba +Author: Darren Satkunas +Date: Tue Apr 24 05:23:14 2018 -0400 + + Remove trailing paths in docs + +M docs/api/spec/paths/reports.yaml + +commit e44c3b43cab1742d467149a467ed4a712dc14c83 +Author: Darren Satkunas +Date: Tue Apr 24 05:20:17 2018 -0400 + + Remove topsponsor + +M docs/api/spec/components/schemas/reports.yaml +M docs/api/spec/paths/reports.yaml +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Reports.pm +M t/unittest/UnifiedApi/Controller/Reports.t + commit 8faf3f863be8b3bd34fb5b449fc434bb02dc610e Author: Julien Semaan Date: Mon Apr 23 17:04:35 2018 -0400 @@ -1901,6 +9830,15 @@ Date: Mon Apr 23 15:52:15 2018 -0400 M go/dhcp/main.go +commit 751c5ebacadfafe65591eb9a1e790d2ad65394eb +Author: James Rouzier +Date: Mon Apr 23 14:33:51 2018 -0400 + + Fix YAML schemas + +M docs/api/spec/components/schemas/reports.yaml +M docs/api/spec/paths/reports.yaml + commit 8f6a2ae942fb0ec15f63ff7ce1d9d1ed5874dab5 Author: James Rouzier Date: Mon Apr 23 14:10:50 2018 -0400 @@ -2536,6 +10474,41 @@ Date: Fri Apr 20 15:12:14 2018 -0400 M addons/monit/monit_checks_configurations/00_packetfence.tt M addons/monit/monit_checks_configurations/30_packetfence-activeactive.tt +commit 074c2400ee90db27237b6197e22eeb96f1a48c79 +Author: Darren Satkunas +Date: Sun Apr 22 18:22:49 2018 -0400 + + Add docs + +A docs/api/spec/components/schemas/reports.yaml +A docs/api/spec/paths/reports.yaml + +commit 161491b5aae73c8bbcbe439898dcbb3ce1428c56 +Author: Darren Satkunas +Date: Sat Apr 21 07:39:31 2018 -0400 + + Update paths + +M lib/pf/UnifiedApi.pm +M t/unittest/UnifiedApi/Controller/Reports.t + +commit 0d3a82ffc32d88b6e684f7a0b7df08225050982e +Author: Darren Satkunas +Date: Sat Apr 21 07:06:24 2018 -0400 + + Update unittests + +M t/unittest/UnifiedApi/Controller/Reports.t + +commit c6366ae6689de0b136ce32b560440208a900ee41 +Author: Darren Satkunas +Date: Sat Apr 21 06:32:07 2018 -0400 + + Update paths + +M lib/pf/UnifiedApi.pm +M lib/pf/UnifiedApi/Controller/Reports.pm + commit f5c829266f23b3b27a86c083a5dd3b55400201b2 Author: Francis Lachapelle Date: Fri Apr 20 15:43:50 2018 -0400 @@ -6882,6 +14855,16 @@ Date: Mon Mar 12 13:59:06 2018 -0400 M lib/pf/role/pool.pm +commit 7ab3e9fe1ce862258598d4e28274968404618de8 +Author: ianbmacdonald +Date: Mon Mar 12 12:50:13 2018 -0400 + + Support OpenWRT 17.01.4 hostapd + + Merged packetfence changes to hostapd into current LEDE 17.01.4 hostapd.sh + +A addons/hostapd/hostapd-17.01.4.sh + commit a133ff9564b0b1f83e8d9dfc8d84e7deb33cee11 Author: Darren Satkunas Date: Mon Mar 12 11:16:36 2018 -0400 @@ -7227,6 +15210,15 @@ Date: Wed Feb 28 17:19:36 2018 -0500 A t/unittest/UnifiedApi/Controller/Search.t +commit 87b2b60ec6a6f8a1ee4c413cff393362c9c04920 +Author: Durand Fabrice +Date: Thu Mar 8 11:51:05 2018 -0500 + + Fixed code + +M html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Sponsor.pm + commit 9bc38cde5ece20477116eda8e9ceec448e089bd2 Author: Ludovic Marcotte Date: Wed Mar 7 11:37:47 2018 -0500 @@ -7682,6 +15674,16 @@ Date: Fri Mar 2 12:08:14 2018 -0500 M lib/pf/violation.pm +commit af5d5df1e4d9c1ff8d37504c4b443f836bd67630 +Author: Durand Fabrice +Date: Fri Mar 2 11:34:15 2018 -0500 + + Validate sponsor configuration parameter. + +M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Sponsor.pm +M html/pfappserver/lib/pfappserver/Form/Config/Source/SponsorEmail.pm +M lib/pf/Authentication/Source/SponsorEmailSource.pm + commit 298b55c7cc1d32b3874e57cf61f542302db9e022 Author: James Rouzier Date: Fri Mar 2 09:42:30 2018 -0500 diff --git a/addons/packages/packetfence.spec b/addons/packages/packetfence.spec index b13c1c2e7b79..fdb1b61476ba 100644 --- a/addons/packages/packetfence.spec +++ b/addons/packages/packetfence.spec @@ -1363,6 +1363,9 @@ fi %exclude /usr/local/pf/addons/pfconfig/pfconfig.init %changelog +* Thu Jul 09 2018 Inverse - 8.1.0-1 +- New release 8.1.0 + * Thu Apr 26 2018 Inverse - 8.0.0-1 - New release 8.0.0 diff --git a/debian/changelog b/debian/changelog index 51bea9e1a532..7d1729f41879 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +packetfence (8.1.0) unstable; urgency=low + + * Version 8.1.0 + + -- Inverse Thu, 09 Jul 2018 12:00:00 -0400 + packetfence (8.0.0) unstable; urgency=low * Version 8.0.0