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

92135 Коммитов

Автор SHA1 Сообщение Дата
kaie%netscape.com 4d6ab44fdd build smime if MOZ_PSM is defined
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com 0f9c9d8d62 build smime if psm2 is defined.
a=leaf
2001-11-09 20:26:40 +00:00
ian%hixie.ch 73179ecb4f Added some more comments that might help people get this working on Apache. 2001-11-09 20:23:42 +00:00
ian%hixie.ch 657b6ffe1a 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 53e6d5ac79 Adding support for generic saving and retrieving of settings. 2001-11-09 20:13:21 +00:00
ian%hixie.ch 0c4ffdbd75 Adding a comment on the use of assert() 2001-11-09 20:09:22 +00:00
rweltman%netscape.com faf16d7cba 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 120fbaa20c Better usage message. Ability to take args. 2001-11-09 19:16:04 +00:00
ian%hixie.ch dcc2097dae 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 0bcc147053 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 791fc529b1 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 b8414702ac Changed the DESTROY method to make sure it calls its parent. 2001-11-09 17:13:27 +00:00
ian%hixie.ch 0cb23ea40f Added support for printing the default value for requests. 2001-11-09 17:12:18 +00:00
ian%hixie.ch 9d7bf3c600 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 725d3308e9 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 744e2e3847 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 20f63b1ced Fixed DESTROY method to make sure it calls its parent. 2001-11-09 17:00:28 +00:00
ian%hixie.ch 4da016547c 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 7444cd2f92 Added a level 5 dump indicating the completion of the PLIF program. 2001-11-09 16:56:49 +00:00
dp%netscape.com 36ead4cbf7 secs not ms 2001-11-09 16:54:22 +00:00
ian%hixie.ch b8d1bff110 Fixed DESTROY method to make sure it called it's parent. 2001-11-09 16:52:08 +00:00
ian%hixie.ch f939cf3dd2 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 fca7e6b8dd 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 bf236592dd disabling cert cache (temporarily) 2001-11-09 16:39:34 +00:00
ian%hixie.ch fcf68a1cc0 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 6f6bb65bce 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 67d3d8846b 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 0c5dcfdcae 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 5074ad7e75 fixes pk12util import failure 2001-11-09 14:52:19 +00:00
sicking%bigfoot.com 13fa41a224 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 39b30b542f 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 ab4a5bf572 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 c45ed36ec9 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 749f837a11 Bugzilla Bug 109138 platform detection not working on macintosh
r=bbaetz,dkl
2001-11-09 05:32:43 +00:00
beard%netscape.com c4ca2e488e [not part of build] Bumped version to 1.0d6. 2001-11-09 04:48:35 +00:00
morse%netscape.com 739a722a3c bug 109163, form-manager fields are shrunken, r=jag,sr=blake,a=asa 2001-11-09 04:01:11 +00:00
leaf%mozilla.org 6e4a2ffe70 Automated update 2001-11-09 03:13:03 +00:00
colin%theblakes.com f1ee2be75c 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
rweltman%netscape.com 3b3369befa Initial introduction to org.ietf.ldap 2001-11-09 01:54:26 +00:00
rweltman%netscape.com c69f6d09cf Initial checkin of org.ietf.ldap classes 2001-11-09 01:36:04 +00:00
rweltman%netscape.com 2575676e90 ant Makefile for ietfldap 2001-11-09 01:26:37 +00:00
relyea%netscape.com 394c7d16a0 Fix reporting of the label 2001-11-09 01:23:47 +00:00
relyea%netscape.com f1a3fd624f Fix Solaris crash.. don't send more of the template than we need 2001-11-09 01:22:48 +00:00
myk%mozilla.org d8061828ca Fix for bug 109048: fixes error when creating attachments without logging in.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2001-11-09 01:11:09 +00:00
sonja.mirtitsch%sun.com e2c23d88e3 fixed email header and tinderbox hyperlink 2001-11-09 01:09:17 +00:00
timeless%mac.com 87f0dc82e7 Bugzilla Bug 92533 Region selection button is hidden in Profile Manager
patch by jg@cyberstorm.demon.co.uk r=hwaara sr=ben a=asa
2001-11-09 01:07:55 +00:00
peterlubczynski%netscape.com 0c9920b447 Mac fix for HTML embed region being painted the default background color bug 83159 r=av sr=sfraser a=asa 2001-11-09 00:42:02 +00:00
relyea%netscape.com bff353a20b Update Library name to match the current library. 2001-11-09 00:38:03 +00:00
relyea%netscape.com 412ec7617c Fix NT process command to something that will work in our environment without requiring new tools. 2001-11-09 00:37:12 +00:00
ian.mcgreer%sun.com e0b2108442 fips changes. forces login for cert listing. 2001-11-09 00:37:03 +00:00