1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

21 Commits

Author SHA1 Message Date
Louis Poinsignon
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
Louis Poinsignon
3c08cff55c Running go fmt project-wide 2019-07-30 17:19:07 -07:00
Vincent Bernat
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
Louis Poinsignon
e80b003056 Bugfix of envvar name 2019-04-11 16:35:38 -07:00
Louis Poinsignon
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
Louis Poinsignon
8672363e36 Go fmt 2019-04-05 15:42:54 -07:00
Louis Poinsignon
79b7ec03ea Bump version 2019-04-05 15:40:39 -07:00
Louis Poinsignon
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
lspgn
156817d906 Merge pull request #16 from cloudflare/louis/useragent
User-Agent feature
2019-03-20 14:03:15 -07:00
Louis Poinsignon
3a1851d0e2 User-Agent option for HTTP request #14 2019-03-16 17:55:46 -07:00
Louis Poinsignon
9ef4da50f2 Bump versions 2018-11-12 21:01:26 -08:00
Louis Poinsignon
358d920ec7 Bugfix on default PDU 2018-11-12 21:00:55 -08:00
Louis Poinsignon
ae09564516 Go fmt 2018-11-12 20:59:38 -08:00
Louis Poinsignon
94d9ce55fd Refactor server, logging options 2018-11-12 20:58:18 -08:00
Louis Poinsignon
eb025127a0 Finalized handler 2018-11-12 20:45:28 -08:00
Louis Poinsignon
8f6f16dbd0 RTRdump: dump the content of a RTR server in JSON format 2018-11-12 19:10:39 -08:00
Zhaofeng Li
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
Louis Poinsignon
bdc3984231 Fixes #9: segfault when incomplete packet 2018-10-22 17:00:39 +01:00
Jerome Fleury
08c3eca11d bind on tcp46 *, add some debug messages, fix README 2018-09-14 12:58:34 -07:00
Louis Poinsignon
61783cb17c Fix fetch issue for some webservers (#4) 2018-09-13 17:09:39 -07:00
Louis Poinsignon
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