Log of /branches/jadc2s_0_9_x
Directory Listing
Revision
1521 -
Directory Listing
Modified
Tue Apr 29 00:28:49 2008 UTC (2 years, 4 months ago) by
mawis
Support for setting DH params (needed to use DSA keys)
Revision
1519 -
Directory Listing
Modified
Sun Apr 13 09:17:09 2008 UTC (2 years, 4 months ago) by
mawis
Fix for clean build on 64 bit systems
Revision
1508 -
Directory Listing
Modified
Sun Jul 22 17:35:54 2007 UTC (3 years, 1 month ago) by
mawis
Updating XML creation to always escape ' " & < and >, even if it would not be required by the XML spec.
Revision
1499 -
Directory Listing
Modified
Fri May 25 12:01:43 2007 UTC (3 years, 3 months ago) by
mawis
There were some code in nad.c that tried to (re)allocate memory forever if it failed. This is a problem if you run jadc2s in a memory-ulimited environment, as it causes jadc2s to block forever.
I have fixed the similar problem in pool.c a month ago, but did not notice that jadc2s tries to allocate memory outside of pool.c as well. So this should hopefully now really fix the problem I am facing on amessage as well.
Revision
1489 -
Directory Listing
Modified
Tue Apr 24 13:31:39 2007 UTC (3 years, 4 months ago) by
mawis
Until now jadc2s retried forever to allocate memory, if it could not get some. No it is only retried for 10 seconds. Afterwards jadc2s is terminated.
This is change is needed if jadc2s is run inside a memory ulimited environment.
Revision
1428 -
Directory Listing
Modified
Sat Feb 3 11:30:43 2007 UTC (3 years, 7 months ago) by
mawis
Fixing bug, that jadc2s does not accept JIDs as authorization IDs (which is what should be there).
Update recommended ...
Revision
1391 -
Directory Listing
Modified
Fri Dec 8 02:07:34 2006 UTC (3 years, 9 months ago) by
mawis
Rewritten function that reads from a socket and decodes the security layers. The old function was spaghetti code and slow.
This should especially result in a faster establishment of the TLS and SASL layers when a user connects.
Revision
1390 -
Directory Listing
Modified
Thu Dec 7 23:45:36 2006 UTC (3 years, 9 months ago) by
mawis
First hack to get SASL-SL working on top of TLS. But to make it clear, I will have to reorder the code a bit.
Revision
1389 -
Directory Listing
Modified
Thu Dec 7 18:01:28 2006 UTC (3 years, 9 months ago) by
mawis
Fixing bug #78.
There was a problem when SASL established a security layer: The <success/> element was already encrypted by SASL, but has to be still sent in clear. Also I fixed a problem we had when SASL decoding data resulted in more data, than jadc2s requested from the connection.
Revision
1377 -
Directory Listing
Added
Thu Nov 23 00:08:58 2006 UTC (3 years, 9 months ago) by
mawis
Branch of continued development of stable jadc2s 0.9.x