Commit Graph

169 Commits

Author SHA1 Message Date
javi%netscape.com
315d100260 Give these files a license. 2000-06-21 19:38:03 +00:00
javi%netscape.com
ee136ac3db added files: mozilla/extensions/psm-glue/src/nsKeygenHandler.cpp 2000-06-21 01:02:44 +00:00
javi%netscape.com
05dff9d08b Fixes for Bug #15623 and Bug #28430 r=thayes
psm-glue work for KEYGEN tag is in.

KEYGEN tag will work with PSM 1.2
2000-06-21 00:43:57 +00:00
mkaply%us.ibm.com
bff5da9f8e #40177
r=cls, a=brendan
OS/2 bring up - remove trailing slash
2000-06-21 00:21:57 +00:00
pavlov%netscape.com
bdd2815d66 fix for submitting insecure form not displaying anything bug 42958. from Peter Annema <disttsc@bart.nl>. r=pavlov a=waterson 2000-06-20 07:35:41 +00:00
pavlov%netscape.com
bb4af10084 fix for bug security icon not changing when entering secure sites 43041 r=anthonyd (also removed tabs, yadda yadda) 2000-06-20 00:36:04 +00:00
rpotts%netscape.com
578b2bbee5 Reworked nsIWebProgress... 2000-06-19 05:48:38 +00:00
ben%netscape.com
1a5babfc34 fix mac manifest, remove dead files 2000-06-17 07:53:23 +00:00
ben%netscape.com
4c99d49596 remove dead manifests 2000-06-17 03:46:14 +00:00
ben%netscape.com
2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
beard%netscape.com
3922bfe1d3 bug #19119: added link dependency on PSM[Debug].shlb, added access paths to find PSMClient[Debug.o], PSMProtocol[Debug].o. a=ddrinan, r=gordon 2000-06-16 23:26:53 +00:00
thayes%netscape.com
b4e006cf2c Bug 26085. Fix handling of cancel for Personal Security Password dialog box.
r=morse
2000-06-16 23:01:20 +00:00
beard%netscape.com
d6ca28131f bug 19119: fires up PSM thread explicitly, and waits for it to start. a=ddrinan, r=gordon 2000-06-16 23:01:07 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
mkaply%us.ibm.com
b8b2b123ae # 37239
r = thayes, a = brendan
OS/2 bring-up - Need cast for VisualAge
2000-06-09 22:48:05 +00:00
valeski%netscape.com
f5e1fae7ec 41714. r=pavlov. don't try and use tcp no-delay on unix domain sockets because it's generally not a supported tcp feature 2000-06-09 21:15:17 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
javi%netscape.com
08283e98ce Fixing Mac build bustage. 2000-06-03 00:05:33 +00:00
javi%netscape.com
5bac4212d7 Missed these the first time around. 2000-06-02 23:58:59 +00:00
javi%netscape.com
ff15abfd77 r=thayes a=lord
Bug#24886
checking in code for mozilla to do CRMF issuance.
With the right version of PSM, Netscape employess can now get certs.
2000-06-02 22:46:41 +00:00
thayes%netscape.com
0b1407533b Bug 40349 - remove timeout on PSM recv and send ops. Rely entirely on
non-blocking mode instead.
2000-06-02 05:59:37 +00:00
cls%seawood.org
48f5390d98 Include <ctype.h> to resolve isspace(). Needed for BeOS. 2000-06-01 10:42:45 +00:00
pollmann%netscape.com
0684ae66a7 Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd 2000-06-01 02:02:39 +00:00
javi%netscape.com
10cd56f365 Bug #28698 r=thayes a=lord
Make crypto.logout do something useful so that the security advisor's logout
button does the right thing.
2000-05-31 22:23:04 +00:00
thayes%netscape.com
10014b97d1 Bug=40349 Reverse changes made to PSM glue which break SSL connections and long
interactions with PSM, such as password setting dialogs.
2000-05-31 21:34:04 +00:00
ben%netscape.com
cd14323de5 Convert lock button titledbutton to statusbarpanel. 2000-05-27 03:39:10 +00:00
pavlov%netscape.com
2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
dougt%netscape.com
263b389da3 removing warning. 2000-05-24 22:53:15 +00:00
dougt%netscape.com
3b1b7c48ee nsPSMComponent.cpp
1.  Reduce complexity in launching code.

nsPSMShimLayer.c
1.  Read and Write should timeout
2.  Read and Write should return errors... duh.
2.  PR_IN_PROGRESS_ERROR on Connect should be returned

nsPSMUICallbacks.cpp
1. Use the modal flag to open new windows.

nsSSLIOLayer.cpp
1.  disable Nagle algorithm

r=valeski@netscape.com
2000-05-24 22:51:27 +00:00
thayes%netscape.com
39e1da90a8 Change UI Events for PSM to modal r=dougt bugid=26085 2000-05-23 01:08:34 +00:00
dougt%netscape.com
d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
mjudge%netscape.com
17920334e6 a=syd. someone had bad dir in makefile 2000-05-18 03:22:01 +00:00
warren%netscape.com
5f6b57ef08 Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
thayes%netscape.com
fbfefe15cf Add FSDR module to PSMGlue component. 2000-05-17 06:39:58 +00:00
thayes%netscape.com
fb67c5cefe added files: mozilla/extensions/psm-glue/src/nsFSDR.cpp 2000-05-17 06:33:10 +00:00
thayes%netscape.com
7f36f9492d Commit new file with updated nsIPrompt calls. 2000-05-17 06:29:53 +00:00
thayes%netscape.com
bc90a7d57a Initial version of "fake" SDR implementation 2000-05-17 05:49:24 +00:00
javi%netscape.com
2c2844d070 Fix Linux build bustage. 2000-05-17 01:47:18 +00:00
javi%netscape.com
c43253606c added files: mozilla/extensions/psm-glue/src/nsCrypto.cpp 2000-05-17 00:51:43 +00:00
javi%netscape.com
1b35689460 Implementing the JS crypto object interface. 2000-05-17 00:48:32 +00:00
javi%netscape.com
bed77c736b Add the files that implement the crypto js object interface. 2000-05-17 00:43:34 +00:00
thayes%netscape.com
cb9263bcda Change calls to CMT_SDR* functions to provide ctx for callbacks. 2000-05-17 00:10:57 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
cls%seawood.org
8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
dougt%netscape.com
e92cca6c23 Updating project file. NOT IN BUILD. 2000-05-15 19:42:19 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
thayes%netscape.com
db737a98d5 added files: mozilla/extensions/psm-glue/src/nsSDR.cpp 2000-05-11 20:58:12 +00:00
thayes%netscape.com
caef913351 Land SDR changes from SDR_BRANCH.
Enable calls to new interface functions in wallet.
2000-05-11 18:59:25 +00:00
sspitzer%netscape.com
bac0664098 psm skin files have moved. 2000-05-11 04:26:45 +00:00
mstoltz%netscape.com
74488c46a3 Removed dependency of libjar on psm-glue, bug 36853. Fixed out parameter type problem in PSMComponent::HashEnd 2000-05-10 01:49:33 +00:00
dougt%netscape.com
e512ecf9c7 Fixed a problem where the socket was being deleted before pickled status was saved. This caused security not always being recognized (35861)
Fixed a problem where https would not display correctly if they were the first document load (28418)
Added MIME content handling for CA, Server, User, and Email certs
2000-05-08 23:19:09 +00:00
dougt%netscape.com
6316d6bbeb Prevents a stack overflow. was checking for null. I guess we need to check
for null as well as (child == child's parent)...
2000-05-08 07:22:09 +00:00
dougt%netscape.com
c37eaf627d I change my mind about which text to display when the document was not loaded
correctly.
2000-05-08 07:04:32 +00:00
dougt%netscape.com
a5ebfb9df6 More lock icon hacking.
Fixed a problem with nested frames posting not being recongnized.
Adding warnings to posts from insecure sites.  (37155)
2000-05-08 06:53:57 +00:00
thayes%netscape.com
d6ebe0e55a Update name of box for hooking in the security button. ("state-box" -> "status-bar") 2000-05-07 20:51:33 +00:00
sspitzer%netscape.com
5673842785 fix warning. 2000-04-30 17:40:50 +00:00
thayes%netscape.com
2bc357bdde Cleanup implementation of SDR code. 2000-04-26 05:31:19 +00:00
mstoltz%netscape.com
9bb975256e Fixes for 27010, 32878, and 32948. 2000-04-26 03:50:07 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
sspitzer%netscape.com
a060f90581 added files: mozilla/extensions/psm-glue/public/nsIPSMSocketInfo.idl 2000-04-25 03:00:29 +00:00
sspitzer%netscape.com
7d86cb2b29 added files: mozilla/extensions/psm-glue/public/nsISecretDecoderRing.idl 2000-04-25 02:58:50 +00:00
dougt%netscape.com
5cd78b5bfb Fixes:
35864 Convert nsSecureBrowserUIImpl to use new WebProgress interfa
35472 Lock does not change when going to a mixed frames site.
27104 [feature] No warning when sending insecure form data
28335 Forcing handshake on CMT_OpenSSLConnection for https connect
28418 Lock broken on https startup home page.
36814 nsPSMSocketInfo not thread safe
updated to pavlov's new directory picker.
2000-04-25 01:56:59 +00:00
mstoltz%netscape.com
57feeae5ec Backing out changes until I can figure out why it's crashing on startup. 2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
62bffdd26e Fixes for bugs 27010, 32878, 32948. 2000-04-23 20:30:29 +00:00
warren%netscape.com
914e63504c Don't know why it thought these were different. Reverting. 2000-04-21 22:52:23 +00:00
warren%netscape.com
4f8ade4f50 Fixed clobber rules to use $(RM) instead of rm. 2000-04-21 22:49:57 +00:00
thayes%netscape.com
584dffaa06 Add Secret Decoder Ring implementation, and add it to the PSM glue module 2000-04-21 21:26:33 +00:00
thayes%netscape.com
1fd7987178 Add SecretDecoderRing idl file 2000-04-21 21:23:56 +00:00
thayes%netscape.com
05d5f6ec33 Add definition of SDR interface 2000-04-20 23:21:21 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
cls%seawood.org
dda84d3a46 Remove redundant use of MOZ_REGISTRY_LIBS. Fix for regression bug #35384 2000-04-15 05:42:16 +00:00
gayatrib%netscape.com
b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +00:00
dougt%netscape.com
a45113c1c6 adding psm-glue.js to the export list. bug 31167. r=valeski@netscape.com. 2000-03-30 00:15:40 +00:00
dougt%netscape.com
e8cb28a3d5 Fix for 25912. Making the security advisor in the Task menu not display any
information about the current page.
2000-03-30 00:00:05 +00:00
brade%netscape.com
675af16f89 File Removed. 2000-03-28 15:35:12 +00:00
dougt%netscape.com
6281edae85 Adding psm-glue preferences javascript. These are the prefs that we should
have defaults for.
2000-03-28 12:24:17 +00:00
dougt%netscape.com
5ccf538285 Adding PostToInsecure text. 2000-03-28 11:47:31 +00:00
dougt%netscape.com
692741286f Fix for 33529. We were using mControl before it was initialed. Now, when
PassPrefs() is called before the control connection is established, we
simply return ok.
2000-03-28 03:52:44 +00:00
dougt%netscape.com
c9015727b4 Fix to improve the dialog title. 2000-03-28 03:50:48 +00:00
jdunn%netscape.com
2a90954c1c adding -lmozjs to the link line (nsPSMUICallbacks.cpp forces the dependency)
also cleaned up the various other libs.

r= nobody... I sent a couple of emails out last week to all involved, heard nothing.
then posted on netscape.public.mozilla.unix.  Sorry wasn't sure what else I could do
2000-03-28 03:39:11 +00:00
dougt%netscape.com
b27aabefa0 Fixing 24891. Minor default pref changes. 2000-03-28 00:16:01 +00:00
pavlov%netscape.com
fa612b8238 remove trailing ; from macro to fix workshop5 builds 2000-03-24 03:08:45 +00:00
dougt%netscape.com
ba9ffcf5b2 Chaging the logic of the checkboxes for the context switching to make
the verbage of the dialog. :-)
2000-03-23 21:54:44 +00:00
dougt%netscape.com
575115e6fa adding properities file and new mac export file. 2000-03-23 08:49:33 +00:00
pavlov%netscape.com
030e800acd fix build bustage that hasn't happened yet 2000-03-23 08:41:27 +00:00
dougt%netscape.com
2dc41f189d Fixes:
- 25912 No info in Selected Item
- 29672 Lock icon appeared locked non-SSL site
- 31982 nsSecureBrowserUIImpl: lock state should come from channel
- more.

Changes are wide.  They include:

- exporting a new nsIPSMSocketInfo object up through the socket
- checking for this nsIPSMSocketInfoObject in our document observer
- capturing pickled status and host name information for page info
- setting 'broken' icon state immediately
- only setting 'lock' icon state when psm socket is determined.
- adding checks for nulls and ensure error codes are returned properly


also work started on new localizable dialogs with remember checkboxes.
2000-03-23 08:38:08 +00:00
danm%netscape.com
17a1492683 moving output directory to mozilla/dist/netwerk 2000-03-23 00:51:31 +00:00
mwelch%netscape.com
741142e6fc [Bug 31733] IPv6 change for target IP address if mapped v4 address -- patch in bug 2000-03-22 05:55:11 +00:00
dougt%netscape.com
ed53355253 Directly adding the contents of psm.js. it was too small to warrant its
own file.
2000-03-22 03:11:21 +00:00
dougt%netscape.com
52a11759cf removing psm.js. it is now included directly in the xul file. 2000-03-22 03:10:05 +00:00
dougt%netscape.com
8a5e49bd22 removing psm.js. It is now included in the xul file itself. 2000-03-22 03:08:55 +00:00
dbaron%fas.harvard.edu
2c57696f33 Fix leak of nsSecureBrowserObserver. b=32472 r=dougt@netscape.com 2000-03-22 02:52:20 +00:00
dougt%netscape.com
98049329c2 Adding nsIPSMSocketInfo.
Not part of build
2000-03-22 01:41:15 +00:00
mwelch%netscape.com
7f19ff590e Added EXTRA_DSO_LDOPTS to enable linking on VMS - adapted from changes by Colin Blake <colin@theblakes.net> 2000-03-21 22:34:56 +00:00
norris%netscape.com
2d8f3518be Added signed script support to Mozilla. r=norris. (This is mstoltz's checkin) 2000-03-21 04:26:46 +00:00
dougt%netscape.com
841649e0f7 Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
dougt%netscape.com
c8759423ed Missed these two files!
adjusting entry points.
2000-03-17 22:58:15 +00:00
dougt%netscape.com
8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
dougt%netscape.com
b40b1b9d75 adding the lock icon back the export list on windows. why was this removed?? 2000-03-16 23:27:13 +00:00
dougt%netscape.com
4fee4c6c8d renaming security manager. bug 29289 2000-03-16 06:31:14 +00:00