summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* amttool: set SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATIONHEADmasterFlorian Klink2024-09-111-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 renegotiationDmitry Malkin2023-10-271-2/+2
|
* update upload hostGerd Hoffmann2022-04-221-1/+1
|
* enable ssl in rpm buildsGerd Hoffmann2022-04-221-2/+3
|
* update gitignore, add gitlab ciGerd Hoffmann2022-04-222-0/+18
|
* Automatic commit of package [amtterm] release [1.7-1].amtterm-1.7-1Gerd Hoffmann2022-04-223-3/+41
| | | | | | Created by command: /usr/bin/tito tag --use-version=1.7
* add amtider to specfileGerd Hoffmann2022-04-221-0/+2
|
* amtider: use defines for floppy and cdrom typeHannes Reinecke2022-04-224-13/+18
|
* amtider: switch to cd-rom emulation per default and add manpageHannes Reinecke2022-04-223-15/+77
|
* ider: cleanup documentationHannes Reinecke2022-04-221-20/+20
|
* ider: implement GET CONFIGURATIONHannes Reinecke2022-04-221-6/+96
|
* ider: implement READ DISC INFORMATION and READ TRACK INFORMATIONHannes Reinecke2022-04-221-9/+36
|
* ider: fixup READ TOCHannes Reinecke2022-04-222-10/+4
|
* ider: chunked transportHannes Reinecke2022-04-221-4/+21
|
* redir: split client and server seqnoHannes Reinecke2022-04-223-38/+37
| | | | | | Both use independent counter. Signed-off-by: Hannes Reinecke <hare@suse.de>
* ider: switch to floppy emulationHannes Reinecke2022-04-223-49/+36
|
* ider: fixups and better loggingHannes Reinecke2022-04-222-6/+94
|
* amtider: option to start gracefully or onrebootHannes Reinecke2022-04-222-2/+15
|
* ider: implement ider_read_data()Hannes Reinecke2022-04-224-41/+67
|
* ider: implement READ_10Hannes Reinecke2022-04-221-1/+29
|
* ider: Add MODE_SENSE_10Hannes Reinecke2022-04-221-6/+145
|
* ider: implement device selectHannes Reinecke2022-04-223-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 CAPACITYHannes Reinecke2022-04-223-12/+63
|
* ider: fixup compilationHannes Reinecke2022-04-222-3/+3
|
* ider: implement data_to_hostHannes Reinecke2022-04-223-4/+50
|
* redir: split off IDE redirection commandsHannes Reinecke2022-04-225-14/+202
|
* redir: reshuffle functionsHannes Reinecke2022-04-222-20/+68
|
* redir: add ider reset handlingHannes Reinecke2022-04-224-6/+63
|
* amtider: handle SIGTERMHannes Reinecke2022-04-223-4/+47
|
* redir: IDE-redirection receive stubsHannes Reinecke2022-04-222-4/+16
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* redir: select start function by typeHannes Reinecke2022-04-221-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 clientHannes Reinecke2022-04-225-1/+269
| | | | | | Preliminary stub only. Signed-off-by: Hannes Reinecke <hare@suse.de>
* RedirectionConstants.h: remove linebreakHannes Reinecke2022-04-221-94/+94
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* Merge branch 'ssl'Hannes Reinecke2022-04-229-8/+1445
|
* amtterm: cleanup whitespaceHannes Reinecke2022-04-221-29/+29
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* redir: cleanup whitespaceHannes Reinecke2022-04-221-45/+45
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* add note for newer machines to amtterm manpageGerd Hoffmann2020-04-281-0/+5
| | | | | Suggested-by: Marc MERLIN <marc@merlins.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* add gcc to specfileGerd Hoffmann2018-11-221-0/+1
|
* fix memory leakGerd Hoffmann2018-02-201-3/+10
| | | | Reported-by: David Binderman <dcb314@hotmail.com>
* fix typo in man pageGerd Hoffmann2018-01-251-1/+1
| | | | Reported-by: Kevin Weidemann <Kevin.2@gmx.de>
* Automatic commit of package [amtterm] release [1.6-1].amtterm-1.6-1Gerd Hoffmann2017-02-273-3/+7
| | | | | | Created by command: /usr/bin/tito tag
* sync makefile & specfileGerd Hoffmann2017-02-271-1/+2
|
* *really* switch to vte 2.91Gerd Hoffmann2017-02-272-10/+15
|
* Automatic commit of package [amtterm] release [1.5-1].amtterm-1.5-1Gerd Hoffmann2017-02-273-2/+6
| | | | | | Created by command: /usr/bin/tito tag
* tweak gitignoreGerd Hoffmann2017-02-271-2/+0
|
* move wsman stuffGerd Hoffmann2017-02-273-0/+89
|
* add gitignoreGerd Hoffmann2017-02-272-33/+5
|
* switch to vte 2.91Gerd Hoffmann2017-02-272-2/+2
|
* tito: specfileGerd Hoffmann2017-02-271-0/+44
|
* tito: version templateGerd Hoffmann2017-02-272-0/+5
|