summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Expand)AuthorAgeFilesLines
* tdeioslave/sftp: make source c++11-compatibleAlexander Golubev2024-03-041-6/+9
* tdeioslave/sftp: get rid of goto in openConnection()Alexander Golubev2024-03-041-118/+119
* tdeioslave/sftp: use unsigned to store auth method flags/bitsetsAlexander Golubev2024-03-042-11/+11
* tdeioslave/sftp: better erros for unsupported auth methodsAlexander Golubev2024-03-042-21/+44
* tdeioslave/sftp: better cancelation handling in case of several publickeysAlexander Golubev2024-03-042-7/+13
* tdeioslave/sftp: save/restore seqNr for multi-factor authAlexander Golubev2024-03-042-6/+28
* tdeioslave/sftp: imbue error messages with errors from libsshAlexander Golubev2024-03-042-15/+28
* tdeioslave/sftp: cache passwords in case they were passed to setHost()Alexander Golubev2024-03-041-7/+23
* tdeioslave/sftp: prevent infinite looping in kb-interactive authAlexander Golubev2024-03-041-0/+12
* tdeioslave/sftp: purge password in the destructorAlexander Golubev2024-03-041-0/+2
* tdeioslave/sftp: enable changing user during kb-interactive authAlexander Golubev2024-03-041-3/+15
* tdeioslave/sftp: pass correct username to openPassDlg()Alexander Golubev2024-03-042-12/+30
* tdeioslave/sftp: even bigger authentication overhaulAlexander Golubev2024-03-042-162/+326
* tdeioslave/sftp: use realmValue to distinguish different promptsAlexander Golubev2024-03-042-24/+20
* tdeioslave/sftp: avoid explicit password cachingAlexander Golubev2024-03-042-16/+5
* tdeioslave/sftp: use a scope guards to close connectionAlexander Golubev2024-03-041-17/+14
* tdeioslave/sftp: split off connection init to a dedicated functionAlexander Golubev2024-03-042-61/+75
* tdeioslave/sftp: use free to destroy mCallbacksAlexander Golubev2024-03-041-1/+1
* tdeioslave/sftp: overhaul publickey authAlexander Golubev2024-03-042-78/+196
* tdeioslave/sftp: fix keyboard-interactive authenticationAlexander Golubev2024-03-041-43/+85
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-2/+2
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-031-4/+4
* Replace auto_ptrMichele Calgaro2024-01-211-3/+2
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1635-191/+191
* Remove usage of TDEDiskDeviceStatus::HotpluggableMichele Calgaro2023-12-281-4/+3
* Replace various '#define' strings - part 6Michele Calgaro2023-12-261-1/+1
* Make dependency upon libssh optionalAlexander Golubev2023-12-251-1/+1
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
* Replace Qt with TQtMichele Calgaro2023-11-136-8/+8
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...Michele Calgaro2023-09-258-9/+9
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-061-4/+4
* Drop USE_TQT4 codeMichele Calgaro2023-08-272-5/+3
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2039-41/+41
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ...Michele Calgaro2023-07-131-1/+1
* SunOS specific patchesDenis Kozadaev2023-05-221-2/+6
* hwmanager: use alphabetically sorted menus in tdehwdevicetray.Michele Calgaro2023-03-131-0/+1
* tdeioslave mediamanager: show the device node in the label also for removable...Michele Calgaro2023-03-121-3/+3
* SFTP: compatibility with older libssh versionsMavridis Philippe2022-07-152-6/+40
* SFTP: Various fixes and improvementsMavridis Philippe2022-07-155-92/+154
* Replaced old sftp ioslave with backported versionMavridis Philippe2022-07-1520-5431/+1518
* FISH: Security fix backport from KDEMavridis Philippe2022-06-271-1/+3
* tdeio-man: add TDE specific man folder to the list of the search paths.Michele Calgaro2022-05-131-0/+1
* Add 'safeRemove' and 'safeRemoveByNode' to mediamanager DCOP interface.Michele Calgaro2022-03-276-82/+56
* hwmanager: use tdeio_media_mounthelper process toMichele Calgaro2022-03-261-0/+2
* tdeio media: add releaseHolders parameter to lock/lockByNode dcop calls.Michele Calgaro2022-03-236-46/+87
* mediamanager: fix name of available backends in error messages.Michele Calgaro2022-03-061-2/+2
* Added 'eject' and 'ejectByNode' to mediamanager DCOP interface.Michele Calgaro2022-02-196-119/+133
* Removed HAL dependant code.Michele Calgaro2022-02-1414-2579/+27