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

15 Commits

Author SHA1 Message Date
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