summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* client.c: Fixed problem where debug level on command line was overridden by ↵Jeremy Allison1998-03-262-36/+69
| | | | | | | | smb.conf. smbpasswd.c: Removed bugs I put in yesterday (thanks Luke :-) and added error message reporting for remote password changing. Jeremy.
* Added the ability to differentiate between workstation and serverJeremy Allison1998-03-261-10/+13
| | | | | accounts when adding machine account types. Jeremy.
* smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1998-03-262-6/+30
| | | | | | | workstation. smbpasswd.c: Added code to count down from last machine account to add correct uid when adding a machine account. Jeremy.
* nameconf.c is a stray .c file that shouldn't be in theJeremy Allison1998-03-251-350/+0
| | | | | distribution. It's a left over. Jeremy.
* Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> -Jeremy Allison1998-03-251-1/+1
| | | | | hide files was not working. Jeremy.
* no longer make smbpasswd setuid rootHerb Lewis1998-03-251-1/+1
|
* Just fiddled with the README.UBI file.Christopher R. Hertel1998-03-251-1/+1
|
* RFC1002 says we must put compressed name pointers in the followingJeremy Allison1998-03-251-2/+40
| | | | | | | | | | | | | outgoing packets : NMB_NAME_REG_OPCODE, NMB_NAME_RELEASE_OPCODE, NMB_NAME_REFRESH_OPCODE, NMB_NAME_MULTIHOMED_REG_OPCODE. A WINS server written by Shadow Software was rejecting our packets as we weren't using name pointers in those requests (talk about picky :-). Jeremy.
* added check for one more error caseHerb Lewis1998-03-251-3/+11
|
* Added writing of '[XXX]' account control bits into gcosJeremy Allison1998-03-242-6/+56
| | | | | field when adding a user via smbpasswd. Jeremy.
* Updated smbpasswd to allow root to add machine accounts, and allowJeremy Allison1998-03-242-54/+235
| | | | | | | root to disable users and set them to "NO PASSWORD". Not quite finished with machine account stuff yet, but everything compiles. Jeremy.
* Fixed 'unused variable' warnings found with gcc -Wall -Werror.Jeremy Allison1998-03-241-2/+2
| | | | Jeremy.
* 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
|