Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-02 | add catch for possible exception in llsechandler_basic destructor (crash on ↵ | Oz Linden | |
exit) | |||
2013-11-06 | merge with release | Richard Linden | |
2013-09-03 | OPEN-187: Properly cleanup all allocated OpenSSL structures. | Nicky | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-01-20 | EXP-1825 FIX crash in LLSecAPIBasicHandler::_writeProtectedData() | callum | |
2011-08-23 | Respect --no-verify-ssl-cert option. | Aaron Stone | |
2011-08-09 | STORM-1546 FIXED Fixed a crash caused by a race condition in LLRefCount. | Vadim ProductEngine | |
Reason: secapiSSLCertVerifyCallback() seems to be called simultaneously by multiple threads, which causes a race condition in LLRefCount::ref/unref() methods. The reference counter in LLSecAPIBasicHandler::mStore goes to zero, and the object gets destroyed. Fix: Derive LLCertificateStore from LLThreadSafeRefCount instead of LLRefCount, which should fix the race condition. Note: The LLThreadSafeRefCount constructor is private, so we have to wrap instances of the class with LLPointer. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-28 | automated merge | Roxie Linden | |
2010-05-28 | CID-442 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLBasicCertificateVector::insert(LLCertificateVector::iterator, LLPointer<LLCertificate>) File: /indra/newview/llsechandler_basic.cpp | |||
2010-05-27 | automated merge | Roxie Linden | |
2010-05-26 | Add new mechanism for getting a unique machine id. | karina | |
2010-05-24 | Few more touchups for the cert performance code | Roxie Linden | |
2010-05-24 | Fixup some certificate related unit tests | Roxie Linden | |
2010-05-24 | DEV-50173 - investigate certificate code performance | Roxie Linden | |
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. | |||
2010-05-18 | Allow update of the default CAs on install | Roxie Linden | |
2010-04-26 | Fix issue parsing wildcard cns in certificates | Roxie Linden | |
CR: Karina | |||
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-03-02 | Fix windows build break, segfault on exit and bad library link location | Roxie Linden | |
2009-12-08 | DEV-42996 GIAB: configuring via CLI tools corrupts viewer certs | Roxie Linden | |
Added authority key identifier/subject key identifier checking. Whenever a new cert was created, a new private key was also created. Typically you get a new key identifier with that private key which is written to the child cert. The child cert can then find the appropriate parent cert for validation via subject key identifier. | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2009-10-16 | Fix build. | Karen Lahey | |
2009-10-15 | MAC Address Change no longer causes viewer to die cr:Roxie | Karen Lahey | |
2009-07-08 | DEV-34822 - merge with 1.23 | Roxanne Skelly | |
certificate notification code -r 118191 ignore-dead-branch | |||
2010-02-01 | Merge giab-viewer-trunk 2497, general merge of more | Roxie Linden | |
secapi stuff as well as certificate handling stuff. Grid manager as well | |||
2009-07-03 | Initial secapi merge | Roxanne Skelly | |
svn merge -c112450 svn+ssh://svn.lindenlab.com/svn/linden/branches/giab-viewer/giab-viewer-1 giab-viewer-1-23 svn merge -c112913 svn+ssh://svn.lindenlab.com/svn/linden/branches/giab-viewer/giab-viewer-1 giab-viewer-1-23 |