Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | oops, I got the sense of the show_defaults parameter to lp_dump() | Andrew Tridgell | 1998-03-17 | 2 | -2/+2 | |
| | | | | 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 | 10 | -82/+119 | |
| | | | | | | | | | 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 | 5 | -10/+68 | |
| | | | | | - added the ability to auto-refresh the status page. There is a problem with this (it can kill inetd!). Hopefully we can fix that. | |||||
* | fix typos | Herb Lewis | 1998-03-17 | 1 | -2/+2 | |
| | ||||||
* | Fixes for the static data bugs & incorrect use of strtok | Jeremy Allison | 1998-03-17 | 1 | -7/+11 | |
| | | | | | that Andrew pointed out. Jeremy. | |||||
* | 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 default MAXSTATUS from 1000 to 100000 | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 | |
| | | | | | | | | | This number limits the number of simultaneous connections to the server. The 1000 limit is from a looong time ago when I couldn't imagine anyone wanting to have 1000 simultaneous clients. Now I hear that people are testing with such numbers. I wonder when I'll change it from 100k ? | |||||
* | add swat to build package | Herb Lewis | 1998-03-16 | 5 | -14/+43 | |
| | | | | fix minor bug in findsmb | |||||
* | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1998-03-16 | 15 | -135/+438 | |
| | | | | | | | | | | | | | | | | | | | | | | | "name resolve order" parameter. source/Makefile: Re-ordered link for name resolve order code. source/clientgen.c: source/clientutil.c: Added calls to resolve_name(). source/includes.h: Added HPUX zombie fix. source/loadparm.c: Added new name resolve order parameter. source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name() function requested by John. source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server. source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c source/password.c: Call resolve_name() to lookup security=server name. source/reply.c: source/time.c: source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au. source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause problems on many systems. Jeremy. | |||||
* | Lint was complaining about the following typedef in smb.h: | Christopher R. Hertel | 1998-03-16 | 1 | -1/+1 | |
| | | | | | | | | | typedef enum { P_LOCAL,P_GLOBAL,P_SEPARATOR,P_NONE, } parm_class; I removed the trailing comma. Chris -)----- | |||||
* | Adding mention of %p substitution. | Jeremy Allison | 1998-03-16 | 2 | -5/+25 | |
| | | | | Jeremy. | |||||
* | includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie | Jeremy Allison | 1998-03-16 | 2 | -5/+16 | |
| | | | | | | | | | | problem. password.c: Fix for Thursby to stop Dave clients failing in share mode security (this was their bug - they were interpreting the uid field in share mode which is explicitly denied by the spec but it's easier for us to fix it than them :-). Jeremy. | |||||
* | changed the default "keepalive" value to 300 seconds. | Andrew Tridgell | 1998-03-16 | 3 | -7/+4 | |
| | | | | This is more important now that oplocks are being used. | |||||
* | changed the date formatting | Andrew Tridgell | 1998-03-15 | 1 | -3/+11 | |
| | ||||||
* | updated the images | Andrew Tridgell | 1998-03-15 | 8 | -2/+1 | |
| | ||||||
* | - claim the null connection after the session request to mak sure we | Andrew Tridgell | 1998-03-15 | 4 | -15/+24 | |
| | | | | | | 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 | 7 | -320/+442 | |
| | | | | | | | | | 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 | |||||
* | install jpeg files | Andrew Tridgell | 1998-03-15 | 1 | -0/+7 | |
| | ||||||
* | a smaller background | Andrew Tridgell | 1998-03-15 | 2 | -1/+1 | |
| | ||||||
* | added a background image based on Pauls SAMBA logo but manipulated a | Andrew Tridgell | 1998-03-14 | 2 | -1/+1 | |
| | | | | little with GIMP | |||||
* | updated blurb some more | Andrew Tridgell | 1998-03-14 | 1 | -0/+15 | |
| | ||||||
* | updated blurb | Andrew Tridgell | 1998-03-14 | 1 | -6/+1 | |
| | ||||||
* | put in the longer welcome blurb | Andrew Tridgell | 1998-03-14 | 1 | -1/+59 | |
| | ||||||
* | new files to support starting/stopping the server | Andrew Tridgell | 1998-03-14 | 3 | -0/+248 | |
| | ||||||
* | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1998-03-14 | 5 | -73/+70 | |
| | | | | | | | | 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 | 3 | -1/+37 | |
| | | | | change to all shares that are currently set to the default value. | |||||
* | prototype updates | Andrew Tridgell | 1998-03-14 | 1 | -1/+1 | |
| | ||||||
* | added another pathetic looking icon | Andrew Tridgell | 1998-03-14 | 1 | -0/+0 | |
| | ||||||
* | - added separators | Andrew Tridgell | 1998-03-14 | 1 | -13/+43 | |
| | | | | - added "view config" button | |||||
* | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1998-03-14 | 9 | -216/+339 | |
| | | | | | | | | | | | | | | | | | | testparm. In particular I added: - ability to optionally save default values of all parameters when calling lp_load(). This can then be used to save only non-default parameters in lp_dump(). This makes the saved smb.conf (and viewed parameters in testparm) much shorter - ability to not load ipc share in lp_load() - separators in parm_table[] so parameters can be grouped logically. - flag to mark parameters that are local but which should be also viewed as global as far as parameters editing is concerned | |||||
* | updated to give instructions on running via cgi-bin | Andrew Tridgell | 1998-03-14 | 1 | -7/+48 | |
| | ||||||
* | 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 | |
| | ||||||
* | removed a redundent return statement | Andrew Tridgell | 1998-03-14 | 2 | -17/+22 | |
| | ||||||
* | fixed instructions in installswat.sh (thanks to Herb again!) | Andrew Tridgell | 1998-03-14 | 1 | -1/+1 | |
| | ||||||
* | remove an unnecessary #ifdef | Andrew Tridgell | 1998-03-14 | 1 | -2/+0 | |
| | ||||||
* | Fixed typos. Anyone else like to vet this? | John Terpstra | 1998-03-12 | 1 | -6/+7 | |
| | ||||||
* | a brief description of how to install and run SWAT | Andrew Tridgell | 1998-03-12 | 1 | -0/+85 | |
| | ||||||
* | added an install target for SWAT | Andrew Tridgell | 1998-03-12 | 1 | -0/+41 | |
| | ||||||
* | some initial help and images files for swat | Andrew Tridgell | 1998-03-12 | 7 | -0/+3376 | |
| | ||||||
* | moved cgi.c and swat.c into a source/web/ directory. Note that you | Andrew Tridgell | 1998-03-12 | 2 | -1226/+0 | |
| | | | | | | won't see a cvs add in the web directory or these files as I added them by directly copying in the repository. This keeps the history of the files intact. | |||||
* | move setup_groups() into password.c so that swat can link without | Andrew Tridgell | 1998-03-12 | 2 | -83/+86 | |
| | | | | including server.o | |||||
* | use password_ok() instead of calling crypt() | Andrew Tridgell | 1998-03-12 | 2 | -22/+4 | |
| | ||||||
* | add swat to .cvsignore | Andrew Tridgell | 1998-03-12 | 1 | -2/+10 | |
| | ||||||
* | these have been replaced by swat | Andrew Tridgell | 1998-03-12 | 2 | -331/+0 | |
| | ||||||
* | add FLAG_HIDE to "config file" option (so it can't be set in swat) | Andrew Tridgell | 1998-03-12 | 1 | -1/+1 | |
| | ||||||
* | use FSTYPE_STRING not "SAMBA" for filesystem type | Andrew Tridgell | 1998-03-12 | 1 | -1/+1 | |
| |