summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 194083: use qcc instead of gcc. The patch is contributed bywtc%netscape.com2003-03-251-7/+9
* Fix bug 198099. Display DSA public keys in certs properly.nelsonb%netscape.com2003-03-251-30/+35
* Fix buildjpierre%netscape.com2003-03-251-1/+1
* bug 198622, redundant memset callsian.mcgreer%sun.com2003-03-243-4/+4
* Bug 142867: pk12util needs to be able to import intermediate CA's into hwrelyea%netscape.com2003-03-248-2/+66
* Removed the experimental change. It did not cause the intermittent QAwtc%netscape.com2003-03-231-2/+2
|\
| * fixup commit for tag 'MOZILLA_200303241605_TAG'MOZILLA_200303241605_TAGcvs2hg2003-03-2213-1097/+0
* | Deleted an obsolete comment.wtc%netscape.com2003-03-221-1/+0
* | An experimental change for debugging bug 195127: on the 64-bit AIXwtc%netscape.com2003-03-221-2/+2
|/
* Added more debugging output for bug 195127.wtc%netscape.com2003-03-221-0/+3
* Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage.wtc%netscape.com2003-03-221-1/+1
* BSD/OS seems to be using GNU ld, which needs -rpath-link to find thewtc%netscape.com2003-03-221-0/+4
* bug 168393 PK11SDR_Decrypt() does not call PK11_Authenticate() before searchrelyea%netscape.com2003-03-221-0/+3
* bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtcrelyea%netscape.com2003-03-221-0/+2
* Bug 198543: BeOS uses LIBRARY_PATH to search for shared libraries.wtc%netscape.com2003-03-211-0/+2
* Rewrote without the dirname() and basename() calls because they are notwtc%netscape.com2003-03-212-14/+17
* Resurrected the workaround in revision 1.2. It may be difficult for somewtc%netscape.com2003-03-211-0/+57
* Bug 197890: backed out the previous checkin. For unknown reasons, thewtc%netscape.com2003-03-211-1/+1
* Bugzilla 198461: fixed build problem on OpenBSD. The patch is contributedwtc%netscape.com2003-03-211-1/+1
* On IRIX, dirname() and basename() are defined in -lgen.wtc%netscape.com2003-03-211-0/+4
* Bugzilla 198481: when using cc to build a 64-bit SPARC shared library, wewtc%netscape.com2003-03-211-0/+3
* Bug 198482: OS/2 can't run sign.sh because we can't set DLL load path inwtc%netscape.com2003-03-212-0/+22
* Bugzilla 198481: fixed all build problems with gcc on Solaris.wtc%netscape.com2003-03-213-7/+27
* Add OID Definition for AOL screenname attribute.relyea%netscape.com2003-03-202-3/+6
* White space change simply to cause the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-03-201-1/+0
* Bug 195127: added temporary debugging output.wtc%netscape.com2003-03-201-0/+3
* Bug 58221: don't use strlen to check if a string is of length 0.wtc%netscape.com2003-03-191-1/+1
* Bug 58221: don't use strlen to check if a string is of length 0.wtc%netscape.com2003-03-1958-2/+13705
|\
* | fixup commit for tag 'NSS_3_8_WTC_TMP'NSS_3_8_WTC_TMPcvs2hg2003-03-1856-13703/+0
|/
* Bug 197890: use Cygwin's cygpath command to "escape" a pathname with awtc%netscape.com2003-03-181-1/+1
* Fix type mismatches in return values that were breaking gcc builds.nelsonb%netscape.com2003-03-181-2/+2
* Bug 197890: Eliminated the artificial dependency of all NSS cmd tools onwtc%netscape.com2003-03-174-11/+22
* Make indention style consistant with SSL's usage, not softoken/pk11 usage.relyea%netscape.com2003-03-1357-1/+13704
|\
* | fixup commit for tag 'NSS_3_8_BETA2'NSS_3_8_BETA2cvs2hg2003-03-1356-13703/+0
|/
* Bug 197147: removed an invalid/unnecessary comparison of twowtc%netscape.com2003-03-131-2/+1
* Allow for tokens that don't require login. bug 197082relyea%netscape.com2003-03-121-1/+1
* Made 'seconds' argument to '-L' optional.kirk.erickson%sun.com2003-03-121-3/+8
* Fix for 192590 - add ability to encode NSSCMSRecipientInfo . r=javi, wtcjpierre%netscape.com2003-03-113-0/+22
* Bug 196776: the 'src' argument to the ASN.1 encoding functions should bewtc%netscape.com2003-03-112-7/+7
* Shifted optimization level on Solaris to -xO3 (bug 122974).kirk.erickson%sun.com2003-03-111-2/+2
* Fix for bug 175167 - don't use mark & release in QuickDER decoder . r=wtcjpierre%netscape.com2003-03-071-10/+0
* remove last references to TraverseCerts by removing depricated functions with...relyea%netscape.com2003-03-051-1/+0
* Remove external use of SEC_TraversePermCerts(). Bug 130968.relyea%netscape.com2003-03-052-27/+13
* Bug 185245. including wtc's comments.relyea%netscape.com2003-03-051-1/+9
* Fix memory leaks. (roll fixes from 3.7 BRANCH).relyea%netscape.com2003-03-053-8/+11
* Incorporate wtc comment from bug 19061 (removal of commented code).relyea%netscape.com2003-03-041-1/+0
* bug 162976: make crl update atomic. Set up new Crl with a new Object ID which...relyea%netscape.com2003-03-043-1/+41
* Bug 162976. Make CRL updates 'atomic' . Insert new CRL before deleting therelyea%netscape.com2003-03-041-3/+8
* Print all the certs for a given nickname, not just the first.relyea%netscape.com2003-03-041-20/+35
* Fix QA failures on tip (don't dereference through a NULL pointer).relyea%netscape.com2003-03-031-1/+1