summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Archiving NoticeHEADmainStewart Blacklock1-0/+5
2022-05-04Include fstream (#7)jmbills2-0/+2
2022-03-15Make mount/unmount dbus calls asynchronousPrzemyslaw Czarnowski8-128/+186
2022-02-14Switch the build system to mesonPrzemyslaw Czarnowski18-41/+666
2022-02-07Force udev change event on init (#6)Michal Orzel2-2/+29
2022-01-26Add -Wextra, remove warnings (#1)Przemyslaw Czarnowski7-32/+52
2021-11-19virtual-media: CMake updateCzarnowski, Przemyslaw2-18/+34
2021-11-16virtual-media: Replace tmpnam with mkstempPrzemyslaw Czarnowski1-16/+39
2021-11-10virtual-media: Fix samba mount with latest kernelCzarnowski, Przemyslaw1-3/+3
2021-10-28Cleanup mounted resources after application crash.Krzysztof Richert2-5/+67
2021-10-25Added README.md fileCzarnowski, Przemyslaw1-0/+111
2021-08-27Override default libcurl CAInfo with empty string.Golgowski, Wiktor1-13/+13
2021-08-25Restricted TLS cipher suites to preferred onesKarol Niczyj1-4/+5
2021-05-25Forbid ECDHE-RSA-CHACHA20-POLY1305 with TLSv1.2Czarnowski, Przemyslaw1-1/+2
2021-05-24Forbid redirection of https resourcesCzarnowski, Przemyslaw1-0/+1
2021-05-20Validate user name for CIFSCzarnowski, Przemyslaw2-3/+15
2021-05-07Legacy HTTPs: Set minimum tls version to 1.2Czarnowski, Przemyslaw1-1/+1
2021-05-06Change log level to InfoCzarnowski, Przemyslaw7-21/+20
2021-05-06Moving sockets from /tmp to /runCzarnowski, Przemyslaw3-73/+47
2021-04-27Escape cifs credentials to prevent injectionCzarnowski, Przemyslaw2-0/+32
2021-04-27Image mount fails if socket directory not presentAnna Platash1-0/+31
2021-04-22Remove samba mount parameters loggingCzarnowski, Przemyslaw1-1/+0
2021-04-14Invalid HTTP return codes in RemoteMedia in Legacy mode.Alicja Rybak2-0/+12
2021-01-11WriteProtected value uses reversed logicAnna Platash1-1/+1
2020-12-15Remove unsuported cipher suits form legacy HTTPSKarol Wachowski1-1/+4
2020-11-06Virtual Media does not propagate informationAnna Platash1-0/+10
2020-10-28Allow for negotiation of higher SMB versionAnna Platash1-10/+31
2020-10-02Add requirement for TLSv1.1 for VM legacy mode.Golgowski, Wiktor1-1/+2
2020-09-30Revert "Add TLS version and cipher suites to legacy HTTPS."Feist, James1-6/+1
2020-09-23Add TLS version and cipher suites to legacy HTTPS.Golgowski, Wiktor1-3/+8
2020-08-06Fix false positive mount result when in active stateKarol Wachowski1-3/+4
2020-07-28Add missing "ImageURL" property to MountPoint interfaceWludzik, Jozef1-6/+20
2020-07-24VirtualMedia throw EBUSY exception when receive invalid event inKarol Wachowski3-31/+8
2020-07-23Assure rigth permissions for filesCzarnowski, Przemyslaw3-4/+26
2020-07-21Increase device timeout for legacy mode.Czarnowski, Przemyslaw1-2/+2
2020-07-21VirtualMedia add Mount/Unmount timeout handlingKarol Wachowski2-14/+12
2020-07-20Provide nbdkit with path to CA certificatesCzarnowski, Przemyslaw1-1/+3
2020-07-17Fixing multiple problems with state machine in virtual mediaKrzysztof Grobelny17-1130/+1466
2020-07-06VolatileFile security fixKrzysztof Grobelny1-18/+23
2020-07-01Use timeout value from virtual-media.json fileKarol Wachowski2-2/+4
2020-06-30Fix stopping usbgadgetKarol Wachowski1-1/+2
2020-06-26Fix for defect `Misleading VM endpoints names`Zbigniew Kurzynski1-4/+4
2020-05-06Bring back legacy endpoints in Virtual MediaAmbrozewicz, Adrian1-1/+17
2020-04-03Make 'Legacy mode' (mounting through HTTPS or SMB) configurable at compile time.Adrian Ambrożewicz4-17/+17
2020-02-28Fix for 'Mounting image using legacy mode with invalid credentialsAgata Olender1-2/+8
2020-02-20Add handling of exit code property.Agata Olender1-6/+11
2020-02-06Authentication support for Legacy modeAgata Olender3-13/+336
2020-02-06Detailed error handlingAgata Olender1-18/+50
2020-02-06Integration with NBDKit for Legacy modeAgata Olender5-30/+269
2020-01-29Gadget inactivity timeoutAgata Olender4-0/+94