Displaying 3 results from an estimated 3 matches for "unenecrypt".
Did you mean:
unencrypt
2004 Feb 13
0
Sharing A Windows Printer server printer queues With Linux Machines using samba
...word everytime I print?
>
No. If you use CUPS, it allows you to print thru an smb
backend device URI of
smb;//username:password@workgroup/servername/printersharename
It spares you from typing in the username/password pair. But
this is grossly unsecure, It sends your password over the
wire unenecrypted. It stores your username/password combo in
cleartext in "/etc/cups/printers.conf" and may even reveal it i
n the process list (but makes some attempts to leave that part
from the obvious displays....
Samba simply isn't exactly designed to print as a Windows
client to a Windows prin...
2019 Aug 11
8
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
sev_active() is gone now in linux-next, at least as a global API.
And once again this is entirely going in the wrong direction. The only
way using the DMA API is going to work at all is if the device is ready
for it. So we need a flag on the virtio device, exposed by the
hypervisor (or hardware for hw virtio devices) that says: hey, I'm real,
don't take a shortcut.
And that means on
2019 Aug 11
8
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
sev_active() is gone now in linux-next, at least as a global API.
And once again this is entirely going in the wrong direction. The only
way using the DMA API is going to work at all is if the device is ready
for it. So we need a flag on the virtio device, exposed by the
hypervisor (or hardware for hw virtio devices) that says: hey, I'm real,
don't take a shortcut.
And that means on