aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2012-12-10Dillo: parameterise window titles.Jeremy Henty
2011-11-12some isascii()corvid
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2011-09-29rest of digest authenticationJustus Winter, corvid
Justus contributed the original patch in April 2009. I read RFCs, fixed bugs, restructured, tested.
2011-05-26user/pass dialog appearancecorvid
2009-11-01Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite()Jorge Arellano Cid
Several cleanups and more error handling sprinkled all over too.
2009-07-19free auth_parsecorvid
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-05-20trim auth includescorvid
2009-05-05fix Auth_is_token_char invalid charscorvid
2009-04-24dStrdupcorvid
2009-01-02Ensure that the dlib dStr* functions are used everywhere.Jorge Arellano Cid
2009-01-02Refactored Auth_parse_auth_basic().Jorge Arellano Cid
2008-12-20Minor fixes in auth.cJorge Arellano Cid
2008-12-20Added basic authentication!Jorge Arellano Cid