summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ypserver not available: AUTOMOUNT server and path don't work.Samba Release Account1998-03-241-14/+10
| | | | | fix: set default values to local server / path _before_ attempting to find the ypserver's auto.home entry.
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-2411-78/+91
| | | | | | | | | | | quotas.c: Linux quota fix. util.c: Ensure smb_read_error is zero in all calls that can set it. lib/rpc/include/rpc_misc.h lib/rpc/include/rpc_netlogon.h lib/rpc/parse/parse_misc.c lib/rpc/parse/parse_net.c lib/rpc/server/srv_netlog.c : Modify Luke's code to call SamOEMhash(). Jeremy.
* Updating note thanks to comments from Franky Liederkerke.John Terpstra1998-03-232-12/+30
|
* a pointless commit to check on a problem Luke reported with CVSAndrew Tridgell1998-03-231-2/+2
|
* - added a check for broken RH5 include files. With the standard RH5Andrew Tridgell1998-03-223-1/+16
| | | | | | | | | | includes (ie. unpatched RH5) Samba gets file corruption because of the incorrect definition of the shmid_ds structure. Updating your RH5 installation of glibc-devel fixes this. - don't try to fcntl_lock() a read-only fd in shmem.c - allow level 0 debug messages to get through in smbstatus
* Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1998-03-214-6/+11
|
* added comments about printcap nameHerb Lewis1998-03-201-2/+7
|
* Added MAXPRINTERLEN define in smb.h setting printer share name length to ↵John Terpstra1998-03-202-2/+5
| | | | | | maximumof 15 characters. IF this needs to be limited to 8 characters again please do it in smb.h.
* Finally made OS/2 WP fix the default.Jeremy Allison1998-03-191-1/+1
| | | | Jeremy.
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-1910-233/+447
| | | | | | | | | | | | | Changed smbpasswd to be client-server for a normal user, rather than accessing the private/smbpasswd file directly (it still accesses this file directly when run as root, so root can add users/change a users password without knowing the old password). A shakeout of this change is that smbpasswd can now be used to change a users password on a remote NT machine (yep - you heard that one right - we can now change a NT password from UNIX !!!!!). Jeremy.
* Added SamOEMChangePassword functionality.Jeremy Allison1998-03-184-0/+219
| | | | Jeremy.
* don't set the Expires header on any page generated from a POST. ThisAndrew Tridgell1998-03-181-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 thingsAndrew Tridgell1998-03-181-9/+12
| | | | like a refresh of 0 actually work.
* changed the method used for auto-reload on the status page to useAndrew Tridgell1998-03-183-6/+23
| | | | JavaScript. This avoids the nasty inetd problem.
* oops, I got the sense of the show_defaults parameter to lp_dump()Andrew Tridgell1998-03-172-2/+2
| | | | wrong.
* when CGI_LOGGING is on log the host name and IPAndrew Tridgell1998-03-171-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 Tridgell1998-03-1710-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" pageAndrew Tridgell1998-03-175-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 typosHerb Lewis1998-03-171-2/+2
|
* Fixes for the static data bugs & incorrect use of strtokJeremy Allison1998-03-171-7/+11
| | | | | that Andrew pointed out. Jeremy.
* 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 default MAXSTATUS from 1000 to 100000Andrew Tridgell1998-03-171-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 packageHerb Lewis1998-03-165-14/+43
| | | | fix minor bug in findsmb
* 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
|