julien.pierre.bugs%sun.com
00d4055ea7
Fix bugzilla 268521 - C_CloseSession getting called after C_CloseAllSessions . r=relyea, nelsonb
2004-11-09 23:19:24 +00:00
wchang0222%aol.com
60e13508c3
Bugzilla bug 93206: allow $(CC) to contain multiple words. coreconf itself
...
doesn't set CC to be multiple words, but higher-level modules such as PSM
may pass CC to NSS on the gmake command line and $(CC) may contain multiple
words. r=cls,jpierre.
2004-11-09 06:24:18 +00:00
wchang0222%aol.com
1b073ff2f7
Bugzilla bug 248435: declare the exported functions CERT_DecodeGeneralName
...
and CERT_EncodeGeneralName in the public header cert.h. r=jpierre.
Modified Files: cert.h genname.h xconst.c
2004-11-09 06:13:32 +00:00
wchang0222%aol.com
cefdcee6c5
Bugscape bug 57238: implemented CMCCertId, OtherMsg, and TaggedContentInfo
...
for CMC. The patch is contributed by Christine Ho of AOL. r=wtc.
Added Files: CMCCertId.java OtherMsg.java TaggedContentInfo.java
2004-11-09 06:01:15 +00:00
darin%meer.net
f94aa8151e
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
wchang0222%aol.com
b9d3c2a831
Bugzilla bug 240784: removed the temporary workaround added in rev. 1.55.
2004-11-06 00:17:20 +00:00
timeless%mozdev.org
705b7382e9
Bug 265652 Possible code cleanup of nsNSSCertificateDB and nsPKCS12Blob
...
r=biesi sr=darin
2004-11-05 15:23:35 +00:00
wchang0222%aol.com
5dc1ebca59
Removed a useless makefile rule.
2004-11-05 02:46:09 +00:00
wchang0222%aol.com
9cdd7dd3cb
Removed a comment and the commented-out code it described.
2004-11-05 02:42:21 +00:00
wchang0222%aol.com
9c7779751f
Combined two lines into one.
2004-11-05 02:38:30 +00:00
wchang0222%aol.com
cc7f62e55a
Although we do use the native compilers by default on most platforms, it
...
is more correct to say "default compiler" than "native compiler" here.
2004-11-05 02:37:42 +00:00
wchang0222%aol.com
5d9394cbf3
ALL_TRASH should be defined with = rather than := because some of its
...
constituents (e.g., TARGETS) may be redefined after coreconf/config.mk has
been included (e.g., in a local config.mk file). We do not want to expand
these constituents right when ALL_TRASH is defined.
2004-11-05 02:35:43 +00:00
wchang0222%aol.com
8f3e63d12b
Bugzilla bug 261794: cvs removed obsolete .cvsignore files that contain
...
only files that have since been checked into CVS. r=gerv.
Removed Files: ckfw/.cvsignore pki1/.cvsignore
2004-11-05 02:28:40 +00:00
wchang0222%aol.com
36adca51ff
Use the $< variable in the rule to build a program from a single object.
2004-11-05 01:45:49 +00:00
wchang0222%aol.com
74b1db2715
Define the macro 'verbose' as -1 to turn all all zlib trace messages in
...
debug builds. This is to be consistent with our modifications to the old
zlib (Bugzilla bug 131826).
2004-11-04 16:23:19 +00:00
wchang0222%aol.com
56ba8ca864
Need to pass $(CFLAGS) to $(MKPROG) when building a program from a single
...
object file. This rule should be similar to the rule for building
$(PROGRAM).
2004-11-04 15:55:05 +00:00
wchang0222%aol.com
0183604b19
Removed the definition of 'errno' as a global variable for WinCE. Our
...
WinCE port implements 'errno' as thread local storage.
2004-11-04 06:14:23 +00:00
wchang0222%aol.com
353fa248cc
The test programs $(PROGRAMS) need to be added to TARGETS, otherwise
...
they won't get built and the libs target will fail trying to install them.
2004-11-04 06:09:24 +00:00
wchang0222%aol.com
b8053c9d1a
Added makefile rules to build the test programs (example and minigzip) and
...
the test target to run the tests.
Modified Files: Makefile config.mk manifest.mn
2004-11-03 02:17:04 +00:00
wchang0222%aol.com
a419aae74d
Bugzilla bug 131826: upgraded to zlib 1.2.2. a=relyea,jpierre.
...
Modified Files:
README adler32.c compress.c config.mk crc32.c deflate.c
deflate.h example.c gzio.c inffast.c inffast.h inffixed.h
inflate.c inftrees.c inftrees.h manifest.mn minigzip.c trees.c
uncompr.c zconf.h zlib.h zutil.c zutil.h
Added Files:
crc32.h infback.c inflate.h
Removed Files:
infblock.c infblock.h infcodes.c infcodes.h infutil.c
infutil.h makefile.win maketree.c netscape_mods.doc zip16.def
2004-11-02 23:40:10 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
julien.pierre.bugs%sun.com
3d2edcac0f
Fix for 266940 . increase MAX_THREADS in selfserv
2004-10-31 00:22:56 +00:00
julien.pierre.bugs%sun.com
fbf0c30dc9
Fix for 266206 . close only up to 64k descriptors.
2004-10-29 06:14:22 +00:00
julien.pierre.bugs%sun.com
d28cac494c
Fix for bug 262192 . assert and check attribute ptr
2004-10-24 18:31:27 +00:00
julien.pierre.bugs%sun.com
24316582dd
Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyea
2004-10-24 18:25:04 +00:00
julien.pierre.bugs%sun.com
c4e35051b7
Fix for 265708. - count should be CK_ULONG
2004-10-23 20:23:50 +00:00
julien.pierre.bugs%sun.com
b65f1c8f3d
Fix for 265504 - cmsutil dumps core with invalid option set. r=wtc
2004-10-22 22:39:47 +00:00
wchang0222%aol.com
094f087ca7
Bugzilla bug 265686: the 'name' argument to PK11_FindSlotByName should be
...
const char *. The patch is contributed by timeless@bemail.org . r=wtc.
Modified files: pk11pub.h pk11slot.c
2004-10-22 22:13:45 +00:00
glen.beasley%sun.com
d20951adac
220223 TokenException caused by left over cert8.db
2004-10-22 00:00:51 +00:00
christophe.ravel.bugs%sun.com
190afdff99
238319: Sun packages changes.
2004-10-20 19:45:56 +00:00
wchang0222%aol.com
5bddd4073a
Bugzilla bug 240784: checked in a temporary workaround for the fix for
...
bug 240784 that breaks OS/2 tinderbox. The problem seems to be that OS/2
file system is case insensitive, so nsinstall won't change the file name
of an existing DLL in mozilla/dist/$(OBJDIR)/lib, but gmake is case
sensitive, and gmake can't find a rule to build softokn3.chk from because
the softokn3 DLL in mozilla/dist/$(OBJDIR)/lib doesn't have the right name.
2004-10-20 17:24:53 +00:00
ginn.chen%sun.com
aaaa11844a
Bug 258244 View page info dialog size too small for https site
...
patch by leon.sha@sun.com r=neil sr=neil
2004-10-18 06:59:34 +00:00
relyea%netscape.com
a32d471f52
[Bug 262274] visibility of PK11_GetCertFromPrivateKey and CERT_DecodeDERCertificate
2004-10-14 22:34:47 +00:00
relyea%netscape.com
ed5bd23290
bug 262774 export PK11_GetCertFromPrivateKey publically.
2004-10-14 22:15:21 +00:00
wchang0222%aol.com
95ee687579
Bugzilla bug 264257: added GetCert and LRA Pop witness controls to CMC.
...
The code is contributed by Christine Ho of AOL. r=wtc.
Added Files: GetCert.java LraPopWitness.java
2004-10-13 23:35:39 +00:00
glen.beasley%sun.com
720a5707b7
181540 support SHA-256, SHA-384, SHA-512
2004-10-12 23:24:40 +00:00
christophe.ravel.bugs%sun.com
6f6e73cc30
238319: Sun packages changes.
2004-10-12 22:37:12 +00:00
christophe.ravel.bugs%sun.com
9e68805072
238319: Sun packages changes.
2004-10-12 17:54:46 +00:00
relyea%netscape.com
d983d4e3c6
Fix regression where PK11LogoutAll will crash when called when NSS is not initialized.
2004-10-11 22:37:41 +00:00
julien.pierre.bugs%sun.com
5896c71a2f
Fix for 259003 - port NSS to Solaris AMD64 . r=wtc
2004-10-11 02:15:42 +00:00
neil%parkwaycc.co.uk
7bb2ca31b7
Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver
2004-10-09 13:01:45 +00:00
christophe.ravel.bugs%sun.com
121eb2b9e5
238319: Sun packages changes.
2004-10-09 01:53:26 +00:00
jst%mozilla.jstenback.com
7baea45f34
Fixing bug 262689. Don't get stuck in view-source mode when a view-source URI is visited. r=caillon@gmail.com, sr=dveditz@cruzio.com
2004-10-08 22:58:16 +00:00
christophe.ravel.bugs%sun.com
ca11c095e6
238319: Sun packages changes.
2004-10-08 04:16:06 +00:00
julien.pierre.bugs%sun.com
36ff8fda96
Include nssrwlk.h for NSSRWLock_ funtions
2004-10-07 04:36:03 +00:00
julien.pierre.bugs%sun.com
8c20acb833
Remove unused variable
2004-10-07 04:14:18 +00:00
julien.pierre.bugs%sun.com
3ddff636ae
Include secmodi.h for SECMOD_NewListLock
2004-10-07 04:08:16 +00:00
julien.pierre.bugs%sun.com
c0aa37e404
Remove unused variable
2004-10-07 04:04:25 +00:00
julien.pierre.bugs%sun.com
ef4d32c617
Remove unused variables
2004-10-07 04:03:35 +00:00
julien.pierre.bugs%sun.com
74da174aa1
initialize variable
2004-10-07 03:57:19 +00:00
julien.pierre.bugs%sun.com
5307ea40d4
Remove unused variables
2004-10-07 03:56:37 +00:00
julien.pierre.bugs%sun.com
67fe2aac3d
Remove unused variable
2004-10-07 03:55:25 +00:00
christophe.ravel.bugs%sun.com
e01b1d343e
238319: Sun packages changes.
2004-10-06 21:49:45 +00:00
saul.edwards%sun.com
0b966ffff9
208193: Add enableTLS, enableTLSDefault APIs.
2004-10-01 16:42:24 +00:00
julien.pierre.bugs%sun.com
0af43dc3b9
Avoid divide by zero iteration
2004-10-01 03:19:30 +00:00
wchang0222%aol.com
bbb1157936
Print the error message if NSS_NoDB_Init fails.
2004-09-30 00:49:36 +00:00
nelsonb%netscape.com
a099a58062
Fix bugzilla bug 261496. Absent OPTIONAL CHOICEs should not cause fatal
...
errors. Fix printing code to not crash on missing optional nextUpdate.
r=julien.pierre
2004-09-27 22:41:41 +00:00
nelsonb%netscape.com
195c8e1b7b
Fix bug 261333. Use the modulus length for the length of the output
...
buffer, not the length of the input data. r=julien.pierre
2004-09-24 21:44:20 +00:00
christophe.ravel.bugs%sun.com
4b06128d8d
NSS 3.9.3 / JSS 4.0 release candidate.
...
Change NSS Beta flag to false
Change JSS Beta flag to false
Code freeze.
2004-09-22 21:56:36 +00:00
nelsonb%netscape.com
84ec5c7de4
Patch by kinmoz@netscape.net. Fix bug 260882 by clearing the valid
...
cache flag (named "searchedObjectType") even when the cache was empty.
2004-09-22 01:45:26 +00:00
glen.beasley%sun.com
553f248951
258666 JDK 1.5 made enum a keyword
2004-09-21 18:16:14 +00:00
saul.edwards%sun.com
f681ad98e3
258699: Add finalize method to CipherContentProxy class.
2004-09-20 17:11:55 +00:00
saul.edwards%sun.com
db56a2e608
258779: Add /usr/lib/mps to RPATH for Solaris 10.
2004-09-17 22:25:50 +00:00
saul.edwards%sun.com
634e43cd1e
245518: Add /usr/lib/mps to RPATH for tools.
2004-09-17 21:59:04 +00:00
nelsonb%netscape.com
c704c4fcaa
Increase the maximum allowable size of the prime field for DH computations.
...
bug 259229.
2004-09-17 00:34:52 +00:00
saul.edwards%sun.com
15728c6425
Bug 245915: Add NSS_IsInitialized prototype to header.
2004-09-16 16:31:45 +00:00
glen.beasley%sun.com
ca6ce8e0bb
224566 JVM crashes due to socketAccept timeout
2004-09-09 22:53:31 +00:00
nelsonb%netscape.com
021426e1be
Two new functions: PK11_PubEncryptPKCS1 and PK11_PrivDecryptPKCS1.
...
Bugzilla bug 258366. Ported from NSS 3.9 branch.
2004-09-08 02:52:15 +00:00
nelsonb%netscape.com
33f837fce0
export CERT_ConvertAndDecodeCertificate and SEC_PKCS7EncodeItem from
...
libSMIME. Bugzilla bug 258362. Fix ported from 3.9 branch.
2004-09-08 01:20:46 +00:00
kjh-5727%comcast.net
a65fe10ff7
Bug 232068: security should use newer nsIPrefService APIs instead of nsIPref. Patch by Mikael Parknert (mikael@parknert.se), r=bienvenu, sr=darin.
2004-09-07 18:54:02 +00:00
glen.beasley%sun.com
4c5c490a6f
244865 MEM Leak in callbacks.c using SSL_RevealURL
2004-09-03 18:32:03 +00:00
glen.beasley%sun.com
c15b52ac55
244881 Mem leak in SSLSocket getStatus
2004-09-03 17:15:12 +00:00
nelsonb%netscape.com
543ad3460e
Add root CA certs for Certum, Comodo, and IPS.
...
Bugzilla bugs 242040 244982 252132.
2004-09-03 04:35:28 +00:00
wchang0222%aol.com
30a16b5c36
Added a comment explaining how NSS_BUILTINS_LIBRARY_VERSION_MINOR should be
...
incremented.
2004-08-31 17:39:15 +00:00
wchang0222%aol.com
5d7dc7dab2
Bugzilla bug 252375: added version information to the nssckbi shared
...
library. r=relyea.
Modified Files: config.mk manifest.mn nssckbi.h
Added Files: ckbiver.c nssckbi.rc
2004-08-31 17:28:50 +00:00
dbaron%dbaron.org
aaad759204
A user who wants to see the security confirmation (as opposed to alert) dialogs shouldn't need to check the checkbox every time (for Firefox values of default prefs). b=245655 r+sr=bryner
2004-08-27 22:10:26 +00:00
wchang0222%aol.com
371548241e
Bugzilla bug 244231: white space changes to conform to NSS's coding style.
...
Modified Files:
WIN954.0.mk WINCE3.0.mk WINNT3.51.mk WINNT4.0.mk WINNT5.0.mk
WINNT5.1.mk
2004-08-27 00:33:40 +00:00
wchang0222%aol.com
3cf00d4f33
Bugzilla bug 244231: added new make variable MOZ_DEBUG_SYMBOLS which
...
generates debug symbols for optimized builds in PDB files. Also took the
opportunity to remove -DEBUGTYPE:CV, which is the default and will be
removed in MSVC .NET 2005. The patch is contributed by Brian Ryner of IBM
<bryner@brianryner.com>. r=wtc.
Modified Files:
WIN32.mk WIN954.0.mk WINCE3.0.mk WINNT3.51.mk WINNT4.0.mk
WINNT5.0.mk WINNT5.1.mk
2004-08-26 23:47:10 +00:00
glen.beasley%sun.com
811d10b138
BugId 251635 jss4.jar needs to load libjss4
2004-08-25 18:05:04 +00:00
christophe.ravel.bugs%sun.com
713a021f84
238319: Sun packages changes.
2004-08-23 21:09:12 +00:00
jpierre%netscape.com
3999bc5713
Fix for 254393 - r=nelsonb . PK11_FindKeyByAnyCert returned invalid key objects
2004-08-06 02:24:31 +00:00
jpierre%netscape.com
4f0ae17800
Fix for 249488 - make Single-Threaded mode work
2004-08-03 23:24:37 +00:00
relyea%netscape.com
e3b2fc3a46
1) Add time command to time specific functions.
...
2) improve the help system.
3) bug fixes for arrays.
2004-07-30 00:25:21 +00:00
relyea%netscape.com
f54cd1c23e
Error strings for new error codes.
2004-07-30 00:19:49 +00:00
relyea%netscape.com
a5a2371249
Bugzilla Bug 252702
...
NSS needs to handle better token insertion and removal.
Applied from patch to NSS 3.9
2004-07-29 23:38:14 +00:00
jpierre%netscape.com
f7bdd8a2b3
Fix for 249488 - root cert module requires locking functions in CK_C_INITIALIZE_ARGS . r=ian, sr=relyea
2004-07-29 22:51:00 +00:00
christophe.ravel.bugs%sun.com
0674986920
238319: Sun packages changes.
2004-07-29 18:42:59 +00:00
nelsonb%netscape.com
f1060d0bfb
Correct option parsing, and add missing error messages.
2004-07-28 21:10:07 +00:00
kaie%kuix.de
db59167ab0
b=249004 Do not import invalid/untrusted certs, prevent a DoS that disables SSL connections to trusted peers.
...
r=relyea sr=jst/brendan
2004-07-28 00:31:37 +00:00
jst%mozilla.jstenback.com
ca04e29894
Fixing bug 253121. Make wyciwyg channels and documents carry the source channels security info. r=darin@meer.net, sr=bzbarsky@mit.edu
2004-07-28 00:26:58 +00:00
nelsonb%netscape.com
7e38c3777a
Support GeneralizeTime in the CRMF library. Bug 219080. r=julien.
...
Patch by nelson and julien.
2004-07-27 05:06:02 +00:00
christophe.ravel.bugs%sun.com
912ac54d1c
238319: Sun packages changes.
2004-07-22 17:52:04 +00:00
christophe.ravel.bugs%sun.com
8acfdf7d1d
238319: Sun packages changes.
2004-07-21 23:23:41 +00:00
relyea%netscape.com
1288ee3b83
Bug 250687
...
NSS Crashes or leaks Cert references if bad certs are passed up by PKCS #11 modules.
r=nelson
sr=ian
2004-07-21 18:18:05 +00:00
relyea%netscape.com
1e25701255
Backing out pk11cert.c changes (not ready for checkin yet). (revert to 1.133)
2004-07-20 23:04:31 +00:00
relyea%netscape.com
2ceccf402a
Fix optimized builds (make tinderbox go green).
2004-07-20 23:02:04 +00:00
glen.beasley%sun.com
d6b9bfab6a
251635 upgrading to JSS to 4.0
2004-07-20 20:39:25 +00:00
relyea%netscape.com
0c874c941c
Missed function definition in previous checkin.
2004-07-19 22:37:48 +00:00
relyea%netscape.com
73f15b0963
refactor pk11util, splitting large single files down to a managable size.
...
bug 246130. The new factor is:
pk11akey.c - asymetric keys constructed from pk11cert.c and pk11skey.c
pk11auth.c - authentication/password management factored from pk11slot.c
pk11cert.c - cert code with private key, crls and trust factored out.
pk11ctx.c -- pkcs11 context code, factored out of pk11skey.c
new pk11func.h -- for backward compatibility.
pk11mech.c - mechanism mapping code, factored mostly from pk11slot.c
pk11nobj.c - netscape objects (crls and trust), factored mostly from pk11cert.c
pk11obj.c - generic object support, factored from pk11skey.c pk11slot.c and
pk11cert.c
pk11priv.h -- private functions factored from pk11func.h
pk11pub.h -- public functions factored from pk11func.h
pk11skey.c - now only symetric key ops; private, public key ops, generic ops
and crypto contexs have been factored out.
pk11slot.c - still slot operations. Authentication, generic object ops,
mechanism mapping has been factored out.
This patch should only have refactoring, no new functions or other changes.
2004-07-19 22:12:38 +00:00
nelsonb%netscape.com
2a84b08103
Use the "c beautifier" (cb) to give this code a common K&R style with
...
an indentation of 4. Also rewrap a few strangely wrapped lines.
Bug 249330.
2004-07-16 00:04:47 +00:00