Commit Graph

92019 Commits

Author SHA1 Message Date
tao%netscape.com
648538ee00 report ui language and country code in test program (not part of client). 2001-11-09 22:57:30 +00:00
ian.mcgreer%sun.com
d7f7578ac8 construct salt and password buffers for PBE correctly 2001-11-09 22:51:42 +00:00
shrutiv%netscape.com
6ba63846ff Removing extra CR's 2001-11-09 22:12:00 +00:00
ian%hixie.ch
d433d136be Implement some primitive error handling for sending mail. 2001-11-09 21:59:21 +00:00
relyea%netscape.com
afd197ca24 Rewrite Ian's get cert by email address to use the standard cert searching code. 2001-11-09 21:43:18 +00:00
mcafee%netscape.com
8e94200878 Adding scrapebuilds.pl check 2001-11-09 21:37:02 +00:00
mcafee%netscape.com
fbdc6f515c Adding scrape_builds 2001-11-09 21:35:25 +00:00
mcafee%netscape.com
a2023e4533 Adding scrapebuilds toggle ui 2001-11-09 21:32:41 +00:00
mcafee%netscape.com
5f50ff180f Adding scrapebuilds.pl 2001-11-09 21:31:19 +00:00
ian%hixie.ch
b6d1378fa1 Removing unnecessary spammy debug output (this code works now... honest\!) 2001-11-09 21:22:32 +00:00
ian%hixie.ch
91d903d8df Decode %XX-encoded strings. 2001-11-09 21:19:59 +00:00
javi%netscape.com
96b3fbef61 Fixing typo 2001-11-09 21:14:07 +00:00
javi%netscape.com
b8c3ead24e Bug 106507
Enable S/MIME for users that are already building PSM.
2001-11-09 20:45:47 +00:00
kaie%netscape.com
8d0e153774 build smime if MOZ_PSM is defined
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com
1fa024fc20 build smime if psm2 is defined.
a=leaf
2001-11-09 20:26:40 +00:00
ian%hixie.ch
e9904215c0 Added some more comments that might help people get this working on Apache. 2001-11-09 20:23:42 +00:00
ian%hixie.ch
197ee7192a Factored out the connect/disconnect code, added settings for the host and the from address and made them be handled by a setup.configure handler, wrapped the call to Net::SMTP->new() in a warning-free block. 2001-11-09 20:21:11 +00:00
ian%hixie.ch
4d542c9a80 Adding support for generic saving and retrieving of settings. 2001-11-09 20:13:21 +00:00
ian%hixie.ch
3ae1b10178 Adding a comment on the use of assert() 2001-11-09 20:09:22 +00:00
rweltman%netscape.com
8e6f8e1cef Call Vector.removeAllElements() instead of Vector.clear() to allow compilation and execution with JDK 1.1.x (Bugzilla bug 107830) 2001-11-09 19:57:54 +00:00
dp%netscape.com
0d257cc179 Better usage message. Ability to take args. 2001-11-09 19:16:04 +00:00
ian%hixie.ch
e2ceae0e2f Refactored the Database::DBI code. Added support for default values in the setup code. Added support to create the database and the user (although some of this may need refactoring into separate MySQL submodules). 2001-11-09 17:23:41 +00:00
ian%hixie.ch
7d4ba9fdd4 Changing the order of loaded modules to make sure they are set up in the right order. 2001-11-09 17:16:50 +00:00
ian%hixie.ch
27c0a625e9 Added a missing 'return' statement so that the user.fields setup routine doesn't appear to have failed when it hasn't (without a return statement, the value of the last statement is the return value). 2001-11-09 17:15:13 +00:00
ian%hixie.ch
df6f9d0b23 Changed the DESTROY method to make sure it calls its parent. 2001-11-09 17:13:27 +00:00
ian%hixie.ch
d8ed08b9c5 Added support for printing the default value for requests. 2001-11-09 17:12:18 +00:00
ian%hixie.ch
2605f093c1 Added the ability to find the length of an array (array.length to go with array.0, array.1, etc). Added assertions to handle the case of invalid order or sort attributes on <set>. Added two new sort types ('default' and 'reverse default'). 2001-11-09 17:10:22 +00:00
ian%hixie.ch
2dc794285b Added two assertions to make sure the handle is defined before using it, and added a check that the handle is defined before releasing it. Also changed the DESTROY method to call its parent. 2001-11-09 17:07:18 +00:00
ian%hixie.ch
d11f28591a Removing excess trailing spaces on one line, and moving a warn from level 5 ('important events') to level 8 ('frequent important events'). 2001-11-09 17:03:40 +00:00
ian%hixie.ch
a5b875e7b1 Fixed DESTROY method to make sure it calls its parent. 2001-11-09 17:00:28 +00:00
ian%hixie.ch
2913cffeec Removing the @arguments array from a dump statement, because if any of the elements in the array are undef then a runtime warning is printed (undef elements is not always a bug). 2001-11-09 16:58:38 +00:00
ian%hixie.ch
ac58840368 Added a level 5 dump indicating the completion of the PLIF program. 2001-11-09 16:56:49 +00:00
dp%netscape.com
39fdc2c4af secs not ms 2001-11-09 16:54:22 +00:00
ian%hixie.ch
1f8a352b1d Fixed DESTROY method to make sure it called it's parent. 2001-11-09 16:52:08 +00:00
ian%hixie.ch
fd84ee0b49 Change default DEBUG level from 9 to 4, which is what it should be in production releases. Added comments explaining debug levels 6 (reserved for personal use) and 8. Added level 10 debug info to the DESTROY method (makes it easier to track down bugs during shutdown). 2001-11-09 16:50:47 +00:00
ian.mcgreer%sun.com
9112e674cf Output validated cert text to stdout, otherwise the QA scripts think there is a failure. 2001-11-09 16:40:26 +00:00
ian.mcgreer%sun.com
fb398dc74f disabling cert cache (temporarily) 2001-11-09 16:39:34 +00:00
ian%hixie.ch
90d2164530 Made it so the setupEnding event is sent out after the setup failure message is printed but before the setup success message is printed (reduces the number of error messages if you cancel during setup). Changed the semantics of the output.progress string's data.component data. It is now a dotted hierarchical string giving progressively more detail about what is being set up. e.g., 'database', 'database.default.settings', 'database.default.settings.connection.port'. If outputters are interpreting data.component then any trailing unknown levels of detail should be ignored. This allows the setup routines to potentially give much more useful output. Fixed the default stdout output string for setup (it has <text variable=""> instead of value=""). 2001-11-09 16:39:29 +00:00
blizzard%redhat.com
93f2b40fba null check in stack trace code so we don't crash on some systems. r=bryner, dbaron no bug number. 2001-11-09 16:18:56 +00:00
ccarlen%netscape.com
26818ce2cf Bug 104021 - Profile mgr needs to put necko offline when switching profile. r=dougt,kaie/rs=darin/a=asa 2001-11-09 15:32:49 +00:00
kin%netscape.com
b5b14245e1 Fix for bug 106383: regression: new composer doc behaves as if empty
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
  mozilla/editor/libeditor/html/nsHTMLEditRules.cpp
  mozilla/editor/libeditor/html/nsHTMLEditRules.h
  mozilla/editor/libeditor/html/nsHTMLEditor.h
  mozilla/editor/libeditor/text/nsTextEditRules.h

    - Added nsHTMLEditRules::WillLoadHTML() which removes any mBogusNode.
    - Modified nsHTMLEditor::LoadHTML() to call Will/DidDoAction().
    - Changed all references of kOpHTMLLoad to kOpLoadHTML to match
      function name, and added kLoadHTML.

r=jfrancis.netscape.com  sr=sfraser.netscape.com  a=asa@mozilla.org
2001-11-09 15:16:03 +00:00
ian.mcgreer%sun.com
bf3c25df40 fixes pk12util import failure 2001-11-09 14:52:19 +00:00
sicking%bigfoot.com
2c1ee7f6bf Make checkboxes without value attribute work.
b=109122 r=bz sr=jst a=asa (for drivers)
2001-11-09 06:14:52 +00:00
nelsonb%netscape.com
24d8e626d2 Added a new -o option, to override check on received client auth certs,
forcing those certs to be OK.  -v will now test the SSL_LocalCertificate()
function.  Bug 78959.
2001-11-09 05:45:21 +00:00
nelsonb%netscape.com
6312ec5441 Add code to test new SSL_LocalCertificate() function on first connection,
or on every connection if -vv option is used.  Bug 78959.
Also, the nickname "none" can now be used to prevent performing client
authentication without having to use an invalid password.
2001-11-09 05:43:06 +00:00
nelsonb%netscape.com
6d66aee5ea Add localCert field to sid cache entry so SSL_LocalCertificate can
remember the certs it sent back when it established the SSL session.
Bug 78959.  Also, hold on the certs in the received cert chain until
the SSL connection is complete.  This makes it easier for applications
to look at the entire cert chain after the handshake is over without
having to write their own custom authCert callbacks.  It is backwards
compatible with older NSS SSL applications, but may use more memory.
2001-11-09 05:39:36 +00:00
timeless%mac.com
55777ba07e Bugzilla Bug 109138 platform detection not working on macintosh
r=bbaetz,dkl
2001-11-09 05:32:43 +00:00
beard%netscape.com
e6add8ca6c [not part of build] Bumped version to 1.0d6. 2001-11-09 04:48:35 +00:00
morse%netscape.com
c4789e8804 bug 109163, form-manager fields are shrunken, r=jag,sr=blake,a=asa 2001-11-09 04:01:11 +00:00
leaf%mozilla.org
99c0e8da28 Automated update 2001-11-09 03:13:03 +00:00