Skip to content
Snippets Groups Projects
  1. Feb 28, 2022
  2. Sep 04, 2019
  3. Aug 10, 2019
  4. May 23, 2018
  5. May 27, 2017
  6. May 17, 2017
  7. Apr 14, 2017
    • Oz Linden's avatar
      e07a60f6
    • Oz Linden's avatar
      Change certificate store infrastructure to key off of the Subject Key · fd3628ef
      Oz Linden authored
      Id rather than sha1 hash, since that is rarely used in modern
      certs. The previous form was storing trusted certs using an empty sha1
      hash value as the key, which meant most certificates matched... not good.
      
      Modify the LLCertException to pass certificate information back as
      LLSD rather than an LLPointer<LLCertificate>, because when the
      exception is being thown from the certificate constructor that results
      in one of a couple of other exceptions (even refcounting won't save
      you when the problem is that the thing you're pointing to never
      finished coming into being properly).
      
      Update the certificates in the llsechandler_basic_test to modern
      conventions, and extend the classes to allow for an optional
      validation date so that the test can use a fixed date. Also make all
      the certificates include the plain text form for ease of reference.
      fd3628ef
  8. Dec 07, 2016
  9. Jan 29, 2016
  10. Nov 10, 2015
  11. Apr 10, 2015
  12. Apr 07, 2015
  13. Oct 30, 2014
  14. Jul 25, 2013
    • Nat Goodspeed's avatar
      CHOP-962: Make LLControlVariable::setPersist() accept only enum. · d2386652
      Nat Goodspeed authored
      Initial change made LLControlVariable::mPersist an enum, but retained
      bool/BOOL public API. setPersist(true) set one value, setPersist(false) set
      another, forcePersist() set the third. Per code review, expose enum to public,
      make setPersist() (and LLControlVariable constructor, and LLControlGroup::
      declareControl(), and all the LLControlGroup::declareMumble() methods, and all
      the unit-test dummy declareMumble() method bodies) accept that enum. Remove
      forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly.
      Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
      d2386652
  15. Jul 17, 2013
  16. Apr 24, 2013
  17. Mar 29, 2013
  18. Mar 01, 2013
  19. Aug 23, 2011
  20. Oct 13, 2010
  21. Sep 21, 2010
  22. Aug 25, 2010
  23. Aug 13, 2010
  24. May 27, 2010
  25. May 24, 2010
  26. Apr 29, 2010
  27. Apr 26, 2010
  28. Apr 22, 2010
  29. Apr 07, 2010
  30. Oct 16, 2009
  31. Oct 15, 2009
  32. Jul 07, 2009
  33. Feb 01, 2010
Loading