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

14 Commits

Author SHA1 Message Date
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
358d920ec7 Bugfix on default PDU 2018-11-12 21:00:55 -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
eb025127a0 Finalized handler 2018-11-12 20:45:28 -08:00
8f6f16dbd0 RTRdump: dump the content of a RTR server in JSON format 2018-11-12 19:10:39 -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