rtsp-auth: Add support for parsing .htdigest files
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 20 Jun 2018 02:37:11 +0000 (04:37 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 21 Jun 2018 13:47:39 +0000 (15:47 +0200)
commit5ede2a5c5c89734d195b7d3f9e6ab5fd80bb1d53
tree3060aa65c6713d0d2d752278bd5ef2881e246151
parentb5a61f488dba3d558bc53c592fd845c7d0236b41
rtsp-auth: Add support for parsing .htdigest files

Passwords are usually not stored in clear text, but instead
stored already hashed in a .htdigest file.

Add support for parsing such files, add API to allow setting
a custom realm in RTSPAuth, and update the digest example.

https://bugzilla.gnome.org/show_bug.cgi?id=796637
docs/libs/gst-rtsp-server-sections.txt
examples/test-auth-digest.c
gst/rtsp-server/rtsp-auth.c
gst/rtsp-server/rtsp-auth.h