richm%stanfordalumni.org
59ef87b922
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
6ba93b2e6a
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
4ffb62d146
Performance enhancement for big group entry, 231623
2004-03-03 15:09:59 +00:00
etsai%netscape.com
7e2b47b550
fix for Schema retrieval crashes, bug 232298
2004-02-25 23:11:43 +00:00
etsai%netscape.com
e67f33a674
Move to version 4.18, preparing for next release.
2004-02-25 23:08:51 +00:00
miodrag%netscape.com
15bc8b9915
Added ant support
2003-06-10 01:00:05 +00:00
miodrag%netscape.com
98a54aaa4a
Incorporated fix to printEntryStart() by Jeff.Gay@gfnews.net
2003-01-02 22:04:46 +00:00
miodrag%netscape.com
2580cbbceb
Removed unnecessary code, updated javadoc
2002-12-04 01:35:57 +00:00
miodrag%netscape.com
cc3aeeaee9
Removed two trailing ^M
2002-12-04 01:04:19 +00:00
miodrag%netscape.com
8da96b15cc
Removed in sdk 4.17
2002-12-03 01:19:09 +00:00
miodrag%netscape.com
d886575f6f
Minor corrections
2002-12-03 00:43:13 +00:00
miodrag%netscape.com
bbf32a6c3f
Added JAVA_VERSION variable, .CHECK_VARS target, better support for different java versions
2002-12-03 00:42:35 +00:00
miodrag%netscape.com
9c4d2b4f7f
Updtates for LDAPJDK 4.17
2002-12-03 00:38:20 +00:00
miodrag%netscape.com
8c487a1778
A minor change for javadoc
2002-12-03 00:36:21 +00:00
miodrag%netscape.com
1b67449000
Added jss32_stub.jar
2002-12-03 00:33:56 +00:00
miodrag%netscape.com
73cc20fc79
A fix for jdk1.4 javadoc
2002-12-03 00:26:50 +00:00
miodrag%netscape.com
2be2dd01f3
Updates for LDAPJDK 4.16
2002-04-27 23:41:15 +00:00
timeless%mac.com
61a97fd94a
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
265c78d56a
Use explicit imports
2001-11-12 01:32:07 +00:00
rweltman%netscape.com
2141b2dd70
Use real javax.security.sasl package instead of Sun preview
2001-11-12 01:31:41 +00:00
rweltman%netscape.com
6daccb2bcc
Added sasl.jar and jnet.jar to the build CLASSPATH
2001-11-12 01:29:33 +00:00
rweltman%netscape.com
2367e3f525
November 11, 2001 implementation of javax.security.sasl
2001-11-12 00:58:53 +00:00
rweltman%netscape.com
8e6f8e1cef
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
ba789bfc34
Initial introduction to org.ietf.ldap
2001-11-09 01:54:26 +00:00
rweltman%netscape.com
99de6eee2a
Initial checkin of org.ietf.ldap classes
2001-11-09 01:36:04 +00:00
rweltman%netscape.com
396ff982fb
ant Makefile for ietfldap
2001-11-09 01:26:37 +00:00
miodrag%netscape.com
f508ba75d0
Allow explicit SSLSocketFactory, contribution by Kyle F. Downey, kdowney@amberarcher.com
2001-04-03 13:17:22 +00:00
miodrag%netscape.com
74c18a7fc4
A minor update
2001-04-03 13:13:52 +00:00
miodrag%netscape.com
9e334ecc48
74378 fix in flushEntries(), contribution by Glenn McAllister, glenn@somanetworks.com
2001-04-03 13:12:03 +00:00
miodrag%netscape.com
1e9dcafbfa
Updtates for LDAPJDK 4.14
2001-03-28 15:45:58 +00:00
miodrag%netscape.com
26b52046f8
Updtates for LDAPJDK 4.13
2000-12-18 14:02:20 +00:00
miodrag%netscape.com
6752b7f127
Make file compile under JDK1.3
2000-12-08 17:17:49 +00:00
miodrag%netscape.com
eda0c6aed9
Updates for LDAPJDK 4.12
2000-07-10 18:41:40 +00:00
miodrag%netscape.com
ad2a7c4da1
Updates for LDAPJDK 4.11
2000-06-29 22:31:17 +00:00
miodrag%netscape.com
e722950b27
Disbale unconditional debug statments
2000-05-08 20:58:49 +00:00
miodrag%netscape.com
870ce16988
Updates for LDAPJDK 4.1
2000-05-06 19:36:18 +00:00
miodrag%netscape.com
38b29a6764
Pass className rather than mechanismName to DynamicInvoker (391585)
2000-04-10 17:47:02 +00:00
miodrag%netscape.com
3798b49d72
Just return the raw bytes rather than a string in getCredentials (391585)
2000-04-10 17:45:59 +00:00
miodrag%netscape.com
d81d58cada
4.07 main dev tree synch up
2000-02-08 02:39:50 +00:00
miodrag%netscape.com
276d1ca762
Updated ldapjdk 4.05
1999-11-12 06:34:14 +00:00
dmose%mozilla.org
cca325f64a
updating license boilerplate
1999-11-02 01:46:24 +00:00
miodrag%netscape.com
c70ee47bb7
Fixed a bad link
1999-09-28 19:58:15 +00:00
miodrag%netscape.com
f7cc26e68a
Changed JAVACLASSPATH
1999-09-15 20:27:10 +00:00
miodrag%netscape.com
a070d4dca9
Version bumped to 4.04 for RTM
1999-09-15 20:09:35 +00:00
miodrag%netscape.com
47c496f8a5
4.0 RTM main dev tree synch up
1999-09-15 18:42:45 +00:00
miodrag%netscape.com
4b1816dced
4.0 RTM main dev tree synch up
1999-09-15 18:32:21 +00:00
miodrag%netscape.com
ed4535ef97
4.0 RTM main dev tree synch up
1999-09-15 17:03:19 +00:00
miodrag%netscape.com
a695f4e4b4
Removed manifest.mf dependency
1999-08-29 21:01:12 +00:00
miodrag%netscape.com
6ce40d4e24
Main dev tree synch up
1999-08-27 16:09:54 +00:00
miodrag%netscape.com
7af53d1c82
Synch up with the main dev tree
1999-08-27 15:58:58 +00:00