wtc%netscape.com
7d5a549784
Deleted an obsolete comment.
2003-03-22 08:01:44 +00:00
wtc%netscape.com
af16248797
An experimental change for debugging bug 195127: on the 64-bit AIX
...
tinderbox the dist/${OBJDIR}/lib/libsoftokn3.chk symlink sometimes does
not get created.
2003-03-22 07:52:25 +00:00
wtc%netscape.com
2bf9cb3f60
Added more debugging output for bug 195127.
2003-03-22 07:46:06 +00:00
wtc%netscape.com
48629bc614
Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage.
...
Apparently it is necessary to have LIBRARY_PATH set in the environment.
2003-03-22 02:59:26 +00:00
wtc%netscape.com
893b5e6ec4
BSD/OS seems to be using GNU ld, which needs -rpath-link to find the
...
implicit dependency of an explicitly lined .so at link time.
2003-03-22 01:26:58 +00:00
relyea%netscape.com
5fddce79bd
bug 168393 PK11SDR_Decrypt() does not call PK11_Authenticate() before search
...
for the key.
2003-03-22 00:22:26 +00:00
relyea%netscape.com
3a231a715d
bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtc
2003-03-22 00:18:45 +00:00
wtc%netscape.com
0dc1ca96c0
Bug 198543: BeOS uses LIBRARY_PATH to search for shared libraries.
2003-03-21 21:33:43 +00:00
wtc%netscape.com
2924b7de7e
Rewrote without the dirname() and basename() calls because they are not
...
available on some Unix platforms (e.g., BSD/OS 4.2).
2003-03-21 20:57:07 +00:00
wtc%netscape.com
5c817e6aa2
Resurrected the workaround in revision 1.2. It may be difficult for some
...
OSF1 users to upgrade their C compiler to the required versions.
2003-03-21 15:10:11 +00:00
wtc%netscape.com
741b6aa630
Bug 197890: backed out the previous checkin. For unknown reasons, the
...
Mozilla trunk Tinderbox machine "beast" had trouble running the cygpath
command. It failed with the error
"can't create title mutex, Win32 error 6".
2003-03-21 06:10:31 +00:00
wtc%netscape.com
419689f00c
Bugzilla 198461: fixed build problem on OpenBSD. The patch is contributed
...
by timeless@bemail.org .
2003-03-21 05:24:29 +00:00
wtc%netscape.com
817ccffe16
On IRIX, dirname() and basename() are defined in -lgen.
2003-03-21 05:13:20 +00:00
wtc%netscape.com
dd2958fda2
Bugzilla 198481: when using cc to build a 64-bit SPARC shared library, we
...
need to specify -xarch=v9.
2003-03-21 04:45:37 +00:00
wtc%netscape.com
a93c36bf22
Bug 198482: OS/2 can't run sign.sh because we can't set DLL load path in
...
a shell script. This patch is contributed by Michael Kaply
<mkaply@us.ibm.com>.
Modified Files: Makefile
Added Files: sign.cmd
2003-03-21 03:48:11 +00:00
wtc%netscape.com
97578420c2
Bugzilla 198481: fixed all build problems with gcc on Solaris.
...
1. Removed the workarounds we put in before -- hardcoding LD to
/usr/ccs/bin/ld and passing the -B/usr/ccs/bin/ flag to gcc.
2. Use the compiler, $(CC), to build shared libraries.
3. If gcc is used, determine whether gcc uses GNU ld or Solaris
ld and set the new make variable GCC_USE_GNU_LD accordingly.
Modified Files:
coreconf/SunOS5.mk nss/cmd/platlibs.mk nss/lib/freebl/Makefile
2003-03-21 03:31:00 +00:00
relyea%netscape.com
65b322e3e9
Add OID Definition for AOL screenname attribute.
2003-03-20 23:53:39 +00:00
wtc%netscape.com
548bf161dc
White space change simply to cause the Mozilla tinderboxes to rebuild.
2003-03-20 23:12:43 +00:00
wtc%netscape.com
b6459fddea
Backed out the .nss_cleaned hack checked in in rev. 1.43. It didn't work
...
as expected. r=cls.
2003-03-20 23:03:06 +00:00
wtc%netscape.com
4237fb8119
Bug 197877: PSM makefile changes for NSS 3.8 -- 1. need to build the new
...
NSS tool shlibsign and generate the .chk files with it. 2. need to install
the .chk files in the appropriate directories. r=kaie. sr=bryner.
2003-03-20 18:03:22 +00:00
wtc%netscape.com
0dd45a89f1
Bug 195127: added temporary debugging output.
2003-03-20 02:00:40 +00:00
wtc%netscape.com
615653a02f
Bug 58221: don't use strlen to check if a string is of length 0.
2003-03-19 06:37:03 +00:00
wtc%netscape.com
78ac357c09
Bug 58221: don't use strlen to check if a string is of length 0.
2003-03-19 06:30:12 +00:00
nicolson%netscape.com
1fe952b490
Fix 198125: PK11Signature.engineUpdateNative ignores offset and length.
2003-03-19 00:57:29 +00:00
wtc%netscape.com
b2bd059285
Bug 197890: use Cygwin's cygpath command to "escape" a pathname with a
...
drive letter for Cygwin's bash.
2003-03-18 14:48:09 +00:00
nelsonb%netscape.com
1040fa5786
Fix type mismatches in return values that were breaking gcc builds.
...
No bug number.
2003-03-18 03:24:59 +00:00
wtc%netscape.com
b5648cc904
Bug 197890: Eliminated the artificial dependency of all NSS cmd tools on
...
zlib. Only some of them (modutil and signtool) need zlib and we now define
that dependency explicitly. In shlibsign/sign.sh, escape the drive letter
if the pathname contains it and we are using Cygwin so that the pathname
does not contain any colon, which is the PATH separator in Cygwin. r=relyea
Modified Files: platlibs.mk modutil/manifest.mn shlibsign/sign.sh
signtool/manifest.mn
2003-03-17 21:48:18 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
relyea%netscape.com
d57e9ab5b7
Make indention style consistant with SSL's usage, not softoken/pk11 usage.
2003-03-13 16:36:43 +00:00
wtc%netscape.com
6c4e221cc7
Bug 197147: removed an invalid/unnecessary comparison of two
...
PRIntervalTimes in pk11_InDelayPeriod.
2003-03-13 01:16:00 +00:00
relyea%netscape.com
bc3ae9a59d
Allow for tokens that don't require login. bug 197082
2003-03-12 19:22:32 +00:00
kirk.erickson%sun.com
3a1698b77b
Made 'seconds' argument to '-L' optional.
...
Updated Usage with '-L [seconds]' syntax, and default value (30).
2003-03-12 02:40:43 +00:00
jpierre%netscape.com
a0deb9ee05
Fix for 192590 - add ability to encode NSSCMSRecipientInfo . r=javi, wtc
2003-03-11 03:38:54 +00:00
wtc%netscape.com
f7e1ad24fe
Bug 196776: the 'src' argument to the ASN.1 encoding functions should be
...
declared 'const'.
Modified Files: secasn1.h secasn1e.c
2003-03-11 02:31:16 +00:00
kirk.erickson%sun.com
8ebb681aaf
Shifted optimization level on Solaris to -xO3 (bug 122974).
2003-03-11 01:18:31 +00:00
jpierre%netscape.com
379e743c92
Fix for bug 175167 - don't use mark & release in QuickDER decoder . r=wtc
2003-03-07 01:13:22 +00:00
wtc%netscape.com
756e8dcab5
Bug 118832: with the removal of the crmfi.h inclusion, CRMFEncryptedKey
...
becomes an incomplete type, and aCC on HP-UX does not allow using
static_cast to cast a pointer to an incomplete type to void *. Use
implicit conversion of a data pointer to void * instead. r=kaie. sr=dbaron.
2003-03-06 15:04:46 +00:00
relyea%netscape.com
7718d6cb68
remove last references to TraverseCerts by removing depricated functions with call it. r=wtc
2003-03-05 21:46:20 +00:00
relyea%netscape.com
61a584ed08
Remove external use of SEC_TraversePermCerts(). Bug 130968.
2003-03-05 01:04:33 +00:00
relyea%netscape.com
7c7ae26998
Bug 185245. including wtc's comments.
...
Don't reference memory beyond the end the the data element when decoding a
SubjectEntry. Prevents crashes from corrupted Subject Entries.
2003-03-05 01:02:03 +00:00
relyea%netscape.com
c635402806
Fix memory leaks. (roll fixes from 3.7 BRANCH).
2003-03-05 00:59:36 +00:00
relyea%netscape.com
1730c69cc7
Incorporate wtc comment from bug 19061 (removal of commented code).
2003-03-04 23:11:09 +00:00
relyea%netscape.com
46ee0eea31
bug 162976: make crl update atomic. Set up new Crl with a new Object ID which is different from the old one.
2003-03-04 22:36:27 +00:00
relyea%netscape.com
72f513f7ef
Bug 162976. Make CRL updates 'atomic' . Insert new CRL before deleting the
...
old one.b
2003-03-04 22:34:56 +00:00
relyea%netscape.com
df2b3f1e6e
Print all the certs for a given nickname, not just the first.
2003-03-04 22:32:24 +00:00
relyea%netscape.com
be7d152cb3
Fix QA failures on tip (don't dereference through a NULL pointer).
2003-03-03 19:46:22 +00:00
wtc%netscape.com
ac86d72617
Bug 195127: 1. Enable DEBUG_SHVERIFY. 2. Added debug output to print the
...
file name if PR_Open fails.
2003-03-01 01:53:11 +00:00
relyea%netscape.com
26e539e088
bug 19590
...
RFE:Add ability to encode/decode NSSCMSRecipientInfo structures
r=javi,wtc
2003-02-28 23:32:29 +00:00
ian.mcgreer%sun.com
64a832e0e7
bug 177556, signtool -l fails
...
r=wtc
2003-02-28 21:14:36 +00:00
ian.mcgreer%sun.com
cccb7a3f68
bug 191757, InitOIDHash() not threadsafe
...
r=relyea
2003-02-28 21:13:20 +00:00