From 554de99b229180451331f81adc3f6195bf525878 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 30 Mar 2001 00:31:20 +0000 Subject: Not quite finished but checking in for some local frobbing. 2001-03-29 Not Zed * providers/smtp/camel-smtp-transport.c (smtp_connect): Free host name info when done ... blah blah. * camel-sasl-kerberos4.c (krb4_challenge): Free host name info after we're done with it. * camel-sasl-digest-md5.c (digest_md5_challenge): Free host name info after we're done with it. * camel-remote-store.c (remote_connect): Free the host name info from get_host after we're finished with it. * camel-service.c (camel_get_host_byname): New function to lookup a name, and still be cancellable. (camel_free_host): And a function to free the structure returned. (camel_service_gethost): Call get_host_byname for this. svn path=/trunk/; revision=9033 --- camel/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 0106940ea4..9ab05a130d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,23 @@ +2001-03-29 Not Zed + + * providers/smtp/camel-smtp-transport.c (smtp_connect): Free host + name info when done ... blah blah. + + * camel-sasl-kerberos4.c (krb4_challenge): Free host name info + after we're done with it. + + * camel-sasl-digest-md5.c (digest_md5_challenge): Free host name + info after we're done with it. + + * camel-remote-store.c (remote_connect): Free the host name info + from get_host after we're finished with it. + + * camel-service.c (camel_get_host_byname): New function to + lookup a name, and still be cancellable. + (camel_free_host): And a function to free the structure + returned. + (camel_service_gethost): Call get_host_byname for this. + 2001-03-29 Jon Trowbridge * camel-filter-driver.c (camel_filter_driver_filter_message): Save @@ -182,6 +202,7 @@ (camel_vee_folder_hash_folder): Made public (renamed from hash_folder), simply for subclasses (probably not needed). (vee_expunge): Oops, call the class sync, not superclass sync. + (vee_sync): Remove some accidental debug. 2001-03-27 Jeffrey Stedfast -- cgit v1.2.3