summaryrefslogtreecommitdiff
path: root/security/nss/cmd
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'Accessible_042401_Branch2'XPCDOM_20010420_BASEXPCDOM_20010329_BASEStyle_20010509_BaseMOZILLA_0_9_RELEASEMOZILLA_0_9_2001042510_BASEAccessible_042501_Base3Accessible_042401_Base2cvs2hg2001-04-121-44/+39
* Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.nelsonb%netscape.com2001-03-021-2/+7
* Bug 69582 endless loop on EOF reading Extensionskirke%netscape.com2001-03-011-4/+8
* change '-p' to '-P' to be consistant with other tools.relyea%netscape.com2001-03-011-3/+3
* On NT, it looks like isatty doesn't always work. Since we always use stdin fo...relyea%netscape.com2001-02-281-0/+4
* Finish WinNT changes.relyea%netscape.com2001-02-281-1/+8
* Add '-p' to specify a dbprefix.relyea%netscape.com2001-02-281-10/+58
|\
| * fix for #63982, -o not using file passwordmcgreer%netscape.com2001-02-221-0/+12
|/
* OK, let's not get sloppy on the types... flags should be a PRUint32.relyea%netscape.com2001-02-101-1/+1
* Make the public interface use a flags variable instead of a billion littlerelyea%netscape.com2001-02-102-2/+6
* update certutil and modutil to use the new NSS_Initialize signature.relyea%netscape.com2001-02-092-2/+2
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-092-3/+3
* Changes suggested by Wan-Teh.nelsonb%netscape.com2001-02-082-26/+29
* Big changes to get better SSL performance out of selfserv.nelsonb%netscape.com2001-02-071-183/+313
* Add new -D command line option to suppress TCP Nagle delays.nelsonb%netscape.com2001-02-071-40/+37
* bug 67132. certutil crashes on -C -x combination, deny it for now.mcgreer%netscape.com2001-02-061-6/+22
* Bug 67501: Fix suggested by Nelson. Make '-d' option work again in sdrtest.relyea%netscape.com2001-02-061-1/+1
* Bugzilla bug #60143: checked in OpenVMS patch from Colin Blakewtc%netscape.com2001-02-041-0/+1
* get pk12util working with shared libs. Change ciphersuites tomcgreer%netscape.com2001-02-022-7/+18
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-025-5/+0
* remove cdbhdl.h and recode. bug 64206 reviewed by wtc.relyea%netscape.com2001-02-012-14/+11
* remove cdbhdl.h bug 64260 reviewed by wtc.relyea%netscape.com2001-02-014-4/+0
* Resolved merge conflict with Ian.kirke%netscape.com2001-02-011-3/+0
* Fixed bogus tab introduced by my previous checkin.kirke%netscape.com2001-02-014-4/+4
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* func...kirke%netscape.com2001-01-3116-23/+109
* Bugzilla bug #62855: checked in OS/2 makefile patches from Javierwtc%netscape.com2001-01-311-0/+8
* I found that #include <unistd.h> is still needed on Unix for getpid().wtc%netscape.com2001-01-311-1/+6
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-311-0/+3
* Backed out the previous checkin as it requireswtc%netscape.com2001-01-311-1/+1
* We can just pass NULL as the 'envp' argument to PR_CreateProcess, so wewtc%netscape.com2001-01-311-25/+1
* change pk12util to use shared libs.mcgreer%netscape.com2001-01-302-39/+2
* Bugzilla bug #54989: Use the AIX -brtl linker option to link the NSSwtc%netscape.com2001-01-301-0/+4
* Add multi-process server capability to selfserv. Bug 66630.nelsonb%netscape.com2001-01-271-61/+180
* thought I'd be cool and make it build with DSO's, but alas, need CERT_DecodeT...mcgreer%netscape.com2001-01-262-7/+3
* initial checkin of tool which converts CA certs into format for certdata.txtmcgreer%netscape.com2001-01-263-0/+466
* Bugzilla bug #65416: assign values to enumeration constants in secutil.hwtc%netscape.com2001-01-251-3/+3
* Detect failures of NSS_Init and report them.nelsonb%netscape.com2001-01-251-7/+19
* cleanup after testclient -q successfully connected before exitingsonmi%netscape.com2001-01-231-1/+6
* do_accept now ignores the PR_CONNECT_RESET_ERRORsonmi%netscape.com2001-01-231-0/+6
* add option for db prefixmcgreer%netscape.com2001-01-221-15/+47
* dbprefix option addedmcgreer%netscape.com2001-01-221-5/+13
* make blapitest return error codes so QA lights up correctly. Fix bug with DSAmcgreer%netscape.com2001-01-181-13/+16
* changed the stopQ conditionvariable to theadQsonmi%netscape.com2001-01-171-9/+3
* Add implementation of SSL_RSA_WITH_RC4_128_SHA SSL3 cipher suite,nelsonb%netscape.com2001-01-133-2/+7
* Suppress EOF messages unless running with -v. Bug 60879.nelsonb%netscape.com2001-01-131-1/+2
* removing use of external NSS_CMSArray_Countmcgreer%netscape.com2001-01-121-2/+16
* MSVC won't let you initialize a pointer in a data structure with thenelsonb%netscape.com2001-01-072-20/+27
* Eliminate warnings about functions returning values of the wrong type.nelsonb%netscape.com2001-01-072-4/+4
* Add missing declaration of library function printflags().nelsonb%netscape.com2001-01-071-0/+2
* This program tests low level functions that aren't exported from the DSOs,nelsonb%netscape.com2001-01-071-0/+1