This posting was generated automatically from darcs repo <http://sofia-sip.org/repos/sofia-sip>.
Thu Jan 15 20:06:29 EET 2009 Pekka Pessi <first.l...@nokia.com> * check_session.c: make sure To header in ACK to [3456]XX is copied from response M ./libsofia-sip-ua/nua/check_session.c -3 +8 Thu Jan 15 20:06:00 EET 2009 Pekka Pessi <first.l...@nokia.com> * nta.c: when sending ACK to [3456]XX, copy the To header as-is from the response Problem reported by Paulo Pizarro. M ./libsofia-sip-ua/nta/nta.c -14 +16 Thu Jan 15 17:50:45 EET 2009 Jarod Neuner <janeu...@networkharbor.com> * TLS Subject Checking in tport sofia-sip/tport.h: * tport_delivered_from_subjects() returns type (su_strlst_t const *) * Export tport_subject_search() sofia-sip/tport_tag.h + tport_tag.c: * Remove TPTAG_TLS_VERIFY_PEER() - Depreciated. Use TPTAG_TLS_VERIFY_POLICY instead. - Binary Compatibility is preserved. * Add TPTAG_TLS_VERIFY_POLICY() - tport can verify incoming and/or outgoing connections, using: 1) Certificate Signatures only - or - 2) Certificate Signatures and Certificate Subjects * Add TPTAG_TLS_VERIFY_DEPTH() - Restrict certificate chain verification to a set length. * Add TPTAG_TLS_VERIFY_DATE() - Disable notBefore/notAfter checking (application: embedded devices) * Add TPTAG_TLS_VERIFY_SUBJECTS() - Incoming connections must present client certificates with subjects that match an item in this list. - Intended Use: Proxy Authentication * Replaced TPTAG_TRUSTED() with TPTAG_X509_SUBJECT() - Commented out for future use. - Intended Use: SIP User Identities in Server Certificates. * Add appropriate doxygen documentation. tport.c * Add tport_subject_search() - Subject can be a hostname, IP Address, or a URI. - Valid subject examples include: example.com al...@example.com sip:al...@example.com sips:al...@example.com * tport_by_addrinfo() matches tpn_canon against the subject list of reusable TLS connections. tport_tls.h: * Add tls_init_secondary() * Remove tls_init_slave() & tls_init_client() tport_tls.c: * tls_verify_cb() supports TPTAG_TLS_VERIFY_DATE() * tls_post_connection_check() verifies certificate subjects. * tls_init_secondary() - Replaces tls_init_slave(), tls_init_client(), and tls_clone(). tport_type_tls.c: * Removed erroneous reference to tport_tls_deliver() * Fix a memory leak caused by duplicate calls to tls_clone(). * Populate the (tport_t *)->tp_subjects field with peer certificate data for new secondary connections. M ./libsofia-sip-ua/tport/sofia-sip/tport.h -1 +5 M ./libsofia-sip-ua/tport/sofia-sip/tport_tag.h -5 +46 M ./libsofia-sip-ua/tport/tport.c -5 +63 M ./libsofia-sip-ua/tport/tport_internal.h -2 +4 M ./libsofia-sip-ua/tport/tport_tag.c -10 +127 M ./libsofia-sip-ua/tport/tport_tls.c -60 +158 M ./libsofia-sip-ua/tport/tport_tls.h -5 +4 M ./libsofia-sip-ua/tport/tport_type_tls.c -30 +19 Thu Jan 15 17:38:34 EET 2009 Bernhard Suttner <bernhard DOT suttner AT comdasys DOT com> * sip_util.c: fix 484 respose to REFER in sip_response_terminates_dialog() Asterisk (v 1.2.7.1) does response with 484 if a client does send a refer with a @ReferTo header to an unknown number. This is therefore not fundamentally wrong and the dialog should not be destroyed! M ./libsofia-sip-ua/sip/sip_util.c -1 +12 Thu Jan 15 17:33:08 EET 2009 Pekka Pessi <first.l...@nokia.com> * Doxyfile.aliases: added @NEW_1_12_11, @VERSION_1_12_11 M ./libsofia-sip-ua/docs/Doxyfile.aliases +2 Thu Jan 15 16:40:56 EET 2009 Pekka Pessi <first.l...@nokia.com> * s2check: added M ./configure.ac +1 A ./s2check/ A ./s2check/Makefile.am A ./s2check/s2_localinfo.c A ./s2check/s2check.h A ./s2check/s2tcase.c Thu Jan 15 14:48:04 EET 2009 Pekka Pessi <first.l...@nokia.com> * msg_parser.c: msg_header_add_format() added in 1.12.10 M ./libsofia-sip-ua/msg/msg_parser.c +2 Wed Jan 14 14:35:56 EET 2009 Pekka Pessi <first.l...@nokia.com> * nta_tag.c: updated tag documentation NTATAG_GRAYLIST added in 1.12,8, NTATAG_MAX_PROCEEDING() in 1.12.9, NTATAG_TLS_RPORT() in 1.12.10 M ./libsofia-sip-ua/nta/nta_tag.c +7 Wed Jan 14 00:23:40 EET 2009 Pekka Pessi <first.l...@nokia.com> * NUTAG_REFRESH_WITHOUT_SDP(): added in 1.12.10 M ./libsofia-sip-ua/nua/nua_tag.c +2 Wed Jan 14 00:23:09 EET 2009 Pekka Pessi <first.l...@nokia.com> * su_inet_ntop(), su_inet_pton(): added in 1.12.9 M ./libsofia-sip-ua/su/inet_ntop.c +16 M ./libsofia-sip-ua/su/inet_pton.c +19 Wed Jan 14 00:22:39 EET 2009 Pekka Pessi <first.l...@nokia.com> * tport_type_tls.c, tport_tls.c: added Jarod Neuner as one of authors Cleaned whitespace, too. M ./libsofia-sip-ua/tport/tport_tls.c -9 +7 M ./libsofia-sip-ua/tport/tport_type_tls.c -6 +6 Wed Jan 14 00:21:44 EET 2009 Pekka Pessi <first.l...@nokia.com> * sac-su2.m4: check for strnlen(), do not check for strcasestr() M ./m4/sac-su2.m4 -1 +2 Wed Jan 14 00:20:56 EET 2009 Pekka Pessi <first.l...@nokia.com> * TPTAG_TLS_VERIFY_PEER() added in 1.12.10 M ./libsofia-sip-ua/tport/tport_tag.c +2 Wed Jan 14 00:20:30 EET 2009 Pekka Pessi <first.l...@nokia.com> * su_home_check_alloc() added in 1.12.9 M ./libsofia-sip-ua/su/su_alloc.c +2 Wed Jan 14 00:20:06 EET 2009 Pekka Pessi <first.l...@nokia.com> * su_localinfo.c: using SU_LOCALINFO_TEST M ./libsofia-sip-ua/su/su_localinfo.c -15 +36 Tue Jan 13 23:19:59 EET 2009 Pekka Pessi <first.l...@nokia.com> * check_session.c: added a test case for sending re-INVITE w/o offer M ./libsofia-sip-ua/nua/check_session.c +38 Tue Jan 13 23:19:02 EET 2009 Pekka Pessi <first.l...@nokia.com> * check_session.c: renamed test case 2.3.3 as 2.6.3 M ./libsofia-sip-ua/nua/check_session.c -69 +71 Tue Jan 13 18:10:10 EET 2009 Pekka Pessi <first.l...@nokia.com> * rules/silent.am: silence. at last. M ./Makefile.am -2 +5 M ./libsofia-sip-ua-glib/Makefile.am +2 M ./libsofia-sip-ua/Makefile.am +2 A ./rules/silent.am M ./rules/sofia.am +2 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel