[Xfce4-commits] <postler:master> Always accept certificates regardless of verification

Christian Dywan noreply at xfce.org
Thu Nov 4 04:20:04 CET 2010


Updating branch refs/heads/master
         to 98eb56ba72c6139ac5f13b4eeedc153b95144fbb (commit)
       from fb75329a6d45da8aeab8e7545a84b8dbfd818c70 (commit)

commit 98eb56ba72c6139ac5f13b4eeedc153b95144fbb
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Nov 4 04:07:45 2010 +0100

    Always accept certificates regardless of verification

 isync/drv_imap.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/isync/drv_imap.c b/isync/drv_imap.c
index cb45970..c52bb09 100644
--- a/isync/drv_imap.c
+++ b/isync/drv_imap.c
@@ -314,6 +314,9 @@ verify_cert( imap_store_t *ctx )
 		info( "\n" );
 	}
 
+#ifdef POSTLER_CHANGES
+        return 0;
+#endif
 	fputs( "\nAccept certificate? [y/N]: ",  stderr );
 	if (fgets( buf, sizeof(buf), stdin ) && (buf[0] == 'y' || buf[0] == 'Y'))
 		return 0;



More information about the Xfce4-commits mailing list