Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If any of the pipe()'s fail, clean up any pipes that may have succeeded. | Jeffrey Stedfast | 2001-11-10 | 1 | -3/+3 |
| | | | | | | | | | | 2001-11-08 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (crypto_exec_with_passwd): If any of the pipe()'s fail, clean up any pipes that may have succeeded. Also close the password fds. svn path=/trunk/; revision=14649 | ||||
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
| | | | | svn path=/trunk/; revision=14216 | ||||
* | New virtual class for manipulating cryptographic message syntax messages | Jeffrey Stedfast | 2001-06-01 | 1 | -0/+126 |
2001-05-31 Jeffrey Stedfast <fejj@ximian.com> * camel-cms-context.[c,h]: New virtual class for manipulating cryptographic message syntax messages (like S/MIME). * camel-smime-context.[c,h]: Modified to inherit from the CamelCMSContext class rather than the CamelCipherContext class. * camel-smime.[c,h]: Removed - just use camel-smime-context directly. * camel-smime-utils.[c,h]: New source files. Moved the 2 useful functions from camel-smime.[c,h] into here. svn path=/trunk/; revision=10065 |