summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_random.cc
Commit message (Collapse)AuthorAgeFilesLines
* * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2000-06-111-2/+3
| | | | CRYPT_VERIFYCONTEXT.
* * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2000-05-271-4/+4
| | | | | call to CryptAcquireContext() to serve users that did not log in interactively.
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-0/+92
* fhandler.h: Add device type FH_RANDOM. Add class fhandler_dev_random. * fhandler_random.cc: New file. Implementation of fhandler_dev_random. * hinfo.cc (build_fhandler): Add case for FH_RANDOM. * path.cc: Add device names for random devices to windows_device_names. (get_device_number): Add if branch for random devices. (win32_device_name): Add device name generation for random devices. winsup.h: Include <wincrypt.h>.