summaryrefslogtreecommitdiff
path: root/libavformat/httpauth.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-5/+0
* avformat/httpauth: do not decode plus sign to space in credentialsMarton Balint2020-02-151-2/+2
* avformat/urldecode: add the ability to not decode plus sign to spaceMarton Balint2020-02-151-2/+2
* lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos2016-09-031-2/+2
* avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-071-9/+9
* avformat/httpauth: add comment about "" and algorithmMichael Niedermayer2014-03-031-0/+3
* Fix http authentication.Carl Eugen Hoyos2014-02-271-1/+1
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-3/+2
* Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+1
|\
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-6/+17
|\ \ | |/
| * Support urlencoded http authentication credentialsAntti Seppälä2012-07-261-6/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-141-0/+10
|\ \ | |/
| * httpauth: Parse the stale field in digest authMartin Storsjö2012-03-131-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-1/+1
|\ \ | |/
| * http: Handle proxy authenticationMartin Storsjö2011-11-111-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-191-59/+6
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-041-1/+1
* httpauth: Fix the length passed to av_strlcatMartin Storsjö2010-06-031-1/+1
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-021-1/+1
* Remove a redundant null pointer checkMartin Storsjö2010-03-251-3/+0
* Add support for http digest authenticationMartin Storsjö2010-03-251-0/+192
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-241-0/+132