summaryrefslogtreecommitdiff
path: root/security/nss/cmd/selfserv
Commit message (Expand)AuthorAgeFilesLines
* Fix Usage message. Add missing \n to string.nelsonb%netscape.com2002-03-011-1/+1
* Bugzilla bug 125790: free the nickName and passwd stringswtc%netscape.com2002-02-151-0/+3
* Bugzilla bug 119340: write the "selfserv: received SIGTERM" message towtc%netscape.com2002-02-061-1/+1
* bug 90518, selfserv dumps cache state before shutdown with -y optionian.mcgreer%sun.com2002-02-021-1/+20
* Bugzilla bug 119340: install a SIGTERM handler on Linux for debugging.wtc%netscape.com2002-02-011-0/+22
* Bugzilla bug 119340: backed out the fix. We are still seeing thewtc%netscape.com2002-01-311-30/+1
* Bugzilla bug 119340: an inelegant but more reliable way to kill thewtc%netscape.com2002-01-231-1/+30
* Bugzilla bug 119340: added a debug printf statement.wtc%netscape.com2002-01-161-0/+1
* Fixed termination when using -L 30 (see bug 107777).kirk.erickson%sun.com2002-01-111-1/+1
* Fixes bug 107777. Added '-L <seconds>' argument (ops/sec logging).kirk.erickson%sun.com2001-11-271-29/+46
* Resolves 107777 - selfserv needs log stats modekirk.erickson%sun.com2001-11-131-1/+39
* Output validated cert text to stdout, otherwise the QA scripts think there is...ian.mcgreer%sun.com2001-11-091-1/+1
* Added a new -o option, to override check on received client auth certs,nelsonb%netscape.com2001-11-091-5/+29
* Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().nelsonb%netscape.com2001-11-021-14/+19
* Fix for 102089 - add a new "-l" command-line option to selfserv to use local ...jpierre%netscape.com2001-09-291-5/+11
* Fix for bug 101617 - make selfserv work in multi process mode on Windows NTjpierre%netscape.com2001-09-281-0/+10
* Correct the test for length of data in SSL channel info struct.nelsonb%netscape.com2001-09-261-1/+1
* Add support for new TLS AES ciphersuites. Bug 87021.nelsonb%netscape.com2001-09-211-0/+13
* Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.nelsonb%netscape.com2001-09-181-25/+62
* Remove unnecessary global tables of cipherSuite numbers. This solvesnelsonb%netscape.com2001-04-111-12/+0
* Fix leak of cert reference in cert authentication callback functions.nelsonb%netscape.com2001-03-301-0/+1
* Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.nelsonb%netscape.com2001-03-021-2/+7
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-091-1/+1
* Changes suggested by Wan-Teh.nelsonb%netscape.com2001-02-081-20/+23
* Big changes to get better SSL performance out of selfserv.nelsonb%netscape.com2001-02-071-183/+313
* 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
* We can just pass NULL as the 'envp' argument to PR_CreateProcess, so wewtc%netscape.com2001-01-311-25/+1
* Add multi-process server capability to selfserv. Bug 66630.nelsonb%netscape.com2001-01-271-61/+180
* do_accept now ignores the PR_CONNECT_RESET_ERRORsonmi%netscape.com2001-01-231-0/+6
* 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-131-2/+4
* Suppress EOF messages unless running with -v. Bug 60879.nelsonb%netscape.com2001-01-131-1/+2
* Stop using deprecated SSL functions. Convert them to the supported ones.nelsonb%netscape.com2001-01-061-34/+38
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-218/+111
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-36/+65
* Made argument processing more robust (ala stresclnt.c). We now detectkirke%netscape.com2001-01-021-86/+137
* Bugzilla: 62396, fix threads in selfserv.clarryh%netscape.com2000-12-091-118/+88
* Prefix all selfserv's output messages with "selfserv: " so we can tellnelsonb%netscape.com2000-10-051-30/+39
* Add option to get the server pid so we can kill the server later.relyea%netscape.com2000-09-131-2/+16
* merge changes from NSS 3.0 branch to allow NT automated tests to work.relyea%netscape.com2000-06-291-1/+1
* Correct the implementation of the options for disabling SSL2, SSL3 and TLS.nelsonb%netscape.com2000-05-241-25/+30
* 1) add code to allow selfserv to reuse existing listen ports when they are 'j...relyea%netscape.com2000-05-161-0/+12
* Update makefiles so NT will build. (and other platforms that don't have symbo...relyea%netscape.com2000-04-031-2/+2
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-314-0/+1546