auth: add authentication object
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 11 Jan 2011 23:17:54 +0000 (00:17 +0100)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 11 Jan 2011 23:22:27 +0000 (00:22 +0100)
commit5fb5f750208c7f35422a7fc3405fdb9b35b86fdc
treed9f92a72f3aefd9c59fdf2615d1b78eb968a44ce
parent61bee9985a228428f6cf9b14f4ae8d009bd1f153
auth: add authentication object

Add an object that can check the authorization of requests.
Implement basic authentication.
Add example authentication to test-video
examples/test-video.c
gst/rtsp-server/Makefile.am
gst/rtsp-server/rtsp-auth.c [new file with mode: 0644]
gst/rtsp-server/rtsp-auth.h [new file with mode: 0644]
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-client.h
gst/rtsp-server/rtsp-server.c
gst/rtsp-server/rtsp-server.h