summaryrefslogtreecommitdiffstats
path: root/source/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* moved cgi.c and swat.c into a source/web/ directory. Note that youAndrew Tridgell1998-03-121-631/+0
* use password_ok() instead of calling crypt()Andrew Tridgell1998-03-121-11/+2
* added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1998-03-101-10/+25
* - remove redundent strstr()Andrew Tridgell1998-03-081-5/+0
* allow for non-authenticated SWAT for demo purposesAndrew Tridgell1998-03-081-2/+2
* Jeremy is going to hate me ...Andrew Tridgell1998-03-081-2/+11
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* propogate my cgi changes to the main branchAndrew Tridgell1998-01-121-1/+1
* minor wsmbconf and cgi changesAndrew Tridgell1997-11-231-2/+17
* this new cgi code includes the ability to act as a mini web server,Andrew Tridgell1997-11-221-67/+510
* cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell1997-09-111-0/+163