julien.pierre.bugs%sun.com
d6f995a270
Cleanup unused variables and dead code
2005-04-02 05:24:07 +00:00
julien.pierre.bugs%sun.com
57a10ae424
Remove unused variable
2005-04-02 05:17:27 +00:00
alexei.volkov.bugs%sun.com
8081e47350
fix for bug 265003: selfserv.c: allow selfserv to load crls. R=julien
2005-04-02 02:29:24 +00:00
nelsonb%netscape.com
b9f5f6b506
Rename functions that are shared by pk11wrap and softoken from sftk_ to
...
secmod_. Bug 286685. r=relyea.
2005-04-02 00:46:13 +00:00
wtchang%redhat.com
dfa901f8a4
Bugzilla bug 288657: fixed the bug that pk11_AnyUnwrapKey returns a
...
partially constructed symKey object if C_UnwrapKey fails with
CKR_DEVICE_ERROR. r=relyea.
2005-04-01 22:27:44 +00:00
julien.pierre.bugs%sun.com
a95d70c102
Cleanup unused variables
2005-04-01 02:47:52 +00:00
julien.pierre.bugs%sun.com
fff6417873
Indentation fix (related to 287498)
2005-04-01 00:14:34 +00:00
julien.pierre.bugs%sun.com
ad32ad89eb
Fix for 259896 - make rsaperf use PKCS#11 . and many other improvements. r=nelson
2005-03-31 23:33:51 +00:00
sandeep.konchady%sun.com
4992c48c14
Adding 7 java files, 2 shell scripts and modified all.pl for
...
bug id : 283383.
Java files added are JSS and JSSE server and clients. The purpose
of which is to intercommunicate between JSS and JSSE to validate
supported ciphers between the two. startJss*.sh are scripts for
starting JSS and JSSE servers. These tests are added to all.pl
to run as a part of overall JSS test suite.
Currently these tests do not report errors when a cipher that is
suppose to work between JSS and JSSE fails. I will file another
feature enhancement request to address this.
2005-03-30 22:19:56 +00:00
wtchang%redhat.com
e858110cb5
Set NSS version to 3.10 Beta 3.
2005-03-30 00:22:36 +00:00
alexei.volkov.bugs%sun.com
306b6fbcba
fix for bug 287625: rsaperf should run multithreaded
2005-03-29 22:32:22 +00:00
nelsonb%netscape.com
5e7fe884cb
Rename all internal private softoken functions types and symbols from
...
PK11 or pk11 prefixes to SFTK or sftk prefixes. Bug 286685.
r=relyea,wtchang Modified Files:
cmd/bltest/blapitest.c lib/pk11wrap/pk11pars.c lib/softoken/dbinit.c
lib/softoken/dbmshim.c lib/softoken/fipstest.c lib/softoken/fipstokn.c
lib/softoken/pcertdb.c lib/softoken/pk11db.c lib/softoken/pk11pars.h
lib/softoken/pkcs11.c lib/softoken/pkcs11c.c lib/softoken/pkcs11i.h
lib/softoken/pkcs11u.c lib/softoken/softoken.h lib/softoken/tlsprf.c
2005-03-29 18:21:18 +00:00
wtchang%redhat.com
cc75c3d36d
Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.
...
r=relyea,nelsonb.
Modified Files:
pk11wrap/pk11list.c pk11wrap/pk11pars.c pk11wrap/pk11skey.c
pk11wrap/pk11slot.c pk11wrap/pk11util.c pk11wrap/secmod.h
pk11wrap/secmodi.h pk11wrap/secmodt.h pk11wrap/secmodti.h
softoken/pkcs11.c softoken/pkcs11i.h softoken/pkcs11u.c
2005-03-28 20:45:37 +00:00
wtchang%redhat.com
d86d23feaa
Removed an extraneous ^M character at the end of a line.
2005-03-28 19:37:28 +00:00
saul.edwards%sun.com
b0221f3a7a
Bug 225635 : GenerateCertRequest leaks arena
2005-03-25 21:12:05 +00:00
julien.pierre.bugs%sun.com
a4b154f278
Fix for 287948 - fix overflow in calculation of ops/s
2005-03-25 02:59:07 +00:00
julien.pierre.bugs%sun.com
197503cc04
Fix for bug 287498 - add option for rsaperf to run for a fixed duration, and display ops/s .
2005-03-24 23:07:40 +00:00
neil.williams%sun.com
090c4c9ef5
Bug 286505 Now reports an error on EOF in standard input. Leaving resolution
...
unchanged until we find out why the failure is different on SPARC than on x86.
r=nelson
2005-03-19 03:36:55 +00:00
wtchang%redhat.com
625cbdde94
Got rid of extraneous ^M characters at some line endings.
2005-03-17 21:28:40 +00:00
neil.williams%sun.com
accf3c0fc8
Bug 285208 Fixes ext processing bug introduced by previous patch.
...
r=nelson
2005-03-17 01:43:47 +00:00
wtchang%redhat.com
b9140c1464
Bugzilla Bug 286302: made PK11_CreateSymKey static and renamed it
...
pk11_CreateSymKey. r=nelsonb.
Modified Files: pk11priv.h pk11skey.c
2005-03-16 22:40:35 +00:00
wtchang%redhat.com
6a6e78bebc
Bugzilla Bug 286313: code cleanup: use PORT_New and PORT_ZNew to allocate
...
structures. r=nelsonb.
2005-03-16 21:57:47 +00:00
wtchang%redhat.com
9c64b5c980
Bugzilla Bug 286318: performance optimization: save the result of
...
PK11_SESSION_LOCK in a local variable and reuse the result. r=nelsonb.
Modified Files: pkcs11.c pkcs11u.c
2005-03-16 19:24:45 +00:00
wtchang%redhat.com
864a33cb41
Bugzilla Bug 286313: pk11_getKeyFromList can call PORT_Alloc instead of
...
PORT_ZAlloc. PK11_CreateSymKey should set the data.type member. r=jpierre
2005-03-16 19:10:49 +00:00
wtchang%redhat.com
c731461d07
Bugzilla Bug 286298: comment formatting changes only.
...
Modified Files: pkcs11i.h pkcs11u.c
2005-03-16 19:02:04 +00:00
wtchang%redhat.com
5261b12d28
Bugzilla Bug 286298: removed the PKCS11_STATIC_ATTRIBUTES and
...
PKCS11_REF_COUNT_ATTRIBUTES macros, supporting only one of the three
attribute allocation strategies (static allocation). r=jpierre.
Modified Files: pkcs11i.h pkcs11u.c
2005-03-16 18:48:34 +00:00
nelsonb%netscape.com
bcd85ba9a6
Eliminate one cause of double-deletes of PKCS11 keys and sessions.
...
Bug 283690. Patch contributed by Bob Relyea. r=nelson.
2005-03-15 05:27:31 +00:00
wtchang%redhat.com
40c2351b11
Bugzilla Bug 276183: added a comment for PK11_HashBuf.
2005-03-14 19:22:06 +00:00
neil.williams%sun.com
81755f7171
Bug 285208: certutil when given arguments for both -7 and -8 would create two
...
subjAltName extensions. Now a list single extension with both name types in
created.
r=nelson
2005-03-14 18:55:46 +00:00
wtchang%redhat.com
f680c5848a
Bugzilla Bug 284386: the OID for RFC 1327 ucl was incorrectly encoded.
2005-03-14 18:04:44 +00:00
wtchang%redhat.com
93e59a7b8e
Bugzilla Bug 284386: fixed build error using gcc4. gcc4 disallows arrays
...
of incomplete element type (which are invalid in C). We moved the
declaration of nss_builtin_oids to pki1.h, after the definition of NSSOID.
r=caillon.
Modified Files: oiddata.h oidgen.perl pki1.h
2005-03-14 18:02:00 +00:00
gandalf%firefox.pl
278a54639e
Bug 279768: Bring build system to work with --enable-ui-locale. Security part; r=bsmedberg
2005-03-14 10:00:58 +00:00
christophe.ravel.bugs%sun.com
88a52d7cf6
238319: Sun packages changes
...
Uprev rpm release number.
2005-03-11 23:06:41 +00:00
bsmedberg%covad.net
eef6b7396f
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
ab0810ddac
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
bryner%brianryner.com
a821ecc6cf
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
2005-03-10 00:39:28 +00:00
julien.pierre.bugs%sun.com
513619b5fe
Fix for 176705 - fix rpath on AMD64 platform. r=saul, sr=wtchang
2005-03-09 23:04:49 +00:00
neil.williams%sun.com
bbb9afe908
r=nelson Bug=263779
2005-03-09 23:02:48 +00:00
nelsonb%netscape.com
4dd0613833
Do not crash if Server SID cache is uninitialized. Bug 237724 r=Julien
...
Instead, if SSL_NO_CACHE is not set, return an error code.
2005-03-09 05:20:44 +00:00
wtchang%redhat.com
1e81f4b7af
Import NSS 3.9.3 instead. We canceled the plan to release NSS 3.9.6 this
...
week.
2005-03-09 01:16:42 +00:00
christophe.ravel.bugs%sun.com
45225b183d
238319: Sun packages changes.
...
RPM release starts at 1 for JSS 3.1.5
2005-03-08 23:54:52 +00:00
wtchang%redhat.com
92e1e821ec
Comment formatting changes.
...
Modified Files: alt.c cache.c errors.c file.c manifest.mn ntgetpin.c pin.c
pk11.c std.c svrcore.h user.c
2005-03-08 18:52:50 +00:00
wtchang%redhat.com
0184a90912
Upgraded to NSS 3.9.6.
2005-03-08 17:37:07 +00:00
nelsonb%netscape.com
c3324f6db0
Add root CA certs for XRamp, Camerafina and NetLock.
...
Bugs 274723. 275576, and 280744. r=Jullien.Pierre
2005-03-08 08:44:57 +00:00
julien.pierre.bugs%sun.com
97f165a4d3
Fix for 285233 - need extra symbols to be exported to support CRL generation. Ch
...
ecking in for alexei volkov . r=nelson
2005-03-08 07:08:48 +00:00
julien.pierre.bugs%sun.com
ab69637678
Fix for bug 270689 . minor issues remaining with list cleanup and on-the-fly lock creation
2005-03-08 05:52:33 +00:00
nelsonb%netscape.com
4805e6c3ab
Correctly print cert request attributes in pp. Bug 284191. r=neil.williams
2005-03-08 01:20:04 +00:00
wtchang%redhat.com
591b4107c7
Bugzilla Bug 284839: checked in Bob Relyea's patch to improve the
...
responsiveness of SECMOD_WaitForAnyTokenEvent. r=wtc,nelsonb.
Modified Files: lib/dev/dev.h lib/dev/devslot.c lib/pk11wrap/pk11util.c
2005-03-07 21:20:38 +00:00
wtchang%redhat.com
f6802d944b
Upgrade to NSPR 4.4.1, in preparation for the DBM 1.6.2. DBM 1.6.2 is
...
DBM 1.6.1 recompiled against NSPR 4.4.1.
2005-03-07 19:00:35 +00:00
wtchang%redhat.com
09da7192a3
Bugzilla Bug 263779: update the comment to reflect the new code.
...
Modified Files: secoid.c secoidt.h
2005-03-07 18:34:48 +00:00
nelsonb%netscape.com
745019c654
Export CERT_SequenceOfCertExtensionTemplate on Windows.
...
Fix type of "attributes" member of struct CERTCertificateRequestStr.
Bug 284200. r=nelson.williams & wtchang.
2005-03-05 08:03:04 +00:00
wtchang%redhat.com
32494d1aa2
Bugzilla Bug 221425: enable all.sh to run with Cygwin. Also fixed an
...
incorrect line continuation (of a tstclnt command line) in ssl.sh.
r=nelsonb,jpierre
Modified files: init.sh ssl.sh
2005-03-05 02:00:30 +00:00
wtchang%redhat.com
63c0586b33
Added a blank line after the triple license header to match the output
...
of the new oidgen.perl.
2005-03-04 18:30:12 +00:00
julien.pierre.bugs%sun.com
30daac841f
Fix for 283765. Fix for UMR in NSSUsage. r=julien
2005-03-04 04:32:04 +00:00
julien.pierre.bugs%sun.com
f42c08d492
Fix crash in CRL sorting callbacks from qsort.
2005-03-03 04:07:26 +00:00
wtchang%redhat.com
644a2f43f0
Bugzilla Bug 282610: added a README file. Describe what svrcore is and
...
how it is being used.
2005-03-02 02:57:47 +00:00
wtchang%redhat.com
e8286cc912
Bugzilla Bug 282610: added the files used in conjunction with ntgetpin.c.
...
Modified Files: Makefile
Added Files: key.ico logo.ico ntgetpin.rc ntresource.h
2005-03-02 02:56:41 +00:00
neil.williams%sun.com
5159a63922
Bug 263779 r=nelson@bolyard.com
...
This patch adds a new OID which is needed for the certutil patch which will follow.
2005-03-02 02:54:54 +00:00
wtchang%redhat.com
45035af720
I believe we need to define RELEASE (to svrcore) because we define RELEASE
...
in the top-level manifest.mn files in nss and dbm.
2005-03-02 02:29:38 +00:00
wtchang%redhat.com
b98a2d2646
Fixed text file line endings.
...
Modified Files: Makefile alt.c cache.c errors.c file.c manifest.mn
ntgetpin.c pin.c pk11.c std.c svrcore.h user.c
2005-03-01 00:27:38 +00:00
wtchang%redhat.com
cf1512edbe
Bugzilla bug 282610: contribute the Netscape svrcore library to open
...
source. This library is used by the LDAP command-line tools and some
Netscape servers.
Added Files: Makefile alt.c cache.c errors.c file.c manifest.mn ntgetpin.c
pin.c pk11.c std.c svrcore.h user.c
2005-02-28 23:47:55 +00:00
christophe.ravel.bugs%sun.com
908f3fa41b
238319: Sun packages changes.
...
Add addbuiltin, pk11priv.h, pk11pub.h
2005-02-28 17:45:20 +00:00
nelsonb%netscape.com
f10a756e86
Report invalid key when key import fails. Do not go on and use invalid
...
key handle. Bug 283642. r=relyea
2005-02-27 15:25:46 +00:00
darin%meer.net
08444c908d
fixes bug 283733 "accessing a relative anchor in a secure page removes the locked icon and yellow background UI" r=jst sr=dveditz
2005-02-27 06:33:35 +00:00
julien.pierre.bugs%sun.com
6e855562d8
Fix for bug 283761 - use of memset in selfserv is inefficient. r=nelson
2005-02-26 04:57:32 +00:00
christophe.ravel.bugs%sun.com
86dac608f3
238319: Sun packages changes.
...
Add Mozilla license.
2005-02-26 03:40:37 +00:00
christophe.ravel.bugs%sun.com
743b2e47f3
238319: Sun packages changes.
...
Add Mozilla license.
2005-02-26 02:20:42 +00:00
bsmedberg%covad.net
4b68fa447a
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
julien.pierre.bugs%sun.com
0126f05e21
Fix for bug 272327 . AMD64 assembly optimization for bignum multiply. r=nelson
2005-02-25 04:30:11 +00:00
julien.pierre.bugs%sun.com
29e17bc32b
Move static functions out of certi.h header file and into crl.c source file, to remove warnings with gcc
2005-02-25 00:54:29 +00:00
julien.pierre.bugs%sun.com
8c1e2f0c4a
Undo accidental deletion of PORT_ZFree
2005-02-24 06:02:16 +00:00
julien.pierre.bugs%sun.com
23bb5970a3
Fix for bug 270742 - incorporate AMD64 implementation of arcfour . Code donated by Marc Bevand, and integrated by Nelson . r=wtchang
2005-02-24 02:09:41 +00:00
julien.pierre.bugs%sun.com
39cce93b0c
Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unnecessary C_GetAttributeValue . Also fix i
...
ncorrect logic in attribute tests. r=rrelyea,wtchang
2005-02-24 00:38:23 +00:00
julien.pierre.bugs%sun.com
b555cccb97
Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unnecessary C_GetAttributeValue . Also fix incorrect logic in attribute tests. r=rrelyea,wtchang
2005-02-24 00:35:51 +00:00
julien.pierre.bugs%sun.com
d951711c1d
Fix compiler warnings under Linux
2005-02-24 00:22:59 +00:00
julien.pierre.bugs%sun.com
d6c4d997d4
Add comment for bug 243585
2005-02-24 00:22:23 +00:00
wtchang%redhat.com
969ae9820b
Bugzilla Bug 282527: fixed a bug that prevented certutil from generating
...
a cert with multiple DNS names in the subjectAltName extension. The patch
is contributed by Neil Williams of Sun. r=wtc.
2005-02-23 23:44:09 +00:00
dbaron%dbaron.org
e3475628c1
Clean up loop a little. b=225034 r=kaie sr=roc
2005-02-23 20:09:52 +00:00
wtchang%redhat.com
76024da2dd
Bugzilla Bug 282370: Added OID for PKIX_CA_ISSUERS. The patch is
...
contributed by Martin v. L�wis <martin@v.loewis.de>. r=nelson,wtc.
Modified Files: secoid.c secoidt.h
2005-02-23 19:43:02 +00:00
wtchang%redhat.com
57f0883135
Bug 236613: fixed the fallout from the change to MPL/LGPL/GPL tri-license.
...
Our script for processing the *.def on the Mac cannot handle blank lines.
Modified Files: nssckbi.def nss.def smime.def softokn.def ssl.def
2005-02-23 19:25:39 +00:00
wtchang%redhat.com
fc1d2da739
Bugzilla Bug 282367: Export CERT_DestroyUserNotice from the nss shared
...
library. Added a CERT_DestroyUserNotice call to cmd/lib/pppolicy.c to
fix a leak of CERTUserNotice. r=nelsonb.
Modified Files: lib/nss/nss.def cmd/lib/pppolicy.c
2005-02-22 20:02:22 +00:00
bzbarsky%mit.edu
32f1cf9dcc
VerifySignature shouldn't store the certificate in the certificate store. Bug
...
240668, r=wtc, sr=shaver
2005-02-21 23:13:18 +00:00
shaver%mozilla.org
e454c1dde9
b=258048: update security observers from OnLocationChange, r=jst, a=drivers
2005-02-15 22:16:59 +00:00
julien.pierre.bugs%sun.com
cea2074095
Fix compilation on AIX
2005-02-15 19:26:28 +00:00
julien.pierre.bugs%sun.com
e992968217
Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil.williams
2005-02-15 06:26:43 +00:00
nelsonb%netscape.com
10042c2aec
Export HASH_Clone HASH_HashBuf HASH_ResultLenContext
...
Bug 273444, r=julien.pierre
2005-02-12 06:39:23 +00:00
julien.pierre.bugs%sun.com
2cb2aba3f6
Fix for 281761 - VFY_CreateContext passes wrong key object; and other cleanup. r=nelson
2005-02-10 08:05:54 +00:00
mozilla.mano%sent.com
07ba174fdb
Bug 272566 - [Firefox] security tab missing from page info (aviary-landing regression). patch by Steffen Wilberg <steffen.wilberg@web.de> r=bsmedberg sr=neil
2005-02-08 22:39:54 +00:00
neil.williams%sun.com
41c5cc764f
Bug#:280602 Added list option to pk12uti, test for it.
...
r=nelson@bolyard.com
2005-02-08 01:04:50 +00:00
neil%parkwaycc.co.uk
7626d84bbb
Make CRL manager closeable on the Mac p=stefan_h@hem.utfors.se r=peterv sr=me
2005-02-07 17:04:06 +00:00
wtchang%redhat.com
3e7ddbbd34
Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
...
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org .
2005-02-05 01:43:09 +00:00
wtchang%redhat.com
a8d86e332d
Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the old
...
Netscape corporate network. r=cmp@mozilla.org .
2005-02-05 01:35:47 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
gerv%gerv.net
d6d819dccf
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-02 22:28:27 +00:00
wtchang%redhat.com
564f4ed5c5
Bugzilla Bug 279542: removed -L/lib. It's not necessary, and produced
...
incorrect executables on an s390 system (don't know why).
r=caillon@redhat.com .
2005-02-01 23:39:18 +00:00
glen.beasley%sun.com
23abcc3a8a
Rename HCL to NSS 171027
2005-01-28 19:16:12 +00:00
wtchang%redhat.com
3e616c3709
Wrap long lines.
2005-01-27 21:33:59 +00:00
wtchang%redhat.com
b60a112bc9
Bugzilla Bug 279621: added a note explaining what HCL is.
2005-01-27 19:14:15 +00:00
wtchang%redhat.com
d07a499e21
Bugzilla Bug 279621: removed relnotes.txt, which contains HCL 1.7.5 release
...
notes.
2005-01-27 19:06:07 +00:00
wtchang%redhat.com
1f412b9dda
Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
...
This keyword adds noise to the output of "ident libnss3.so | grep NSS"
on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb.
2005-01-20 02:25:51 +00:00
Stefan.Borggraefe%gmx.de
d6e81bd756
Bug 276894: "Website Certified by an Unknown Authority" dialog is too wide
...
r+sr=neil
2005-01-16 22:04:06 +00:00
Stefan.Borggraefe%gmx.de
fe525b1922
Backing out the work-arounds for bug 274481 and bug 276894 since they are no longer needed. Bug 274703 fixed the root-cause for these bugs.
...
rs=neil
2005-01-16 21:57:24 +00:00
wtchang%redhat.com
3a706e710c
Bugzilla Bug 278381: fixed double frees and mismatch of format specifers
...
and arguments. The patch is contributed by Tim Ruehsen
<tim.ruehsen@gmx.de>. r=wtc,relyea.
2005-01-14 18:59:20 +00:00
jst%mozilla.jstenback.com
92f5ec0f1b
Fixing bug 277564. Make sure to update the lock icon state correctly when dealing with wyciwyg: URLs. r=bugmail@sicking.cc, dveditz@cruzio.com, darin@meer.net, sr=brendan@mozilla.org, a=asa@mozilla.org
2005-01-12 00:00:53 +00:00
Stefan.Borggraefe%gmx.de
fd89ab3289
Bug 275527: Cannot import certificate backup
...
r=neil, sr=jst, a=asa
2005-01-09 11:41:54 +00:00
Stefan.Borggraefe%gmx.de
93f99b99e6
Bug 275084: "Not able to accept expired certificate" Apply wallpaper to circumvent bug 274703.
...
r+sr=neil, a=asa
2005-01-05 18:15:09 +00:00
wtchang%redhat.com
1f1effd167
Bugzilla Bug 276180: defend against invalid arguments to PK11_HashBuf
...
and PK11_DigestOp. r=nelsonb.
2005-01-04 22:00:01 +00:00
wtchang%redhat.com
e8e27ae8e6
Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) that
...
NSS_Initialize didn't report the SEC_ERROR_BAD_DATABASE error if
the NSS databases haven't been created. r=nelsonb,relyea.
Modified Files: pk11wrap/pk11err.c pk11wrap/pk11load.c
softoken/dbinit.c softoken/pkcs11n.h
2005-01-04 18:20:00 +00:00
nelsonb%netscape.com
53db40c184
Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchang
2004-12-24 07:13:35 +00:00
nelsonb%netscape.com
4de5d886b0
Add end of list marker to SECErrorCodes enum in secerr.h.
...
Bug 273611, r=Saul.edwards
2004-12-23 23:42:25 +00:00
wchang0222%aol.com
6138988a6b
Bugzilla bug 267839: use $< and $@ in makefile rules where appropriate.
...
r=relyea.
2004-12-22 00:06:42 +00:00
julien.pierre.bugs%sun.com
7a24bfb9ae
Fix for 273993 . SSL client cache grows with non-restartable sessions . r=saul,nelson
2004-12-17 02:01:35 +00:00
darin%meer.net
cc7d38e28d
landing backend changes for bug 134105 "SOCKS5: DNS lookups should occur on proxy, not client side." (remote dns pref disabled by default) patch by malsmith@cs.rmit.edu.au, r=biesi, sr=darin
2004-12-16 02:46:12 +00:00
Stefan.Borggraefe%gmx.de
ede8ea3a6b
Fix for smoketest blocker bug 274481: "Domain name mismatch dialog missing all buttons"
...
r+sr=neil
2004-12-15 10:07:24 +00:00
cbiesinger%web.de
2ae4f26962
271068 make frozen PSM headers part of the gecko sdk
...
patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin
2004-12-11 13:24:31 +00:00
Stefan.Borggraefe%gmx.de
4969dcc2f8
Bug 251991: Convert dialogs of the PSM to <dialog>
...
r=neil, sr=jst
2004-12-09 19:50:20 +00:00
julien.pierre.bugs%sun.com
16e1e2b492
Fix for 266206 - avoid calling getdtablesize twice
2004-12-08 23:00:19 +00:00
julien.pierre.bugs%sun.com
8a575b727a
Fix for bug 270689 - race condition in softoken list lock creation . r=nelson
2004-12-08 01:13:54 +00:00
christophe.ravel.bugs%sun.com
0bbf9ee750
JSS tip: Version = 4.1 beta
2004-12-07 23:46:40 +00:00
julien.pierre.bugs%sun.com
c24796eb24
Check for NULL PRFileDesc before closing them . r=saul,nelson
2004-12-07 06:25:34 +00:00
nelsonb%netscape.com
5b54120923
Workaround the occasional SSL server cert that has the step-up OID but
...
not the SSL server OID. Patch by Aaron Spangler <aaron@spangler.ods.org>
Bug 231775. r=nelson
2004-12-02 22:08:14 +00:00
nelsonb%netscape.com
a370600844
When attempting to find an SMIME profile for a given email address,
...
firt ensure that the email address is not NULL and not empty.
Bugzilla bug 263596. r=wan-teh.
Modified Files: lib/certdb/stanpcertdb.c lib/pk11wrap/pk11nobj.c
2004-12-02 21:34:15 +00:00
nelsonb%netscape.com
0728554251
Fixes bugs 258416, 261374, 261375, 261379, 271551 and 271585
...
Modified Files: certdata.c certdata.txt nssckbi.h
r=relyea. Add root CA certs for
QuoVadis Root CA C,C,C
Security Communication Root CA C,C,C
Sonera Class 1 Root CA C,C,C
Sonera Class 2 Root CA C,C,C
Staat der Nederlanden Root CA C,C,C
TDC Internet Root CA C,C,C
TDC OCES Root CA C,C,C
UTN DATACorp SGC Root CA C,p,p
UTN USERFirst Email Root CA p,C,p
UTN USERFirst Hardware Root CA C,p,p
UTN USERFirst Object Root CA p,p,C
2004-12-02 19:47:45 +00:00
christophe.ravel.bugs%sun.com
7a683e9f6b
Move to version 4.0.1 Beta.
2004-12-01 01:19:58 +00:00
christophe.ravel.bugs%sun.com
b117c9be12
238319: Sun packaging changes.
...
Port from NSS_3_9_BRANCH.
2004-11-29 16:31:50 +00:00
cbiesinger%web.de
7bd0bb15ba
Bug 223310 use nsIObserver rather than nsIDOMWindowInternal in nsIKeygenThread.
...
r=jgmyers sr=darin
2004-11-24 20:17:25 +00:00
bugzilla%arlen.demon.co.uk
88480b9ec0
Bug 264102 Chrome should use document.title instead of window.title - various fixes (inspector,pki)
...
p=gandalf@firefox.pl r/sr=neil.parkwaycc.co.uk
2004-11-23 23:00:20 +00:00
nelsonb%netscape.com
fa617848c1
Do case-insensitive comparisons of hostnames to wildcarded names.
...
Bug 266651. Patch contributed by Ken Key <key+mozilla@ksquared.net>.
2004-11-19 23:54:10 +00:00
wchang0222%aol.com
90f11e6101
Bugzilla bug 268502: fixed some function declaration problems. r=jpierre,
...
relyea.
2004-11-18 23:51:37 +00:00
wchang0222%aol.com
bcfa588d75
Bugzilla bug 270686: in getStatusString(), we should test statusString for
...
null before invoking the toString() method on it. The patch is contributed
by Christine Ho of AOL. r=wtc,glen.beasley.
2004-11-18 22:56:11 +00:00
cbiesinger%web.de
50857de7a0
Bug 261637 move security.properties into PSM
...
r=bsmedberg sr=darin
2004-11-16 23:33:16 +00:00
darin%meer.net
c79cfdbf74
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
2004-11-15 20:16:52 +00:00
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