summaryrefslogtreecommitdiffstats
path: root/source/web
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | have the netbios name - fix another kill connection bug
* safer killing of connections - it ensures the process is still a validAndrew Tridgell1998-03-151-7/+13
| | | | smbd when killing
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-153-137/+205
| | | | | | | | | the status page) - split the claim_connection() code into its own file - fixed the claim_connection() code to lock the file when manipulating it - always claim a null connection at startup - fixed a bug in the pidfile code
* 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
| | | | little with GIMP
* 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
| | | | | | | | I needed to modify the way the pidfile is handled in nmbd and smbd to do this. Jeremy, you may wish to look at what I've done as it probably breaks the Whistle use of pidfiles. In particular I've removed the -f option and instead smbd and nmbd always create a pidfile in the lock directory.
* if a local parameter is changed at the global level then propogate theAndrew Tridgell1998-03-141-1/+23
| | | | change to all shares that are currently set to the default value.
* - added separatorsAndrew Tridgell1998-03-141-13/+43
| | | | - added "view config" button
* 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
| | | | table
* 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
| | | | what they can cache.
* - remove redundent strstr()Andrew Tridgell1998-03-082-6/+1
| | | | - don't show printers in shares page
* 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
| | | | | | | | These are some hacks on SWAT. Maybe users will actually be able to work out how to use it now. Unfortunately these changes required some editing in loadparm.c and smb.h which will make Jeremys merge job harder. Sorry!
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
| | | | | | | This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy.
* 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
| | | | | allowing people to use web configuration of Samba without installing a web server
* cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell1997-09-111-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.