1. Feb 16, 2018
  2. Feb 12, 2018
  3. Feb 08, 2018
  4. Jan 30, 2018
  5. Jan 29, 2018
  6. Jan 26, 2018
  7. Jan 25, 2018
  8. Jan 24, 2018
  9. Jan 23, 2018
  10. Jan 19, 2018
  11. Jan 17, 2018
  12. Jan 16, 2018
  13. Jan 15, 2018
    • Marc Vef's avatar
      Added three access and lookup configurations: · 337d171c
      Marc Vef authored
      - should permissions be checked when access() is called or discarded. Default off
      //#define CHECK_ACCESS
      - If access permissions should be checked while opening a file. Default off
      //#define CHECK_ACCESS_DURING_OPEN
      - If disabled, a file or directory is always presumed to be there (even if it is not). No check is executed. Default on.
      #define DO_LOOKUP
      337d171c