log

age author description
2007-07-27 William Ehlhardt - Add CertificatePool signals documentation
2007-07-27 William Ehlhardt - Register the certificate-stored and certificate-deleted signals
2007-07-27 William Ehlhardt - Specify the selection mode on the tls_peers_mgmt listview (may not be
2007-07-27 William Ehlhardt - CertMgr now lists the certificates in the pool
2007-07-26 William Ehlhardt - More pretty (useless) GUI sugar
2007-07-24 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)
2007-07-20 William Ehlhardt - Add logic to allow tls_peers manager to properly uninit itself when
2007-07-19 William Ehlhardt - Mock tls_peers mgmt interface
2007-07-19 William Ehlhardt - Add label field to PidginCertificateManager
2007-07-19 William Ehlhardt - Add a Certificate GTK management interface type
2007-07-19 William Ehlhardt - Comment cosmetics
2007-07-19 William Ehlhardt - Add purple_certificate_pool_usable to check whether a pool's
2007-07-18 William Ehlhardt - Handle NULLs given to certificate_pool_mkpath without causing errors
2007-07-18 William Ehlhardt - CertMgr window responds properly to delete_event
2007-07-18 William Ehlhardt - Make a real Certificate Manager dialog instead of a stupid popup. It
2007-07-18 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e7e92461f2b02e785115d22ecca6212d9142a206)
2007-07-17 William Ehlhardt - Add debug code to spit a list of all certificates in all pools when
2007-07-17 William Ehlhardt - Add dire warnings to the purple_certificate_get_Xs docs
2007-07-17 William Ehlhardt - Add get_idlist support to tls_peers CertificatePool
2007-07-16 William Ehlhardt - Add pool_get_idlist / pool_destroy_idlist
2007-07-15 William Ehlhardt - Added a lovely Doxygen signals tutorial
2007-07-14 William Ehlhardt - Change certificate_uninit to unregister all Pools, Schemes, and
2007-07-14 William Ehlhardt - Add get_pools, get_verifiers, and get_schemes
2007-07-14 William Ehlhardt - Add purple_certificate_get_handle
2007-07-13 William Ehlhardt - purple_certificate_verify no longer takes possession of the
2007-07-13 William Ehlhardt - Add purple_certificate_copy_list
2007-07-13 William Ehlhardt - Add GnuTLS X.509 cert copy operator
2007-07-13 William Ehlhardt - Add purple_certificate_copy and associated machinery
2007-07-13 William Ehlhardt - GnuTLS plugin now uses reference counting to manage its underlying
2007-07-13 William Ehlhardt - More skeleton
2007-07-13 William Ehlhardt - Add a skeleton for the Pidgin Certificate Manager and include it in
2007-07-12 William Ehlhardt - Add expiration/activation time display to tls_cached verifier
2007-07-12 William Ehlhardt - Add activation/expiration time retrievers to GnuTLS plugin
2007-07-12 William Ehlhardt - Add expiration/activation functions for Certificates
2007-07-12 William Ehlhardt - Verbosity in struct members.
2007-07-09 William Ehlhardt - Fix overzealous escaping cause by ancestor revision
2007-07-09 William Ehlhardt - pool_mkpath now runs purple_escape_filename on its return value
2007-07-09 William Ehlhardt - Add certificate_check_subject_name and associated machinery
2007-07-09 William Ehlhardt - Remove a duplicate field from CertificateScheme. Oops.
2007-07-09 William Ehlhardt - Add get_activation_time and get_expiration_time to CertificateScheme
2007-07-08 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ede3f4c61fab6e6979e40b2169494d27af5f528)
2007-07-08 William Ehlhardt - Fix intermittent crash due to uninitialized variable
2007-07-08 William Ehlhardt - GnuTLS plugin no longer uses write_data_to_file from util. It has been
2007-07-08 William Ehlhardt - Fix an incorrect assertion in GnuTLS plugin
2007-07-08 William Ehlhardt - Wrote the logic for the "previously unknown host" condition in
2007-07-08 William Ehlhardt - More skeletonizing for tls_cached logic.
2007-07-08 William Ehlhardt - Made a logic skeleton for tls_cached verifier
2007-07-08 William Ehlhardt (this revision will be disapproved)
2007-07-08 William Ehlhardt merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'
2007-07-08 William Ehlhardt - Do some weak checking to ensure that you don't attempt to store a
2007-07-08 William Ehlhardt - Add pool retrieve, contains, and store functions to certificate API
2007-07-08 William Ehlhardt - Rearrange certificate.h for better organization
2007-07-07 William Ehlhardt - Add x509_tls_cached skeleton
2007-07-07 William Ehlhardt - Comment change
2007-07-07 William Ehlhardt - Add tls_peers put_cert
2007-07-06 William Ehlhardt - Finish tls_peers get_cert
2007-07-06 William Ehlhardt - Fixed naming issues in previous revision
2007-07-06 William Ehlhardt - Add purple_certificate_import
2007-07-06 William Ehlhardt - Finished tls_peers cert_in_pool
2007-07-05 William Ehlhardt - Correct the certstore folder paths
2007-07-05 William Ehlhardt - Add init for x509_tls_peers pool
2007-07-05 William Ehlhardt - Add purple_certificate_pool_mkpath helper function
2007-07-05 William Ehlhardt Documentation
2007-07-05 William Ehlhardt - CertificatePool put_cert now accepts an id argument
2007-07-02 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)
2007-06-29 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)
2007-06-29 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)
2007-06-29 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)
2007-06-29 William Ehlhardt - Add purple_certificate_export and associated libpurple stuff
2007-06-28 William Ehlhardt - Unregister x509_tls_peers as part of uninit
2007-06-28 William Ehlhardt - CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons
2007-06-28 William Ehlhardt - cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem
2007-06-28 William Ehlhardt - Fix some errors and return values
2007-06-28 William Ehlhardt - prepend > append
2007-06-28 William Ehlhardt - Add find, register, and unregister for CertificatePools
2007-06-28 William Ehlhardt - Add CertificatePool struct
2007-06-27 William Ehlhardt - Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
2007-06-27 William Ehlhardt - Add purple_ssl_strerror for handy error description power!
2007-06-27 William Ehlhardt - Jabber now understands SSL_CERTIFICATE_INVALID code
2007-06-27 William Ehlhardt - Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
2007-06-27 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)
2007-06-27 William Ehlhardt - x509_singleuse uses the subject_name field...somewhat
2007-06-27 William Ehlhardt - Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme
2007-06-27 William Ehlhardt - Add purple_certificate_get_subject_name and associated libpurple
2007-06-27 William Ehlhardt - More g_new0 instead of g_new
2007-06-27 William Ehlhardt - Fixed an inverted assertion
2007-07-08 William Ehlhardt disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'
2007-06-27 William Ehlhardt - Hack up sslconn to use a single-use verifier
2007-06-27 William Ehlhardt - Certificate system now has init and uninit like other systems
2007-06-26 William Ehlhardt - sslconn.c will need the certificate API
2007-06-26 William Ehlhardt - ssl-gnutls plugin uses Verifiers now
2007-06-26 William Ehlhardt - Add PURPLE_SSL_CERTIFICATE_INVALID error code
2007-06-26 William Ehlhardt - Add purple_certificate_get_fingerprint_sha1
2007-06-26 William Ehlhardt - libpurple is now responsible for some cleanup and final deletion of a
2007-06-26 William Ehlhardt - Reorder struct for clarity
2007-06-26 William Ehlhardt - Add purple_certificate_register_builtins
2007-06-26 William Ehlhardt - Use g_new0 instead of g_new
2007-06-25 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
2007-06-23 William Ehlhardt - Add purple_certificate_verify_destroy and associated machinery
2007-06-23 William Ehlhardt - Add certificate_destroy and certificate_destroy_list
2007-06-23 William Ehlhardt - Documentation segmentation
2007-06-23 William Ehlhardt - Add verifier field to SslConnection
2007-06-23 William Ehlhardt - purple_certificate_verify attempts to check that the cert chain is of
2007-06-23 William Ehlhardt - purple_certificate_verify now takes a Verifier argument, creates its
2007-06-22 William Ehlhardt - CertificateVerifier register/unregister/find
2007-06-22 William Ehlhardt - Fill out CertVerifier struct
2007-06-22 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
2007-06-22 William Ehlhardt - Add debugging babble
2007-06-22 William Ehlhardt - More documentation
2007-06-22 William Ehlhardt - Documentation correction
2007-06-22 William Ehlhardt - Add GnuTLS SHA1 key fingerprinter
2007-06-21 William Ehlhardt - Add more to the Certificate struct
2007-06-21 William Ehlhardt disapproval of revision 'e2dc62de3f75a0206694f16b62b58dd12e062829'
2007-06-21 William Ehlhardt - Add CertificatePiece element
2007-06-21 William Ehlhardt - purple_ssl_get_peer_certificates
2007-06-21 William Ehlhardt - Debugging babble
2007-06-21 William Ehlhardt applied changes from e52b685d84ca8874da6e3e71199829e513500642
2007-06-21 William Ehlhardt - More API additions
2007-06-21 William Ehlhardt - GnuTLS plugin registers an x509 certscheme now
2007-06-21 William Ehlhardt - Add unregister_scheme
2007-06-20 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)
2007-08-08 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
2007-08-17 Evan Schoenberg Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration
2007-08-08 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
2007-07-31 Andreas Monitzer Mixed up TRUE and FALSE.
2007-07-31 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
2007-07-30 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
2007-08-14 Jeffrey Connelly Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.