summaryrefslogtreecommitdiffstats
path: root/source/web
Commit message (Expand)AuthorAgeFilesLines
* This is a security audit change of the main source.Jeremy Allison1998-05-123-9/+9
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1998-05-081-5/+5
* The globals section now shows non-default variables (like theHerb Lewis1998-05-082-23/+125
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-0/+2
* Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1998-03-211-1/+1
* don't set the Expires header on any page generated from a POST. ThisAndrew Tridgell1998-03-181-1/+3
* moved the refresh script to the end of the page so that silly thingsAndrew Tridgell1998-03-181-9/+12
* changed the method used for auto-reload on the status page to useAndrew Tridgell1998-03-182-6/+22
* oops, I got the sense of the show_defaults parameter to lp_dump()Andrew Tridgell1998-03-171-1/+1
* 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-172-0/+22
* - added "Full View"/"Normal View" on the "view config" pageAndrew Tridgell1998-03-172-7/+61
* show full path in ps by setting it in argv[0]Andrew Tridgell1998-03-171-2/+2
* fixed call to execl() to get argv[0] right (thanks to Herb)Andrew Tridgell1998-03-171-2/+2
* changed the date formattingAndrew Tridgell1998-03-151-3/+11
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-151-9/+10
* safer killing of connections - it ensures the process is still a validAndrew Tridgell1998-03-151-7/+13
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-153-137/+205
* a smaller backgroundAndrew Tridgell1998-03-151-1/+1
* added a background image based on Pauls SAMBA logo but manipulated aAndrew Tridgell1998-03-141-1/+1
* new files to support starting/stopping the serverAndrew Tridgell1998-03-142-0/+160
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-141-3/+46
* if a local parameter is changed at the global level then propogate theAndrew Tridgell1998-03-141-1/+23
* - added separatorsAndrew Tridgell1998-03-141-13/+43
* another fix for running under cgi-binAndrew Tridgell1998-03-141-2/+2
* fixed support for running swat via cgi-binAndrew Tridgell1998-03-142-10/+50
* use password_ok() instead of calling crypt()Andrew Tridgell1998-03-121-11/+2
* added status page to SWAT. Similar to smbstatus output but in a HTMLAndrew Tridgell1998-03-101-2/+109
* added a "home" iconAndrew Tridgell1998-03-101-0/+1
* added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1998-03-102-10/+26
* - remove redundent strstr()Andrew Tridgell1998-03-082-6/+1
* allow for non-authenticated SWAT for demo purposesAndrew Tridgell1998-03-082-5/+8
* Jeremy is going to hate me ...Andrew Tridgell1998-03-082-2/+494
* 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