summaryrefslogtreecommitdiffstats
path: root/pinst.c
Commit message (Collapse)AuthorAgeFilesLines
* implement memory management for internal objectsKamil Dudka2009-08-201-42/+70
| | | | | | | | | | | | | | * ckpem.h: Define list objects, add reference counter to internal objects. * pfind.c: Increase object's reference while exporting. Skip already freed objects. * pinst.c (AddObjectIfNeeded): New function providing sharing of internal objects. * pobject.c: Add support for list objects. Implement pem_mdObject_Finalize(). * psession.c (pem_mdSession_CopyObject): Increase reference count only. Signed-off-by: Kamil Dudka <kdudka@redhat.com>
* Fix various memory leaks and free internal objects on module unload.Kamil Dudka2009-05-291-0/+12
| | | | | | Elio helped me to complete the patch. 501080
* Do not bypass initialization if module arguments are omitted.Kamil Dudka2009-05-291-6/+3
| | | | 501058
* Initial import of code. This is equivalent to the 20080124 tarball inRob Crittenden2009-05-221-0/+602
the Fedora nss package tree.