108bf84ebb
Docker and documentation update:
...
Updated README with more details on Docker and SSH
When creating a Docker container, generates an ECDSA key for SSH
2019-04-11 14:29:18 -07:00
384b634b81
Update README.md
2019-04-11 13:57:30 -07:00
79769fbf63
Update README.md
2019-04-11 13:53:28 -07:00
eaf864c531
Merge pull request #20 from cloudflare/louis/cleanup-ssh-squash
...
Protocol update (#19 ): add SSH support
2019-04-11 13:51:41 -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
9575a91d65
Merge pull request #18 from cloudflare/louis/gomod
...
README update and go mod
2019-03-21 10:26:31 -07:00
bbe951f4aa
Moves to go mod ( #17 ).
...
Updated README to give more build details.
2019-03-20 21:29:42 -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
6d28ee5f10
Fix typo README
2018-11-12 21:04:50 -08: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
e141c1796b
Updated readme for extractor/rtrdump
2018-11-12 19:13:56 -08:00
8f6f16dbd0
RTRdump: dump the content of a RTR server in JSON format
2018-11-12 19:10:39 -08:00
099990850d
Merge pull request #11 from HaraldNordgren/go_versions
...
Bump Go versions
2018-11-12 18:37:52 -08:00
b6986ec6e4
Merge pull request #12 from zhaofengli/master
...
Fix ASN parsing on 32-bit platforms
2018-11-12 18:36:58 -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
b337dce62a
Bump Go versions
2018-10-28 23:21:41 +01:00
6835dfe225
Merge pull request #10 from cloudflare/louis/fix-segfault-client
...
Fixes #9 : segfault when incomplete packet
2018-10-23 10:08:30 +01:00
bdc3984231
Fixes #9 : segfault when incomplete packet
2018-10-22 17:00:39 +01:00
a15d2df587
Merge pull request #7 from int3l/dockerization
...
Multi-stage dev/prod dockerization
2018-09-25 12:02:57 -07:00
6c925ddb67
Multi-stage prod dockerization
2018-09-22 17:26:51 +03:00
55a092c3e4
Multi-stage dev dockerization
2018-09-22 17:24:11 +03:00
072bb67db3
Merge pull request #6 from cloudflare/fixes
...
bind on tcp46 *, add some debug messages, fix README
2018-09-14 13:45:45 -07:00
08c3eca11d
bind on tcp46 *, add some debug messages, fix README
2018-09-14 12:58:34 -07:00
0efa470d67
Merge pull request #5 from cloudflare/louis/fix-fetch
...
Fix fetch issue for some webservers (#4 )
2018-09-13 22:22:44 -07:00
61783cb17c
Fix fetch issue for some webservers ( #4 )
2018-09-13 17:09:39 -07:00
9add1a4fd3
Update README.md
2018-09-13 16:57:22 -07:00
b221eafa2a
Merge pull request #3 from cloudflare/refactor-crypto
...
Refactoring: signatures, validity
2018-09-13 16:15:11 -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
8d95d58f25
Merge pull request #2 from cloudflare/fixes
...
various cleanups for distribution
2018-09-13 13:38:00 -07:00
75bcf36f03
various cleanups for distribution
2018-09-13 13:10:54 -07:00
9d057d936e
Fix EOF issue
2018-08-28 15:13:38 -07:00
11b089f474
Rename travis.yml
2018-08-21 12:04:46 +08:00
c38109e3c0
Merge branch 'master' of github.com:cloudflare/gortr
2018-08-21 12:00:21 +08:00
be91c76d89
Added travis.yaml
2018-08-21 11:59:59 +08:00
d08e8350f8
Added disclaimer
2018-08-15 13:33:19 -07:00
8bf2009ea1
Bugfix: bad diff calculation, notification of clients available
2018-08-07 11:58:48 -07:00
a2cf651a9d
Added Dockerfile, bugfix
2018-08-07 11:09:50 -07:00
388a3c148c
Update README.md
2018-08-06 16:49:29 -07:00
c13ee6f925
Create README.md
2018-08-06 16:46:24 -07:00
2c54076c57
Added license
2018-08-06 16:13:17 -07:00
0b2cab204a
Init
2018-08-06 16:08:24 -07:00