idra/samba.git
26 years agoadded check for one more error case
Herb Lewis [Wed, 25 Mar 1998 00:20:52 +0000 (00:20 +0000)]
added check for one more error case
(This used to be commit 6cba6919ebf65691d2fb6a880da038a6dff9f6b1)

26 years agoAdded writing of '[XXX]' account control bits into gcos
Jeremy Allison [Tue, 24 Mar 1998 21:44:49 +0000 (21:44 +0000)]
Added writing of '[XXX]' account control bits into gcos
field when adding a user via smbpasswd.
Jeremy.
(This used to be commit 607c64fadbf8c33459444466630f676800cba5ee)

26 years agoUpdated smbpasswd to allow root to add machine accounts, and allow
Jeremy Allison [Tue, 24 Mar 1998 21:04:36 +0000 (21:04 +0000)]
Updated smbpasswd to allow root to add machine accounts, and allow
root to disable users and set them to "NO PASSWORD".
Not quite finished with machine account stuff yet, but everything
compiles.
Jeremy.
(This used to be commit c66966ff00b0968f765e62b679279b7417988df9)

26 years agoFixed 'unused variable' warnings found with gcc -Wall -Werror.
Jeremy Allison [Tue, 24 Mar 1998 19:56:24 +0000 (19:56 +0000)]
Fixed 'unused variable' warnings found with gcc -Wall -Werror.
Jeremy.
(This used to be commit 6eca266fe5a3368ab207bdf8729421b57f47f22e)

26 years agoypserver not available: AUTOMOUNT server and path don't work.
Samba Release Account [Tue, 24 Mar 1998 19:21:27 +0000 (19:21 +0000)]
ypserver not available: AUTOMOUNT server and path don't work.
fix: set default values to local server / path _before_ attempting to
find the ypserver's auto.home entry.
(This used to be commit 051ec104feaa48b9d147cc5479857c10915bdd26)

26 years agoclientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).
Jeremy Allison [Tue, 24 Mar 1998 00:37:53 +0000 (00:37 +0000)]
clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).
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.
(This used to be commit 7f749708383b8b36c3f23a5fbc5cbdf39bc8e555)

26 years agoUpdating note thanks to comments from Franky Liederkerke.
John Terpstra [Mon, 23 Mar 1998 22:23:01 +0000 (22:23 +0000)]
Updating note thanks to comments from Franky Liederkerke.
(This used to be commit 94d5b33559af82776b710083fc30040160bc7ebe)

26 years agoa pointless commit to check on a problem Luke reported with CVS
Andrew Tridgell [Mon, 23 Mar 1998 01:17:51 +0000 (01:17 +0000)]
a pointless commit to check on a problem Luke reported with CVS
(This used to be commit a947d9ceba9a00dc71e9cd7f8103e3559a931427)

26 years ago- added a check for broken RH5 include files. With the standard RH5
Andrew Tridgell [Sun, 22 Mar 1998 01:31:50 +0000 (01:31 +0000)]
- added a check for broken RH5 include files. With the standard RH5
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
(This used to be commit 45553771f90087a12db0153524146d42155d1d3f)

26 years agoGetting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release
John Terpstra [Sat, 21 Mar 1998 03:03:59 +0000 (03:03 +0000)]
Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release
(This used to be commit 4e424d0ba652bf9c5dfd3c44216b6145538cf821)

26 years agoadded comments about printcap name
Herb Lewis [Fri, 20 Mar 1998 16:07:08 +0000 (16:07 +0000)]
added comments about printcap name
(This used to be commit b916d225afd8137a04d48f376b549f1ae57d767e)

26 years agoAdded MAXPRINTERLEN define in smb.h setting printer share name length to maximumof...
John Terpstra [Fri, 20 Mar 1998 13:37:46 +0000 (13:37 +0000)]
Added MAXPRINTERLEN define in smb.h setting printer share name length to maximumof 15 characters. IF this needs to be limited to 8 characters again please do
it in smb.h.
(This used to be commit 3dfe0b135dd91864a81a5fadddc9151ac8812c6e)

26 years agoFinally made OS/2 WP fix the default.
Jeremy Allison [Thu, 19 Mar 1998 21:44:30 +0000 (21:44 +0000)]
Finally made OS/2 WP fix the default.
Jeremy.
(This used to be commit 7cc7a65dec917071d5df04b711acaf8824f13dd6)

26 years agoAdding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison [Thu, 19 Mar 1998 20:06:47 +0000 (20:06 +0000)]
Adding the same changes to HEAD as were added to BRANCH_1_9_18.

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.
(This used to be commit 20770b6f1c25288e90d3e0d215afa7f0809ce124)

26 years agoAdded SamOEMChangePassword functionality.
Jeremy Allison [Wed, 18 Mar 1998 19:07:53 +0000 (19:07 +0000)]
Added SamOEMChangePassword functionality.
Jeremy.
(This used to be commit e02e3bcbbd4333113dde7bef47763fb229148007)

26 years agodon't set the Expires header on any page generated from a POST. This
Andrew Tridgell [Wed, 18 Mar 1998 07:51:57 +0000 (07:51 +0000)]
don't set the Expires header on any page generated from a POST. This
stops the "POST data has expired" problem when using the back button
in netscape.
(This used to be commit 112cf61cb6c24b7ea6d2d9a3cf96f68bf1c44560)

26 years agomoved the refresh script to the end of the page so that silly things
Andrew Tridgell [Wed, 18 Mar 1998 07:44:27 +0000 (07:44 +0000)]
moved the refresh script to the end of the page so that silly things
like a refresh of 0 actually work.
(This used to be commit 4c04e1d2aea64ba0b53846c04235669eef0b28ca)

26 years agochanged the method used for auto-reload on the status page to use
Andrew Tridgell [Wed, 18 Mar 1998 07:33:11 +0000 (07:33 +0000)]
changed the method used for auto-reload on the status page to use
JavaScript. This avoids the nasty inetd problem.
(This used to be commit 9d9b13880963a0e3cf5213ce2a24c52f4a11a472)

26 years agooops, I got the sense of the show_defaults parameter to lp_dump()
Andrew Tridgell [Tue, 17 Mar 1998 14:46:17 +0000 (14:46 +0000)]
oops, I got the sense of the show_defaults parameter to lp_dump()
wrong.
(This used to be commit b92c3b13d74acb39cdbd2c70eab2ef081c344d5a)

26 years agowhen CGI_LOGGING is on log the host name and IP
Andrew Tridgell [Tue, 17 Mar 1998 12:37:06 +0000 (12:37 +0000)]
when CGI_LOGGING is on log the host name and IP

this is just so I can snoop on who is looking at the demo :-)
(This used to be commit 78abb9fec3aac235ad26d0192351dc81ade6c584)

26 years agothis isn't a big commit, it just looks like it :-)
Andrew Tridgell [Tue, 17 Mar 1998 12:31:43 +0000 (12:31 +0000)]
this isn't a big commit, it just looks like it :-)

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.
(This used to be commit a776058900a727591bd7b69debdaa25c0e31d693)

26 years ago- added "Full View"/"Normal View" on the "view config" page
Andrew Tridgell [Tue, 17 Mar 1998 11:44:16 +0000 (11:44 +0000)]
- added "Full View"/"Normal View" on the "view config" page

- added the ability to auto-refresh the status page. There is a
  problem with this (it can kill inetd!). Hopefully we can fix that.
(This used to be commit 4488d8932fa072bf8a3ae236ab666618051b5e83)

26 years agofix typos
Herb Lewis [Tue, 17 Mar 1998 01:09:14 +0000 (01:09 +0000)]
fix typos
(This used to be commit c53ca2cc2fff39afc917c280196995fde159af94)

26 years agoFixes for the static data bugs & incorrect use of strtok
Jeremy Allison [Tue, 17 Mar 1998 00:57:46 +0000 (00:57 +0000)]
Fixes for the static data bugs & incorrect use of strtok
that Andrew pointed out.
Jeremy.
(This used to be commit 734dde8d686827c387e17922fa6ac56af60780d9)

26 years agoshow full path in ps by setting it in argv[0]
Andrew Tridgell [Tue, 17 Mar 1998 00:32:34 +0000 (00:32 +0000)]
show full path in ps by setting it in argv[0]
(This used to be commit 89a4dc6cf9175d5fcdd827d90e4fed26576a4570)

26 years agofixed call to execl() to get argv[0] right (thanks to Herb)
Andrew Tridgell [Tue, 17 Mar 1998 00:04:18 +0000 (00:04 +0000)]
fixed call to execl() to get argv[0] right (thanks to Herb)
(This used to be commit aaa4db4de3eb16d50d0263c8e69ace6217355f11)

26 years agochanged the default MAXSTATUS from 1000 to 100000
Andrew Tridgell [Tue, 17 Mar 1998 00:02:19 +0000 (00:02 +0000)]
changed the default MAXSTATUS from 1000 to 100000

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 ?
(This used to be commit bae865da2dca175a8fe25922aeee8e785521e19b)

26 years agoadd swat to build package
Herb Lewis [Mon, 16 Mar 1998 23:11:48 +0000 (23:11 +0000)]
add swat to build package
fix minor bug in findsmb
(This used to be commit d21a4368d27c77b083ac30ae080649157255b9f7)

26 years agoAdding the same change as was added to 1.9.18 branch to add the
Jeremy Allison [Mon, 16 Mar 1998 20:59:47 +0000 (20:59 +0000)]
Adding the same change as was added to 1.9.18 branch to add the
"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.
(This used to be commit 7f118970da7c43eaddcf92dc056d3e849f1e7d5c)

26 years agoLint was complaining about the following typedef in smb.h:
Christopher R. Hertel [Mon, 16 Mar 1998 20:07:22 +0000 (20:07 +0000)]
Lint was complaining about the following typedef in smb.h:

typedef enum
{
  P_LOCAL,P_GLOBAL,P_SEPARATOR,P_NONE,
} parm_class;

I removed the trailing comma.  Chris -)-----
(This used to be commit ac7cd9cacf2493b52d4db50d4fd4b8b08adfe837)

26 years agoAdding mention of %p substitution.
Jeremy Allison [Mon, 16 Mar 1998 18:43:34 +0000 (18:43 +0000)]
Adding mention of %p substitution.
Jeremy.
(This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)

26 years agoincludes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie
Jeremy Allison [Mon, 16 Mar 1998 18:31:09 +0000 (18:31 +0000)]
includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie
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.
(This used to be commit 39372d9e20803d32c0c5b87226a72b007978baad)

26 years agochanged the default "keepalive" value to 300 seconds.
Andrew Tridgell [Mon, 16 Mar 1998 07:23:51 +0000 (07:23 +0000)]
changed the default "keepalive" value to 300 seconds.

This is more important now that oplocks are being used.
(This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)

26 years agochanged the date formatting
Andrew Tridgell [Sun, 15 Mar 1998 06:43:15 +0000 (06:43 +0000)]
changed the date formatting
(This used to be commit 57aa1db47cda9c625cd1ef742fece14d14590590)

26 years agoupdated the images
Andrew Tridgell [Sun, 15 Mar 1998 03:46:13 +0000 (03:46 +0000)]
updated the images
(This used to be commit bd0c390713fa5411999681d80b5057e6579fa414)

26 years ago- claim the null connection after the session request to mak sure we
Andrew Tridgell [Sun, 15 Mar 1998 03:06:50 +0000 (03:06 +0000)]
- claim the null connection after the session request to mak sure we
  have the netbios name

- fix another kill connection bug
(This used to be commit c634b799874795d42dae28fb4440ea452dc89b1b)

26 years agosafer killing of connections - it ensures the process is still a valid
Andrew Tridgell [Sun, 15 Mar 1998 02:47:22 +0000 (02:47 +0000)]
safer killing of connections - it ensures the process is still a valid
smbd when killing
(This used to be commit 78675036e81e2cde7209d9e68956d71ef6661137)

26 years ago- added the ability to kill off individual connections from SWAT (from
Andrew Tridgell [Sun, 15 Mar 1998 02:37:52 +0000 (02:37 +0000)]
- added the ability to kill off individual connections from SWAT (from
  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
(This used to be commit abd4a17e21d12be3d1747e94ceb1915abaf135e3)

26 years agoinstall jpeg files
Andrew Tridgell [Sun, 15 Mar 1998 00:03:38 +0000 (00:03 +0000)]
install jpeg files
(This used to be commit 02cb3801d772cc056df3afb7028d9bd74c8553be)

26 years agoa smaller background
Andrew Tridgell [Sun, 15 Mar 1998 00:01:34 +0000 (00:01 +0000)]
a smaller background
(This used to be commit bcec95740f96aa4a3b022f41e2167cc74afeea92)

26 years agoadded a background image based on Pauls SAMBA logo but manipulated a
Andrew Tridgell [Sat, 14 Mar 1998 23:55:27 +0000 (23:55 +0000)]
added a background image based on Pauls SAMBA logo but manipulated a
little with GIMP
(This used to be commit 57f4dfcbf307ad4e261e59f0545d500b3bae71e5)

26 years agoupdated blurb some more
Andrew Tridgell [Sat, 14 Mar 1998 13:37:47 +0000 (13:37 +0000)]
updated blurb some more
(This used to be commit 1c0d4c80068e6da13f0b5140c3e99c41a81468d5)

26 years agoupdated blurb
Andrew Tridgell [Sat, 14 Mar 1998 13:16:01 +0000 (13:16 +0000)]
updated blurb
(This used to be commit 52417e37a1db850f97f0c81457d04d0e9796d7c0)

26 years agoput in the longer welcome blurb
Andrew Tridgell [Sat, 14 Mar 1998 13:11:57 +0000 (13:11 +0000)]
put in the longer welcome blurb
(This used to be commit 181e59f46520aeacc9f160b69abec4cb182219f2)

26 years agonew files to support starting/stopping the server
Andrew Tridgell [Sat, 14 Mar 1998 13:00:09 +0000 (13:00 +0000)]
new files to support starting/stopping the server
(This used to be commit 087981009d57006ff80a0cf50891d4473f86f1bb)

26 years agoadded the ability to start/stop the server from SWAT.
Andrew Tridgell [Sat, 14 Mar 1998 12:57:58 +0000 (12:57 +0000)]
added the ability to start/stop the server from SWAT.

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.
(This used to be commit 20bb22d61b986d2036c681fc33db60f2b2b3c1c7)

26 years agoif a local parameter is changed at the global level then propogate the
Andrew Tridgell [Sat, 14 Mar 1998 11:24:01 +0000 (11:24 +0000)]
if a local parameter is changed at the global level then propogate the
change to all shares that are currently set to the default value.
(This used to be commit b0e1183b2cbeb7a3150b7250cd19d14c9e5508b6)

26 years agoprototype updates
Andrew Tridgell [Sat, 14 Mar 1998 08:31:48 +0000 (08:31 +0000)]
prototype updates
(This used to be commit a565ff605094ed5b05d82b59b7993a3088873733)

26 years agoadded another pathetic looking icon
Andrew Tridgell [Sat, 14 Mar 1998 08:29:46 +0000 (08:29 +0000)]
added another pathetic looking icon
(This used to be commit 5b1fca9d3e995f2ea4dc2bcbef92c033463e9847)

26 years ago- added separators
Andrew Tridgell [Sat, 14 Mar 1998 08:29:06 +0000 (08:29 +0000)]
- added separators
- added "view config" button
(This used to be commit 486a059fe169baedc605ee9bc0a0ca5a4165fe65)

26 years agoanother makeover of loadparm to support new stuff in swat and
Andrew Tridgell [Sat, 14 Mar 1998 08:27:41 +0000 (08:27 +0000)]
another makeover of loadparm to support new stuff in swat and
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
(This used to be commit f9af35da26e58fb0b644b5f0169f1c212230047a)

26 years agoupdated to give instructions on running via cgi-bin
Andrew Tridgell [Sat, 14 Mar 1998 04:32:09 +0000 (04:32 +0000)]
updated to give instructions on running via cgi-bin
(This used to be commit 23a8588765af24544433fedeeb927a4f68cb1263)

26 years agoanother fix for running under cgi-bin
Andrew Tridgell [Sat, 14 Mar 1998 04:20:55 +0000 (04:20 +0000)]
another fix for running under cgi-bin
(This used to be commit 6e2248532a063a83b682c967a65377488810f9eb)

26 years agofixed support for running swat via cgi-bin
Andrew Tridgell [Sat, 14 Mar 1998 04:13:24 +0000 (04:13 +0000)]
fixed support for running swat via cgi-bin
(This used to be commit 9dbfb16990954ee3518ce3bc73e067c82b653930)

26 years agoremoved a redundent return statement
Andrew Tridgell [Sat, 14 Mar 1998 04:11:56 +0000 (04:11 +0000)]
removed a redundent return statement
(This used to be commit 24e1539cd06a630334135f957720ed030ec4e894)

26 years agofixed instructions in installswat.sh (thanks to Herb again!)
Andrew Tridgell [Sat, 14 Mar 1998 01:26:46 +0000 (01:26 +0000)]
fixed instructions in installswat.sh (thanks to Herb again!)
(This used to be commit 5e25c845c7c9fe3330cd84e84cfc9b08d77d8cc3)

26 years agoremove an unnecessary #ifdef
Andrew Tridgell [Sat, 14 Mar 1998 00:48:40 +0000 (00:48 +0000)]
remove an unnecessary #ifdef
(This used to be commit dfaa576d7e661b772daae602152239d8a1adce88)

26 years agoFixed typos. Anyone else like to vet this?
John Terpstra [Thu, 12 Mar 1998 13:14:35 +0000 (13:14 +0000)]
Fixed typos. Anyone else like to vet this?
(This used to be commit 49e025d557bc2b2a3a8e9a33d6736ca3972287b0)

26 years agoa brief description of how to install and run SWAT
Andrew Tridgell [Thu, 12 Mar 1998 03:39:42 +0000 (03:39 +0000)]
a brief description of how to install and run SWAT
(This used to be commit 349500965c7e10cb073e50fe4d4b2abc19a3df18)

26 years agoadded an install target for SWAT
Andrew Tridgell [Thu, 12 Mar 1998 03:12:30 +0000 (03:12 +0000)]
added an install target for SWAT
(This used to be commit 1a87b2c2b61b3785b6a6597b220fec611c5872e6)

26 years agosome initial help and images files for swat
Andrew Tridgell [Thu, 12 Mar 1998 03:00:44 +0000 (03:00 +0000)]
some initial help and images files for swat
(This used to be commit d2376416d6350b22550ab56a590afd06d7c4d9bf)

26 years agomoved cgi.c and swat.c into a source/web/ directory. Note that you
Andrew Tridgell [Thu, 12 Mar 1998 02:56:17 +0000 (02:56 +0000)]
moved cgi.c and swat.c into a source/web/ directory. Note that you
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.
(This used to be commit abe0379cf99f63116ea6f61337134ad5c228f933)

26 years agomove setup_groups() into password.c so that swat can link without
Andrew Tridgell [Thu, 12 Mar 1998 02:43:46 +0000 (02:43 +0000)]
move setup_groups() into password.c so that swat can link without
including server.o
(This used to be commit 67bb8835c76e3efc43de55493971fe2402c0d709)

26 years agouse password_ok() instead of calling crypt()
Andrew Tridgell [Thu, 12 Mar 1998 02:42:39 +0000 (02:42 +0000)]
use password_ok() instead of calling crypt()
(This used to be commit 53dc8ea5e315abf9ee8d38ffdb8a3057df0235be)

26 years agoadd swat to .cvsignore
Andrew Tridgell [Thu, 12 Mar 1998 02:18:50 +0000 (02:18 +0000)]
add swat to .cvsignore
(This used to be commit e826790666a7fb4a39ecdbc8c8084d484a011a62)

26 years agothese have been replaced by swat
Andrew Tridgell [Thu, 12 Mar 1998 02:17:56 +0000 (02:17 +0000)]
these have been replaced by swat
(This used to be commit f9ce87f8658920bd73ed9968723bd5c65a07b8b2)

26 years agoadd FLAG_HIDE to "config file" option (so it can't be set in swat)
Andrew Tridgell [Thu, 12 Mar 1998 02:16:23 +0000 (02:16 +0000)]
add FLAG_HIDE to "config file" option (so it can't be set in swat)
(This used to be commit f9f9fe67c7570f7585099a14c36bb3ff0291cdf4)

26 years agouse FSTYPE_STRING not "SAMBA" for filesystem type
Andrew Tridgell [Thu, 12 Mar 1998 02:15:32 +0000 (02:15 +0000)]
use FSTYPE_STRING not "SAMBA" for filesystem type
(This used to be commit df62c80e1d04059905b8a3c5bf9073ba91331e99)

26 years agoreport the max size of raw reads as 65536 not 65535 (this now matches
Andrew Tridgell [Thu, 12 Mar 1998 02:14:29 +0000 (02:14 +0000)]
report the max size of raw reads as 65536 not 65535 (this now matches
what Win95 reports)
(This used to be commit a4c6884f43233d57a5f6465f67c4657dd061ae43)

26 years agoMissed fixes in NTDOM branch for doing readX via pipe IPC$.
Jeremy Allison [Wed, 11 Mar 1998 23:20:26 +0000 (23:20 +0000)]
Missed fixes in NTDOM branch for doing readX via pipe IPC$.
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.
(This used to be commit 5299d1b49f2bfd6cf84a687548904206f4a18a41)

26 years ago"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison [Wed, 11 Mar 1998 21:11:04 +0000 (21:11 +0000)]
"For I have laboured mightily on Luke's code, and hath broken
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.
(This used to be commit 118ba4d77a33248e762a2cf843fb7cbc906ee6e7)

26 years agofix core dumps on Solaris 2.5 systems found by Orn Asgeirsson
Herb Lewis [Wed, 11 Mar 1998 17:44:27 +0000 (17:44 +0000)]
fix core dumps on Solaris 2.5 systems found by Orn Asgeirsson
(This used to be commit bafc7768925109d0e8e87152054d37ec3f4e7fdd)

26 years agoThis functionality was added to ubi_sLinkList, so is no longer needed as a
Christopher R. Hertel [Tue, 10 Mar 1998 15:41:59 +0000 (15:41 +0000)]
This functionality was added to ubi_sLinkList, so is no longer needed as a
separate module.

Chris -)-----
(This used to be commit 687e9be59bc853f3ada6005c3826689854489799)

26 years agoUpdates to all of these base level modules.
Christopher R. Hertel [Tue, 10 Mar 1998 15:39:41 +0000 (15:39 +0000)]
Updates to all of these base level modules.
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 -)-----
(This used to be commit 599a29401defded32358dfae18e54704c0428f38)

26 years agoadded status page to SWAT. Similar to smbstatus output but in a HTML
Andrew Tridgell [Tue, 10 Mar 1998 06:42:36 +0000 (06:42 +0000)]
added status page to SWAT. Similar to smbstatus output but in a HTML
table
(This used to be commit 8e4a412dba3dc6458651ea042096687b3fcfdc0a)

26 years agoadded a "home" icon
Andrew Tridgell [Tue, 10 Mar 1998 05:47:01 +0000 (05:47 +0000)]
added a "home" icon
(This used to be commit 60ef0b31a0e85164a89a70a4f0d4e675db25f35d)

26 years agoadded Date and Expires headers in the mini web server so clients know
Andrew Tridgell [Tue, 10 Mar 1998 04:56:58 +0000 (04:56 +0000)]
added Date and Expires headers in the mini web server so clients know
what they can cache.
(This used to be commit b6055e40bb91775a29b756640d95910a6f19814f)

26 years ago- remove redundent strstr()
Andrew Tridgell [Sun, 8 Mar 1998 14:52:45 +0000 (14:52 +0000)]
- remove redundent strstr()

- don't show printers in shares page
(This used to be commit 2b4204a7769a974a74a7658e787274f6251b1d69)

26 years agoallow for non-authenticated SWAT for demo purposes
Andrew Tridgell [Sun, 8 Mar 1998 14:31:50 +0000 (14:31 +0000)]
allow for non-authenticated SWAT for demo purposes
(This used to be commit 6e1237568b559c006ee5429308ac47e97cc4a1c4)

26 years agoJeremy is going to hate me ...
Andrew Tridgell [Sun, 8 Mar 1998 14:14:49 +0000 (14:14 +0000)]
Jeremy is going to hate me ...

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 used to be commit 674c88a6bf4c8009769a482c53f105efdc54bbc8)

26 years agoRemoved broken change I made to mangle.c (ooops. Andrew's original
Jeremy Allison [Wed, 4 Mar 1998 22:24:07 +0000 (22:24 +0000)]
Removed broken change I made to mangle.c (ooops. Andrew's original
algorithm was correct).
Finally (I think) fixed the mangled directory stack issue in
scan_directory() correctly. Mangled & non-mangled names are
now being checked correctly. Hurrah to Ulrik Dickow <ukd@kampsax.dk>
who helped isolate this one.
Jeremy.
(This used to be commit 37f5f7b557aa59c7eba4a9f2f2f323d7cec62fc7)

26 years agoAdding Korean and Traditional Chinese codepage support.
Jeremy Allison [Wed, 4 Mar 1998 01:50:47 +0000 (01:50 +0000)]
Adding Korean and Traditional Chinese codepage support.
Jeremy.
(This used to be commit 2df47cf1bb3428fbaa8dcf45ec114ec3aaafae57)

26 years agoChange the multibyte character set support so that
Jeremy Allison [Tue, 3 Mar 1998 20:19:14 +0000 (20:19 +0000)]
Change the multibyte character set support so that
Kanji support is one case of multibyte character
support, rather than being a specific case in
single byte character support.

This allows us to add Big5 Chinese support (code page 950)
and Korean Hangul support (code page 949) at very little
cost. Also allows us to easily add future multibyte
code pages.

Makefile: Added codepages 949, 950 as we now support more multibyte
codepages.
asyncdns.c: Fixed problem with child being re-spawned when parent killed.
charcnv.c
charset.c
client.c
clitar.c
kanji.c
kanji.h
smb.h
util.c
loadparm.c: Generic multibyte codepage support (adding Big5 Chinese
            and Korean Hangul).
nmbd.c: Fixed problem with child being re-spawned when parent killed.
mangle.c: Modified str_checksum so that first 15 characters have more
          effect on outcome. This helps with short name mangling as
          most 'long' names are still shorter than 15 chars (bug was
          foobar_mng and foobar_sum would hash to the same value, with
          the modified code they hash differently.
Jeremy.
(This used to be commit 299016338cfb47f0c585875ef9b468121fcee97d)

26 years agoadding findsmb perl script to get info on smb machines on a net
Herb Lewis [Mon, 2 Mar 1998 21:27:07 +0000 (21:27 +0000)]
adding findsmb perl script to get info on smb machines on a net
(This used to be commit 4adb00e41abbbaf6eaa014e6a599cb2c8b77d7da)

26 years agoAdding example config info for the ISC DHCP Server, An MS Knowledge Base article...
John Terpstra [Sun, 1 Mar 1998 11:10:04 +0000 (11:10 +0000)]
Adding example config info for the ISC DHCP Server, An MS Knowledge Base article contributed by an anonymous person, and adding Caldera Inc. printing config notes to Printing.txt.
(This used to be commit 914b1626178aab30da07a14f14d04703106b95c4)

26 years agoMakefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh@fusion...
Jeremy Allison [Thu, 26 Feb 1998 22:58:21 +0000 (22:58 +0000)]
Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh@fusion.kth.se>
nmbd_packets.c: Patch for aliased interfaces from Daniel Haun <dhaun@ecf2.puc.edu>.
Jeremy.
(This used to be commit 60f6302b1972e49159bf6e1a838e691268e4399c)

26 years ago-N option still prompted for password in smbclient -L usage
Herb Lewis [Thu, 26 Feb 1998 20:41:05 +0000 (20:41 +0000)]
-N option still prompted for password in smbclient -L usage
(This used to be commit 140fba461bc22f26055c13b04a084d2df16ac604)

26 years agoFix for NT redirector bug where deltree fails if the resume key
Jeremy Allison [Thu, 26 Feb 1998 19:53:55 +0000 (19:53 +0000)]
Fix for NT redirector bug where deltree fails if the resume key
indexes are changed between directory scans. This fix does what
NT4.x SP3 does in that it stops using resume keys and returns
zero instead. We now use the filename in findnext to continue
the search in the correct place (as NT does).
Jeremy.
(This used to be commit b813fb22c4c1b0ee48667e99e82434d20266bbf2)

26 years agoCode to work around a bug in FTP OnNet software NBT implementation.
Jeremy Allison [Thu, 26 Feb 1998 19:26:18 +0000 (19:26 +0000)]
Code to work around a bug in FTP OnNet software NBT implementation.
They do a broadcast name release for WORKGROUP<0> and WORKGROUP<1e>
names and *don't set the group bit*.

Jeremy.
(This used to be commit 1feb54e1ba27ab8aba2df4ebef4df010ca980f12)

26 years agoFixed bug reported by Janne.Harju@nmp.nokia.com. When used in broadcast
Jeremy Allison [Tue, 24 Feb 1998 20:05:39 +0000 (20:05 +0000)]
Fixed bug reported by Janne.Harju@nmp.nokia.com. When used in broadcast
only mode nmbd was not reporting WORKGROUP<0> and WORKGROUP<1e> names
to a unicast node status query (although it was registering these names
on the network). Also tidied up code in nmbd_mynames.c so that all
known IP addresses are registered in the unicast subnet in this case
rather than just the first, as was previously done.
Jeremy.
(This used to be commit eb71c5edcbb983ed4a1b0f57139bd66b671c67fa)

26 years agoFixed bug where second response message was being printed with the
Jeremy Allison [Tue, 24 Feb 1998 18:46:47 +0000 (18:46 +0000)]
Fixed bug where second response message was being printed with the
wrong IP address. This confused a lot of people (including me :-).
Jeremy.
(This used to be commit 0f4080d3f076db58917d13787a282e96ba59a053)

26 years agonmbd_incomingdgrams.c: Fix for typo.
Jeremy Allison [Tue, 24 Feb 1998 17:59:34 +0000 (17:59 +0000)]
nmbd_incomingdgrams.c: Fix for typo.
nmbd_sendannounce.c: Remote announcement was announcing to the wrong name !
nmblookup.c: Fix for substitutions not seeing hostname.
testparm.c: Fix for substitutions not seeing hostname.
wsmbstatus.c: Fix for substitutions not seeing hostname.
util.c: Change read_udp_socket to use sockaddr_in rather than dubiously
messing around with an opaque data type (sockaddr).
Jeremy.
(This used to be commit 776ccf5c0641b5aa300236c2612b5f2761d1179f)

26 years agonmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.arcadia...
Jeremy Allison [Fri, 20 Feb 1998 19:48:01 +0000 (19:48 +0000)]
nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.arcadia.spb.ru>
to fix the fact that retransmit_or_expire_response_records() wasn't looking
at the WINS subnet.
server.c: Patch from jkf@soton.ac.uk to add %p (NIS server path) substitution.
smbpass.c: Fix to stop parsing failing on non-valid lines.
trans2.c: Fix for volume serial number code.
util.c:  Patch from jkf@soton.ac.uk to add %p (NIS server path) substitution.
         Fix for warnings under RH5. gcc 2.8.
Jeremy.
(This used to be commit e58ab3bbe6e939ba678ad5482e58e0191c8dcbcb)

26 years agoFix to make us compile cleanly with gcc 2.8.
Jeremy Allison [Sat, 14 Feb 1998 14:32:36 +0000 (14:32 +0000)]
Fix to make us compile cleanly with gcc 2.8.
Jeremy.
(This used to be commit 0a535680077a9e436362fd7f1711f62b35317fa4)

26 years agoSometime after 1.9.17p5 smbclient stopped being able to do
Jeremy Allison [Sat, 14 Feb 1998 07:11:46 +0000 (07:11 +0000)]
Sometime after 1.9.17p5 smbclient stopped being able to do
NetBIOS name lookups by broadcast and instead only does DNS.
With the belief that this was not what was intended (I think
it happened in the clientutil.c cleanup) I have added that
capability back to smbclient by adding the #define USENMB
into clientutil.c, and adding the required namequery.o into
the object lists for smbclient and smbmount (as they now
need it to link).
If this was done intentionally let me know and I'll back
this out.
Jeremy.
(This used to be commit 1da47e79d3055468b03f496982af0fb836d91f8c)

26 years agoFix for crash bug with amanda - from "Michael C. Povel" <Michael.Povel@hub.de>.
Jeremy Allison [Fri, 13 Feb 1998 12:40:23 +0000 (12:40 +0000)]
Fix for crash bug with amanda - from "Michael C. Povel" <Michael.Povel@hub.de>.
Jeremy.
(This used to be commit 735adfa01b7b2e540bb5476a77d6b689ca70852a)

26 years agoUpdated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy Allison [Fri, 13 Feb 1998 07:13:52 +0000 (07:13 +0000)]
Updated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy.
(This used to be commit 7ca827b6eaf948d57b8aefb09c6818371e1cd65b)

26 years agoDing-dong the witch is dead, the witch is dead......
Jeremy Allison [Fri, 13 Feb 1998 07:11:58 +0000 (07:11 +0000)]
Ding-dong the witch is dead, the witch is dead......
This is the checkin that fixes the infamous Visual C++ 'file
has changed' bug.
I feel *SO* good about that :-).
charset.c: Added (void) to fix Herb's fussy compiler.
loadparm.c: Removed "win95 bug compatibility" (didn't
            like it much anyway :-). Added "dos filetime resolution"
            instead.
reply.c: Added the 2 second timestamp resolution fix that the song above is about.
time.c: Removed unneeded get_access_time() function.
trans2.c : Removed unneeded "win95 bug compatibility" code.
Jeremy.
(This used to be commit 10d628e4aeaecc573de27e251fec7b91844cba40)

26 years agomake the initial logfile names consistent. This should mean that smbd
Andrew Tridgell [Thu, 12 Feb 1998 14:57:55 +0000 (14:57 +0000)]
make the initial logfile names consistent. This should mean that smbd
starts with log.smb and nmbd starts with log.nmb. It also gets rid of
the "log." when using the log.%m construct as %m expands to smb before
a client connects.
(This used to be commit b7712a0a6d0afeef6239d5af61cba677eebb247b)

26 years agoAdded fix for doing pq command (from "James J. Szinger" <james.szinger@yale.edu>).
Jeremy Allison [Thu, 12 Feb 1998 11:59:55 +0000 (11:59 +0000)]
Added fix for doing pq command (from "James J. Szinger" <james.szinger@yale.edu>).
Jeremy.
(This used to be commit 7123405d6351cf6457adb1199dab3c6416bf9865)