Commit Graph

958 Commits

Author SHA1 Message Date
Heikki Hannikainen a0d152487a doc/TIPS.md: remind about iptables -t nat -L 2012-10-04 12:12:12 +03:00
Heikki Hannikainen 545b60a815 Typo fix in doc/TIPS.md 2012-10-04 10:13:31 +03:00
Heikki Hannikainen ad126901da Documentation: added doc/TIPS.md for documenting tips and tricks
starting with the destination NAT trick to provide access on
privileged low TCP ports. Document the low port non-root
restriction in CONFIGURATION.md.
2012-10-03 22:20:50 +03:00
Heikki Hannikainen ca675a1962 INSTALLING doc: adjust apt upgrade instructions a little 2012-10-03 01:09:30 +03:00
Heikki Hannikainen 9cebfa73b5 version 1.1.1 2012-10-03 00:01:21 +03:00
Heikki Hannikainen e913fa8990 filter: fix buffer overflow bug in filter callsign processing 2012-10-02 20:58:28 +00:00
Heikki Hannikainen d9a45bc93e adjust CONFIGURATION doc to say CentOS/Fedora 2012-10-01 21:32:57 +03:00
Heikki Hannikainen 3383e6305d updated link to DCC paper on home page 2012-10-01 21:09:47 +03:00
Heikki Hannikainen c2146ebafc rpm spec: run chkconfig to enable aprsc startup on boot 2012-10-01 21:02:56 +03:00
Heikki Hannikainen 27e6b29ace version 1.1.0 2012-10-01 20:29:04 +03:00
Heikki Hannikainen 3fc9f2f4cb incoming: fix packet buffer leak in case of some dropped packets 2012-10-01 19:03:37 +03:00
Heikki Hannikainen d035270f44 build-all: upload centos RPMs to the server 2012-10-01 19:01:50 +03:00
Heikki Hannikainen da465f6677 Update INSTALLING & CONFIGURATION documents to contain CentOS things 2012-10-01 19:01:12 +03:00
Heikki Hannikainen cb10b53a93 build-all: fix rpm build downloads 2012-10-01 10:11:40 +03:00
Heikki Hannikainen a46045cae5 rpm build: fixed init script to stop, and added postinst script 2012-10-01 07:04:45 +00:00
Heikki Hannikainen 427ad9faaa Fixed aprsc.init for RPM 2012-10-01 06:36:49 +00:00
Heikki Hannikainen 798a5d4496 Build centos RPMs on the build servers and download them.
Missing still: Uploading to server and building the yum repository.
2012-10-01 04:11:03 +03:00
Heikki Hannikainen 1447ccdb33 Tuned dependencies within dpkg aprsc.ini 2012-10-01 00:19:19 +00:00
Heikki Hannikainen d4dee0936e Make RPM builds actually work. Maybe. 2012-10-01 00:18:46 +00:00
Heikki Hannikainen 939c0e96c8 gitignore additions 2012-09-30 23:36:32 +00:00
Heikki Hannikainen 1300bdbfb9 Merge branch 'master' of github.com:hessu/aprsc 2012-09-30 23:27:46 +00:00
Heikki Hannikainen e9fc7ba21f web: Make UDP peers linkable 2012-10-01 00:37:21 +03:00
Heikki Hannikainen ca96f895e0 Drop general queries (?APRS?), since they cause reply floods.
Commit includes test case within the misc-drops test.
2012-10-01 00:12:28 +03:00
Heikki Hannikainen f3e396d513 Fixed clickable packet counters for UDP peers 2012-09-30 16:59:51 +03:00
Heikki Hannikainen 962585535f version 1.0.4 2012-09-30 15:33:34 +03:00
Heikki Hannikainen 42993088a1 Adjust rxerr color and pointer CSS to make them clickable as needed.
Blue when clickable (>0 drops), red when > 10% dropped.
2012-09-30 15:28:02 +03:00
Heikki Hannikainen 9f156ccc70 adjusted whitespace in aprsc.css 2012-09-30 14:00:33 +03:00
Heikki Hannikainen 4fbd2eef4f version 1.0.3 2012-09-30 13:58:55 +03:00
Heikki Hannikainen 8d57b7d901 Web: Implemented a popup to show RX packet error classifications
with nice description strings.
Added some comments in the C source code, too.
2012-09-30 13:57:23 +03:00
Heikki Hannikainen 7b23779613 Makefile: mkdir -p tests/web when doing a testinstall 2012-09-30 11:30:45 +03:00
Heikki Hannikainen 0992164bc1 version 1.0.2 2012-09-28 17:22:48 +03:00
Heikki Hannikainen ae89e64575 dupecheck test cases: added case with different dstcall SSID
(it must be ignored in dupecheck algorithm)
2012-09-28 17:10:20 +03:00
Heikki Hannikainen 3d0a459a1f status: don't show UDP port number for UDP peers
(security by obscurity)
2012-09-28 16:46:08 +03:00
Heikki Hannikainen 90fdc12993 login: disallow login by 'pass' and added error checks
to catch "user  pass -1 ..." logins by badly configured and
badly coded (no config checking) clients. Also checks username
length and validity better for HTTP/UDP submissions.
2012-09-28 16:44:16 +03:00
Heikki Hannikainen baf154bc1e version 1.0.1 2012-09-28 09:45:19 +03:00
Heikki Hannikainen ce0759c751 Removed obsolete svn commands from Makefile 2012-09-25 12:21:37 +00:00
Heikki Hannikainen 05b077100b Less "the" in a doc. 2012-09-23 06:17:16 +03:00
Heikki Hannikainen 308402f7f1 DEBUGGING doc: describe how to enable debug logging. 2012-09-23 06:02:49 +03:00
Heikki Hannikainen 6a664a1aef Tune debugging instructions 2012-09-22 20:30:08 +03:00
Heikki Hannikainen 2b6d72db78 Fixed issue 6: IPv6 ACL matching was broken, fixed by a htonl()
to convert the netmask in configuration to network byte order.
2012-09-22 16:07:24 +03:00
Heikki Hannikainen d93b3b64da CONTRIBUTING doc: add a missing word 2012-09-22 13:57:40 +03:00
Heikki Hannikainen 81c6a049f1 Removed unnecessary timers (with default settings) from test configs 2012-09-22 13:39:58 +03:00
Heikki Hannikainen 4d90d46894 uplink config: Connect uplinks in the order defined in the config file
(instead of the reverse order)
2012-09-22 13:31:35 +03:00
Heikki Hannikainen 00ee1419f6 Update BUILDING document - it's now up-to-date. 2012-09-21 18:02:45 +03:00
Heikki Hannikainen 928faf6038 version 1.0.0 2012-09-21 05:14:29 +03:00
Heikki Hannikainen da776006f5 peergroup config parsing: use a common exit path in case of errors 2012-09-21 04:58:50 +03:00
Heikki Hannikainen d51c7f1a68 status: Moved unused status_dump_fp function inside the ifdef 2012-09-21 02:47:24 +03:00
Heikki Hannikainen aaf7486e6a acl: mask IPv6 address bits by mask bits when parsing ACL lines 2012-09-21 02:40:09 +03:00
Heikki Hannikainen 4bf775861c status: added comments and a few static keywords, removed done TODO item 2012-09-21 02:35:15 +03:00
Heikki Hannikainen 0bec8e13fc login: disallow logging in with too long username 2012-09-21 02:14:55 +03:00