Skip to content
Snippets Groups Projects
  1. Aug 11, 2019
  2. May 01, 2019
  3. Apr 29, 2019
  4. Apr 26, 2019
  5. Apr 25, 2019
  6. Apr 02, 2019
  7. Mar 26, 2019
  8. Mar 15, 2019
  9. Mar 14, 2019
  10. Mar 12, 2019
    • Emmanuele Bassi's avatar
      Port the JS authority to mozjs-60 · dd00683e
      Emmanuele Bassi authored and Ray Strode's avatar Ray Strode committed
      API changes in mozjs that need to be reflected in the JS authority:
      
       - the JS::CompileOptions constructor and the JS::CompartmentOptions
         do not allow setting a JS version any more
      
       - do not use NULL comparisons for C++ objects
      
       - the resize() method for a vector has a return value that needs
         to be handled
      
       - JSClassOps has different fields
      dd00683e
    • Emmanuele Bassi's avatar
      Depend on mozjs-60 · c9cd7024
      Emmanuele Bassi authored and Ray Strode's avatar Ray Strode committed
      This is the new ESR version of the Mozilla JS engine, superceding
      mozjs-52.
      c9cd7024
  11. Feb 05, 2019
    • Jan Rybar's avatar
      Merge branch 'allow-unset-process-uid' into 'master' · dbf58d4e
      Jan Rybar authored
      Allow uid of -1 for a PolkitUnixProcess
      
      See merge request polkit/polkit!17
      dbf58d4e
    • Phaedrus Leeds's avatar
      Allow uid of -1 for a PolkitUnixProcess · c05472b8
      Phaedrus Leeds authored
      Commit 2cb40c4d changed PolkitUnixUser, PolkitUnixGroup, and
      PolkitUnixProcess to allow negative values for their uid/gid properties,
      since these are values above INT_MAX which wrap around but are still
      valid, with the exception of -1 which is not valid. However,
      PolkitUnixProcess allows a uid of -1 to be passed to
      polkit_unix_process_new_for_owner() which means polkit is expected to
      figure out the uid on its own (this happens in the _constructed
      function). So this commit removes the check in
      polkit_unix_process_set_property() so that new_for_owner() can be used
      as documented without producing a critical error message.
      
      This does not affect the protection against CVE-2018-19788 which is
      based on creating a user with a UID up to but not including 4294967295
      (-1).
      c05472b8
  12. Jan 08, 2019
  13. Dec 07, 2018
  14. Dec 06, 2018
  15. Dec 04, 2018
Loading