summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
AgeCommit message (Collapse)Author
2019-07-05lucihttp: update to latest Git HEADJo-Philipp Wich
a34a17d src: allow overriding buffer size from cli in multipart tester 730a46f lib: fix potentially lost bytes in boundary parsing across buffer limits 8734af2 lib: add buffer tracing to multipart parser 913051b src: add file dump option to multipart test utility c419539 src: allow specifying custom buffer sizes in multipart testcases f6e0564 lib: fix handling of empty multipart fields Fixes: #2816 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-05lucihttp: update to latest Git HEADJo-Philipp Wich
f6e0564 lib: fix handling of empty multipart fields 91c01c3 lib: fix multipart state transition in boundary parsing Fixes: #2737 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-02-13treewide: move freifunk-related packages to separate repoSven Roederer
Even Freifunk was one of the major factory to create the LuCI-system, it's now only a very small part of LuCI. LuCI has become a much bigger thing and it seems that it's time to move the packages only relating to Freifunk into it's own feed. On the mailinglist it was discussed [1] and a repo below the general Freifunk team on github was created. This commit removes all packages that will be hosted in the new repo [2] 1 - http://lists.freifunk.net/pipermail/wlannews-freifunk.net/2019-February/004818.html 2 - https://github.com/freifunk/openwrt-packages Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2019-01-24lucihttp: update to latest Git HEADJo-Philipp Wich
1afbdcc build: add soversion to library Also adjust ABI_VERSION and install recipe accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-20csstidy: update to latest Git HEADJo-Philipp Wich
1d56201 prepare: do not consider "overflow" to be a shorthand for -x, -y Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-12csstidy: update to latest Git headJo-Philipp Wich
33594b4 ("csstidy: do not dequote selector strings") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-12contrib: add csstidy packageJo-Philipp Wich
Package a fork of the CSSTidy C++ implementation for CSS minification use in a later commit. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-02community-profiles: create profile for FürstenwaldeMartin Hübner
New profile for Fürstenwalde. At the moment we use parts of the Berlin- infrastructure. Thus I have not changed the ip-address-related things. Signed-off-by: Martin Hübner <martin.hubner@web.de> [reword and rewrap commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-10-25get rid of library version numbers in luci olsrd codePhilipp Borgers
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
2018-10-12freifunk-watchdog: Fix typosyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-10treewide: Fix typos in commentsyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-04freifunk profiles: add nameserver 80.67.169.40 from www.fdn.fr/actions/dnspmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-09-24community-profiles: change subnet of mesh_network option for BerlinPhilipp Borgers
The mesh_network option is used to check the user input. The wizard checks if the input ip address is part of the mesh_network. We use multiple /16 networks. There is no support for multiple ranges so we the 10.0.0.0/8. For reference the ip list: https://wiki.freifunk.net/IP-Netze Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
2018-07-26Merge pull request #1761 from pmelange/ff_olsr_watchdog_del_tnlJo-Philipp Wich
ff_olsr_watchdog: delete stale tunnels
2018-07-25ff_olsrd_watchdog: delete existing tunnelspmelange
When OLSRd crashes, the old tunnels still exist. This can lead to unexpected behaviour. The tunnels to be removed start with "tnl_" See freifunk-berlin/firmware#522 Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-05-18lucihttp: update to latest HEADJo-Philipp Wich
6ddea4c utils: fix crash with zero length input string in lh_header_attribute() cb119de lib: add support for setting the maximum allowed data size Fixes #1784. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-23Removed retired nameserver 213.73.91.35 from the Freifunk profilespmelange
See issue openwrt/luci#1757 Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
2018-04-22lucihttp: update to latest HEADJo-Philipp Wich
ccc685e lua: expose LH_URLDECODE_PLUS flag in Lua library Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-20lucihttp: update to latest HEADJo-Philipp Wich
c7c9c66 src: extend multipart parser test program 5071efb testcases: add multipart parsing edge cases 689e3d0 lib: multipart-parser: fix various edge cases Fixes #1754. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-18freifunk-common: explicitely depend on libuci-luaJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-18lucihttp: update to latest HEADJo-Philipp Wich
8617997 lib: cast size_t values in printf() to prevent compielr warnings Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-18lucihttp: update to latest HEADJo-Philipp Wich
b7470d1 lua: back out early when instantiating parser with bad boundary e1b1b1f testcases: remove stray .swp file b46a6ca utils: introduce new LH_URLDECODE_PLUS flag Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-17contrib: package liblucihttpJo-Philipp Wich
Package liblucihttp, a utility library providing HTTP parsing and data decoding helpers. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-02-28community-profiles: potsdam - changed SSIDHannes Fuchs
After some discussion in our meetings and on the maling list we decided to change the SSID to a fixed one. Signed-off-by: Hannes Fuchs <hannes.fuchs@gmx.org>
2018-01-20freifunk-p2pblock / luci-app-p2pblock: remove from repoHannu Nyman
Remove freifunk-p2pblock and luci-app-p2pblock as they have been BROKEN since 2016. Packages depend on the removed l7-protocols as well as the deprecated l7 support in the iptables kernel modules. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-09community-profiles: remove HannoverJoda Stößer
2017-10-21meshwizard: upgrade version for some olsr-pluginsFreifunkUFO
inside OLSR some plugins recently got newer version numbers (and of course improvements) Signed-off-by: Ufo <ufo@rund.freifunk.net>
2017-03-01updated community-profile for potsdamHannes Fuchs
- fixed ssid - disable IPv6 - added more interface settings - added settings for 5GHz wifi - added ssidscheme - added dhcp leasetime setting - added LinkQualityAlgorithm for olsrd Signed-off-by: Hannes Fuchs <hannes.fuchs@gmx.org>
2017-02-28meshwizard: cleanup references to madwifiHannu Nyman
Remove the code related to the deprecated madwifi driver. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-28freifunk-common: cleanup references to madwifiHannu Nyman
Remove the code related to the deprecated madwifi driver. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-10remote-update: remove ancient non-maintained packageHannu Nyman
Remove the ancient 'remote-update' package that has not been updated for years. It e.g. references two non-existing targets. Reference to discussion in #995 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-13freifunk-common: bump version as of recent changesSven Roederer
the updates for olsr-0.9.5 compatibility should have changed the release-number Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2016-12-31community-profiles: update BerlinSven Roederer
since Kathleen-0.2.0 Release there is a new owm-api-url Signed-off-by: Sven Roederer devel-sven@geroedel.de
2016-12-13freifunk-common: neigh.sh: work also with unprettyfied JSON outputBastian Bittorf
Older OLSRd-version outputs JSON humanreadable over multiple lines. The introduced change in 524439cd1647e5d6d7b48f9c75ec5800a5444109 broke the output for those users. Fix that be a finer filter regex. Thanks to Thomas Huehn <thomas@net.t-labs.tu-berlin.de> for spotting that.
2016-12-12freifunk-common: neigh.sh: fix for new olsrd 0.9.5Bastian Bittorf
Starting with version 0.9.5 the new olsr-deamon behaves more standard-compliant and outputs correct HTTP-headers. This would confuse the script and abort parsing. Fix that by only trying to parse the JSON-value and just ignore the other stuff. After this, we can see neighbours again. Thanks to FreifunkUFO <ufo@rund.freifunk.net> for spotting this.
2016-12-09meshwizard: remove local variable definitions outside functionsHannu Nyman
Adapted from PR #819 by FreifunkUFO Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-22freifunk-p2pblock / luci-app-p2pblock: mark BROKENHannu Nyman
Mark freifunk-p2pblock and luci-app-p2pblock BROKEN as p2pblock needs layer7 support in iptables, which was removed in early 2015 from iptables-mod-filter: https://dev.openwrt.org/changeset/45423 https://dev.openwrt.org/changeset/45424 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-07-05Update LibreTulum Profileplatschi
2016-07-01Add LibreTulumplatschi
Adding Profile for LibreTulum
2016-05-01freifunk-profiles: remove depreciated profilesSven Roederer
- 31C3: this was used back in 2014, looking forward for new the congress - seefeld: died in march 2013 ... (as per note on their Wiki-page) Signed-off-by: Sven Roederer devel-sven@geroedel.de
2016-02-29remove bensheim and heppenheim as requested here: ↵Manuel Munz
https://github.com/freifunk/meshkit/issues/20
2016-01-27Use numeric prefixes for uci-defaults scriptsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-04community-profiles/cottbus: fix some invalid charactersManuel Munz
2016-01-04a cleaner solution for disabling dyngw and dyngw_plain in ↵Manuel Munz
freifunk-policyrouting init
2016-01-04change community profile hallemfuhrmeister
2015-12-19community-profiles: update berlin profile & remove berlin_pbergNico Geyso
these patches are used by the berlin-freifunk-community since 2014 - change ssid (https://github.com/freifunk-berlin/firmware/commit/563c955a19ea0db0bcbe6da1be0f50dd971961a3) - remove obsolete olsr defaults (https://github.com/freifunk-berlin/firmware/commit/4558f8c88a99807388b3b1e315b440693b778a1d) - use intern-chXX.freifunk.net as ssid scheme for adhoc (https://github.com/freifunk-berlin/firmware/commit/6ce8f590822bd31c37f247a8f006a8f2c5567b55) - add mcast_rate (https://github.com/freifunk-berlin/firmware/commit/e90753ed0485d9c59a3af55efc8156e391ca848a) (https://github.com/freifunk-berlin/firmware/commit/01856773720b4755ee83080ba400b8489cf97416) - add wifi_device and *_iface for 5GHz (https://github.com/freifunk-berlin/firmware/commit/5823e89a3d2d13bb47a2c9c7d33541588b9e64ab) - remove owm_api and mapserver key from community profile (https://github.com/freifunk-berlin/firmware/commit/d4ee2e1bce4f04882af8cf28e62b97795959c31f) - add two ipv6 nameservers (https://github.com/freifunk-berlin/firmware/commit/83df6ab77164a391f4536e32bc549a577d06af89) - change default dhcp leasetime to 5 minutes (https://github.com/freifunk-berlin/firmware/commit/b38af129e0d4d4f5b6d1b1c23c57e6bec312de5f) - remove non existent freifunk community profiles (Berlin) (https://github.com/freifunk-berlin/firmware/commit/6c49443bdef9905e71ad77b729d4cc95c5d66062) Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2015-12-04Merge pull request #461 from marcel-sch/patch-1Jo-Philipp Wich
package/community-profiles: add freifunk cottbus profile
2015-11-20freifunk-common: neigh.sh - show hostnamesBastian Bittorf
if nameservice-plugin is configured, we read in all locally known hostnames and show them in the output: root@stuttgarter-core:~# neigh.sh Local Remote vTime LQ NLQ Cost Host 10.230.105.241 10.230.105.246 138851 1.000000 1.000000 1024 stuttgarter-rhnk.olsr 10.230.105.241 10.230.105.247 135717 1.000000 1.000000 1024 stuttgarter-emma.olsr 10.230.105.241 10.230.105.244 138309 1.000000 1.000000 1024 stuttgarter-sued.olsr 10.230.105.241 10.230.105.245 136001 1.000000 1.000000 1024 stuttgarter-west.olsr 10.230.105.241 10.230.105.242 134818 1.000000 1.000000 1024 stuttgarter-nord.olsr 10.230.105.241 10.230.105.243 137187 1.000000 1.000000 1024 stuttgarter-ost.olsr 10.230.105.241 10.230.105.250 139984 1.000000 1.000000 1024 stuttgarter-hof2.olsr 10.230.105.241 10.230.105.251 138294 1.000000 1.000000 1024 stuttgarter-stra2.olsr Local Remote vTime LQ NLQ Cost Host 2001:bf7:820:901::1 2001:bf7:820:950::1 139703 1.000000 1.000000 1024 stuttgarter-rhnk.olsr 2001:bf7:820:901::1 2001:bf7:820:960::1 139541 1.000000 1.000000 1024 stuttgarter-emma.olsr 2001:bf7:820:901::1 2001:bf7:820:990::1 140415 1.000000 1.000000 1024 stuttgarter-hof2.olsr 2001:bf7:820:901::1 fde6:24f1:a388::1 141338 1.000000 1.000000 1024 the filenames for the olsrd hosts-file is taken from uci and falls back to sane defaults. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
2015-11-18update profilemarcel-sch
2015-11-18contrib/package/freifunk-policyrouting: remove rc.d symlinkManuel Munz