Dashboard

Andrew Zich

committed dbfbb538… to Weave

10 Aug 11
Added debugging support to weave includes by removing try/catch if weave.debugging is set
changed weave.js
Andrew Zich

committed 62203624… to Weave

10 Aug 11
Small fix for uri
changed weave.js
Vijay Anand

committed 79565f92… to jGlobus

28 Jul 11
FIXME cleanup of JGlobus
Vijay Anand

committed 157e4dcc… to jGlobus

28 Jul 11
Merge branch 'master' of github.com:jglobus/JGlobus
Conflicts:
gss/src/main/java/org/globus/gsi/gssapi/GlobusGSSContextImpl.java
Vijay Anand

committed 5351574d… to jGlobus

02 Jun 11
Merge branch 'caGrid' of https://github.com/caGrid/JGlobus into caGrid-caGrid
changed 
Andrew Zich

committed be908e8a… to Weave

23 May 11
Updated .dispatch descriptor fetching mechanism
changed weave.js
Joe George

committed a8fbfbda… to jGlobus

20 May 11
Removed (this.outByteBuff.hasRemaining() || this.state == CLIENT_START_DEL) in the acceptSecContext
Joe George

committed f5bca774… to jGlobus

20 May 11
Removed !sslEngine.isInboundDone() check
Joe George

committed 5c989188… to jGlobus

20 May 11
Removed the forced setWantClient(true) code
Andrew Zich

committed c332d80d… to Weave

18 May 11
Added Weave Server to repository
added weave.py
Andrew Zich

committed 8d50c8a0… to Weave

16 May 11
Removed Mock Services, added .ready mechanism for non-JavaScript components
Venkat Yekkirala

committed 5c515e3e… to jGlobus

13 May 11
This is the password fix in GlobusGSSContextImpl.java taken from the following pull request submitted by the caGrid team:
https://github.com/jglobus/JGlobus/pull/12/files

I have also reviews the other fixes and have submitted comments
on those on the above pull request.

I have NOT reviewed the other changes and leave those to others
to review.
Venkat Yekkirala

committed 3e2f1c96… to jGlobus

02 May 11
Merge branch 'master' of git://github.com/jglobus/JGlobus into gssapi-alpha
Venkat Yekkirala

committed 7f459f20… to jGlobus

02 May 11
Fixed handling of fragmented SSL tokens.
Fixed a serious drawback with not being able to handle fragmented
SSL tokens which in JGlobus 1.8 was handled by employing
TokenInputStream. Since SSLEngine works only with ByteBuffer,
the fix involves saving any bytes not processed due to a complete
SSL token not having been received.

Modified the test cases to supply fragmented SSL tokens at context
establishment time as well as at data processing time. Also added
some more tests for a more complete test suite for GSSContext.
Joe George

committed 6edd6b5c… to jGlobus

04 Apr 11
Changed the truststore type back to JKS
Andrew Zich

committed c540fdc0… to Weave

30 Mar 11
Removed bad WebKit fix, updated assemble.php
Vijay Anand

committed 6614d171… to jGlobus

14 Mar 11
Merge branch 'path-validation-fix' of https://github.com/jsiwek/JGlobus into jsiwek-path-validation-fix
Mark Grand

committed 1333ca0e… to jGlobus

01 Mar 11
Merge branch 'caGrid' of https://github.com/caGrid/JGlobus into caGrid
Andrew Zich

committed 516f8439… to Weave

24 Feb 11
Attempted WebKit fix 2
Jon Siwek

committed c26b218b… to jGlobus

23 Feb 11
Fixes for certificate path validation.
- In the case that a CA trust root was not already a part of the CertPath
given to TrustedCertPathFinder.findTrustedPath(), the signature of
last certificate in the chain is now verified against the discovered
trust root certificate.

- When checking that the next certificate in the chain has a subject DN
that matches the last's certificate's DN, normalize the DNs to a
common, Globus format.
Joe George

committed daf066d1… to jGlobus

18 Feb 11
The password cannot be an empty string
Mark Grand

committed fa0f4bd0… to jGlobus

16 Feb 11
ChainedIOException was not setting the Throwable's cause property which prevented log4j from tracing the stack trace back to its ultimate cause.
Joe George

committed 6237d0b0… to jGlobus

16 Feb 11
Simplified the getIdentity method Added a getIdentityPrefix method