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
ChangeLog
Doxyfile.in
Makefile.am
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
auth_module.c Fix confusion between size_t and ssize_t 2012-06-25 06:38:30 +00:00
auth_module_http.c
auth_module_sip.c
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
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
iptsec.docs
iptsec_debug.c
iptsec_debug.h
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