samba.git
25 years agoadded rpcclient program
Luke Leighton [Fri, 25 Sep 1998 21:01:52 +0000 (21:01 +0000)]
added rpcclient program
(This used to be commit aa38f39d67fade4dfd7badb7a9b39c833a1dd1ca)

25 years agonot needed.
Luke Leighton [Fri, 25 Sep 1998 16:01:14 +0000 (16:01 +0000)]
not needed.
(This used to be commit 78b5c15121caa18f401cd7aa45d831ef93a5f7c2)

25 years agoI've disabled the conversion of null filenames to "." until we solve
Andrew Tridgell [Fri, 25 Sep 1998 03:52:29 +0000 (03:52 +0000)]
I've disabled the conversion of null filenames to "." until we solve
the win95 printing problem. I suspect it is a smbgetatr() problem with
a null name (which requires special behaviour).

This is an interim solution.
(This used to be commit 0a69e091a2ec75bce89760d69ea1488941108740)

25 years agoUpdates to the scripts for the new 14-char space format of account
Jeremy Allison [Thu, 24 Sep 1998 22:35:16 +0000 (22:35 +0000)]
Updates to the scripts for the new 14-char space format of account
attributes.
Jeremy.
(This used to be commit 32b6f6640d45b083ce35a8c11b1e6f23c19df62c)

25 years agoIntegration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison [Thu, 24 Sep 1998 22:33:13 +0000 (22:33 +0000)]
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
smbpasswd changes. Not exactly the same as his code - several
changes.
Jeremy.
(This used to be commit e96747a8e3b9ea5a79c4258e55d7e8f3bf0bf193)

25 years agoqualifier name in session_enum was being assumed to exist. if NULL, the
Luke Leighton [Thu, 24 Sep 1998 20:19:31 +0000 (20:19 +0000)]
qualifier name in session_enum was being assumed to exist.  if NULL, the
name should not be read.  file_enum and connection_enum didn't do this:
wonder why only session_enum had this bug?
(This used to be commit 203a97e39e7ae7e5511f74dffea0778e7fa6db07)

25 years agotook out #ifdef'd code in make_samr_r_query_usergroups that copied
Luke Leighton [Thu, 24 Sep 1998 20:17:19 +0000 (20:17 +0000)]
took out #ifdef'd code in make_samr_r_query_usergroups that copied
DOM_GID static-size array, because it's malloc'd now.
(This used to be commit 7776002218232c3ea0140d91c6033b7f9c6d3050)

25 years agothis fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
Luke Leighton [Thu, 24 Sep 1998 20:02:56 +0000 (20:02 +0000)]
this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
failing.  running these two programs on a samba pdc now work.

parse_samr.c:

- removed __LINE__ from debug macros.

- removed call to SMB_ASSERT_ARRAY() in samr_r_query_usergroups.  the
  DOM_GID array is a malloc'd array (by make_dom_gids) not a static
  array.

srv_samr.c:

- replaced all "struct smb_passwd"s with sam_passwds instead.  there
  were uid to rid confusion issues (assumptions that uids were equal
  to rids).

- #if 0'd the pdb_rid_is_user() call which, given the above corrections,
  would probably work now.

srv_util.c:

- replaced "struct smb_passwd" with sam_passwd in lookup_user_rid, as
  assumptions were being made that uids were equal to rids.
(This used to be commit 3f98697cd5203fba07518d7c777ba19644e35b45)

25 years agoremoved function names printed out in debug statements (duplicated in
Luke Leighton [Thu, 24 Sep 1998 19:57:02 +0000 (19:57 +0000)]
removed function names printed out in debug statements (duplicated in
DEBUG macro, automatically)
(This used to be commit 2e4d681d17f6bc097881444a72317ff3bb089151)

25 years agoreplaced one of the paragraphs describing nmbd problems. could someone
Luke Leighton [Thu, 24 Sep 1998 19:42:31 +0000 (19:42 +0000)]
replaced one of the paragraphs describing nmbd problems.  could someone
review this please?
(This used to be commit dd718c26f7f4d3ef906e0829d27208f07f3ed619)

25 years agoAdded a minor fix to clitar.c for a bug.
Richard Sharpe [Thu, 24 Sep 1998 13:43:36 +0000 (13:43 +0000)]
Added a minor fix to clitar.c for a bug.

Could not check that it compiles clean with Jeremy's -Wflags because
someone loaded some changes to reply.c that break in the locking area

:-(
(This used to be commit b18cd03c0bf3b7a6815d69a9bbeba7d1b076765c)

25 years agocheck whether system type is the same as stored in the cache (full
Alexandre Oliva [Thu, 24 Sep 1998 08:34:21 +0000 (08:34 +0000)]
check whether system type is the same as stored in the cache (full
stand-alone macro, candidate for inclusion in the next release of autoconf)

create configure flag --enable-maintainer-mode, that enables automatic
rebuilding of configure from configure.in and aclocal.m4, and of
config.h.in based on acconfig.h.  This assumes autoconf and autoheader
are available.  Maintainer mode also introduces automatic dependency
tracking of include files, but it depends on features provided by gcc
and GNU make, so you must not enable maintainer mode if you are not
using any of these
(This used to be commit 64cba1cc8e689bcde2dc124c511da086c33fa4a8)

25 years agoautomatically detect changes in the system type and exit, telling
Andrew Tridgell [Thu, 24 Sep 1998 04:52:40 +0000 (04:52 +0000)]
automatically detect changes in the system type and exit, telling
the user to remove config.cache
(This used to be commit f123172c42b1f9ac73e57856e4ee8715fdfb76cd)

25 years agosome changes to the autoconf support
Andrew Tridgell [Thu, 24 Sep 1998 01:12:43 +0000 (01:12 +0000)]
some changes to the autoconf support

- added config.cache to "make clean". We get two many bug reports from
  people builing on multiple architectures who don't remove config.cache
  between compiles. Hopefully a future version of autoconf will do
  this automatically

- removed the targets that run autoconf and autoheader. There is far
  too great a risk of a enduser getting a error "autoheader not found"
  if the date on a file is changed. Samba developers will have to run
  autoconf and autoheader manually (as before)
(This used to be commit 811fe3b174b9d7c57966491ab867637b82fff607)

25 years agonttrans.c:
Luke Leighton [Wed, 23 Sep 1998 21:49:09 +0000 (21:49 +0000)]
nttrans.c:

winreg was missing from the list of pipes.  advise using the array
already defined in... rpc_parse/parse_rpc.c's pipe_names[], but
writing code to strip "\PIPE\" from the front when making the
check.

one location to update when adding new pipes, not two.

srv_pipe_hnd.c:

moved the ZERO_STRUCT(p) macro to _before_ the DLIST_ADD(Pipes, p) macro.

dlinklist.h:

added { }s around the code inserted by DLIST_ADD and DLIST_REMOVE macros
(This used to be commit 29201d4b9b52652c7a992d0f6b677a09b4c33912)

25 years agoHoist by my own petard with warnings (forgot to set strict warnings
Jeremy Allison [Wed, 23 Sep 1998 17:56:34 +0000 (17:56 +0000)]
Hoist by my own petard with warnings (forgot to set strict warnings
in Makefile before compiling & checking in :-).
Jeremy.
(This used to be commit 05fb3c82a57549fba74016eae31b53de30417b3c)

25 years agoFixed data corruption bugs in clitar.c with restores.
Richard Sharpe [Wed, 23 Sep 1998 14:37:01 +0000 (14:37 +0000)]
Fixed data corruption bugs in clitar.c with restores.

Have tested against samba with clitar using a hard-coded
max_xmit of 2920, since max smit = 2920 does not seem to work in
the smb.conf file.

Will have to test correctly against Win95 and WinNT now.

Have also compiled with -WJeremy'sFlags and get no more warnings
after I removed an unused variable.
(This used to be commit f24bbaccda48810fd7ef3fea5621c1e1d3009b01)

25 years agosmbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flags
Jeremy Allison [Wed, 23 Sep 1998 01:58:27 +0000 (01:58 +0000)]
smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flags
               when creating oplock test file.
smbd/server.c: Check for existance of kernel oplocks before
               becoming a daemon.
Jeremy.
(This used to be commit b42779e17e754d4a2f75904e2187c9209e0a53f0)

25 years agoFirst cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison [Wed, 23 Sep 1998 01:48:45 +0000 (01:48 +0000)]
First cut at kernel oplocks. This should have no effect unless runnin
on a machine that supports them in autoconf.

Move various functions out of lib/util.c into smbd/process.c
and smbd/oplock.c where they belong.

Jeremy.
(This used to be commit c3c5e13f85c97939746070132dad941e79c546fb)

25 years agolook at the CAP_NT_SMBS bit in the client capabilities to determine if
Andrew Tridgell [Wed, 23 Sep 1998 01:25:33 +0000 (01:25 +0000)]
look at the CAP_NT_SMBS bit in the client capabilities to determine if
we should serve up volume labels as ascii or unicode.

NT wants ascii, W95 wants unicode. It's a crazy protocol!
(This used to be commit 24b8a757ae2899d54dd2b2f091a3c0de6de84dbb)

25 years agoFixed up warnings in new client code.
Jeremy Allison [Wed, 23 Sep 1998 00:57:34 +0000 (00:57 +0000)]
Fixed up warnings in new client code.
Note to coders. If using gcc please use the compiler flags :
-Wall -Werror -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
*before* checking anything in to ensure a clean compile.
Jeremy.
(This used to be commit 1daf424da6c5a346f672121d4b6fe5753250f464)

25 years agoreplace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva [Mon, 21 Sep 1998 11:34:44 +0000 (11:34 +0000)]
replace getpass() with getsmbpass() if getsmbpass.c compiles
(This used to be commit 9a5bdf5c1bef689fe0d6879949df869efbc34783)

25 years agomajor autoconf clean-up
Alexandre Oliva [Mon, 21 Sep 1998 09:07:08 +0000 (09:07 +0000)]
major autoconf clean-up
fix problems in builds with srcdir!=builddir
(This used to be commit 1ffc3b807a3f80644c974b454ff5e6f68e89b546)

25 years agoimplemented du and tar -n
Alexandre Oliva [Mon, 21 Sep 1998 08:45:11 +0000 (08:45 +0000)]
implemented du and tar -n
(This used to be commit 23484508a86a59a71e54a1bcac3766ec3858142a)

25 years agolp_fstype() proto
Andrew Tridgell [Sun, 20 Sep 1998 15:48:35 +0000 (15:48 +0000)]
lp_fstype() proto
(This used to be commit ac48db7f2130c29a25185bc5450f94811cc54640)

25 years ago3 changes:
Andrew Tridgell [Sun, 20 Sep 1998 15:48:10 +0000 (15:48 +0000)]
3 changes:

1) use lp_fstype() instead of FSTYPE_STRING
2) added SMB_SEARCH_BITS to the TconX reply options (in vwv3). I noted
   that NT sets this (undocumented) bit and setting it helped get
   autorun from exported cdroms working.
3) fixed volume labels in QFSINFO level 258.

I made these changes while getting the Encyclopadia Brittanica CD to
run from a Samba drive. (I bought it for Sue yesterday). The first
and second changes allowed Samba to export CDs with autorun info and
the client will autorun it when mounted. There are all sorts of nasty
implications in that that perhaps we can go into on
samba-technical. Think about creating some autorun info in /tmp/ then
waiting for people to mount it as scratch space ...

The last change was because EB wanted the right volume label. The code
we had used a non unicode volume label but tests with W95->NT4 showed
that it has to be unicode. There was a note in the code from Jeremy
saying that he thought it should _not_ be unicode. Jeremy, can you
explain why? It certainly didn't work as non-unicode (the client
displays a garbage volume label) and when I fixed it to use unicode it
all worked from Win95.

and in case anyone is interested EB98 now works fine from a Samba
drive :)
(This used to be commit 66268ae5881f43fbdc1ccd751122ab2285c375ad)

25 years agoadded a per-share parameter "fstype" that allows you to select the
Andrew Tridgell [Sun, 20 Sep 1998 15:40:52 +0000 (15:40 +0000)]
added a per-share parameter "fstype" that allows you to select the
filesystem type that will be reported to the client. If unspecified
then it defaults to FSTYPE_STRING (currently "Samba").

This is useful for cdroms where you want to set the fs type to CDFS.
(This used to be commit 4332e2c93d69c6ea4035c456cc88d1e69de1e735)

25 years agoadd a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
Andrew Tridgell [Sun, 20 Sep 1998 15:39:12 +0000 (15:39 +0000)]
add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
(This used to be commit 9c275bcd98cbbd9367d9b7a2204889fcefd74638)

25 years agoFixed changes in clitar.c that Jeremey noted. One change was
Richard Sharpe [Sat, 19 Sep 1998 04:25:10 +0000 (04:25 +0000)]
Fixed changes in clitar.c that Jeremey noted. One change was
correct, the other needed slightly changing.

Now to test it is all OK :-)
(This used to be commit d54c91598c24e89a999936f446be134137df5dea)

25 years agoSmall bit of paranioa. Ensure that if the incoming name to
Jeremy Allison [Sat, 19 Sep 1998 03:34:12 +0000 (03:34 +0000)]
Small bit of paranioa. Ensure that if the incoming name to
unix_convert() was a single '\' (the base directory of the service)
that it gets translated to a '.', not a '\0'.
Jeremy.
(This used to be commit f74f39f45fa55c1768d6622a52c494328f22f50b)

25 years agoRemove some byte-copying code in unix_format() that did nothing except
Jeremy Allison [Sat, 19 Sep 1998 02:35:43 +0000 (02:35 +0000)]
Remove some byte-copying code in unix_format() that did nothing except
slow down my benchmark :-).

Jeremy.
(This used to be commit b55f93b213ee61c35e7a87a2be63191d55186bd6)

25 years agoNow that Alexandre Oliva has explained the use of acconfig.h to
Jeremy Allison [Fri, 18 Sep 1998 21:57:12 +0000 (21:57 +0000)]
Now that Alexandre Oliva has explained the use of acconfig.h to
me, I'm adding the HAVE_LIBREADLINE and other stuff correctly.

Thanks Alexandre :-).

Jeremy.
(This used to be commit 89a4a73caf474e59f239f50ad6d93e5df66ae300)

25 years agoFixed position of LARGE_SMB_OFF_T definition. The SOFF_T define was
Jeremy Allison [Fri, 18 Sep 1998 18:30:42 +0000 (18:30 +0000)]
Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define was
being done *before* the LARGE_SMB_OFF_T was being defined, but SOFF_T
depended on it :-).

This broke 64 bit file reporting.

Jeremy.
(This used to be commit c6a353cfabd99be0ce5bf508d716216443a44c20)

25 years agoChanged variable TAB to htab as TAB is defined in a header file on RedHat5.1
Jeremy Allison [Fri, 18 Sep 1998 18:16:45 +0000 (18:16 +0000)]
Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1
Jeremy.
(This used to be commit 43ac52ad7a3c1da3c25a63d0458c87f9367453ec)

25 years agoFixed problems with premature kernel oplock checkin code.
Jeremy Allison [Fri, 18 Sep 1998 18:09:17 +0000 (18:09 +0000)]
Fixed problems with premature kernel oplock checkin code.
The ./configure & build now seem to work ok.

Jeremy.
(This used to be commit 7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390)

25 years agoconfigure configure.in include/config.h.in include/includes.h
Jeremy Allison [Fri, 18 Sep 1998 17:50:18 +0000 (17:50 +0000)]
configure configure.in include/config.h.in include/includes.h

   Fixed bugs in readline autoconf.

param/loadparm.c smbd/open.c smbd/oplock.c: Started on kernel oplock
        code - checking forced by above issue. Should not be used
        currently.

Jeremy.
(This used to be commit f939efac9e6c45331b17e3d3aa6bc2235e886c1a)

25 years agoFixed compile errors in new code.
Jeremy Allison [Fri, 18 Sep 1998 17:32:35 +0000 (17:32 +0000)]
Fixed compile errors in new code.
Jeremy.
(This used to be commit dbd8ce8a7053b6ea051e9bbdd0ddc27f1e0cb7c2)

25 years agopreparing for release of 2.0.0 alpha 6
Samba Release Account [Fri, 18 Sep 1998 14:05:05 +0000 (14:05 +0000)]
preparing for release of 2.0.0 alpha 6
(This used to be commit 008697d151e54b141b062956cf521b04111073f2)

25 years agooops ... I got the filenames wrong in my cleanup of the wins database
Andrew Tridgell [Fri, 18 Sep 1998 13:52:30 +0000 (13:52 +0000)]
oops ... I got the filenames wrong in my cleanup of the wins database
save, so it started saving weird filenames (from an unitialised
fstring).

chaos reigns!
(This used to be commit 20a550d61e322cc9a0acfdf8fb974dafe0cd9603)

25 years agoAdding rewritten restore code ... Old code is still there
Richard Sharpe [Fri, 18 Sep 1998 12:47:46 +0000 (12:47 +0000)]
Adding rewritten restore code ... Old code is still there
surrounded by a OLD_DOTARPUT.
(This used to be commit 00ba54d4ee9ad875c5cfbee09d4b745df5f116ab)

25 years agogot rid of SMB_STRUCT_STATVFS. I don't think we should be defining
Andrew Tridgell [Fri, 18 Sep 1998 03:53:14 +0000 (03:53 +0000)]
got rid of SMB_STRUCT_STATVFS. I don't think we should be defining
structures that only apply on some platforms.
(This used to be commit 926591067cd8646426ca06df0b00a1d6f6dd5752)

25 years agogto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell [Fri, 18 Sep 1998 03:00:20 +0000 (03:00 +0000)]
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
SOFF_T() macro for setting an SMB_OFF_T variable

also limited mmap based reads to MAX_MMAP_SIZE. We really can't mmap
2^50 bytes due to virtual address space problems.
(This used to be commit 4e784b18899eddd2399a51fa7d8c219560432922)

25 years agoadded a SMB_OFF_T_BITS define, allowing us to get rid of most of the
Andrew Tridgell [Fri, 18 Sep 1998 02:30:03 +0000 (02:30 +0000)]
added a SMB_OFF_T_BITS define, allowing us to get rid of most of the
#ifdefs for LARGE_OFF_T.
(This used to be commit 724b9508c2d15bafdad5912fce702108fdd4cac3)

25 years agofixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
Andrew Tridgell [Fri, 18 Sep 1998 02:28:21 +0000 (02:28 +0000)]
fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
(This used to be commit 3e77d94cd2d693490265b60ad7c576a25902d8ea)

25 years agoremoved another use of the LL suffix. Hopefully this is the last one
Andrew Tridgell [Fri, 18 Sep 1998 02:27:24 +0000 (02:27 +0000)]
removed another use of the LL suffix. Hopefully this is the last one
(a grep doesn't show any more)
(This used to be commit c1bd188744b0df950f2e00550c25f7d3e148094b)

25 years agofixed a usage of off_t that should have been SMB_OFF_T
Andrew Tridgell [Fri, 18 Sep 1998 02:26:36 +0000 (02:26 +0000)]
fixed a usage of off_t that should have been SMB_OFF_T
(This used to be commit 24ae7657011929fd3529caa909f3afe866186cd2)

25 years agogot rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LL
Andrew Tridgell [Fri, 18 Sep 1998 02:21:07 +0000 (02:21 +0000)]
got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LL
suffix from some constants.
(This used to be commit 84956eddf32aa66c787ec76bdb60d2843fa7a025)

25 years agoinclude/includes.h:
Jeremy Allison [Fri, 18 Sep 1998 00:30:28 +0000 (00:30 +0000)]
include/includes.h:
lib/system.c: Can't assume every system has a statvfs varient.
              Return -1 for those that don't.
smbd/reply.c: Fixed printf warning.
Jeremy.
(This used to be commit 14c134e8316687aa5a4ee089c2acfa6428faceae)

25 years agonmbd/nmbd_winsserver.c: Fixed printf style warning.
Jeremy Allison [Fri, 18 Sep 1998 00:12:15 +0000 (00:12 +0000)]
nmbd/nmbd_winsserver.c: Fixed printf style warning.
script/mkproto.awk: Added SMB_BIG_UINT.
Jeremy.
(This used to be commit c22c40f0caa7d6a9e8120e6415fa728db708db3e)

25 years agoconfigure configure.in: Added checks for statvfs64. Last bit of 64 bit widening ...
Jeremy Allison [Thu, 17 Sep 1998 23:06:57 +0000 (23:06 +0000)]
configure configure.in: Added checks for statvfs64. Last bit of 64 bit widening (I hope :-).
include/config.h.in: Added #undef STAT_STATVFS64.
include/includes.h: Added SMB_STRUCT_STATVFS type, Changed SMB_BIG_INTEGER to
                    SMB_BIG_UINT and SMB_BIG_INT types.
include/smb.h: Added flag defines from CIFS spec.
lib/debug.c: Fixed one more mode_t issue.
lib/system.c: Added sys_statvfs wrapper.
lib/util.c: Changed trim_string to use size_t.
param/loadparm.c: Moved "blocking locks" into locking section. Alphabetised
                  locking options. Question - shuld we do this for all options ?
passdb/ldap.c: Changed SMB_BIG_INTEGER to SMB_BIG_UINT.
passdb/nispass.c: Changed SMB_BIG_INTEGER to SMB_BIG_UINT.
passdb/smbpass.c: Changed SMB_BIG_INTEGER to SMB_BIG_UINT.
smbd/dfree.c: Changed to use 64 bit types if available. Moved to use unsigned
              types.
smbd/dosmode.c: Fixed one more mode_t issue.
smbd/negprot.c: Changed literals to be FLAG_ #defines.
smbd/nttrans.c: Removed dead code.
smbd/open.c: Changed disk_free call.
smbd/process.c: Changed literals to be FLAG_ #defines.
smbd/reply.c: Changed disk_free call.
smbd/trans2.c: Fixed but in SMB_QUERY_FS_VOLUME_INFO call. Was using
               UNICODE - should use ascii.
tests/summary.c: Added STAT_STATVFS64 check.
Jeremy.
(This used to be commit c512b1b91fb7f2a7a93b9033a33e06d966daadb4)

25 years agoconfigure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison [Thu, 17 Sep 1998 19:16:12 +0000 (19:16 +0000)]
configure configure.in: Added tests for fseek64 and ftell64.
config.h.in: Added fseek64 and ftell64.
includes.h: Added definition of SMB_BIG_INTEGER.
smb.h: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
access.c: Tidyup of dbug statement.
system.c: Added sys_fseek and sys_ftell. Changed mode calls to use mode_t.
asyncdns.c: Tidyup of comment.
loadparm.c: Tidyup of set_default_server_announce_type() function definition.
ldap.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
nispass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpassfile.c: Use sys_fseek().
chgpasswd.c: Tidyup of debug statement.
dosmode.c: Changed mode calls to use mode_t.
ipc.c: Removal of dead code.
nttrans.c: Changed mode calls to use mode_t.
open.c: Changed mode calls to use mode_t.
pipes.c: Removal of dead code.
reply.c: Removal of dead code.
trans2.c: Removal of dead code. Changed mode calls to use mode_t.
Jeremy.
(This used to be commit c381d32e3dc23fe887408016cae821aceb30da2c)

25 years agoconfigure, configure.in: Added fseek64 and ftell64.
Jeremy Allison [Thu, 17 Sep 1998 19:09:16 +0000 (19:09 +0000)]
configure, configure.in: Added fseek64 and ftell64.
config.h.in: Added fseek64 and ftell64.
includes.h: Added definition of SMB_BIG_INTEGER.
smb.h: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
access.c: Tidyup of dbug statement.
system.c: Added sys_fseek and sys_ftell. Changed mode calls to use mode_t.
asyncdns.c: Tidyup of comment.
loadparm.c: Tidyup of set_default_server_announce_type() function definition.
ldap.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
nispass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpassfile.c: Use sys_fseek().
chgpasswd.c: Tidyup of debug statement.
dosmode.c: Changed mode calls to use mode_t.
ipc.c: Removal of dead code.
nttrans.c: Changed mode calls to use mode_t.
open.c: Changed mode calls to use mode_t.
pipes.c: Removal of dead code.
reply.c: Removal of dead code.
trans2.c: Removal of dead code. Changed mode calls to use mode_t.
Jeremy.
(This used to be commit 9c8ecd994d43ec64f46ef54e608acb651a9d67e1)

25 years agopreparing for release of 2.0.0 alpha 5
Samba Release Account [Thu, 17 Sep 1998 08:35:56 +0000 (08:35 +0000)]
preparing for release of 2.0.0 alpha 5
(This used to be commit 1c627b8f39e0a219ea333d39228a3edbcc8ea666)

25 years agofixed another potential fork bomb where the wins file becomes
Andrew Tridgell [Thu, 17 Sep 1998 08:35:07 +0000 (08:35 +0000)]
fixed another potential fork bomb where the wins file becomes
non-writeable for some reason.
(This used to be commit 9edd43dcd6cc040416f11e00320c53682558fd8a)

25 years agofixed the nmbd fork bomb. It was a silly mistake, as
Andrew Tridgell [Thu, 17 Sep 1998 08:27:46 +0000 (08:27 +0000)]
fixed the nmbd fork bomb. It was a silly mistake, as
expected. wins_write_database() didn't exit after doing its stuff, so
when it returned you had two copies of nmbd :)
(This used to be commit 5e6488d4830016ea720a644c1b1ae25b336d3b8b)

25 years agofixed a typo in my last commit
Andrew Tridgell [Thu, 17 Sep 1998 08:23:00 +0000 (08:23 +0000)]
fixed a typo in my last commit
(This used to be commit 31b4048362c63ab19e9ef35453c3763eec8b8f2b)

25 years agofixed a potential problem with wins_write_database() child processes.
Andrew Tridgell [Thu, 17 Sep 1998 06:36:08 +0000 (06:36 +0000)]
fixed a potential problem with wins_write_database() child processes.

In sig_term() we were calling wins_write_database(0) which would fork a
child. This child might then get killed by the same process killing
off the parent. That process would then fork another child etc.

The solution is to pass a "background" flag to wins_write_database(0)
and only fork if this is set.
(This used to be commit 1e1a512e3ff59f962fb3de382f671618bed60839)

25 years agoRemoved hideous inefficiencies in old trim_string code. This was making
Jeremy Allison [Tue, 15 Sep 1998 01:38:10 +0000 (01:38 +0000)]
Removed hideous inefficiencies in old trim_string code. This was making
calls to strlen() a profiling hotspot.
Jeremy.
(This used to be commit ffa450acddb7aec6a440ae3fe6032c109805d176)

25 years agoMapped correct open modes for READ_CONTROL access.
Jeremy Allison [Mon, 14 Sep 1998 20:43:50 +0000 (20:43 +0000)]
Mapped correct open modes for READ_CONTROL access.
Jeremy.
(This used to be commit 4a62b73633b8f8707a2961b355d4997f429c86bc)

25 years agoFixed problems people were having with creating profile
Jeremy Allison [Mon, 14 Sep 1998 19:49:55 +0000 (19:49 +0000)]
Fixed problems people were having with creating profile
directories (NTTrans/Create with Security Descriptor for
a directory). It turns out the CIFS spec is bogus (what a
suprise) and the 'is a directory' flag is actually embedded
in the create_options field.

Jeremy.
(This used to be commit 68750d8153f01bd0802bb86e93c3ca5d11acb199)

25 years agoOk so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison [Fri, 11 Sep 1998 21:42:18 +0000 (21:42 +0000)]
Ok so with this bugfix 64 bit file access actually seems to work :-).

Problems were just dumb bugs like (defining sys_lseek to return 'int' DOH !).

Jeremy.
(This used to be commit 54dd51176fbab18af0b21bdee71b53f8f86573a8)

25 years agoOk - this is the 'expose 64 bit to the clients' checkin.
Jeremy Allison [Fri, 11 Sep 1998 19:14:27 +0000 (19:14 +0000)]
Ok - this is the 'expose 64 bit to the clients' checkin.

I have tested it by creating a 'holey' 20GB file - checking that
it shows up correctl in the NT file view (it does) and am busily
copying it to NULL: on the NT box. All good so far.... :-).

Also implemented NT 'delete on close' semantics.

Jeremy.
(This used to be commit 1654faee80648583e6a47ab7eda990fefdf85124)

25 years agoAdded ssize_t to configure code.
Jeremy Allison [Fri, 11 Sep 1998 01:24:30 +0000 (01:24 +0000)]
Added ssize_t to configure code.
Got 'religion' about using size_t and ssize_t for read/write stuff
as part of the code to expose 64 bits to the client.

This checkin does all the 'easy' stuff - such as all the read/write/lock
calls - but now comes the harder parts (open & friends) and all the
file enquiry functions.....

Jeremy.
(This used to be commit 36544fe5476f7770bd5748574fc54be7b3ee4d4a)

25 years agosmb.h: Removed fdnum from file_fd_struct. Not needed.
Jeremy Allison [Thu, 10 Sep 1998 18:57:06 +0000 (18:57 +0000)]
smb.h: Removed fdnum from file_fd_struct. Not needed.
files.c: Removed fd bitmap - not needed. Added code to do use arrays rather
         than linked list - disabled by default but can be enabled to check
         performance.
Jeremy.
(This used to be commit 069efc04545d5fdfc5c40467b8b7554ed5226a2e)

25 years agofixed a bug in the wins database writer that caused the database to be
Andrew Tridgell [Thu, 10 Sep 1998 04:00:09 +0000 (04:00 +0000)]
fixed a bug in the wins database writer that caused the database to be
written continuously rather than once every 5 seconds (at most).

also changed it to 20 seconds :)
(This used to be commit 1b07de7079e81da9c0b930bdc30ae0451b57d53a)

25 years agoImproved stat cache code by uppercasing any search name that gets added to
Jeremy Allison [Thu, 10 Sep 1998 00:35:10 +0000 (00:35 +0000)]
Improved stat cache code by uppercasing any search name that gets added to
it if we're in case insensitive mode, and then doing a memcmp rather
than a StrnCaseCmp (which is *horribly* slow) on every lookup.
Fixed bug with refusing NT SMB's (use *brackets* where needed :-).
Jeremy.
(This used to be commit 02b3fddce33a58a4db2102670b502fc0c6f45fab)

25 years agoCopyright notices written to debug logs are now through 1998.
Christopher R. Hertel [Wed, 9 Sep 1998 16:37:54 +0000 (16:37 +0000)]
Copyright notices written to debug logs are now through 1998.

Chris -)-----
(This used to be commit ac13c29d46f564fc340b652b4b71dfa92e4b5b16)

25 years agoAdded back groupname map stuff removed by Andrew's "slash 'n' burn"
Jeremy Allison [Tue, 8 Sep 1998 19:21:04 +0000 (19:21 +0000)]
Added back groupname map stuff removed by Andrew's "slash 'n' burn"
tactics :-). Protected by #ifdef until used.

Fixed bug in fd_attempt_close() where a pointer to potentially
free'd memory was returned. I hate that.

Added "blocking locks" as a per-share option for performance testing.

Changed is_mangled() so it will return true if called with a pathname
and any component of the pathname was mangled (it was already attempting
to do this, but not checking for a '/' as end-of-mangle).

This should be a better fix for the wierd stat cache bug Andrew identified.

Jeremy.
(This used to be commit 0de01f45980c7bc261248a9cead972a8d8cbd594)

25 years agoadded 0x10 to the frag length in the "bind ack".
Luke Leighton [Mon, 7 Sep 1998 17:01:52 +0000 (17:01 +0000)]
added 0x10 to the frag length in the "bind ack".
(This used to be commit 46301b1d2161317f56049934a9e7b658447b2c76)

25 years agoAdding header and footer html files for SWAT, adding samba.gif file too.
John Terpstra [Sun, 6 Sep 1998 05:50:18 +0000 (05:50 +0000)]
Adding header and footer html files for SWAT, adding samba.gif file too.
(This used to be commit c9a9fd131ba65cfde3a20d0ff5ff690064ef6c99)

25 years agoadd a "stat cache" boolean smb.conf option. (defaults to on)
Andrew Tridgell [Sun, 6 Sep 1998 01:37:14 +0000 (01:37 +0000)]
add a "stat cache" boolean smb.conf option. (defaults to on)

I think we need this so we can rule out stat cache bugs when dealing
with bug reports. If we ask a user to disable the stat cache and the
problem persists then we know it isn't a stat cache bug. The stat
cache code is sufficiently complicated that it can be pretty hard to
tell if it is causing problems or not.
(This used to be commit c83f3775cd8a7aad13571926cdd5949a07538771)

25 years agofixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell [Sat, 5 Sep 1998 15:31:10 +0000 (15:31 +0000)]
fixed a stat cache bug (the one found by Matthew Geier).

The fix I used is a very conservative fix. I'll leave it up to Jeremy
to put in a better fix. The problem was the detection of mangled
names.
(This used to be commit c96b5fde5ae12bd0d4d6bcff095cf090738c92a4)

25 years agoadded a configuration summary at the end of ./configure. It also
Andrew Tridgell [Sat, 5 Sep 1998 13:53:13 +0000 (13:53 +0000)]
added a configuration summary at the end of ./configure. It also
aborts if essential functions are not available.
(This used to be commit 5c7717f033f670f587b4a250d0a663cad30824e5)

25 years agoexpand the sysv shmem test to look for semaphores as well as shared
Andrew Tridgell [Sat, 5 Sep 1998 13:35:54 +0000 (13:35 +0000)]
expand the sysv shmem test to look for semaphores as well as shared
memory. Some FreeBSD systems have sysv shared memory but no
semaphores!
(This used to be commit 3f4959a065ed987a8254903a5aaf6234bb88ad5c)

25 years agosome cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell [Sat, 5 Sep 1998 13:24:20 +0000 (13:24 +0000)]
some cleanups to use ZERO_STRUCT() and friends
(This used to be commit 7b154dc4313324dfad6cf0117b8ce246bf12bf16)

25 years agosome people are foolishly running ./configure from other than the
Andrew Tridgell [Sat, 5 Sep 1998 13:21:57 +0000 (13:21 +0000)]
some people are foolishly running ./configure from other than the
source directory! This adds a new "trivial" test that makes sure that
the autoconf tests are working. It aborts the configure run if not.
(This used to be commit ead0338ad27f29f1abbbe9f6302d6bf633bf98b2)

25 years agoahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell [Sat, 5 Sep 1998 05:23:29 +0000 (05:23 +0000)]
ahh, the joy of deleting large chunks of code that someone else has
painstakingly put in :)

This gets rid of most of the #ifdef LARGE_SMB_INO_T ifdefs around
DEBUG() statements. We just use %.0f in all cases. Makes the code a
bit easier to read :)
(This used to be commit 41f0069afc02169932e04ff0039bb6328eaaf04d)

25 years agotridge the destroyer returns!
Andrew Tridgell [Sat, 5 Sep 1998 05:07:05 +0000 (05:07 +0000)]
tridge the destroyer returns!

prompted by the interpret_security() dead code that Jean-Francois
pointed out I added a make target "finddead" that finds potentially
dead (ie. unused) code. It spat out 304 function names ...

I went through these are deleted many of them, making others static
(finddead also reports functions that are used only in the local
file).

in doing this I have almost certainly deleted some useful code. I may
have even prevented compilation with some compile options. I
apologise. I decided it was better to get rid of this code now and add
back the one or two functions that are needed than to keep all this
baggage.

So, if I have done a bit too much "destroying" then let me know. Keep
the swearing to a minimum :)

One bit I didn't do is the ubibt code. Chris, can you look at that?
Heaps of unused functions there. Can they be made static?
(This used to be commit 2204475c87f3024ea8fd1fbd7385b2def617a46f)

25 years agoFixed one more Debug problem with inode in non-64 bit case.
Jeremy Allison [Sat, 5 Sep 1998 03:38:50 +0000 (03:38 +0000)]
Fixed one more Debug problem with inode in non-64 bit case.
Jeremy.
(This used to be commit 94d63cc382ac0d8a523db98b93750225082b09b1)

25 years agoBugfix for leak in reference counted file struct.
Jeremy Allison [Sat, 5 Sep 1998 03:14:40 +0000 (03:14 +0000)]
Bugfix for leak in reference counted file struct.
Added "nt smb support" parameter to allow NT SMB's to be turned off.
Jeremy.
(This used to be commit 63f65f5027d5022153fa2757b49c56829db1725b)

25 years agogot rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell [Sat, 5 Sep 1998 01:12:07 +0000 (01:12 +0000)]
got rid of interpret_security(). Thanks to Jean-Francois for pointing
out it is no longer used (replaced by enumerated types in loadparm.c)
(This used to be commit 88df8a8b25921389ee9d017b770bbae143cc51b8)

25 years agoModified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison [Fri, 4 Sep 1998 20:53:58 +0000 (20:53 +0000)]
Modified dev_t and ino_t code to be 64 bit clean (including changes
to oplock break message passing). I think that smbd/nmbd are now
inode and offset size independent (at least for 32 bit and 64 bit
systems).

Now to expose all this new functionality to NT clients.....

Jeremy.
(This used to be commit 5910d07bbf45a34d3c901461f74704c029a79474)

25 years agoFixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy Allison [Fri, 4 Sep 1998 16:06:04 +0000 (16:06 +0000)]
Fixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy.
(This used to be commit dcce6b98d847d02148fb2ab15f8430b870e106bd)

25 years agoMore 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison [Fri, 4 Sep 1998 00:23:28 +0000 (00:23 +0000)]
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Nearly at the stage where I can expose the 64-bit-ness to
the NT clients....
Jeremy.
(This used to be commit 422f1dd45074c0e28203aca5952e57bbe56676b6)

25 years agoOk - this is the 64 bit widening check in. It changes the configure
Jeremy Allison [Thu, 3 Sep 1998 18:40:31 +0000 (18:40 +0000)]
Ok - this is the 64 bit widening check in. It changes the configure
to check for stat64 and friends, and then changes much of Samba
to use the data type SMB_OFF_T for file size information.

stat/fstat/lstat/lseek/ftruncate have now become sys_stat etc. to hide
the 64 bit calls if needed.

Note that this still does not expose 64 bit functionality to the
client, as the changes to the reply_xxx smb's are not yet done.

This code change should make these changes possible.

Still to do before full 64 bit-ness to the client:

fcntl lock code.
statfs code
widening of dev_t and ino_t (now possible due to SMB_DEV_T and SMB_OFF_T
types being in place).

Let me know if wierd things happen after this check-in and I'll
fix them :-).

Jeremy.
(This used to be commit 14500936c321d15995c963766aac67bf1f4e3824)

25 years agochanged the SMBtrans reply code to align at the same alignment as
Andrew Tridgell [Thu, 3 Sep 1998 05:37:15 +0000 (05:37 +0000)]
changed the SMBtrans reply code to align at the same alignment as
observed from NT. We were aligning the data before but not the
parameters. This aligns both.

This change may break some other parts of ipc.c if we have relied on
the alignment somewhere, so if you think this broke something then let
me know.
(This used to be commit d252d331015b7606618ba1422bb669da003da293)

25 years agowe were setting the strings 1 too long in make_srv_share_info1_str()
Andrew Tridgell [Thu, 3 Sep 1998 05:35:13 +0000 (05:35 +0000)]
we were setting the strings 1 too long in make_srv_share_info1_str()
(This used to be commit 29e1e59db8035e0fd2c088a969fa17549ce1b897)

25 years agofixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell [Thu, 3 Sep 1998 03:14:31 +0000 (03:14 +0000)]
fixed a bug in the name mangling code. It implicitly assumed that
mangling a name can't increase it's size which isn't true. (imagine a
file called "L B" which mangles to "LB~XX")

The symptoms were that users couldn't run batch files from short
directory names that contained non 8.3 characters (such as spaces).
(This used to be commit c319d8ea3f8b42bb3a8e501642971ed0bdb21583)

25 years agoFix for PR#9497 - not waiting for child.
Jeremy Allison [Wed, 2 Sep 1998 17:23:41 +0000 (17:23 +0000)]
Fix for PR#9497 - not waiting for child.
Jeremy.
(This used to be commit e817d836bba3aaf0f732d66bc5a4383a7f7005db)

25 years agowe are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell [Wed, 2 Sep 1998 05:00:47 +0000 (05:00 +0000)]
we are never interested in SIGPIPE so just ignore (block) it
always. Don't even install a handler.
(This used to be commit 72c383f4b7bcce5374632dc972df16ab0e2542b9)

25 years agochanged ref to samba.gif to use /swat/ prefix
Andrew Tridgell [Wed, 2 Sep 1998 02:12:07 +0000 (02:12 +0000)]
changed ref to samba.gif to use /swat/ prefix
(This used to be commit f297662d64da9423e3d2efc6c602e40613c4236e)

25 years agouse /swat/ prefix in both inetd and cgi modes, to enable a static header.html
Andrew Tridgell [Wed, 2 Sep 1998 02:02:30 +0000 (02:02 +0000)]
use /swat/ prefix in both inetd and cgi modes, to enable a static header.html
(This used to be commit ddb788c24d043b18506138a7759b8128df1673aa)

25 years agoMissed one struct stat.
Jeremy Allison [Tue, 1 Sep 1998 20:17:16 +0000 (20:17 +0000)]
Missed one struct stat.
Jeremy.
(This used to be commit 03ae657a36c986ba4248b297e64ec7898a1914e6)

25 years agoMore abstraction of file system data types, to move to a 64
Jeremy Allison [Tue, 1 Sep 1998 20:11:54 +0000 (20:11 +0000)]
More abstraction of file system data types, to move to a 64
bit file interface for the NT SMB's.

Created a new define, SMB_STRUCT_STAT that currently is
defined to be struct stat - this wil change to a user
defined type containing 64 bit info when the correct
wrappers are written for 64 bit stat(), fstat() and lstat()
calls.

Also changed all sys_xxxx() calls that were previously just
wrappers to the same call prefixed by a dos_to_unix() call
into dos_xxxx() calls. This makes it explicit when a pathname
translation is being done, and when it is not.

Now, all sys_xxx() calls are meant to be wrappers to mask
OS differences, and not silently converting filenames on
the fly.

Jeremy.
(This used to be commit 28aa182dbffaa4ffd86047e608400de4b26e80eb)

25 years agoMatthew is no longer wokring on SWAT
Andrew Tridgell [Tue, 1 Sep 1998 07:10:44 +0000 (07:10 +0000)]
Matthew is no longer wokring on SWAT
(This used to be commit 8bd2cf0eb7533c3ec2d5767163ffdaf20b01bbff)

25 years agoneed to istall new files
Andrew Tridgell [Tue, 1 Sep 1998 06:03:52 +0000 (06:03 +0000)]
need to istall new files
(This used to be commit c53ead308e941baa4524b9ec62d74290ce91503f)

25 years agospruced up SWAT a bit - it now uses the new Samba logo at the top and
Andrew Tridgell [Tue, 1 Sep 1998 06:03:03 +0000 (06:03 +0000)]
spruced up SWAT a bit - it now uses the new Samba logo at the top and
a table to give it a little border
(This used to be commit d35c6e80988d96049d4624b47ae9ea015edafc59)

25 years agofixed a bug in the base64 hanlding that led to auth failures for some
Andrew Tridgell [Tue, 1 Sep 1998 06:01:19 +0000 (06:01 +0000)]
fixed a bug in the base64 hanlding that led to auth failures for some
passwords with SWAT
(This used to be commit edcde70108ab643a29f3e0e0cc97609287da6e87)

25 years agocheck that a valid pipe is passed before doing a pipe close.
Andrew Tridgell [Tue, 1 Sep 1998 01:10:01 +0000 (01:10 +0000)]
check that a valid pipe is passed before doing a pipe close.

I made this change after getting a segv in reply_pipe_close(). The
funny thing was that pipes_open was 1 and Pipes was NULL. That "can't
happen" and suggests that we have a wild pointer somewhere.

I suspect the rpc code, as I was playing with long share names (a
share called "averylongusername") at the time and the logs show lots
of srvsvc operations. I bet there is a buffer in the rpc code
somewhere that is overflowing and trashing bits of the data segment.
(This used to be commit 9fee8c2eb7bd05431cd9bcfbed3804c8ca1ee593)

25 years agoconfigure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison [Mon, 31 Aug 1998 20:20:54 +0000 (20:20 +0000)]
configure.in, configure: include/config.h.in: Added stropts and poll.
include/smb.h: Moved old typedefs of uint8 etc. into include/includes.h where
               all the other defines live (changed them from typedefs to
               defines).
Other changes : changed from using uint32 to SMB_DEV_T and SMB_INO_T
in preparation for moving to size independed (ie. 64 bit clean) device
and inode access. Stat call wrapper comes next :-).

Jeremy.
(This used to be commit 3d9ec96de5e04e83abafe9c5d980bd39eee856ea)