auth: use defines when possible
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-auth.c
2013-07-18 Wim Taymansauth: use defines when possible
2013-07-16 Wim Taymansdocs: improve docs
2013-07-15 Wim Taymansauth: add default authorizations
2013-07-15 Wim Taymansauth: don't auth on methods
2013-07-12 Wim Taymansauth: let the auth module check client_settings
2013-07-12 Wim Taymansauth: fix typo
2013-07-12 Wim Taymansauth: handle unauthorized response
2013-07-12 Wim Taymansauth: move TLS handling to auth module
2013-07-11 Wim Taymansdocs: improve docs
2013-07-11 Wim Taymansdocs: more updates
2013-07-11 Wim Taymansdocs: update docs
2013-07-10 Wim Taymansauth: debug authorization check
2013-07-09 Wim Taymansauth: simplify auth checks
2013-07-08 Wim Taymansauth: add auth checks
2013-07-08 Wim Taymansauth: use the token after authentication
2013-07-05 Wim Taymansauth: remove auth from media and factory
2013-07-04 Wim Taymansauth: add support for multiple basic auth tokens
2013-03-11 Olivier CrêteDocument locking and its order
2012-11-29 Wim Taymansrtsp: make object details private
2012-11-12 Wim Taymansauth: add locking
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-18 Sebastian Pölsterlrtsp-server: fixed comments and GIR annotations
2012-05-22 David Svensson Forsrtsp: fix compiler warnings
2012-04-13 Sebastian Drögertsp-server: Fix compilation and compiler warnings
2011-04-26 Wim TaymansMerge branch 'master' into 0.11
2011-01-13 Wim Taymansauth: add realm to make it more spec compliant
2011-01-12 Wim Taymansmedia: enable per factory authorisations
2011-01-12 Wim Taymansrtsp-server: Pass ClientState structure arround
2011-01-12 Wim Taymansauth: fix memleak and add some docs
2011-01-11 Wim Taymansclient: delegate setup of auth to the manager
2011-01-11 Wim Taymansauth: add authentication object