summaryrefslogtreecommitdiffstats
path: root/source3/web/cgi.c
Commit message (Expand)AuthorAgeFilesLines
...
* use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell1998-09-021-14/+4
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1998-09-011-2/+6
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-5/+5
* Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1998-03-211-1/+1
* changed the method used for auto-reload on the status page to useAndrew Tridgell1998-03-181-1/+13
* when CGI_LOGGING is on log the host name and IPAndrew Tridgell1998-03-171-1/+3
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-0/+21
* fixed support for running swat via cgi-binAndrew Tridgell1998-03-141-7/+43
* 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