summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-auth.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-24gobject-introspection: Add annotations to support language bindingsSebastian Rasmussen1-6/+6
2013-11-22rtsp-*: Fix type name typos in commentsSebastian Rasmussen1-2/+2
2013-11-12Fixed several GIR warningsSebastian Pölsterl1-2/+2
2013-11-12auth: small typosWim Taymans1-2/+2
2013-09-06auth, media, media-factory: unref permissionsJonas Holmberg1-0/+5
2013-07-22ClientState -> ContextWim Taymans1-52/+47
2013-07-18auth: add support for default tokenWim Taymans1-0/+64
2013-07-18auth: use defines when possibleWim Taymans1-2/+2
2013-07-16docs: improve docsWim Taymans1-5/+27
2013-07-15auth: add default authorizationsWim Taymans1-1/+14
2013-07-15auth: don't auth on methodsWim Taymans1-22/+24
2013-07-12auth: let the auth module check client_settingsWim Taymans1-0/+10
2013-07-12auth: fix typoWim Taymans1-1/+1
2013-07-12auth: handle unauthorized responseWim Taymans1-78/+108
2013-07-12auth: move TLS handling to auth moduleWim Taymans1-1/+77
2013-07-11docs: improve docsWim Taymans1-0/+7
2013-07-11docs: more updatesWim Taymans1-3/+2
2013-07-11docs: update docsWim Taymans1-2/+2
2013-07-10auth: debug authorization checkWim Taymans1-1/+1
2013-07-09auth: simplify auth checksWim Taymans1-51/+75
2013-07-08auth: add auth checksWim Taymans1-11/+24
2013-07-08auth: use the token after authenticationWim Taymans1-19/+21
2013-07-05auth: remove auth from media and factoryWim Taymans1-44/+77
2013-07-04auth: add support for multiple basic auth tokensWim Taymans1-11/+47
2013-03-11Document locking and its orderOlivier Crête1-1/+1
2012-11-29rtsp: make object details privateWim Taymans1-12/+32
2012-11-12auth: add lockingWim Taymans1-0/+19
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-18rtsp-server: fixed comments and GIR annotationsSebastian Pölsterl1-4/+2
2012-05-22rtsp: fix compiler warningsDavid Svensson Fors1-4/+0
2012-04-13rtsp-server: Fix compilation and compiler warningsSebastian Dröge1-2/+2
2011-01-13auth: add realm to make it more spec compliantWim Taymans1-1/+1
2011-01-12media: enable per factory authorisationsWim Taymans1-8/+9
2011-01-12rtsp-server: Pass ClientState structure arroundWim Taymans1-28/+21
2011-01-12auth: fix memleak and add some docsWim Taymans1-0/+11
2011-01-12client: delegate setup of auth to the managerWim Taymans1-0/+47
2011-01-12auth: add authentication objectWim Taymans1-0/+220