Multi-line svn commit, see body.
[shibboleth/cpp-xmltooling.git] / xmltooling /
2007-10-17 Scott CantorMulti-line svn commit, see body.
2007-10-17 Scott CantorFixed bug causing duplication of text content.
2007-10-11 Scott CantorMulti-line svn commit, see body.
2007-09-27 Scott CantorYank RetrievalMethod logic.
2007-09-26 Scott CantorAdd consts.
2007-09-26 Scott CantorFix use of NULL in integer return value.
2007-09-17 Scott CantorRename authentication flag.
2007-09-12 Scott CantorAdd version resource.
2007-09-11 Scott CantorPlaceholder children were throwing off text node positions.
2007-09-09 Scott CantorNon-const XML ID lookup.
2007-09-06 Scott CantorSupport simple config option for file cred resolver.
2007-09-06 Scott CantorSupport simple config option for file cred resolver.
2007-09-05 Scott CantorAdd pretty print option.
2007-09-04 Scott CantorRename openssl import libs.
2007-08-30 Scott CantorTrustEngine based on static trust roots.
2007-08-29 Scott CantorRemove curl initialization code.
2007-08-16 Scott CantorAdd "sender" to SOAP APIs to avoid reuse of connections...
2007-08-09 Scott CantorFix bugs in exception serializer.
2007-08-06 Scott CantorArray deletion auto_ptr.
2007-08-03 Scott CantorOptimize UTF8 operations.
2007-08-03 Scott CantorFix default cipher list, go back to SSLv3 only.
2007-08-02 Scott CantorMissing a declaration in the header.
2007-08-02 Scott CantorNo way that void* stuff will work.
2007-08-02 Scott CantorDefault to 128-bit ciphers and try disabling SSLv2...
2007-08-02 Scott CantorHighly revolting code to pass curl options through...
2007-08-01 Scott CantorMissing new header
2007-08-01 Scott CantorMissed log reference.
2007-08-01 Scott CantorMissing assert header.
2007-08-01 Scott CantorLoad CDATA sections as text content nodes.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-07-25 Scott CantorNeed to convert characters to unsigned char before...
2007-07-25 Scott CantorRefine log categories.
2007-07-20 Scott CantorReduce error logging from trust engine.
2007-07-17 Scott CantorOption to disable host checking.
2007-06-28 Scott CantorExpose detection of duplicate insertions.
2007-06-22 Scott CantorHelps to read and write the same type of data.
2007-06-22 Scott CantorCorrect expiration check in context update.
2007-06-12 Scott CantorFix up doc handling in spec file
2007-06-12 Scott CantorRefactor signature engines.
2007-06-10 Scott CantorMulti-line svn commit, see body.
2007-06-09 Scott CantorAdding ignores.
2007-06-07 Scott CantorPrevent attach execution with empty key filename.
2007-05-26 Scott CantorAdd SOAP fault codes.
2007-05-25 Scott CantorHandle empty Key elements.
2007-05-24 Scott CantorToggle off Xalan in a config macro to avoid dependency...
2007-05-21 Scott CantorAdd method to decrypt to stream.
2007-05-21 Scott CantorMove ReplayCache and StorageService APIs to full build...
2007-05-21 Scott CantorAdd chaining resolver.
2007-05-21 Scott CantorAdd user-supplied key names to filesystem resolver.
2007-05-20 Scott CantorAdd missing file to dist.
2007-05-19 Scott CantorMoved in request/response interfaces from opensaml.
2007-05-17 Scott CantorAdd lite version to Windows project.
2007-05-17 Scott CantorMove curl dependent code to full build only.
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-16 Scott CantorMisspelled lib name.
2007-05-16 Scott CantorApply flags to full build, added missing quote.
2007-05-16 Scott CantorFix some syntax errors
2007-05-16 Scott CantorChanges to split library into a lite and full version.
2007-05-12 Scott CantorMissing const spec.
2007-05-11 Scott CantorProper fix for method scoping.
2007-05-11 Scott CantorFix method signature mismatch, redeclare pure methods...
2007-05-11 Scott CantorFix -> convenience operator for non-class iterators.
2007-05-11 Scott CantorFix for STLs where iterator is a type but not a class.
2007-05-11 Scott CantorSun requires map value types to have constant keys.
2007-05-11 Scott CantorSun apparently striving for Ada-style type safety...
2007-05-11 Scott CantorSun requires multimap value types to have constant...
2007-05-11 Scott CantorMissing signal header, tighten up template for map...
2007-05-08 Scott CantorIsolate nested failures.
2007-05-08 Scott CantorInitialize timestamp based on initial load.
2007-05-04 Scott CantorMulti-line svn commit, see body.
2007-05-03 Scott CantorAdd internal copy of the Xerces net accessor for libcur...
2007-05-02 Scott CantorHTTP creds need to be held by transport object.
2007-04-30 Scott CantorNeed to pass NULL into namespace lookup function for...
2007-04-28 Scott CantorRemove string-specific checks.
2007-04-28 Scott CantorTemplate syntax fixes
2007-04-28 Scott CantorEnhance plugin manager template with alternate type...
2007-04-28 Scott CantorASCII constructors for QNames.
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
2007-04-26 Scott CantorPorting fixes
2007-04-26 Scott CantorAdd some missing comments.
2007-04-26 Scott CantorMore comments, header fixes.
2007-04-26 Scott CantorAdd some missing comments.
2007-04-23 Scott CantorMove credential/criteria matching to criteria classes.
2007-04-20 Scott CantorMulti-line svn commit, see body.
2007-04-20 Scott CantorMulti-line svn commit, see body.
2007-04-20 Scott CantorExtend encryption algorithm automation.
2007-04-19 Scott CantorMulti-line svn commit, see body.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-04-13 Scott CantorKey comparison too strict, cred may not contain actual...
2007-04-13 Scott CantorInject logging category into base class.
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-04-09 Scott CantorAlgorithm and key size criteria, incoming signature...
2007-03-30 Scott CantorRemove KeyInfo plugin from PKIX API.
2007-03-28 Scott CantorRevert to loop for decrypting keys for now, will revisi...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-18 Scott CantorRevised decryption APIs to clarify CredentialResolver...
2007-03-10 Scott CantorReturn expiration on versioned read.
2007-03-08 Scott CantorAdd option to use redirection for handler errors, captu...
2007-03-08 Scott CantorChange exception parameterization to match Shib usage.
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
next