- Feb 28, 2022
-
- Sep 04, 2019
-
-
¡Cinder! ㊝ authored
-
- Aug 10, 2019
-
-
Rye Mutt authored
-
- May 23, 2018
-
-
Oz Linden authored
-
- May 27, 2017
-
-
Cinder authored
-
- May 17, 2017
-
-
Drake Arconis authored
-
- Apr 14, 2017
-
-
Oz Linden authored
-
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.
-
- Dec 07, 2016
-
-
Drake Arconis authored
-
- Jan 29, 2016
-
-
Drake Arconis authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Apr 10, 2015
-
-
Oz Linden authored
restore the ll[io]fstream because we need them as wrappers on Windows for wide char paths; on other platforms they are now just typedefs to the std classes
-
- Apr 07, 2015
-
-
Oz Linden authored
-
- Oct 30, 2014
-
-
Cinder authored
-
- Jul 25, 2013
-
-
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.
-
- Jul 17, 2013
-
-
Nat Goodspeed authored
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead.
-
- Apr 24, 2013
-
-
simon authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Mar 01, 2013
-
-
Graham Madarasz (Graham) authored
-
- Aug 23, 2011
-
-
Aaron Stone authored
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 25, 2010
-
-
Aaron Terrell (Enus) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- May 27, 2010
-
-
karina authored
-
- May 24, 2010
-
-
Roxie Linden authored
-
Roxie Linden authored
-
Roxie Linden authored
DEV-50166 - LLBasicCertificateChain::validate calls in log Added caching of certificates that have been validated. The sha1 hash for the certificate is stored and is associated with the from and to times. When the certificate is validated, the code determines whether the certificate has successfully been validated before by looking for it in the cache, and then checks the date of the cert. If that is successful, the validation calls with success. Otherwise, it proceeds to do a full validation of the certificate.
-
- Apr 29, 2010
-
-
Roxie Linden authored
-
- Apr 26, 2010
-
-
Roxie Linden authored
CR: Karina
-
- Apr 22, 2010
-
-
Roxie Linden authored
-
- Apr 07, 2010
-
-
Roxie Linden authored
-
Tofu Linden authored
-
- Oct 16, 2009
-
-
Karen Lahey authored
-
- Oct 15, 2009
-
-
Karen Lahey authored
-
- Jul 07, 2009
-
-
Roxanne Skelly authored
certificate notification code -r 118191 ignore-dead-branch
-
- Feb 01, 2010
-
-
Roxie Linden authored
secapi stuff as well as certificate handling stuff. Grid manager as well
-