Граф коммитов

549 Коммитов

Автор SHA1 Сообщение Дата
kaie%netscape.com 2cd4e5db3f b=129100 Finalize S/Mime UI implementation
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
dbaron%fas.harvard.edu b95312c405 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:03:32 +00:00
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
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
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +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
cathleen%netscape.com 7a8a52afaa fix build bustage due to nsCRT::strlen(char* s) removed 2002-02-28 05:14:10 +00:00
seawood%netscape.com 1c02e4f877 Use blocking sockets for SSL connections since BeOS does not have support for nonblocking sockets.
Bug #70217 r=wtc a=shaver
2002-02-22 09:30:31 +00:00
dbragg%netscape.com c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
seawood%netscape.com f059e0adae Set NSS_LIBS in config.mk. Use "-L<dir> -l<blah>" to link instead of paths to actual shared libraries on unix platforms.
r=rjesup@wgate.com,wtc@netscape.com
2002-02-19 03:00:08 +00:00
sfraser%netscape.com 7627949064 Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-blocking connects. r=wtc 2002-02-19 01:10:06 +00:00
kaie%netscape.com e46c7f3115 b=115010 Implement "Message Security Info" when reading S/Mime messages.
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
kaie%netscape.com 81d6ce6977 b=125553 fix wrong string usage
r=javi rs=blizzard
2002-02-18 13:15:56 +00:00
wtc%netscape.com c2620c0df7 Bug 114748: now that NSS uses the same LIB_PREFIX as the Mozilla client,
removed the obsolete NSS_LIB_PREFIX. r=cls.  The patch was originally
contributed by Javier Pedemonte <pedemont@us.ibm.com>.
Modified Files:
	config/config.mk security/manager/Makefile.in
	security/manager/ssl/src/Makefile.in
2002-02-14 15:29:22 +00:00
wtc%netscape.com 6a0a965489 Bug 122712: renamed cert_DecodeGeneralName as CERT_DecodeGeneralName. 2002-02-14 15:25:17 +00:00
kaie%netscape.com d4e1d67707 b=99083 Polish cert display if field common name (CN) is not present
r=javi sr=alecf
2002-02-14 07:21:33 +00:00
seawood%netscape.com ebbdfa7c68 Backing out fix for win32 gmake static bustage until we figure out how to resolve bug 114748 for OS/2. Should fix current OS/2 bustage. 2002-02-08 19:17:37 +00:00
seawood%netscape.com 5871ae6f2d Use @ so that regchrome commands aren't echoed.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #124328 r=cls
2002-02-08 08:30:30 +00:00
seawood%netscape.com bfd2d230fb OS/2 & Win32 non-gcc builds require that you link against their import library instead of directly against a shared library. Fixing static build bustage.
Use the centralized NSS_LIBS rather than explicitly writing out each NSS lib when linking.
2002-02-08 06:04:05 +00:00
kaie%netscape.com 6f0fffae1c b=122961 Fix sending encrypted mail
r=relyea sr=alecf
2002-02-06 20:38:58 +00:00
seawood%netscape.com 32e0e62d5e Link against the import lib on win32 and not the dll itself. 2002-02-06 16:27:01 +00:00
kaie%netscape.com 7792168b34 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
cathleen%netscape.com 740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
kaie%netscape.com 9254cecf95 b=116417 NSS3.4 build. Directly imported CAs not saved. Introducing a new auto cleanup class for destructing NSS objects.
r=javi sr=alecf
2002-01-29 01:10:04 +00:00
sfraser%netscape.com b2b3a17133 Fix blocker bug 121326 (any SSL transaction causes Mac to freeze) by checking in temporary patch from bug 106188; this reverts Mac to using blocking connects. r=wtc. 2002-01-28 23:14:42 +00:00
kaie%netscape.com a7b34dafe7 b=121351 Avoid risk of multiple PK11_FreeSlot calls in GenerateCRMFRequest
r=javi sr=blizzard
2002-01-28 15:25:47 +00:00
kaie%netscape.com 142ffea595 b=98068 Add PR_CALLBACK for changed interfaces in NSS_3_4
r=javi sr=blizzard
2002-01-28 15:23:59 +00:00
kaie%netscape.com cf13b17550 b=106188 Fix SSL freezing Mozilla on connect problems
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
kaie%netscape.com 8dc27f323f b=117148 S/MIME tool fails to find certificate while signing
r=javi sr=alecf
2002-01-16 04:30:55 +00:00
kaie%netscape.com 87002d36a7 b=115010 Mail/News UI must provide detail info on signature/encryption status
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
rangansen%netscape.com a50a150bc4 bug# 107491 - missed this last time 2002-01-16 00:18:58 +00:00
rangansen%netscape.com 34cd56f082 bug#107491, r=javi, sr=blizzard Makes error handling more detailed 2002-01-15 23:33:00 +00:00
dbragg%netscape.com 4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
cathleen%netscape.com 92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
kaie%netscape.com ff2bf9290b b=116334 Allowing conditional usage of NSS 3.4
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)
2002-01-10 00:47:07 +00:00
bryner%netscape.com 2a1819d615 Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2001-12-29 22:05:16 +00:00
kaie%netscape.com e616ef0977 b=103011 nsNSSComponent::GetPK11String leaks
r=ddrinan sr=brendan
2001-12-21 06:16:24 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
dbragg%netscape.com c58f59b314 Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
r=tao, sr=dveditz, a=asa for drivers@mozilla.org (also approved by ddrinan from security team)
2001-12-14 00:20:04 +00:00
javi%netscape.com ba5b82388a Patch for Bug 11080, r=kaie, sr=jag
Checking in for timeless.  Don't use the negation form of the NS_SUCCEEDED
NS_FAILED macros.
2001-12-13 01:17:49 +00:00
kaie%netscape.com 0843a002df Removing mcp Mac project files, as they were replaced by xml files.
b=98349 r=pink sr=sfraser
2001-12-11 22:09:55 +00:00
rangansen%netscape.com 432f3e947f bug# 114448, r=kaie, sr=hewitt removing the url type menu in crls 2001-12-11 05:59:49 +00:00
kaie%netscape.com db68f1517e Adding new XML Mac project files. 2001-12-10 19:54:12 +00:00
rangansen%netscape.com cc76b7eb14 bug# 107840 - Enables automatic update of crls
r=kaie; sr=darin ; sr=hewitt
2001-12-06 22:36:45 +00:00
pchen%netscape.com c5a94fda3b bug 101263, r=kaie, sr=alecf, when we get logout-session message, logout of
password manager
2001-12-04 22:42:21 +00:00
kaie%netscape.com 9f403a8ba5 b=110420 fix cert prompt dialogs
r=javi sr=shaver
2001-12-04 15:56:54 +00:00
javi%netscape.com 918df6aadb Remove reference to nsSecureBrowserUIImpl.obj which is no longer built in this
directory.  Should fix tbox bustage.
2001-11-30 02:30:37 +00:00
kaie%netscape.com 7ae25bdb4b b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-30 00:07:13 +00:00
javi%netscape.com e6f4948ad3 b=75947 Landing security startup performance improvement and related issues. r=javi sr=alecf b=109777 Make sure certificate downloading works immediately r=javi sr=mscott (checking in for kaie) 2001-11-29 23:45:36 +00:00
kaie%netscape.com 515a717b97 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
kaie%netscape.com 4f540afa38 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
cls%seawood.org 57e064dd91 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
kaie%netscape.com 96af3b39fe b=109770 Obtaining a certificate from Verisign does not work
r=javi sr=blizzard
2001-11-16 01:57:58 +00:00
kaie%netscape.com 8415d12cc6 b=108600 Avoid the risk of unexpected NSS shutdowns
r=javi sr=blizzard
2001-11-16 01:55:37 +00:00
colin%theblakes.com b903e07dcf Make OpenVMS use MKSHLIB_[UN]FORCE_ALL. Remove other cruft that is now
no longer needed. b=108862 r=cls a/driver=asa
2001-11-09 03:06:36 +00:00
dbaron%fas.harvard.edu 8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
rangansen%netscape.com db7f83d1b0 r=javi ; sr = hewitt ; bug# 89827 ; adding serial number col to cert manager window 2001-11-03 00:49:35 +00:00
ddrinan%netscape.com 9e015ccb37 Bug 107375 - update localVersion to 0.9.6. r=jbetak, sr=dveditz 2001-11-02 00:27:05 +00:00
javi%netscape.com 62064f3fd3 Adding new files to the mac project file. Should fix tbox bustage. 2001-10-31 02:01:40 +00:00
javi%netscape.com 698f7ff045 Back out ddrinan for now. 2001-10-31 01:58:54 +00:00
ddrinan%netscape.com 1a64376d9a Bug 105526 - Initial landing of PSM S/MIME. Mailnews will land separately. See bug 106507 for that. r=javi, sr=blizzard 2001-10-30 23:52:01 +00:00
alecf%netscape.com b3c60610d7 added unicharutilsstatic*.o to build for bug 100214 2001-10-30 03:17:12 +00:00
cls%seawood.org 0df234f6a5 Removing xpcom dependency upon unicharutil.
Fixing tinderbox bustage.
Bug #100214 r=alecf
2001-10-30 01:11:04 +00:00
jaggernaut%netscape.com e2f4401c73 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-28 08:33:51 +00:00
cls%seawood.org e4bd7ca988 Freezing nsIURIContentListener class. Fixing PSM bustage
Thanks to Rick Potts <rpotts@netscape.com> for the patch.
Bug #99627
2001-10-27 04:15:42 +00:00
kaie%netscape.com 504e2b2d96 b=79153 r=javi sr=blizzard
Crypto key generation feedback, prevent crash, cleanup code, add a call from second code path.
2001-10-23 06:11:57 +00:00
javi%netscape.com 2e4b6a79ea Fix for Bug 99163, Checking in for dougt@netscape.com,r=shaver, sr=jband 2001-10-22 22:30:18 +00:00
javi%netscape.com d885acfcc5 Missed this file in dougt's last patch. 2001-10-19 22:48:01 +00:00
javi%netscape.com 4e7194601a Checking in for dougt. 2001-10-19 21:53:39 +00:00
rangansen%netscape.com 0f707586ec r=kaie sr=blizzard bug# 87656
[enables selecting token in change pswd dialog]
2001-10-11 21:18:08 +00:00
rangansen%netscape.com 3546d3b48a r=cls sr=blizzard bug# 102372
[checking in for Christian Biesinger]
2001-10-11 21:02:42 +00:00
kaie%netscape.com 8547f74ac9 b=95987 r=relyea sr=blizzard
re-enable Diffie Hellman ciphers
2001-10-11 18:45:39 +00:00
kaie%netscape.com 8431f2f2a3 b=103774 r=javi sr=blizzard
Fix: display correct expiration date
2001-10-11 18:42:43 +00:00
kaie%netscape.com 212f222265 b=102289 r=valeski sr=alecf
Changing UI text strings
2001-10-10 00:55:41 +00:00
jaggernaut%netscape.com 70ed173b7c Fix for bug 75572. Separator support in outliner. patch by Jan Varga <varga@utcru.sk>, r=waterson, sr=hyatt 2001-10-02 05:19:46 +00:00
jaggernaut%netscape.com cd09c1b72a Bug 45797: Remove deprecated NS_IMPL_QUERY_INTERFACE macro, patch by dbaron, r=jag, sr=alecf 2001-10-02 03:11:26 +00:00
kaie%netscape.com 93e0fc7d13 b=100215 r=relyea sr=blizzard
Fix certificate verification chain display.
2001-10-01 14:57:35 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
kaie%netscape.com d0e84a1c53 b=92131 r=ddrinan sr=blizzard
Enable display of all certs.
2001-09-27 22:48:42 +00:00
rangansen%netscape.com d5f1ababde bug# 100457; r=ddrinan; r=nelsonb; r=blizzard;
sr=blizzard; Patch to put in proper handling of unrecognized
cert errors in psm
2001-09-26 00:28:24 +00:00
ddrinan%netscape.com e55047effb Bug 100213 - Crash in GetOCSPResponders. r=rangansen,sr=kin 2001-09-25 00:08:48 +00:00
rangansen%netscape.com 464265bfba r=rangansen sr=kin@netscape.com
bug# 100193 - updating PSM version
2001-09-21 00:20:34 +00:00
cls%seawood.org 4bc3265010 Updating security/ REQUIRES.
Bug #98371 moa=kaie r=bryner sr=alecf
2001-09-19 00:01:47 +00:00
jaggernaut%netscape.com dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
ddrinan%netscape.com 7f94af730c Fix build bustage for rpotts. Removed GetProtocolHandler() method 2001-09-18 00:20:16 +00:00
gerv%gerv.net 6382d7e751 Prevent security dialogs being untitled. Bug 99845. r=timeless. rs=brendan with his magic string-only-changes rubberstamp. 2001-09-16 23:27:11 +00:00
bryner%netscape.com f024e52106 Bug 73353 - clean up REQUIRES. patch from jag, r=bryner, sr=brendan. 2001-09-14 04:55:50 +00:00
bryner%netscape.com 549af639a3 REQUIRES updates. Patch from jag, r=cls. 2001-09-12 08:16:34 +00:00
kaie%netscape.com 7ad5645929 b=96018 r=ddrinan sr=blake
New "Reset Master Password" functionality, for users who have forgotten their password.
2001-09-08 00:44:39 +00:00
kaie%netscape.com 425ead8484 b=93103 r=relyea/ddrinan sr=blizzard
Enable display of complete chains when viewing certificates.
2001-09-06 20:20:50 +00:00
kaie%netscape.com 501e457e2c removing a fprintf(stderr) from my previous checkin 2001-09-05 21:34:38 +00:00
kaie%netscape.com 60db9a83a1 Checking in for valeski. In case of problems you can reach me at kai.engert@gmx.de
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now
required if you want to use do_GetInterface() for convenience. The two were split because the stuff
that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just
contain interface defs anyway.
2001-09-05 21:27:22 +00:00
mcgreer%netscape.com 7578da1fb9 checkin for colin@theblakes.com, OpenVMS fix
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
ddrinan%netscape.com f7165d9ca3 Check in for rangansen. Bug 91453 - double click on cert container text. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:10:00 +00:00
kaie%netscape.com 48301602ca b=95988 r=relyea sr=tor a=asa
Fix crash when viewing a certificate
2001-08-30 05:21:59 +00:00
ddrinan%netscape.com abce7fc769 Check in for tao. Bug 91217 - update locale version in package/locale provider registry. r=jbetak,sr=sspitzer 2001-08-28 22:39:13 +00:00
ddrinan%netscape.com d6fb9f77ff Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
ddrinan%netscape.com e033294f45 Fix IRIX bustage caused by ^M in source 2001-08-28 16:43:04 +00:00
ddrinan%netscape.com a581cbb6b0 Fix IRIX bustage cause by ^M in source 2001-08-28 16:40:16 +00:00
ddrinan%netscape.com 25ec046951 Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa 2001-08-28 05:13:23 +00:00
kaie%netscape.com 68c65ed34c b=97044 r=dbaron sr=ben a=asa
Fix topcrash by adding safety null checks and correcting a typo
2001-08-28 04:40:36 +00:00
kaie%netscape.com ef9709b219 b=96696 r=kaie sr=darin a=dbaron
adding missing init code
checking in for bbaetz
2001-08-24 03:40:48 +00:00
kaie%netscape.com 9acd90d6f6 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
kaie%netscape.com ab97d227f0 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 2 of 3 - changes to make files only
2001-08-23 05:23:21 +00:00
kaie%netscape.com 6195f1545e b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 1 of 3 - added files only
2001-08-23 05:20:33 +00:00
kaie%netscape.com 65bfe90ec3 b=95987 r=relyea sr=sfraser a=asa
Fixing SSL crash by disabling ciphers
2001-08-23 04:58:27 +00:00
kaie%netscape.com 05a31115ed b=79153 r=kaie sr=sfraser a=asa
Making the new feature actually work on Mac.
2001-08-23 04:39:25 +00:00
javi%netscape.com f0d4abd132 Fix for bug 91407 r=ddrinan, sr=tor
Make downloading a CA cert mime type blob smart enough
to handle blobs with more than one cert.
2001-08-22 04:05:45 +00:00
javi%netscape.com 6bb35e849c Fix for Bug 44042, checking in for Gervase Markham
r=javi, sr=bin

Fix up some confusing wording in security dialgs.
2001-08-22 01:06:56 +00:00
javi%netscape.com 93ce7df694 Fix for Bug 92003, r=ddrinan, sr=mscott
If the client of SSL/TLS socket provider doesn't provide callbacks,
use the window watcher service to get an nsIPrompt or whatever
interface is requested.
2001-08-21 19:10:56 +00:00
kaie%netscape.com 537e8b6fba addon for b=79153 rs=wtc@netscape.com
Fixes obvious portability error, moving thread starter function from C++ static method to C function.
No change in logic or functionality.
You can reach me at kai.engert@gmx.de
2001-08-21 14:22:11 +00:00
kaie%netscape.com bd0a1540d1 Fixes #88303
r=wtc@netscape.com rs=darin@netscape.com
You can reach me at kai.engert@gmx.de
2001-08-21 02:45:43 +00:00
rangansen%netscape.com 2b6b352f5b Activating choice of smart card when new cert is requested
bug# 89972, r=javi, sr=blizzard
2001-08-21 01:12:38 +00:00
kaie%netscape.com daea741798 #95334, adding mime types for download certificate revocation lists
r=ssaux@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:44:35 +00:00
kaie%netscape.com 6d1ce23390 #92131, SSL client authentication,
fixing memory leak, fixing crash, fixing spacing, adding extra space to layout
r=javi@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:41:01 +00:00
ddrinan%netscape.com bdf2ce23e6 Missed this check in for bug 92475 - CRL checking 2001-08-16 23:57:57 +00:00
ddrinan%netscape.com cde6a7ae2a Fix client auth crash 2001-08-16 18:50:56 +00:00
javi%netscape.com 467464e6d3 Adding files required for patch to Bug 79153.
Checking in for kaie.
2001-08-15 23:37:10 +00:00
kaie%netscape.com 20a45e4b6b #79153, giving feedback to the user while generating a crypto key
r=javi@netscape.com sr=blizzard@mozilla.org
you reach me at kai.engert@gmx.de
Mac project file changes will be checked in by javi
2001-08-15 23:27:42 +00:00
kaie%netscape.com 85b356e352 #79153. Giving feedback during crypto key generation.
For now, checking in only new files, not yet referenced by any existing code.
Other parts of check in delayed until Mac project files are adjusted.
r=javi@netscape.com sr=blizzard@mozilla.org
You reach me at kai.engert@gmx.de
2001-08-15 01:53:53 +00:00
javi%netscape.com 54bf02e64f Fix for Bug 94499 r=ddrinan, sr=blizzard
Implement a dummy callback to generate a nickname for NSS so that
we can import certs that don't have the friendly name attribute in
one of the PKCS #12 Bags.
2001-08-15 01:34:36 +00:00
kaie%netscape.com 5f7c021d8b Trying to fix Mac bustage, caused by my earlier checkin 2001-08-14 02:52:07 +00:00
kaie%netscape.com c7fa1ceeec #92131, enhanced client authentification prompter
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-14 00:01:12 +00:00
kaie%netscape.com f55d73bda8 #91683, SSL alerts were not displayed
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-13 23:46:01 +00:00
ddrinan%netscape.com 16cc9955fc Bug 90987 - view file does not set lock icon. r=javi,sr=blizzard 2001-08-10 20:56:30 +00:00
kaie%netscape.com 5dfc8aa9c0 #82141, checking in for blizzard@mozilla.org
r=javi@netscape.com sr=tor@acm.org
Adding error return check.
2001-08-10 19:55:32 +00:00
javi%netscape.com 1d88f0bc1f Fix for Bug 87654 r=ddrinan sr=blizzard
Turn off OCSP when painting the Cert Manager because painting
the certificate manager becomes painfully slow whenever OCSP is on.
2001-08-10 01:05:57 +00:00
ddrinan%netscape.com 2ae77cc74a Bug 92475 - Display error when SSL server CRL has expired. r=javi,sr=blizzard 2001-08-09 22:29:34 +00:00
ddrinan%netscape.com ee2c75f35c Bug 59758 - form submission gives incorrect warning. r=javi,sr=blizzard 2001-08-09 22:26:16 +00:00
kaie%netscape.com 1bea5fdf3d r=javi@netscape.com sr=blizzard@mozilla.org
Fixing crash, checking for nullness, see bug 94171.
2001-08-09 01:38:48 +00:00
ddrinan%netscape.com 657acb1f6c Bug 87134 - change insecure to unencrypted, r=ddrinan,sr=blizzard 2001-08-07 22:22:20 +00:00
javi%netscape.com 8236c9cf81 Fix for bug 82886, Checking in for Kai Engert
r=mcgreer, sr=blizzard

Remove unused/confusing column from the Cert Manager.
2001-08-07 21:18:10 +00:00
bryner%netscape.com 5ca544cf1d Checking in for cls@seawood.org. Bug 93282 - pipnss not rebuilt when NSS static libraries change. r=bryner. 2001-08-04 23:29:40 +00:00
javi%netscape.com bec1d3cddc Fix for Bug 8125 Checking in for Rangan Sen
r=ddrinan, sr=hewitt,blizzard

Check to see if a CA cert already exists in DB before importing.
2001-08-03 18:39:01 +00:00
ddrinan%netscape.com 98470d0683 Bug 91684 - Incorrect alers with CMS 4.2 SP2. r=javi,sr=blizzard 2001-08-02 23:55:56 +00:00
ddrinan%netscape.com d1f3037072 Bug 86860 - cert issuer details. r=javi,sr=blizzard 2001-08-02 23:52:25 +00:00
javi%netscape.com 7fadde140f Fix for Bug 78802, Checing in for Kai Engert
r=ddrinan, sr=blizzard

Show complete date and time for certs in cert viewer.
2001-08-01 23:05:08 +00:00
javi%netscape.com 481d7a4140 Fix for Bug 87361, Checking in for Kai Engert
r=javi, sr=blizzard

Add more useful error message during PKCS #12 Backup.
2001-08-01 23:01:37 +00:00
bryner%netscape.com 014323bd96 Checking in for jag. Bug 86734 - getting rid of NS_WITH_SERVICE. r=dbaron, rs=scc. 2001-07-25 00:37:28 +00:00
javi%netscape.com dcef2e7a02 Fix for Bug 84824, checking in for Chris Seawood
Add .cvsignore file to PSM 2 directories.
2001-07-25 00:29:57 +00:00
javi%netscape.com b637266291 Fix for Bug 85451, r=ddrinan, jag sr=blizzard
Don't use style="overflow:auto" on tree widgets.  Re-write the data
  display panel of the cert viewer to use textbox instead of tree.
2001-07-25 00:16:42 +00:00
javi%netscape.com c0eb034324 Oops. Checked in the wrong version of the patch.
Checking in correct fix for nsSSLIOLayerWrite
2001-07-24 01:03:47 +00:00
javi%netscape.com 1a5dd9d78e Fix for Bug 88244, r=ddrinan, sr=blizzard
Use necko's premature EOF mechanism to re-try connections to
  TLS intolerant sites.  This makes TLS through proxies possible.
2001-07-24 00:42:52 +00:00
javi%netscape.com d7c9f31360 Fix for Bug 88230, checking in for ccarlen
r=javi, sr=tor

 Initialize an un-initialized variable and make sure we don't call
 NSS if NSS is uninitialized.
2001-07-20 20:16:23 +00:00
ddrinan%netscape.com 73e571375a Check in for jst. Remove some unused macros 2001-07-19 00:10:13 +00:00
javi%netscape.com b210a46eb7 Fix for Bug 89105, Checking in for Stephen Walker
r=ddrinan, sr=blizzard

Let's only say connect once in the generic SSL error note.
2001-07-18 20:29:04 +00:00
ddrinan%netscape.com 3d43b4fb31 Remove ^M that was accidentially checked in. 2001-07-12 18:44:58 +00:00
ddrinan%netscape.com d39b3e59c8 Bug 90335 - extra security warning. r=bryner,sr=jst 2001-07-12 06:34:20 +00:00
ddrinan%netscape.com 8b23998d7f Check in for tao. Bug 86807 - Menu items are missing. r=jbetak,sr=hyatt 2001-07-10 01:18:24 +00:00
ddrinan%netscape.com 1bc78bfc1a Bug 77837 - PSM UI in language pack. r=tao,sr=blizzard 2001-07-10 00:39:40 +00:00
ddrinan%netscape.com 7ac5cc95ed Fix for bug 89139 - RegisterProfileChangeObserver returns garbage. r=walk84,sr=blizzard 2001-07-08 17:45:00 +00:00
ddrinan%netscape.com 1ed94dad3a Bug 88834 - typo in cert detail view. r=javi,sr=tor 2001-07-05 22:53:19 +00:00
ddrinan%netscape.com fbda807803 Check in for Javi. Bug 83695 - delete cert from smartcard. r=drinan,sr=blizzard 2001-07-04 18:33:53 +00:00
ddrinan%netscape.com 23853aa80c Bug 87233, r=javi,sr=mscott,a=chofman 2001-07-02 23:25:00 +00:00
bryner%uiuc.edu d43e30645b checking in for jag.
Bug 88413 -- replace nsString::GetUnicode() with get().  r=dbaron, rs=scc.
2001-06-30 18:04:39 +00:00
javi%netscape.com a6389eb275 Fix for Bug 88256 r=mcgree, sr=brendan
Fix PKCS12 backup so that it works on the Mac.  Use
  nsILocalFile::OpenNSPRFileDesc to get a PRFileDesc*
  instead of PR_Open since PR_Open doesn't deal with
  native paths on the Mac at all.
2001-06-29 04:35:04 +00:00
ddrinan%netscape.com 0dbb5635b5 Checking fix for bug 87902 for Javi. r=ddrinan,sr=brendan,a=asa 2001-06-28 20:12:40 +00:00
javi%netscape.com 80b4a8b68d Fix for Bug 87834 r=ddrinan, sr=blizzard
Fix forced backup during cert issuance.  Needed to set the token for
  exporting before calling ExportToFile.  Remove a double free.  Catch
  the case where the CA wants to set the nickname on a cert and pass
  the nickname to NSS so that it gets set correctly when importing.
2001-06-27 23:48:00 +00:00
ddrinan%netscape.com 57b4f04566 Bug # 87182. r=javi,sr=hyatt, a=asa 2001-06-27 06:38:42 +00:00
javi%netscape.com e1e0a56df9 Fix for Bug 87675 r=ddrinan,sr=alecf,a=blizzard
Only copy the CERTCertTrust passed into the constructor of nsNSSCertTrust
  iff it's non-NULL and default a cert type that we don't know, then default
  to SERVER_CERT since that's the only type we won't know about.
2001-06-27 00:33:17 +00:00
mcgreer%netscape.com f88f11c1fd fix for 82882, add .p12 extension
r=javi,sr=blizzard,a=choffman for trunk and 0.9.2 branch
2001-06-24 19:15:59 +00:00
javi%netscape.com e7f7b7be4b Add const to interface declaration to fix AIX tbox bustage. 2001-06-23 20:09:28 +00:00
mcgreer%netscape.com 102a8352df fix for 82895
some certs appearing unverified
r=javi;sr,a=blizzard for 0.9.2
a=choffman for trunk and 0.9.2 branch
2001-06-23 13:13:03 +00:00
ddrinan%netscape.com 74353a8130 Bug #82211, r=javi,sr=blizzard,a=asa 2001-06-22 00:53:34 +00:00
mcgreer%netscape.com 765f9ee7d9 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=82377
Add UI for private key db timeout
r=javi;sr,a=blizzard for 0.9.2
2001-06-21 13:48:34 +00:00
javi%netscape.com 5da87c4826 Fix for bug 86958, checking in for waterson.
r=leaf, sr=blizzard, a=asa

  modifications to link crypto into a meta-component for static-build.
2001-06-21 00:36:17 +00:00
javi%netscape.com 6f5f04e820 Fix for Bug 84201 r=ddrinan, sr=blizzard, a=blizzard
When getting a cert, grab the chain of CA's and import it into the
  local cert db.
2001-06-20 22:51:31 +00:00
mcgreer%netscape.com a1e812e723 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=83176
r=javi;sr,a=blizzard for 0.9.2
2001-06-20 22:41:29 +00:00
javi%netscape.com 007824d811 commiting for waterson.
Remove '"' character in NS_IMPL_NSGETMODULE declaration.  Part of
  static branch landing.
2001-06-20 21:00:57 +00:00
bryner%uiuc.edu 6eaa9db3e7 Fixing PSM bustage for dbaron. 2001-06-20 04:20:47 +00:00
javi%netscape.com 8fd549aded Checking in for pollman
Fix for Bug 68321 r=javi, sr=jst, a=asa
2001-06-19 22:38:26 +00:00
javi%netscape.com 519b4c775c Get rid of compiler warnings caused by my last check-in. 2001-06-19 05:34:47 +00:00
javi%netscape.com 9134754ec6 Fix for Bug 83675 r=mcgreer, sr=blizzard, a=asa
If a user has a PKCS11 smart card installed, then give the user
  the option of restoring a p12 file onto the smart card.
2001-06-19 05:29:56 +00:00
ddrinan%netscape.com 93d056d59d Lock icon fix. Bug# 82156, r=javi, sr=blizzard, a=asa@mozilla.org 2001-06-18 22:23:05 +00:00
javi%netscape.com af8972de1c Fix for Bug 86269 patch provided by cls, r=javi, sr=blizzard, a=blizzard
Fix REQUIRES bustage in PSM 2.
2001-06-18 20:04:38 +00:00
bryner%uiuc.edu ad4e9b47c8 checking in for scc.
bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316
2001-06-18 03:48:21 +00:00
bryner%uiuc.edu d230ec28ee checking in for cls.
Bug 83832 - rename RunnableEvent to CryptoRunnableEvent for static builds.  r=javi, sr=blizzard, a=asa.
2001-06-18 02:04:39 +00:00
bryner%uiuc.edu 844f8c5e95 checking in for scc.
bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 06:30:23 +00:00
bryner%uiuc.edu 2f60afe8ed checking in for scc.
bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa.  Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 05:28:46 +00:00
javi%netscape.com dfba5d00b7 Fix for Bug 83700. r=mcgreer, sr=blizard, a=asa
We need to pass a nsIInterfaceRequestor to PK11_ListCerts
  so that the user will get prompted for a password and see
  his/her certs on any installed smart cards.
2001-06-14 23:22:54 +00:00
javi%netscape.com 238a1736e2 Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
Throw up an alert when a connection is not possible because of
  an SSL error.
2001-06-13 21:50:59 +00:00
javi%netscape.com 7e7264a8d6 Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
Put up an alert notifying the user an SSL error has occurred instead
  of silently failing and loading a blank page.
2001-06-13 21:47:02 +00:00
javi%netscape.com 780b5cebae Fix for Bug 85304 r=wtc, sr=blizzard, a=asa
Leaving a socket in blocking mode after a connect caused SSL/SMTP
  to block a thread causing send message to fail when SSL was enabled.
  Now we re-set the socket to the non-blocking state it came in with
  to connect and set it to block for our write method only.
2001-06-13 18:29:15 +00:00
mcgreer%netscape.com 49303a06c2 fix for bug #83160, change master password broken
r=javi, sr=blizzard, a=asa
2001-06-12 18:52:20 +00:00
javi%netscape.com 7b0d83e196 Fix for Bug 84057 r=ddrinan, sr=blizzard, a=asa
Fix for crasher if doing SSL with a site whose certificate
  was issued by a cert with a non-ASCII character in its
  subject name.  We now get the peer's certificate from the
  SSL libraries instead of trying to re-parse the UTF8 string
  (which NSS doesn't like) into the CERTName structure that's
  already in the certificate.
2001-06-11 17:32:31 +00:00
javi%netscape.com 848ecf0305 Fix for Bug 81851 patch provided byg Aleksey Nogin
r=javi, sr=blizzard, a=asa

  Thou shalt not return un-initialized variables.  (Returns a
  constant nsresult in the 2 places where it was returning rv
  before.)
2001-06-10 17:06:53 +00:00
javi%netscape.com 1b72130400 Fix for Bug 64888 r=wtc, sr=blizzard, a=asa Retry an SSL connection if we fail during first write after a successful connect since it's most likely due to a TLS intolerant server 2001-06-08 00:50:32 +00:00
ddrinan%netscape.com 6227fe15a5 Fix double free in PSM. Bug#82359, r=javi@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-06-01 23:48:53 +00:00
javi%netscape.com d035e51e8f Fix for Bug 82785 r=thayes, sr=blizzard, a=tor
Switch reference from "weak" crypto to "low-grade" crypto so
  that the warning that comes up is consistent with the prefernces
  panel.
2001-05-25 21:49:23 +00:00
javi%netscape.com 3df2056626 Fix for Bug 78806 r=mcgreer, sr=blizzard, a=blizzard
Fixes a slew of cert viewer problems.

  Fix the sizing issues with the cert viewer.
  Make the General tab of the cert viewer more simple
  Have the Details tab of the cert viewer re-populate the ASN1 dump
    if a new cert in the chain is selected.
  Correct some mis-spelled words.
2001-05-25 16:50:03 +00:00
ddrinan%netscape.com 24e6ca57c8 PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-05-23 22:06:43 +00:00
javi%netscape.com 369b39c7e7 Backing out fix to Bug 77837 since it caused many things to
go wrong like strings not showing up on Mac builds
and nsKeygenFormProcessor to crash.
2001-05-23 18:11:43 +00:00
bryner%uiuc.edu 15c0e2bcd2 fixing string bustage 2001-05-23 05:02:56 +00:00
mcgreer%netscape.com b3763609b3 fix for 82264, some CA's not appearing b/c of trust mishandling
r=javi/sr=blizzard
2001-05-23 01:33:35 +00:00
mcgreer%netscape.com 02f6597d09 fix for 64128 - edit builtin certs.
r=javi,sr=blizzard
2001-05-22 23:02:49 +00:00
ddrinan%netscape.com 1809d9d64a Get PSM to build under OS/2. Bug #72693 r=ddrinan@netscape.com,r=javi@netscape.com,r=wtc@netscape.com,sr=blizzard@mozilla.org 2001-05-22 21:19:31 +00:00
javi%netscape.com e25ded5025 Fix for Bug 77837
Place the PSM 2 localizable strings in the default en-US.jar file so
  they will get localized along with all the other strings.
2001-05-22 20:56:30 +00:00
thayes%netscape.com 66d3ed7012 Bug 75403 r=javi/sr=blizzard Implement change password for SDR, provides
implementation of change password in Tasks menu
2001-05-21 22:23:31 +00:00
mcgreer%netscape.com 65c061212d bug 81276, remaining features in device manager
r=javi, sr=blizzard
2001-05-20 14:18:03 +00:00
ddrinan%netscape.com 090cc567ac Download and manage CRLs. Bug# 58233, r=javi@netscape.com, sr=blizzard@mozilla.org 2001-05-19 01:20:18 +00:00
jgmyers%netscape.com 1b1a773627 clean up nsITransportSecurityInfo: bug 78292 r=thayes sr=darin 2001-05-18 00:02:46 +00:00
javi%netscape.com 4b3c672287 Fix for Bug 81322 r=mcgreer@netscape.com sr=blizzard@mozilla.org
Give users the ability to turn on FIPS mode when using PSM 2.0
2001-05-17 23:45:22 +00:00
jgmyers%netscape.com 3b2478b69d use the post-from-secure warning on mixed content sites: bug 50168 r=thayes sr=blizzard 2001-05-17 00:12:33 +00:00
javi%netscape.com 1cbc77c30b Fix for crashing Bug 81235, r=ddrinan sr =blizard
Fix for crash on Win32 when enrolling for certificates via the
  crypto.generateCRMFRequest method.
2001-05-16 23:31:56 +00:00
bryner%uiuc.edu 03f5034f85 Getting rid of unnecessary dependencies on OJI and appshell. r=thayes, sr=tor. 2001-05-16 08:06:43 +00:00
javi%netscape.com 68559db3ce Fix build bustage 2001-05-16 00:32:11 +00:00
javi%netscape.com 14f59de6d6 Add JS libraries to project for linking. 2001-05-16 00:24:43 +00:00
javi%netscape.com c10348d2d3 Add nsCrypto.cpp to Mac build. 2001-05-15 23:16:40 +00:00
javi%netscape.com e4a50bbe8b Fix for Bug 74340 r=mcgreer, sr=blizzard
Add the crypto object back to PSM 2.
2001-05-15 23:15:12 +00:00
javi%netscape.com 469535e50b Add nsPKCS11Slot.cpp to Mac build. 2001-05-15 20:42:26 +00:00
mcgreer%netscape.com 03c9c7ee8b bug 80094, implement device manager for PSM2
r=thayes, sr=blizzard
2001-05-15 20:40:28 +00:00
mcgreer%netscape.com be51034d5a fix for bug #80356, certs should be grouped by issuer org
r=javi, sr=blizzard
2001-05-15 19:12:44 +00:00
ddrinan%netscape.com dd40989267 Enable support for OCSP. Bug#80178, r=mcgreer@netscape.com, sr=blizzard@mozilla.org 2001-05-15 17:35:35 +00:00
mcgreer%netscape.com ba7c8cf2ed fix for #77701, mozilla crashes when viewing a cert for which NSS cannot find the full chain.
r=javi, sr=blizzard
2001-05-15 14:56:42 +00:00
cls%seawood.org f6348377f7 Update our intermodule dependencies list.
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
rpotts%netscape.com 8905add378 fix mac bustage... 2001-05-14 05:01:55 +00:00
cls%seawood.org 74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
pinkerton%netscape.com 30d8e182e3 fix up view with new methods for drag/drop 2001-05-11 02:29:56 +00:00
jdunn%netscape.com beccdfbf62 Fixing PSM Makefiles for HP & Solaris
r=javi@netscape.com,wtc@netscape.com
# 76370
2001-05-09 10:08:34 +00:00
thayes%netscape.com 64c97dddf8 Bug 79528 r=ddrinan/sr=ben Add edit window for SSL ciphers 2001-05-09 04:03:34 +00:00
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
bryner%uiuc.edu e603ac5aeb Bug 76234 - XPCOM cleanups in PSM2. r=javi, sr=ben. 2001-05-08 04:09:28 +00:00
bryner%uiuc.edu 794a2200b0 Checking in for cls. Bug 53226, r=leaf. 2001-05-05 23:32:03 +00:00
bryner%uiuc.edu 33e29bb7b4 checking in for valeski. bug 15345, r=me. 2001-05-04 01:20:48 +00:00
ddrinan%netscape.com 1b3bd5631d Set password before authentication. Needed for new dbs 2001-05-03 01:22:24 +00:00
javi%netscape.com c3bbfc1fc3 Add nsKeygenHandler.cpp to Mac build. 2001-05-03 01:03:30 +00:00
ddrinan%netscape.com cc0f036681 Fix for bug 77983, keygen tag. r=javi@netscape.com, sr=blizzard@mozilla.org 2001-05-03 01:00:56 +00:00
thayes%netscape.com 0c8be721d0 Bug 78123 r=javi/sr=scc Add security information to Page Info window 2001-05-03 00:36:48 +00:00
javi%netscape.com 6f4cb66cee Add nsISSLStatus.idl to the project. 2001-05-02 23:07:04 +00:00
javi%netscape.com 3f6c047b01 Fix for Bug 78556 r=thayes sr=blizzard
Fix for crash when viewing v1 certs.
2001-05-02 22:27:47 +00:00
thayes%netscape.com dfb88bd766 Bug 78123. r=javi/sr=scc. Add security information to page info window. 2001-05-02 22:03:51 +00:00
mcgreer%netscape.com 1e11b7a65f fix broken builds caused by c++ name mangline 2001-05-02 17:51:16 +00:00
javi%netscape.com 84eaff0b4f Add nsNSSASN1Object.cpp to windows builds. 2001-05-02 17:24:00 +00:00
javi%netscape.com bf24a81d3d Make patches for Bug78012 build on Mac as well 2001-05-02 06:04:18 +00:00
javi%netscape.com d41928522e Fix for Bug 78012 r=thayes sr=blizzard
Make the cert viewer more functional.
2001-05-02 05:38:26 +00:00
javi%netscape.com 31bebc9538 Update mac projects for PSM 2 so that mcgreer's changes land. 2001-05-01 23:54:28 +00:00
mcgreer%netscape.com 2b5e9f7370 Checkin for bug #75123. Improves the cert manager to make it look more like the mock-up. Implementation of nsIOutlinerView to improve cert listings.
r=javi, sr=blizzard
2001-05-01 23:23:23 +00:00
bryner%uiuc.edu dff466e307 Bug 75865 - HTTPS doesn't work through proxy.
http patch from darin, r=me, sr=rpotts.
psm patch from me, r=javi, sr=rpotts.
2001-04-29 19:42:38 +00:00
javi%netscape.com 66b818e59f Fixing PSM tree to build with new iface for CreateBundle.
Piggy backing onto valeski's check-in.
2001-04-27 21:31:24 +00:00
jgmyers%netscape.com 1e55a5b67a fix typo: bug 31896 r=dmose sr=darin a=blizzard 2001-04-19 17:10:50 +00:00
jgmyers%netscape.com ddc11fc7e7 rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott 2001-04-16 21:01:29 +00:00
bryner%uiuc.edu e9e30df5a5 Fixing MOZ_TRACK_MODULE_DEPS bustage (and bringing to light more of our sad dependency story). 2001-04-14 22:48:10 +00:00