VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Ntvol.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Windows Driver: remove dependency to wcsstr by using simple memcmp comparisonMounir IDRASSI1-1/+1
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-05-28Windows Driver: enhance detection of FAT volumes.Mounir IDRASSI1-3/+13
2017-05-26Windows Driver: return correct partition type value by trying to detect the f...Mounir IDRASSI1-0/+72
2017-05-25Windows Driver: correct comment about volume ID computationMounir IDRASSI1-1/+1
2017-05-25Windows Driver: correct value of number of cylinders by adding 1 since our vi...Mounir IDRASSI1-1/+2
2017-05-25Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERT...Mounir IDRASSI1-0/+33
2017-05-25Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by u...Mounir IDRASSI1-12/+27
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI1-5/+5
2016-05-10Remove trailing whitespaceDavid Foerster1-21/+21
2016-05-10Normalize all line terminatorsDavid Foerster1-900/+900
2016-04-14Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ...Mounir IDRASSI1-1/+1
2016-04-08Windows: start implementation of volume ID mechanism that will be used to ide...Mounir IDRASSI1-0/+3
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal vol...Mounir IDRASSI1-0/+2
2015-08-31Windows: Support setting volume label in Explorer through mount option. Suppo...Mounir IDRASSI1-0/+3
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-7/+9
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-2/+2
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-0/+2
2015-05-03Windows Driver: Implement querying physical sector size of veraCrypt volume t...Mounir IDRASSI1-3/+32
2015-02-09Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo...Mounir IDRASSI1-4/+8
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI1-0/+2
2014-12-20Reduce time for reporting wrong password by removing support for legacy hidde...Mounir IDRASSI1-23/+2
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI1-0/+2
2014-11-08Static Code Analysis : Use Safe string functions inside VeraCrypt Device Driv...Mounir IDRASSI1-5/+15
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+862
href='#n315'>315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427