gst-libs/gst/rtsp/: Add Digest authorization support for RTSP connections. See #532065.
authorWouter Cloetens <zombie@e2big.org>
Thu, 8 May 2008 14:46:27 +0000 (14:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 8 May 2008 14:46:27 +0000 (14:46 +0000)
commita8a2b9c7173aebcff637102caf5bfc2ecc882853
tree92bd10fb279d1b3a812906976cd2217a261f74ce
parent09163ca363c80be96a102b0f547de115dca3258b
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.
ChangeLog
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspconnection.h
gst-libs/gst/rtsp/md5.c [new file with mode: 0644]
gst-libs/gst/rtsp/md5.h [new file with mode: 0644]