gstreamer/gst-libs/gst/rtsp
Wouter Cloetens a8a2b9c717 gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065.
Original commit message from CVS:
Patch by: Wouter Cloetens <zombie at e2big dot org>
* gst-libs/gst/rtsp/Makefile.am:
* gst-libs/gst/rtsp/gstrtspconnection.c:
(gst_rtsp_connection_create), (md5_digest_to_hex_string),
(auth_digest_compute_hex_urp), (auth_digest_compute_response),
(add_auth_header), (gst_rtsp_connection_free),
(gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
(gst_rtsp_connection_set_auth_param),
(gst_rtsp_connection_clear_auth_params):
* gst-libs/gst/rtsp/gstrtspconnection.h:
Add Digest authorization support for RTSP connections. See #532065.
* gst-libs/gst/rtsp/md5.c:
* gst-libs/gst/rtsp/md5.h:
Yeap, another md5 implementation until we can depend on a glib that has
support for it.
2008-05-08 14:46:27 +00:00
..
.gitignore gst-libs/gst/rtsp/.cvsignore: Ber. Don't include the full path, idiot. 2007-07-27 09:17:19 +00:00
gstrtsp.h gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00
gstrtspbase64.c API: gst_rtsp_base64_decode_ip() 2007-07-26 14:33:01 +00:00
gstrtspbase64.h API: gst_rtsp_base64_decode_ip() 2007-07-26 14:33:01 +00:00
gstrtspconnection.c gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
gstrtspconnection.h gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
gstrtspdefs.c gst-libs/gst/rtsp/gstrtspdefs.*: Add Location header so that we can start implementing redirects. 2007-12-30 19:21:16 +00:00
gstrtspdefs.h gst-libs/gst/rtsp/gstrtspdefs.*: Add Location header so that we can start implementing redirects. 2007-12-30 19:21:16 +00:00
gstrtspextension.c gst-libs/gst/rtsp/gstrtspextension.c: Fire the signal on the object, not the interface. 2007-07-27 11:16:23 +00:00
gstrtspextension.h gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00
gstrtspmessage.c gst-libs/gst/rtsp/gstrtspmessage.c: Fix compiler warning. 2008-02-07 12:17:49 +00:00
gstrtspmessage.h Fix some more RTSP docs. 2007-07-25 11:22:30 +00:00
gstrtsprange.c Fix some more RTSP docs. 2007-07-25 11:22:30 +00:00
gstrtsprange.h Fix some more RTSP docs. 2007-07-25 11:22:30 +00:00
gstrtsptransport.c gst-libs/gst/rtsp/gstrtsptransport.c: Add rdt manager for rdt transport. 2007-08-03 15:44:01 +00:00
gstrtsptransport.h Move SDP and RTSP from helper objects in -good to a reusable library. 2007-07-24 11:52:56 +00:00
gstrtspurl.c Fix some more RTSP docs. 2007-07-25 11:22:30 +00:00
gstrtspurl.h Added beginnings of RTSP documentation. 2007-07-24 19:19:33 +00:00
Makefile.am gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
md5.c gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
md5.h gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065. 2008-05-08 14:46:27 +00:00
rtsp-marshal.list gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00