summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-1615-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. Hertel1998-03-161-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 Allison1998-03-162-5/+25
| | | | Jeremy.
* includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombieJeremy Allison1998-03-162-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 Tridgell1998-03-163-7/+4
| | | | This is more important now that oplocks are being used.
* changed the date formattingAndrew Tridgell1998-03-151-3/+11
|
* updated the imagesAndrew Tridgell1998-03-158-2/+1
|
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-154-15/+24
| | | | | | 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-157-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 filesAndrew Tridgell1998-03-151-0/+7
|
* a smaller backgroundAndrew Tridgell1998-03-152-1/+1
|
* added a background image based on Pauls SAMBA logo but manipulated aAndrew Tridgell1998-03-142-1/+1
| | | | little with GIMP
* updated blurb some moreAndrew Tridgell1998-03-141-0/+15
|
* updated blurbAndrew Tridgell1998-03-141-6/+1
|
* put in the longer welcome blurbAndrew Tridgell1998-03-141-1/+59
|
* new files to support starting/stopping the serverAndrew Tridgell1998-03-143-0/+248
|
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-145-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 theAndrew Tridgell1998-03-143-1/+37
| | | | change to all shares that are currently set to the default value.
* prototype updatesAndrew Tridgell1998-03-141-1/+1
|
* added another pathetic looking iconAndrew Tridgell1998-03-141-0/+0
|
* - added separatorsAndrew Tridgell1998-03-141-13/+43
| | | | - added "view config" button
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-149-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-binAndrew Tridgell1998-03-141-7/+48
|
* 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
|
* removed a redundent return statementAndrew Tridgell1998-03-142-17/+22
|
* fixed instructions in installswat.sh (thanks to Herb again!)Andrew Tridgell1998-03-141-1/+1
|
* remove an unnecessary #ifdefAndrew Tridgell1998-03-141-2/+0
|
* Fixed typos. Anyone else like to vet this?John Terpstra1998-03-121-6/+7
|
* a brief description of how to install and run SWATAndrew Tridgell1998-03-121-0/+85
|
* added an install target for SWATAndrew Tridgell1998-03-121-0/+41
|
* some initial help and images files for swatAndrew Tridgell1998-03-127-0/+3376
|
* moved cgi.c and swat.c into a source/web/ directory. Note that youAndrew Tridgell1998-03-122-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 withoutAndrew Tridgell1998-03-122-83/+86
| | | | including server.o
* use password_ok() instead of calling crypt()Andrew Tridgell1998-03-122-22/+4
|
* add swat to .cvsignoreAndrew Tridgell1998-03-121-2/+10
|
* these have been replaced by swatAndrew Tridgell1998-03-122-331/+0
|
* add FLAG_HIDE to "config file" option (so it can't be set in swat)Andrew Tridgell1998-03-121-1/+1
|
* use FSTYPE_STRING not "SAMBA" for filesystem typeAndrew Tridgell1998-03-121-1/+1
|
* report the max size of raw reads as 65536 not 65535 (this now matchesAndrew Tridgell1998-03-121-1/+1
| | | | what Win95 reports)
* Missed fixes in NTDOM branch for doing readX via pipe IPC$.Jeremy Allison1998-03-112-1/+5
| | | | | | | Allows long share lists to be browsed. Browsing *into* a long share name still fails, though. (Luke - you may need to look into this). Jeremy.
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-1156-2626/+22969
| | | | | | | | | | | | | | | | | | | | | | | | all I saw" - the book of Jeremy, chapter 1 :-). So here is the mega-merge of the NTDOM branch server code. It doesn't include the new client side pieces, we'll look at that later. This should give the same functionality, server wise, as the NTDOM branch does, only merged into the main branch. Any fixes to domain controler functionality should be added to the main branch, not the NTDOM branch. This code compiles without warnings on gcc2.8, but will need further testing before we are sure all the working functionality of the NTDOM server branch has been correctly carried over. I hereby declare the server side of the NTDOM branch dead (and all who sail in her :-). Jeremy.
* fix core dumps on Solaris 2.5 systems found by Orn AsgeirssonHerb Lewis1998-03-111-6/+12
|
* This functionality was added to ubi_sLinkList, so is no longer needed as aChristopher R. Hertel1998-03-102-329/+0
| | | | | | separate module. Chris -)-----
* Updates to all of these base level modules.Christopher R. Hertel1998-03-1010-381/+370
| | | | | | | | | | | | | | | | | | | Trees: Previously, the AVL node type was different than the node type used in the BinTree and SplayTree modules. It requires an additional field to maintain AVL balance information. I merged that field into the base type (in ubi_BinTree.h) so that all three use the same node type. On most systems this will have zero effect on the node size, due to word alignment. The change allowed me to remove a bigbunch of redundant code, which makes the AVL module smaller and cleaner. Linked Lists: I combined ubi_StackQueue into ubi_sLinkList. The interface has changed a tiny bit. I added macros to ubi_dLinkList to round it out a bit. I have verified that the few Samba modules that use these tools (so far) do not have any problems with the changes. Chris -)-----
* added status page to SWAT. Similar to smbstatus output but in a HTMLAndrew Tridgell1998-03-102-4/+218
| | | | table
* added a "home" iconAndrew Tridgell1998-03-102-0/+2
|
* added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1998-03-105-20/+67
| | | | what they can cache.
* - remove redundent strstr()Andrew Tridgell1998-03-084-12/+2
| | | | - don't show printers in shares page