Граф коммитов

77 Коммитов

Автор SHA1 Сообщение Дата
nkinder%redhat.com 5b73f3c3a1 Resolves: 394934
Summary: Errors property files need to be included in ldapjdk.jar.
2007-09-04 21:28:39 +00:00
nkinder%redhat.com 1a47e1a946 Resolves: 380920
Summary: Bumped up version number to 4.18 in addition to fixing the clean build targets.
2007-05-16 21:42:44 +00:00
nkinder%redhat.com 976a98416c Resolves: 380215
Summary:  Fixed javadoc comments that were causing warnings at build time.
2007-05-10 17:35:41 +00:00
gerv%gerv.net b28905f98b Bug 285347 - relicense Java LDAP SDK. 2007-03-29 14:01:32 +00:00
nkinder%redhat.com 8f0d016aab Resolves: 372440
Author: sparkins@redhat.com
Summary: Re-implemented bug-fix to add a new constructor for the JSSESocketFactory class that allows an explicit socket factory to be passed in.  This bug-fix was reimplemented in order to re-license the LDAP JDK under the standard Mozilla tri-license.
2007-03-21 18:52:57 +00:00
nkinder%redhat.com b8f400af83 Resolves: 372194, 62700
Author: sparkins@redhat.com
Summary: Re-implemented two bug fixes in the LDIFWriter class in order to allow us to relicense the LDAP JDK under the standard Mozilla tri-license.  The first bug had to do with the printEntryStart() method of the LDIFWriter class does not handling non-printable DN's properly.  The second bug had to do with only the first value of a multi-valued attribute being written out in LDIF format.
2007-03-21 18:21:16 +00:00
nkinder%redhat.com 3161169591 Resolves: 372194, 62700
Author: sparkins@redhat.com
Summary: Re-implemented two bug fixes in the LDIFWriter class in order to allow us to relicense the LDAP JDK under the standard Mozilla tri-license.  The first bug had to do with the printEntryStart() method of the LDIFWriter class does not handling non-printable DN's properly.  The second bug had to do with only the first value of a multi-valued attribute being written out in LDIF format.
2007-03-19 23:06:02 +00:00
nkinder%redhat.com b4cde0a17f Resolves: 372440
Author: sparkins@redhat.com
Summary: Re-implemented bug-fix to add a new constructor for the JSSESocketFactory class that allows an explicit socket factory to be passed in.  This bug-fix was reimplemented in order to re-license the LDAP JDK under the standard Mozilla tri-license.
2007-03-19 22:59:53 +00:00
timeless%mozdev.org 1846fd9c62 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
richm%stanfordalumni.org 2548bfaf91 Bug: 309518
Description: Replace ORO Regexp with java 1.4 Pattern/Matcher
Fix Description: I removed any and all references to oro from build.properties and build.xml.  For the code replacement, the conversion was pretty straightforward.  I had to slightly modify the regular expressions but for the most part they just work the same as the oro ones.  ORO uses a PatternInput to hold the state of the iteration over the string to match, but the Matcher class does that implicitly.  For the most part, it didn't matter because the code didn't really use the state, it would just always reset the PatternInput to the beginning of the string, so I just used the String instead.  There was one place where I needed to keep track of state, so I used the Matcher object instead of a Perl5Pattern + PatternInput.  Thanks to nkinder@redhat.com for the review.
2005-09-23 15:05:55 +00:00
rlk%trfenv.com af39eec4b0 bug 271143 - Java SDK doesn't compile on Java 1.5. r=mcs@pearlcrescent.com, r=erhyuan@pacbell.net 2004-11-30 01:45:19 +00:00
etsai%netscape.com a838b2185a Performance enhancement for big group entry, 231623 2004-03-03 15:09:59 +00:00
etsai%netscape.com 7a16b37b18 fix for Schema retrieval crashes, bug 232298 2004-02-25 23:11:43 +00:00
etsai%netscape.com d48f3eb7ef Move to version 4.18, preparing for next release. 2004-02-25 23:08:51 +00:00
miodrag%netscape.com c05547bdee Added ant support 2003-06-10 01:00:05 +00:00
miodrag%netscape.com b3d4063232 Incorporated fix to printEntryStart() by Jeff.Gay@gfnews.net 2003-01-02 22:04:46 +00:00
miodrag%netscape.com 20758874cb Removed unnecessary code, updated javadoc 2002-12-04 01:35:57 +00:00
miodrag%netscape.com 47fb41a946 Removed two trailing ^M 2002-12-04 01:04:19 +00:00
miodrag%netscape.com 6a3a08d1aa Removed in sdk 4.17 2002-12-03 01:19:09 +00:00
miodrag%netscape.com 3370335071 Minor corrections 2002-12-03 00:43:13 +00:00
miodrag%netscape.com 0f036b7cd3 Added JAVA_VERSION variable, .CHECK_VARS target, better support for different java versions 2002-12-03 00:42:35 +00:00
miodrag%netscape.com aa729f7d11 Updtates for LDAPJDK 4.17 2002-12-03 00:38:20 +00:00
miodrag%netscape.com 939b8670f9 A minor change for javadoc 2002-12-03 00:36:21 +00:00
miodrag%netscape.com 6574f1b55d Added jss32_stub.jar 2002-12-03 00:33:56 +00:00
miodrag%netscape.com 8b37634003 A fix for jdk1.4 javadoc 2002-12-03 00:26:50 +00:00
miodrag%netscape.com d66022cffd Updates for LDAPJDK 4.16 2002-04-27 23:41:15 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rweltman%netscape.com 28a8f657de Use explicit imports 2001-11-12 01:32:07 +00:00
rweltman%netscape.com 25f6f90c58 Use real javax.security.sasl package instead of Sun preview 2001-11-12 01:31:41 +00:00
rweltman%netscape.com 9e4b0f0ae1 Added sasl.jar and jnet.jar to the build CLASSPATH 2001-11-12 01:29:33 +00:00
rweltman%netscape.com 644af1448e November 11, 2001 implementation of javax.security.sasl 2001-11-12 00:58:53 +00:00
rweltman%netscape.com faf16d7cba Call Vector.removeAllElements() instead of Vector.clear() to allow compilation and execution with JDK 1.1.x (Bugzilla bug 107830) 2001-11-09 19:57:54 +00:00
rweltman%netscape.com 3b3369befa Initial introduction to org.ietf.ldap 2001-11-09 01:54:26 +00:00
rweltman%netscape.com c69f6d09cf Initial checkin of org.ietf.ldap classes 2001-11-09 01:36:04 +00:00
rweltman%netscape.com 2575676e90 ant Makefile for ietfldap 2001-11-09 01:26:37 +00:00
miodrag%netscape.com c7818dbf22 Allow explicit SSLSocketFactory, contribution by Kyle F. Downey, kdowney@amberarcher.com 2001-04-03 13:17:22 +00:00
miodrag%netscape.com f5696e4cf3 A minor update 2001-04-03 13:13:52 +00:00
miodrag%netscape.com ff23fa93d2 74378 fix in flushEntries(), contribution by Glenn McAllister, glenn@somanetworks.com 2001-04-03 13:12:03 +00:00
miodrag%netscape.com 911f809a5c Updtates for LDAPJDK 4.14 2001-03-28 15:45:58 +00:00
miodrag%netscape.com ac3982e462 Updtates for LDAPJDK 4.13 2000-12-18 14:02:20 +00:00
miodrag%netscape.com 2b6b5e7122 Make file compile under JDK1.3 2000-12-08 17:17:49 +00:00
miodrag%netscape.com 651de3f689 Updates for LDAPJDK 4.12 2000-07-10 18:41:40 +00:00
miodrag%netscape.com ed123c687c Updates for LDAPJDK 4.11 2000-06-29 22:31:17 +00:00
miodrag%netscape.com 9e29dd5904 Disbale unconditional debug statments 2000-05-08 20:58:49 +00:00
miodrag%netscape.com 495601dc8a Updates for LDAPJDK 4.1 2000-05-06 19:36:18 +00:00
miodrag%netscape.com 0c97101041 Pass className rather than mechanismName to DynamicInvoker (391585) 2000-04-10 17:47:02 +00:00
miodrag%netscape.com 368de57c5e Just return the raw bytes rather than a string in getCredentials (391585) 2000-04-10 17:45:59 +00:00
miodrag%netscape.com 7bd744f913 4.07 main dev tree synch up 2000-02-08 02:39:50 +00:00
miodrag%netscape.com 34fc3fbf67 Updated ldapjdk 4.05 1999-11-12 06:34:14 +00:00
dmose%mozilla.org 2ba786ebec updating license boilerplate 1999-11-02 01:46:24 +00:00