summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bugzilla bug 112198: Port NSS to Mac OS X (Darwin). The patch iswtc%netscape.com2002-02-105-5/+14
| * | Define DARWIN instead of XP_MACOSX.wtc%netscape.com2002-02-091-1/+1
| * | Bugzilla bug 112198: added Darwin.mk. This file is contributed bywtc%netscape.com2002-02-091-0/+70
| * | Give fragment names to the 2 targets. Will help with Talkback.javi%netscape.com2002-02-091-2/+2
| * | localize the adding of cert references to one function to save an iteration, ...ian.mcgreer%sun.com2002-02-081-21/+16
| * | Accidentally deleted PK11_GetSymKeyNickname in my previous checkin.wtc%netscape.com2002-02-081-0/+1
| * | Checked in Jamie's patches forwtc%netscape.com2002-02-083-2/+10
| * | as with the cache, a search by cert DER should crack the DER into issuer and ...ian.mcgreer%sun.com2002-02-081-33/+44
| * | bug 124268, usage statement for dump chain optionian.mcgreer%sun.com2002-02-081-0/+14
| * | bug 124189, signtool hangsian.mcgreer%sun.com2002-02-081-3/+13
| * | Added SunOS5.10.mk for Solaris 10.wtc%netscape.com2002-02-081-0/+44
| * | Bugzilla bug 124318: do not link with -lsoftokn3 explicitly. Use thewtc%netscape.com2002-02-081-1/+6
| * | bug 124309, fix various issues with the cache/temp store and thread safety. ...ian.mcgreer%sun.com2002-02-086-39/+132
| * | script to clean up old tinderbox QAsonja.mirtitsch%sun.com2002-02-081-0/+174
| * | QAstatus file now made at the right place (global Exit()) and puttingsonja.mirtitsch%sun.com2002-02-082-6/+11
| * | Patch for bug 119368: SECU_PrintError prints decimal error code now ifbishakhabanerjee%netscape.com2002-02-081-1/+1
| * | removed compiler workshop 5 marker bug# 124256 r=nelsonbsonja.mirtitsch%sun.com2002-02-085-47/+0
| * | Bug 120651: Stop up memory leaks in the built-in token. We are slowly leakingrelyea%netscape.com2002-02-0813-208/+212
| * | bug 124268, -P is used twiceian.mcgreer%sun.com2002-02-071-1/+1
| * | This is a revision of the patch shown in bug 122907. It should fix the leaka...ian.mcgreer%sun.com2002-02-071-2/+8
| * | Bugzilla bug 119376: initialize a local variable to eliminate a compilerwtc%netscape.com2002-02-071-1/+1
| * | Bugzilla bug 119376: fixed the uninitialized variable 'rv' inwtc%netscape.com2002-02-071-1/+1
| * | Identify certs that have no trust as CA's if they have the right settingsrelyea%netscape.com2002-02-071-1/+2
| * | another misused arenaian.mcgreer%sun.com2002-02-061-5/+5
| * | Don't waste time searching on tokens for trust of a temp cert. It can only b...ian.mcgreer%sun.com2002-02-061-3/+5
| * | cleanup shutdown leakian.mcgreer%sun.com2002-02-061-0/+3
| * | PK11_VerifyRecover leaks a slot reference, this fixes it.ian.mcgreer%sun.com2002-02-061-0/+5
| * | Bugzilla bug 120003: support OpenUNIX 8 build. Thanks to Hiram Clawsonwtc%netscape.com2002-02-062-1/+92
| * | changing the way to figure out if selfserv is still present from ps tosonja.mirtitsch%sun.com2002-02-061-2/+6
| * | start of fix for 122632 to avoid overflowssonja.mirtitsch%sun.com2002-02-062-0/+8
| * | calling the selfserv now with -y to get the certs at the end, adjusted client...sonja.mirtitsch%sun.com2002-02-061-343/+344
| * | Fix memory leak in hash table keys. Hash tables stay around forever.relyea%netscape.com2002-02-061-1/+1
| * | Bugzilla bug 119340: write the "selfserv: received SIGTERM" message towtc%netscape.com2002-02-061-1/+1
| * | debugging info for the intermittant multiple recipient problem on linuxsonja.mirtitsch%sun.com2002-02-061-4/+12
| * | fixes for bugs 123479 and 123081 (possibly others). break up arena usage in ...ian.mcgreer%sun.com2002-02-052-17/+66
| * | Bugzilla bug 121523: checked in Kirk Erickson's session lock fix.wtc%netscape.com2002-02-054-44/+98
| * | place where iterator was not freedian.mcgreer%sun.com2002-02-051-0/+1
| * | Fix for 122907 - patch to disable arena free lists with environment variablejpierre%netscape.com2002-02-051-2/+4
| * | some of the output in bug 123081 shows potential leaks around iterators, sinc...ian.mcgreer%sun.com2002-02-051-1/+1
| * | cleanup suggested by review by Nelsonian.mcgreer%sun.com2002-02-051-1/+15
| * | Fix error path, only free arena is one was allocated.relyea%netscape.com2002-02-051-1/+3
| * | Plug one of the leaks reported in bugzilla bug 123081nelsonb%netscape.com2002-02-041-0/+12
| * | plug leak found doing client auth, move freeing of cert's slot down a level i...ian.mcgreer%sun.com2002-02-042-5/+5
| * | fix leak reported in bug 123081 by avoiding allocation for time variableian.mcgreer%sun.com2002-02-045-7/+10
| * | last part of bug 121628, permanent slots should respond immediately to IsPres...ian.mcgreer%sun.com2002-02-043-0/+19
| * | Function to read PQG params from the key.relyea%netscape.com2002-02-043-0/+47
| |/
* | fixup commit for tag 'NSS_CLIENT_TAG_20020213'NSS_CLIENT_TAG_20020213cvs2hg2002-02-1065-13631/+149
|/
* Temporary hack to make 'depend' do a 'clean' in NSS.wtc%netscape.com2002-02-041-0/+1
* Bug 117978: accessor functions to all JCE keystore API to be implemented.relyea%netscape.com2002-02-0310-25/+438
* Fix cert leaks when building a chain. There are several client auth bugs fil...ian.mcgreer%sun.com2002-02-023-7/+23