log libpurple/certificate.c @ 21887:b05a8f1db1c3

age author description
Wed, 28 Nov 2007 00:17:27 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)
Mon, 26 Nov 2007 19:39:21 +0000 Mark Doliner Simplify this a little bit. Most of this change is just removing
Mon, 26 Nov 2007 09:28:15 +0000 Sadrul Habib Chowdhury Patch from Florian Quze (the InstantBird dude) to add a search path for
Sat, 17 Nov 2007 00:56:02 +0000 Luke Schierer merge of '1084824bf3739139306602c736073dd294ca4206'
Fri, 16 Nov 2007 07:49:55 +0000 Mark Doliner Don't crash when connecting to jabber.freenet.de. Michael Weitzel sent
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Tue, 02 Oct 2007 08:54:26 +0000 William Ehlhardt - Debugging babble in purple_verify_complete to tell final verification
Tue, 02 Oct 2007 08:45:17 +0000 William Ehlhardt - Use certificate_pool_retrieve instead of certificate_pool_contains and
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Fri, 28 Sep 2007 20:30:07 +0000 Richard Laager Translating the empty string is a bad idea.
Fri, 28 Sep 2007 16:00:08 +0000 Richard Laager applied changes from 9e879ffd528064d9e1cef9eb4f5fb3cfee8b193f
Fri, 28 Sep 2007 15:59:51 +0000 Richard Laager applied changes from 92e6c32278d711f0d5807c4d931b26162e4a720f
Wed, 12 Sep 2007 20:04:10 +0000 Gabriel Schulhof Fixing certificate.c
Wed, 12 Sep 2007 20:02:25 +0000 Gabriel Schulhof Fixing certificate.c
Sun, 09 Sep 2007 06:58:06 +0000 William Ehlhardt - Add specific notification for self-signed certificates. Fixes #2874
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 01:12:44 +0000 William Ehlhardt - Add purple_reserved fields to various structures.
Sat, 01 Sep 2007 18:23:12 +0000 Mark Doliner When you have a certificate dialog and you click on "View Certificate",
Thu, 30 Aug 2007 17:27:02 +0000 William Ehlhardt - Remove g_assert()s. Fixes #2859
Wed, 29 Aug 2007 20:05:17 +0000 William Ehlhardt - Change wording on certificate accept/reject dialog
Wed, 29 Aug 2007 05:40:01 +0000 Sadrul Habib Chowdhury (Un)Register the pools with DBus to avoid a runtime fit.
Tue, 28 Aug 2007 21:17:28 +0000 Sadrul Habib Chowdhury There's some disagreement over the response-id sent to the callbacks to
Tue, 28 Aug 2007 03:15:48 +0000 Daniel Atallah Fix the win32 build for the cert SoC branch merge.
Mon, 20 Aug 2007 16:25:44 +0000 William Ehlhardt - TODO whacking and cosmetics
Mon, 20 Aug 2007 16:22:35 +0000 William Ehlhardt - Even more TODO whacking
Mon, 20 Aug 2007 03:53:28 +0000 William Ehlhardt - Reword some dialogs
Sat, 18 Aug 2007 20:00:26 +0000 William Ehlhardt - Fix some g_free()s of string constants that caused crashing
Sat, 18 Aug 2007 07:42:24 +0000 William Ehlhardt - Fix the interpretation of the "accept cert? yes/no" choice id given by
Sat, 18 Aug 2007 07:21:33 +0000 William Ehlhardt In tls_cached:
Sat, 18 Aug 2007 05:54:49 +0000 William Ehlhardt - Add purple_certificate_display_x509
Tue, 14 Aug 2007 06:41:47 +0000 William Ehlhardt In x509_ca pool:
Mon, 13 Aug 2007 16:04:48 +0000 William Ehlhardt - Add debugging babble
Mon, 13 Aug 2007 06:00:00 +0000 William Ehlhardt - Fix memleak
Mon, 13 Aug 2007 05:58:09 +0000 William Ehlhardt - Implement x509_ca_get_idlist
Mon, 13 Aug 2007 05:55:02 +0000 William Ehlhardt - Implement x509_ca_delete_cert
Mon, 13 Aug 2007 05:52:21 +0000 William Ehlhardt - Add a helper function to destroy x509_ca_elements, and use it where
Mon, 13 Aug 2007 05:46:57 +0000 William Ehlhardt - Implement x509_ca_get_cert
Mon, 13 Aug 2007 05:42:57 +0000 William Ehlhardt Cosmetics
Mon, 13 Aug 2007 05:42:25 +0000 William Ehlhardt - Implement x509_ca cert_in_pool
Mon, 13 Aug 2007 05:40:33 +0000 William Ehlhardt - Add a function to search the x509_ca internal structures for an id
Mon, 13 Aug 2007 05:35:06 +0000 William Ehlhardt - Write the uninit function for x509_ca
Mon, 13 Aug 2007 05:29:22 +0000 William Ehlhardt In x509_ca pool:
Sun, 12 Aug 2007 04:03:45 +0000 William Ehlhardt - Add a hacked-up method of adding certs to the CA pool
Sun, 12 Aug 2007 03:44:44 +0000 William Ehlhardt - x509_ca_lazy_init is more implemented
Sun, 12 Aug 2007 03:36:53 +0000 William Ehlhardt In x509_ca pool:
Sun, 12 Aug 2007 03:06:47 +0000 William Ehlhardt - Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePool
Fri, 10 Aug 2007 06:21:11 +0000 William Ehlhardt - purple_certificate_verify_destroy is deprecated and has met its end.
Fri, 10 Aug 2007 05:51:44 +0000 William Ehlhardt - Remove all usage of purple_certificate_verify_destroy, as it is
Fri, 10 Aug 2007 05:44:20 +0000 William Ehlhardt - Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kind
Fri, 10 Aug 2007 05:36:42 +0000 William Ehlhardt - Wrote a tls_cached unknown_peer function that does many fun things,
Fri, 10 Aug 2007 04:59:52 +0000 William Ehlhardt - Add verify_complete, which should deprecate verify_destroy