freeswitch/libs/sofia-sip/libsofia-sip-ua/iptsec
Travis Cross cbde2faab2 Fix confusion between size_t and ssize_t
readfile returns a value of type ssize_t (signed) and returns -1 if an
error occurs.  In auth_readdb_internal, however, we were assigning the
return value of readfile to a variable of type size_t (unsigned), but
then testing this unsigned value to see if it was < 0, a
contradiction.  We would thus simultaneously fail to report the error
in readfile and would end up with a corrupted length value.
2012-06-25 06:38:30 +00:00
..
sofia-sip Thu Jan 8 13:04:03 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:18:36 +00:00
ChangeLog add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Doxyfile.in merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
Makefile.am switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this 2007-04-19 22:28:01 +00:00
auth_client.c fix typo in sofia that causes endless loop when you have a challenge with 2 auth headers in it 2010-03-26 17:38:00 +00:00
auth_client_ntlm.c Thu Jan 8 13:50:53 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:44 +00:00
auth_common.c Tue May 12 11:38:36 CDT 2009 Pekka Pessi <first.last@nokia.com> 2009-05-15 15:49:34 +00:00
auth_digest.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
auth_module.c Fix confusion between size_t and ssize_t 2012-06-25 06:38:30 +00:00
auth_module_http.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
auth_module_sip.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
auth_ntlm.c Thu Jan 8 13:50:53 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:44 +00:00
auth_plugin.c Thu Jan 8 13:50:53 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:44 +00:00
auth_plugin_delayed.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
auth_plugin_ntlm.c Thu Jan 8 13:50:53 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:44 +00:00
auth_tag.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
iptsec.docs merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
iptsec_debug.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
iptsec_debug.h merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
test_auth_digest.c Wed Jul 8 10:39:37 CDT 2009 Pekka Pessi <first.last@nokia.com> 2009-07-10 00:49:35 +00:00
testpasswd add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00