Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amttool: set SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATIONHEADmaster | Florian Klink | 2024-09-11 | 1 | -0/+11 |
| | | | | | | | | | This is necessary to get past the SSL handshake in more recent versions of openssl. Still getting an "401 Unauthorized" with the system I've been testing with, but that might already all that's needed for older systems. Message-ID: <20240910072816.33197-1-flokli@flokli.de> | ||||
* | enable TLSv1.2 support with legacy renegotiation | Dmitry Malkin | 2023-10-27 | 1 | -2/+2 |
| | |||||
* | update upload host | Gerd Hoffmann | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | enable ssl in rpm builds | Gerd Hoffmann | 2022-04-22 | 1 | -2/+3 |
| | |||||
* | update gitignore, add gitlab ci | Gerd Hoffmann | 2022-04-22 | 2 | -0/+18 |
| | |||||
* | Automatic commit of package [amtterm] release [1.7-1].amtterm-1.7-1 | Gerd Hoffmann | 2022-04-22 | 3 | -3/+41 |
| | | | | | | Created by command: /usr/bin/tito tag --use-version=1.7 | ||||
* | add amtider to specfile | Gerd Hoffmann | 2022-04-22 | 1 | -0/+2 |
| | |||||
* | amtider: use defines for floppy and cdrom type | Hannes Reinecke | 2022-04-22 | 4 | -13/+18 |
| | |||||
* | amtider: switch to cd-rom emulation per default and add manpage | Hannes Reinecke | 2022-04-22 | 3 | -15/+77 |
| | |||||
* | ider: cleanup documentation | Hannes Reinecke | 2022-04-22 | 1 | -20/+20 |
| | |||||
* | ider: implement GET CONFIGURATION | Hannes Reinecke | 2022-04-22 | 1 | -6/+96 |
| | |||||
* | ider: implement READ DISC INFORMATION and READ TRACK INFORMATION | Hannes Reinecke | 2022-04-22 | 1 | -9/+36 |
| | |||||
* | ider: fixup READ TOC | Hannes Reinecke | 2022-04-22 | 2 | -10/+4 |
| | |||||
* | ider: chunked transport | Hannes Reinecke | 2022-04-22 | 1 | -4/+21 |
| | |||||
* | redir: split client and server seqno | Hannes Reinecke | 2022-04-22 | 3 | -38/+37 |
| | | | | | | Both use independent counter. Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | ider: switch to floppy emulation | Hannes Reinecke | 2022-04-22 | 3 | -49/+36 |
| | |||||
* | ider: fixups and better logging | Hannes Reinecke | 2022-04-22 | 2 | -6/+94 |
| | |||||
* | amtider: option to start gracefully or onreboot | Hannes Reinecke | 2022-04-22 | 2 | -2/+15 |
| | |||||
* | ider: implement ider_read_data() | Hannes Reinecke | 2022-04-22 | 4 | -41/+67 |
| | |||||
* | ider: implement READ_10 | Hannes Reinecke | 2022-04-22 | 1 | -1/+29 |
| | |||||
* | ider: Add MODE_SENSE_10 | Hannes Reinecke | 2022-04-22 | 1 | -6/+145 |
| | |||||
* | ider: implement device select | Hannes Reinecke | 2022-04-22 | 3 | -4/+4 |
| | | | | | | | IDE redirection supports two device, the first being a floppy and the second one a CD-ROM. Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | ider: implement READ CAPACITY | Hannes Reinecke | 2022-04-22 | 3 | -12/+63 |
| | |||||
* | ider: fixup compilation | Hannes Reinecke | 2022-04-22 | 2 | -3/+3 |
| | |||||
* | ider: implement data_to_host | Hannes Reinecke | 2022-04-22 | 3 | -4/+50 |
| | |||||
* | redir: split off IDE redirection commands | Hannes Reinecke | 2022-04-22 | 5 | -14/+202 |
| | |||||
* | redir: reshuffle functions | Hannes Reinecke | 2022-04-22 | 2 | -20/+68 |
| | |||||
* | redir: add ider reset handling | Hannes Reinecke | 2022-04-22 | 4 | -6/+63 |
| | |||||
* | amtider: handle SIGTERM | Hannes Reinecke | 2022-04-22 | 3 | -4/+47 |
| | |||||
* | redir: IDE-redirection receive stubs | Hannes Reinecke | 2022-04-22 | 2 | -4/+16 |
| | | | | Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | redir: select start function by type | Hannes Reinecke | 2022-04-22 | 1 | -1/+28 |
| | | | | | | | We need to select the correct start function, and not always assume we're in serial-over-lan mode. Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | amtider: IDE-redirection client | Hannes Reinecke | 2022-04-22 | 5 | -1/+269 |
| | | | | | | Preliminary stub only. Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | RedirectionConstants.h: remove linebreak | Hannes Reinecke | 2022-04-22 | 1 | -94/+94 |
| | | | | Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | Merge branch 'ssl' | Hannes Reinecke | 2022-04-22 | 9 | -8/+1445 |
| | |||||
* | amtterm: cleanup whitespace | Hannes Reinecke | 2022-04-22 | 1 | -29/+29 |
| | | | | Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | redir: cleanup whitespace | Hannes Reinecke | 2022-04-22 | 1 | -45/+45 |
| | | | | Signed-off-by: Hannes Reinecke <hare@suse.de> | ||||
* | add note for newer machines to amtterm manpage | Gerd Hoffmann | 2020-04-28 | 1 | -0/+5 |
| | | | | | Suggested-by: Marc MERLIN <marc@merlins.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | add gcc to specfile | Gerd Hoffmann | 2018-11-22 | 1 | -0/+1 |
| | |||||
* | fix memory leak | Gerd Hoffmann | 2018-02-20 | 1 | -3/+10 |
| | | | | Reported-by: David Binderman <dcb314@hotmail.com> | ||||
* | fix typo in man page | Gerd Hoffmann | 2018-01-25 | 1 | -1/+1 |
| | | | | Reported-by: Kevin Weidemann <Kevin.2@gmx.de> | ||||
* | Automatic commit of package [amtterm] release [1.6-1].amtterm-1.6-1 | Gerd Hoffmann | 2017-02-27 | 3 | -3/+7 |
| | | | | | | Created by command: /usr/bin/tito tag | ||||
* | sync makefile & specfile | Gerd Hoffmann | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | *really* switch to vte 2.91 | Gerd Hoffmann | 2017-02-27 | 2 | -10/+15 |
| | |||||
* | Automatic commit of package [amtterm] release [1.5-1].amtterm-1.5-1 | Gerd Hoffmann | 2017-02-27 | 3 | -2/+6 |
| | | | | | | Created by command: /usr/bin/tito tag | ||||
* | tweak gitignore | Gerd Hoffmann | 2017-02-27 | 1 | -2/+0 |
| | |||||
* | move wsman stuff | Gerd Hoffmann | 2017-02-27 | 3 | -0/+89 |
| | |||||
* | add gitignore | Gerd Hoffmann | 2017-02-27 | 2 | -33/+5 |
| | |||||
* | switch to vte 2.91 | Gerd Hoffmann | 2017-02-27 | 2 | -2/+2 |
| | |||||
* | tito: specfile | Gerd Hoffmann | 2017-02-27 | 1 | -0/+44 |
| | |||||
* | tito: version template | Gerd Hoffmann | 2017-02-27 | 2 | -0/+5 |
| |