Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used' | Jeremy Allison | 1998-05-08 | 1 | -5/+5 | |
| | | | | | | | | | messages. nttrans.c: More updates. smb.h: Removed stuff that didn't belong in the smb_passwd struct. Persuaded Luke to use a new structure. web/swat.c: Fixed gcc complaints about shadowing global 'string'. Jeremy. | |||||
* | The globals section now shows non-default variables (like the | Herb Lewis | 1998-05-08 | 2 | -23/+125 | |
| | | | | | | | | | | | view config section does) in the basic view. There is also a reset button to undo all changes you have made (that haven't been committed). In addition each field now has a "Set Default" button. Multi-choice fields are now select fields instead of a set of radio buttons. On the status screen I added a "restart" option for stopping then starting smbd and nmbd. | |||||
* | Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted | Jeremy Allison | 1998-04-30 | 1 | -0/+2 | |
| | | | | | | | | passwords to be stored over time, allowing a smbpasswd file migration. Adds new parameter "update encrypted". Will also add to 1.9.18 branch. Docs update to follow. Jeremy. | |||||
* | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 1998-03-21 | 1 | -1/+1 | |
| | ||||||
* | don't set the Expires header on any page generated from a POST. This | Andrew Tridgell | 1998-03-18 | 1 | -1/+3 | |
| | | | | | stops the "POST data has expired" problem when using the back button in netscape. | |||||
* | moved the refresh script to the end of the page so that silly things | Andrew Tridgell | 1998-03-18 | 1 | -9/+12 | |
| | | | | like a refresh of 0 actually work. | |||||
* | changed the method used for auto-reload on the status page to use | Andrew Tridgell | 1998-03-18 | 2 | -6/+22 | |
| | | | | JavaScript. This avoids the nasty inetd problem. | |||||
* | oops, I got the sense of the show_defaults parameter to lp_dump() | Andrew Tridgell | 1998-03-17 | 1 | -1/+1 | |
| | | | | wrong. | |||||
* | when CGI_LOGGING is on log the host name and IP | Andrew Tridgell | 1998-03-17 | 1 | -1/+3 | |
| | | | | this is just so I can snoop on who is looking at the demo :-) | |||||
* | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 1998-03-17 | 2 | -0/+22 | |
| | | | | | | | | | I needed the client_name() and client_addr() functions in swat so I could tell who was connecting from where. The problem was that these functions didn't take a file descriptor parameter they just used the global "Client". So I needed to change all calls to pass a parameter ... lots of files. | |||||
* | - added "Full View"/"Normal View" on the "view config" page | Andrew Tridgell | 1998-03-17 | 2 | -7/+61 | |
| | | | | | - added the ability to auto-refresh the status page. There is a problem with this (it can kill inetd!). Hopefully we can fix that. | |||||
* | show full path in ps by setting it in argv[0] | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 | |
| | ||||||
* | fixed call to execl() to get argv[0] right (thanks to Herb) | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 | |
| | ||||||
* | changed the date formatting | Andrew Tridgell | 1998-03-15 | 1 | -3/+11 | |
| | ||||||
* | - claim the null connection after the session request to mak sure we | Andrew Tridgell | 1998-03-15 | 1 | -9/+10 | |
| | | | | | | have the netbios name - fix another kill connection bug | |||||
* | safer killing of connections - it ensures the process is still a valid | Andrew Tridgell | 1998-03-15 | 1 | -7/+13 | |
| | | | | smbd when killing | |||||
* | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 1998-03-15 | 3 | -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 background | Andrew Tridgell | 1998-03-15 | 1 | -1/+1 | |
| | ||||||
* | added a background image based on Pauls SAMBA logo but manipulated a | Andrew Tridgell | 1998-03-14 | 1 | -1/+1 | |
| | | | | little with GIMP | |||||
* | new files to support starting/stopping the server | Andrew Tridgell | 1998-03-14 | 2 | -0/+160 | |
| | ||||||
* | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1998-03-14 | 1 | -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 the | Andrew Tridgell | 1998-03-14 | 1 | -1/+23 | |
| | | | | change to all shares that are currently set to the default value. | |||||
* | - added separators | Andrew Tridgell | 1998-03-14 | 1 | -13/+43 | |
| | | | | - added "view config" button | |||||
* | another fix for running under cgi-bin | Andrew Tridgell | 1998-03-14 | 1 | -2/+2 | |
| | ||||||
* | fixed support for running swat via cgi-bin | Andrew Tridgell | 1998-03-14 | 2 | -10/+50 | |
| | ||||||
* | use password_ok() instead of calling crypt() | Andrew Tridgell | 1998-03-12 | 1 | -11/+2 | |
| | ||||||
* | added status page to SWAT. Similar to smbstatus output but in a HTML | Andrew Tridgell | 1998-03-10 | 1 | -2/+109 | |
| | | | | table | |||||
* | added a "home" icon | Andrew Tridgell | 1998-03-10 | 1 | -0/+1 | |
| | ||||||
* | added Date and Expires headers in the mini web server so clients know | Andrew Tridgell | 1998-03-10 | 2 | -10/+26 | |
| | | | | what they can cache. | |||||
* | - remove redundent strstr() | Andrew Tridgell | 1998-03-08 | 2 | -6/+1 | |
| | | | | - don't show printers in shares page | |||||
* | allow for non-authenticated SWAT for demo purposes | Andrew Tridgell | 1998-03-08 | 2 | -5/+8 | |
| | ||||||
* | Jeremy is going to hate me ... | Andrew Tridgell | 1998-03-08 | 2 | -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 Allison | 1998-01-22 | 1 | -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 branch | Andrew Tridgell | 1998-01-12 | 1 | -1/+1 | |
| | ||||||
* | minor wsmbconf and cgi changes | Andrew Tridgell | 1997-11-23 | 1 | -2/+17 | |
| | ||||||
* | this new cgi code includes the ability to act as a mini web server, | Andrew Tridgell | 1997-11-22 | 1 | -67/+510 | |
| | | | | | allowing people to use web configuration of Samba without installing a web server | |||||
* | cgi.c is a simple set of CGI manipulation routines | Andrew Tridgell | 1997-09-11 | 1 | -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. |