aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19extcap: Set matching libssh log levelJohn Thacker1-1/+1
2024-01-15extcap: Add ability to enable SHA-1 algorithmsJohn Thacker1-0/+9
2023-06-15Convert our extcaps to C99 typesGerald Combs1-16/+16
2023-05-16sshdump: Trying to get closer to setting intended rem. capture filterJaap Keuter1-0/+10
2023-03-23sshdump: allow dumpcap capture config without remote interfaceJaap Keuter1-10/+12
2023-02-19sshdump: add capability to use doas on remote hostJaap Keuter1-15/+59
2022-10-08sshdump: Add '-f ' for capture filterUli Heilmeier1-1/+1
2022-09-26sshdump: Fix remote-capture-command optionMikael Kanstrup1-1/+1
2022-08-12sshdump: may be used uninitialized in this function [-Wmaybe-uninitialized]Joakim Karlsson1-1/+1
2022-08-10sshdump: add option to select dumpcap as remote capture commandJaap Keuter1-15/+65
2022-04-28sshdump: Update doc for openssh key noteRoland Knall1-2/+2
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-1/+1
2022-03-13sshdump: fix remote-sudo parameter on restartDylan Ulis1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-5/+5
2021-12-03Fix logging with extcapsJoão Valverde1-4/+1
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-6/+6
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-21/+21
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-0/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+3
2021-06-16Replace g_log() calls with ws_log()João Valverde1-26/+28
2020-12-09sshdump: fix detection of custom version in WindowsPascal Quantin1-0/+4
2020-07-18sshdump: allow for multiple instances.Dario Lombardo1-6/+17
2020-07-16extcap: put the code to add lissh version information into a common routine.Guy Harris1-2/+1
2020-07-16extcap: assume we're using libssh 0.6 or later.Guy Harris1-5/+1
2020-07-16extcap: clean up the version number handling.Guy Harris1-4/+4
2020-07-15Show the version of libssh being used, if possible.Guy Harris1-1/+6
2020-07-15extcap: add libssh version info to sshdump and ciscodump.Dario Lombardo1-0/+1
2020-04-15sshdump: Use Open dialog for SSH private keyTomasz Moń1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-1/+1
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-1/+1
2019-06-19sshdump: fix bug in --remote-sudo.Dario Lombardo1-2/+2
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-14/+11
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-01-27sshdump: leave username, port and interface unset by defaultPeter Wu1-15/+20
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-17/+2
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo1-0/+1
2018-11-14ssh-base: define a struct for storing ssh parameters.Dario Lombardo1-34/+21
2018-11-11sshdump: fix generation of error message from remote side.Dario Lombardo1-1/+1
2018-11-10sshdump: fix some debug messages.Dario Lombardo1-3/+3
2018-11-05extcap: add option to set proxycommand to ssh sessions.Dario Lombardo1-4/+16
2018-11-03sshdump: add missing space.Dario Lombardo1-1/+1
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-9/+13
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo1-16/+18
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-22sshdump: remove extra option check.Dario Lombardo1-5/+0