1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

24 Commits

Author SHA1 Message Date
60f8a6fe84 Filter and assertion implementation (#34)
* Possibility to read a slurm file (rfc8416) from an http/https endpoint or from a file
* Filters prefixes and adds new ones contained in the configuration
* Can output a new rpki.json which contains the updated prefixes and sign it (other GoRTR can consome from it)
2019-11-05 12:39:19 -08:00
e312c7905b Fix potential panic risk for #36 2019-11-05 11:46:11 -08:00
bfba8695a0 Fix broken bypass of ssh key (#30) 2019-10-16 09:56:07 -07:00
fd99867fdf Boolean flag info
* Update README
* Add detail in flag description for verify
2019-09-17 11:45:18 -07:00
41d8bbc13c Fix environment variable typo (#26) 2019-08-22 13:58:53 -07:00
f1f5715274 Proxy update
Pass the user-agent in the CONNECT header
2019-07-31 14:44:06 -07:00
ccb697c700 Packaging GoRTR
* Travis-CI now automatically compiles GoRTR for Linux, Mac OS and Windows
* Version number inserted at build time based on tag
* Packages deb/rpm
* Publishes into GitHub Releases
2019-07-31 12:54:44 -07:00
3c08cff55c Running go fmt project-wide 2019-07-30 17:19:07 -07:00
6e14867f1b Trigger refresh early on SIHGUP
When receiving SIGHUP, trigger a refresh of the cache. This is useful
when we need an immediate update of the cache without having a very
low refresh interval.
2019-07-28 23:09:56 +02:00
e80b003056 Bugfix of envvar name 2019-04-11 16:35:38 -07:00
b6f49611c3 Small update
* SSH now allows key authentication (small API changes)
* User agent contains version
* README specifies notes for SSH implementation
2019-04-11 16:31:04 -07:00
8672363e36 Go fmt 2019-04-05 15:42:54 -07:00
79b7ec03ea Bump version 2019-04-05 15:40:39 -07:00
3cf0a35f2a Protocol update:
* Add SSH support in library.
* GoRTR and RTRdump to use SSH with user/password or without auth
* Updated README with simple compatilibty matrix,
  SSH configuration, Cisco configuration.
2019-04-05 15:27:57 -07:00
156817d906 Merge pull request #16 from cloudflare/louis/useragent
User-Agent feature
2019-03-20 14:03:15 -07:00
3a1851d0e2 User-Agent option for HTTP request #14 2019-03-16 17:55:46 -07:00
9ef4da50f2 Bump versions 2018-11-12 21:01:26 -08:00
ae09564516 Go fmt 2018-11-12 20:59:38 -08:00
94d9ce55fd Refactor server, logging options 2018-11-12 20:58:18 -08:00
77dfa29c03 Fix ASN parsing on 32-bit platforms
ASNs are 32-bit unsigned integers. However, `strconv.Atoi` will return
32-bit or 64-bit signed integers depending on the platform. It's best to
use `ParseUint` directly.
2018-11-12 14:40:40 -08:00
bdc3984231 Fixes #9: segfault when incomplete packet 2018-10-22 17:00:39 +01:00
08c3eca11d bind on tcp46 *, add some debug messages, fix README 2018-09-14 12:58:34 -07:00
61783cb17c Fix fetch issue for some webservers (#4) 2018-09-13 17:09:39 -07:00
c1a96dbfdf Refactoring:
* Moved app in cmd directory
* Moved structures into "file" package
* Inserted cryptographic checks (signature) and validity checks
2018-09-13 14:41:09 -07:00