summaryrefslogtreecommitdiff
path: root/source3/web/cgi.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-02use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell1-14/+4
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-09-01fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1-2/+6
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-5/+5
1998-03-21Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1-1/+1
1998-03-18changed the method used for auto-reload on the status page to useAndrew Tridgell1-1/+13
1998-03-17when CGI_LOGGING is on log the host name and IPAndrew Tridgell1-1/+3
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-0/+21
1998-03-14fixed support for running swat via cgi-binAndrew Tridgell1-7/+43
1998-03-12use password_ok() instead of calling crypt()Andrew Tridgell1-11/+2
1998-03-10added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1-10/+25
1998-03-08- remove redundent strstr()Andrew Tridgell1-5/+0
1998-03-08allow for non-authenticated SWAT for demo purposesAndrew Tridgell1-2/+2
1998-03-08Jeremy is going to hate me ...Andrew Tridgell1-2/+11
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-12propogate my cgi changes to the main branchAndrew Tridgell1-1/+1
1997-11-23minor wsmbconf and cgi changesAndrew Tridgell1-2/+17
1997-11-22this new cgi code includes the ability to act as a mini web server,Andrew Tridgell1-67/+510
1997-09-11cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell1-0/+163