Commit Graph

3004 Commits

Author SHA1 Message Date
alecf%netscape.com
451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
oeschger%netscape.com
30be10945c add a help button to crl manager dlog, update links in two others, bug=129143, sr=alecf, r=ssaux, a=asa/drivers 2002-03-18 23:41:45 +00:00
wtc%netscape.com
3112e85b77 Bugzilla bug 130101: this file is no longer necessary because we now
generate nslib.c in $(OBJDIR).
2002-03-16 00:06:28 +00:00
wtc%netscape.com
6f6c4947bb Bugzilla bug 131289: fixed a UMR error and bad placement of the terminating
null byte of a string in nss_FindExternalRoot.  r=mcgreer.
2002-03-15 23:05:58 +00:00
wtc%netscape.com
7f18de5feb Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709) 2002-03-15 22:09:45 +00:00
wtc%netscape.com
8a7b873e45 Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
NSS 3.4.  r=relyea.
2002-03-15 20:21:45 +00:00
wtc%netscape.com
0fd6892956 Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' field
of the CERTSignedCrl structure it returns.  The patch is contributed by
Rangan Sen <rangansen@netscape.com>.  r=relyea.
2002-03-15 20:17:15 +00:00
relyea%netscape.com
c650f7f90e handle older tokens that do not handle GetAttributes correctly. 2002-03-15 19:51:27 +00:00
ian.mcgreer%sun.com
f6f58a33ec bug 130747, update trust after login to catch user certs when token doesn't return public key (ncipher) 2002-03-15 19:23:14 +00:00
wtc%netscape.com
608314e686 Bugzilla bug 131078: fixed compiler warnings. r=mcgreer. 2002-03-15 06:07:41 +00:00
wtc%netscape.com
b2673560c4 Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR's
memory allocator.  r=mcgreer.  Modified files: secport.c secport.h
2002-03-15 05:54:22 +00:00
wtc%netscape.com
4d973f2f8e The previous checkin breaks signtool on Linux, AIX, and OSF1. Backing it
out.
2002-03-15 05:27:34 +00:00
wtc%netscape.com
9cf86aee4f Bugzilla bug 131062: fixed a zlib vulnerability. 2002-03-15 01:43:49 +00:00
ian.mcgreer%sun.com
392378fcaa bug 129709, incorrect free of cert->nickname
r=wtc
2002-03-14 17:42:02 +00:00
ian.mcgreer%sun.com
003962fa63 bug 129778, cert instances incorrectly reset when cert was not deleted
checked in for wtc, r=mcgreer
2002-03-14 17:39:12 +00:00
seawood%netscape.com
9bdb6711d0 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
abb8a23948 Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
wtc%netscape.com
62b88996d5 Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.
1) Preseve the position of NSS 3.3 elements in the data structures.  Some
new fields replace some old deprecated fields where possible to preserve
the total size of the structure.
2) Stan headers are removed from public exports.
3) Some exported functions didn't have prototypes in the public headers.
4) One bug fix: dev3hack.c did not pass the second argument to
nssToken_DestroyCertList.
5) Include the necessary headers to fix undeclared function warnings.
2002-03-14 04:12:25 +00:00
wtc%netscape.com
8db34d758e Bugzilla bug 130158: fixed a crash in NSC_CopyObject if pk11_CopyObject
fails.
2002-03-14 03:34:11 +00:00
oeschger%netscape.com
4f1a83dd41 left-overs from last week's syntax change to help, should been updated url+key->key, a=asa,r=andreww,r=ssaux, sr=alecf, bug=124902, got left out 2002-03-13 21:05:21 +00:00
nicolson%netscape.com
c89247a09f Fix 129756: PK11_SetObjectNickname is broken.
r=relyea.
2002-03-12 01:50:57 +00:00
kaie%netscape.com
bcbe88f8af b=125807 Fix Lock Icon Set Incorrectly
Checking in for ddrinan
r=kaie sr=mscott a=asa
2002-03-08 22:27:16 +00:00
wtc%netscape.com
f411d185fe Bugzilla bug 129298: the assertion may be false. Remove it, and initialize
stanNick to NULL.  r=mcgreer.
2002-03-08 00:02:35 +00:00
relyea%netscape.com
fd92279500 Cache whether there are no CRL's and Trust objects on removable HW tokens 2002-03-07 23:21:39 +00:00
ian.mcgreer%sun.com
1c0702fa1e additional change to last patch, suggested by wtc
r=wtc
2002-03-07 22:53:40 +00:00
ian.mcgreer%sun.com
ab7d7da30f bug 129298, handle different nicknames across tokens
r=relyea/a=wtc
2002-03-07 22:08:00 +00:00
nelsonb%netscape.com
44154b43ce Build p7content p7env p7sign and p7verify using nss shared libs.
bug 129354.  r=wtc.
2002-03-07 22:07:21 +00:00
nelsonb%netscape.com
34151e77cf Add support for new -p option to pass password to PK11 token.
Patch by evanchu@aol.com (Evan Chu).  r=nelsonb a=wtc bug 129354.
2002-03-07 22:05:43 +00:00
wtc%netscape.com
7c9a8c3428 Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4
exports are fine for general use.  r=relyea.
2002-03-07 21:31:05 +00:00
wtc%netscape.com
1ced872252 Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. List
the symbols in alphabetical order.  In softokn.def, changed "Sofoken 3.4
release" to "NSS 3.4 release, which is what we use in other *.def files.
Added seven new PKCS7 exports to smime.def.  r=relyea
Modified files: nss.def smime.def softokn.def ssl.def
2002-03-07 21:18:49 +00:00
ian.mcgreer%sun.com
1891e7ab51 bug 129370, temp cert trusts and S/MIME profiles may cause crashes
r/a=wtc
2002-03-07 20:42:40 +00:00
nicolson%netscape.com
b24b11d263 Fix 129389: Algorithm.c treats oidIndex as short when it should be int. 2002-03-07 01:59:58 +00:00
jpierre%netscape.com
524157740c Fix for 129201 - allow parameter string to be retrieved in a PKCS#11 module built on top of ckfw 2002-03-06 21:41:35 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
relyea%netscape.com
578a4b59ae bug 125808 :
Reset the token name on token removal.
Check for token presence to reset the session handle.
Consolidate the NSS3 style TokenInit with the stan init so everything is in sync.
r=ddrinan
2002-03-06 01:44:50 +00:00
relyea%netscape.com
86fae50a07 Initialize result to SECSuccess before we return. 2002-03-05 22:14:44 +00:00
ian.mcgreer%sun.com
a297296053 missed part of last patch 2002-03-05 16:54:16 +00:00
ian.mcgreer%sun.com
e2f7031637 bug 125112, don't alloc return array if there are no certs found 2002-03-05 16:08:53 +00:00
wtc%netscape.com
f4a0a5c24d Bugzilla bug 128915: the first part of the previous change is not
necessary, so replace it with an assertion.  r=mcgreer.
2002-03-05 15:49:33 +00:00
wtc%netscape.com
c6e8882b5e Temporary workaround to make 'depend' do a 'clean' in NSS. This is for
the landing described in bug 128593.
Modified Files: Makefile.in security/manager/Makefile.in
	security/nss/makefile.win
2002-03-05 15:22:48 +00:00
alecf%netscape.com
13265ef155 one more attempt at bustage 2002-03-05 00:12:20 +00:00
alecf%netscape.com
7f8b43512f fix NSS bustage 2002-03-04 23:57:13 +00:00
ian.mcgreer%sun.com
57cc1567da bug 128915, prevent crash on empty S/MIME profiles 2002-03-04 23:19:20 +00:00
relyea%netscape.com
cab04c2fb6 Fix token/cert interactions:
1) don't have certs disappear because we have empty tokens.
2) Make sure the NSSToken structure has up-to-date nicknames.
2002-03-04 22:39:28 +00:00
ian.mcgreer%sun.com
5494fb48cd bug 125808, fix crash seen with Javi's db 2002-03-04 21:06:10 +00:00
ian.mcgreer%sun.com
3b9dceb097 IMPLEMENT-->EXTERN for header file 2002-03-04 17:17:47 +00:00
ian.mcgreer%sun.com
bd346d7bfd bug 125808, update cert token instances when caching smart card certs that are already cached 2002-03-04 17:13:54 +00:00
wtc%netscape.com
1d74ff3063 Bugzilla bug 128599: link libnss3.so with -R $ORIGIN on Solaris to help it
find libsoftokn3.so.  Fixed an outdated comment in softoken/config.mk.
2002-03-03 02:34:32 +00:00
wtc%netscape.com
e853ff7e07 Bugzilla bug 112198: use the correct root certs module name for Darwin. 2002-03-03 02:29:31 +00:00
wtc%netscape.com
2dfbc7deeb Bugzilla bug 122261: removed an assertion on bad input. Bad input should
be reported by returning a failure status.  Thanks to erl@voxi.com
(Erland Lewin) for the bug report.  r=relyea,kaie.
2002-03-02 15:31:25 +00:00