summaryrefslogtreecommitdiff
path: root/source3/cgi.c
AgeCommit message (Collapse)AuthorFilesLines
1997-11-23minor wsmbconf and cgi changesAndrew Tridgell1-2/+17
(This used to be commit bca9c49e6f24c2ee79cbb9b6ebf69d6647146fc1)
1997-11-22this new cgi code includes the ability to act as a mini web server,Andrew Tridgell1-67/+510
allowing people to use web configuration of Samba without installing a web server (This used to be commit b4e05c360e77cbf27a95920b613bfe6bc874ea1b)
1997-09-11cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell1-0/+163
wsmbconf.c is a rudimentary web based smb.conf editor. Its really there just to demonstrate how such an editor can hook into loadparm.c, I don't expect anyone to actually use it as is. wsmbstatus.c is a simple web based smbstatus. Its probably broken. (This used to be commit ced5205f72ba58d677f3cfa480fddc58ec9faa27)