summaryrefslogtreecommitdiff
path: root/src/http-ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename base64_{encode,decode} (trivial patch)Rahul Bedarkar2016-12-141-3/+3
* Remove shadowed variable in http.cDarshit Shah2015-05-041-3/+3
* maint: update copyright year ranges to include 2015Giuseppe Scrivano2015-03-091-2/+2
* Removed form feeds from sources and NEWSTim Rühsen2014-11-201-2/+2
* Fix warnings from clang-analyzer 3.6Tim Ruehsen2014-11-181-67/+67
* Fix compiler warningsTim Ruehsen2014-05-121-57/+28
* ntlm: support libnettle.Tim Ruehsen2013-07-221-16/+75
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+1
* Mass update copyright years.Giuseppe Scrivano2010-05-081-2/+2
* [mq]: cfg-mkMicah Cowan2009-09-211-13/+13
* Ran update-copyright.Micah Cowan2009-09-041-1/+2
* Henri's -Wall patch.Micah Cowan2008-05-301-1/+1
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
* | ISSPACE -> c_isspaceMicah Cowan2007-10-141-2/+2
* | #include <openssl/opensslv.h>Micah Cowan2007-10-101-0/+1
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+1
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-100/+100
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Added Daniel's fix for remotely exploitable buffer overflow vulnerabili...mtortonesi2005-10-131-0/+5
* [svn]hniksic2005-07-031-1/+0
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-10/+10
* [svn] Remove K&R support.hniksic2005-06-191-106/+105
* [svn] *** empty log message ***hniksic2005-05-101-1/+0
* [svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'.hniksic2005-05-031-2/+2
* [svn] Format http-ntlm.c in an ansi2knr-friendly fashion.hniksic2005-04-221-13/+16
* [svn] Fix bugs in NTML handling.hniksic2005-04-221-1/+11
* [svn] Fix setting the NTLM domain.hniksic2005-04-211-1/+1
* [svn] Change orders of parameters of base64_encode, so it makes more sense.hniksic2005-04-181-2/+2
* [svn] Declare ntlmbuf as char, to avoid warning with icc.hniksic2005-04-081-54/+52
* [svn] Added NTLM support.hniksic2005-04-061-0/+561