samba.git
20 years agoThis commit was manufactured by cvs2svn to create tag samba-3.0.1pre1
cvs2svn Import User [Fri, 10 Oct 2003 19:33:22 +0000 (19:33 +0000)]
This commit was manufactured by cvs2svn to create tag
'release-3-0-1pre1'.

20 years agofixing up a few typos
Gerald Carter [Fri, 10 Oct 2003 19:33:21 +0000 (19:33 +0000)]
fixing up a few typos

20 years agosyncing using_samba tree
Gerald Carter [Fri, 10 Oct 2003 18:09:18 +0000 (18:09 +0000)]
syncing using_samba tree

20 years agoadding files from the 3.0 branch
Gerald Carter [Fri, 10 Oct 2003 18:06:24 +0000 (18:06 +0000)]
adding files from the 3.0 branch

20 years agosyncing up for 3.0.1pre1
Gerald Carter [Fri, 10 Oct 2003 18:04:10 +0000 (18:04 +0000)]
syncing up for 3.0.1pre1

20 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn Import User [Thu, 9 Oct 2003 20:59:39 +0000 (20:59 +0000)]
This commit was manufactured by cvs2svn to create branch
'SAMBA_3_0_RELEASE'.

20 years agoMove sysquotas autoconf tests to a seperate file in tests/
Jelmer Vernooij [Thu, 9 Oct 2003 20:59:38 +0000 (20:59 +0000)]
Move sysquotas autoconf tests to a seperate file in tests/
Patch by Stefan Metzmacher <metze@metzemix.de>

20 years agoRefuse to configure if --with-expsam=$BACKEND was specified, but
Jelmer Vernooij [Thu, 9 Oct 2003 20:55:38 +0000 (20:55 +0000)]
Refuse to configure if --with-expsam=$BACKEND was specified, but
the libraries for $BACKEND were not found

20 years agoAt least give a message if we're returning a short read for W2K compatibility.
Jeremy Allison [Thu, 9 Oct 2003 19:01:13 +0000 (19:01 +0000)]
At least give a message if we're returning a short read for W2K compatibility.
Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:29:50 +0000 (06:29 +0000)]
Merge from 3.0:

>cosmetic fix when DESTDIR=/ (default)

>fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:29:08 +0000 (06:29 +0000)]
Merge from 3.0:

>Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug
>(I renamed the element of the structure).
>
>Andrew Bartlett

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:27:01 +0000 (06:27 +0000)]
Merge from 3.0:

>Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be
>tested soon, but this fix is somewhat obvious.
>
>Volker

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:25:40 +0000 (06:25 +0000)]
Merge from 3.0:

>Typo in error message.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:16:16 +0000 (06:16 +0000)]
Merge from 3.0:

>Moving towards better i18n support in SWAT.  This commit contains a
>bunch of updates to bug 413 from Monyo:
>
>1) pick up proper strings to call msg strings for example to add
>  strings in wizard menu in web/swat.c, web/statuspage.c and
>  param/loadparm.c.
>
>2) define N_() macro in include/intl.h to pick up some strings
>  in param/loadparm.c
>
>3) quote all name and value tag with '"'
>  For example in swat.c:720 the "Edit Parameter Values" string is
>  displayd only as "Edit" because value tag is not quoted like:
>  value=Edit Parameter Values
>  These tags should be quoted though it sometimes works well
>  without quotation.
>
>4) modify the msg strings not to contain HTML tags or other
>  non-message strings. For example
>  dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:13:11 +0000 (06:13 +0000)]
Merge from 3.0:

>Portability fix from Joachim Schmitz.  Closes bug #546.

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:12:44 +0000 (06:12 +0000)]
Merge from 3.0:

>Fix spelling mistake.

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:10:52 +0000 (06:10 +0000)]
Merge from 3.0:

>Moving towards better i18n support in SWAT.  This commit contains a
>bunch of updates to bug 413 from Monyo:
>
>1) pick up proper strings to call msg strings for example to add
>  strings in wizard menu in web/swat.c, web/statuspage.c and
>  param/loadparm.c.
>
>2) define N_() macro in include/intl.h to pick up some strings
>  in param/loadparm.c
>
>3) quote all name and value tag with '"'
>  For example in swat.c:720 the "Edit Parameter Values" string is
>  displayd only as "Edit" because value tag is not quoted like:
>  value=Edit Parameter Values
>  These tags should be quoted though it sometimes works well
>  without quotation.
>
>4) modify the msg strings not to contain HTML tags or other
>  non-message strings. For example
>  dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 06:02:07 +0000 (06:02 +0000)]
Merge from 3.0:

>Explicitly initialise the value of AR for vendor makes that don't do
>this (HPUX 11).  Currently it's initialised to 'ar' but this may have
>to be changed if any systems pop up that have archivers that aren't
>named 'ar'. Closes bug #552.

>Fallback to our defaults (CP850/ASCII/UTF8) if there is no native
>iconv on the platform. This allows to compile and complain about it
>at runtime

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 05:59:16 +0000 (05:59 +0000)]
Merge from 3.0:

>Explicitly initialise the value of AR for vendor makes that don't do
>this (HPUX 11).  Currently it's initialised to 'ar' but this may have
>to be changed if any systems pop up that have archivers that aren't
>named 'ar'. Closes bug #552.

>fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 05:51:52 +0000 (05:51 +0000)]
Merge from 3.0:

 - Don't install text docs

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 05:50:06 +0000 (05:50 +0000)]
Merge from 3.0:

  - Updated *.msg files from running genmsg
  - Add genmsg program
  - Add Jelmer's Dutch translation

20 years agoMerge from 3.0:
Tim Potter [Thu, 9 Oct 2003 05:48:23 +0000 (05:48 +0000)]
Merge from 3.0:

>4 changes
>
>  * default to 1 CPU (patch from Nir Soffer)
>  * clear up some messy syntax (extra ;'s)
>  * remove duplicate installation of *msg files
>  * remove unnecessary build of smbspool`& modules

20 years agoChanges to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison [Thu, 9 Oct 2003 01:46:03 +0000 (01:46 +0000)]
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy.

20 years agoFixup error code returns from Samba4 tester. Ensure invalid paths are
Jeremy Allison [Wed, 8 Oct 2003 23:21:25 +0000 (23:21 +0000)]
Fixup error code returns from Samba4 tester. Ensure invalid paths are
validated the same way.
Jeremy.

20 years agoMax warnings with gcc.
Jeremy Allison [Tue, 7 Oct 2003 17:23:59 +0000 (17:23 +0000)]
Max warnings with gcc.
Jeremy.

20 years agomake sure to call get_user_groups() with the full winbindd name for a user if he...
Gerald Carter [Tue, 7 Oct 2003 16:35:03 +0000 (16:35 +0000)]
make sure to call get_user_groups() with the full winbindd name for a user if he;she has one; bug 406

20 years agoVersion of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.
Jeremy Allison [Tue, 7 Oct 2003 00:05:59 +0000 (00:05 +0000)]
Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.
Canonicalise SMB_INFO_ALLOCATION in the same was as SMB_FS_FULL_SIZE_INFORMATION.
Jeremy.

20 years agoFix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
Jeremy Allison [Mon, 6 Oct 2003 21:49:42 +0000 (21:49 +0000)]
Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
Jeremy.

20 years agocosmetic fix when DESTDIR=/ (default)
Gerald Carter [Mon, 6 Oct 2003 19:24:39 +0000 (19:24 +0000)]
cosmetic fix when DESTDIR=/ (default)

20 years agodefault DESTDIR=/
Gerald Carter [Mon, 6 Oct 2003 16:42:01 +0000 (16:42 +0000)]
default DESTDIR=/

20 years agosplit some security related functions in their own files.
Simo Sorce [Mon, 6 Oct 2003 01:24:48 +0000 (01:24 +0000)]
split some security related functions in their own files.
(no need to include all of smbd files to use some basic sec functions)

also minor compile fixes

20 years agodon't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437
Gerald Carter [Fri, 3 Oct 2003 21:43:56 +0000 (21:43 +0000)]
don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437

20 years agocleaning out patch list; patch from Steve L. to change the cwd before the postexec...
Gerald Carter [Fri, 3 Oct 2003 15:11:38 +0000 (15:11 +0000)]
cleaning out patch list; patch from Steve L. to change the cwd before the postexec script

20 years agoabstract UUID parsing code to an individual function; patch from Anthony
Gerald Carter [Fri, 3 Oct 2003 15:08:16 +0000 (15:08 +0000)]
abstract UUID parsing code to an individual function; patch from Anthony

20 years agoPortability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy Allison [Thu, 2 Oct 2003 18:22:48 +0000 (18:22 +0000)]
Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy.

20 years agoPortability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy Allison [Thu, 2 Oct 2003 17:53:55 +0000 (17:53 +0000)]
Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy.

20 years agoPortability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy Allison [Thu, 2 Oct 2003 17:36:45 +0000 (17:36 +0000)]
Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy.

20 years agoCorrect fix for excel read-only bug. Add panic for logic error in developer mode.
Jeremy Allison [Thu, 2 Oct 2003 17:26:44 +0000 (17:26 +0000)]
Correct fix for excel read-only bug. Add panic for logic error in developer mode.
Jeremy.

20 years agoFix for not opening Excel 2000 files that are read-only. Needs tidying
Jeremy Allison [Thu, 2 Oct 2003 00:55:20 +0000 (00:55 +0000)]
Fix for not opening Excel 2000 files that are read-only. Needs tidying
up but works for now.
Jeremy.

20 years agocommit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously...
Gerald Carter [Wed, 1 Oct 2003 22:00:19 +0000 (22:00 +0000)]
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously joined to the Samba domain

20 years agoFixed silly typo checking for signal_handler not signal.
Jeremy Allison [Wed, 1 Oct 2003 21:17:46 +0000 (21:17 +0000)]
Fixed silly typo checking for signal_handler not signal.
Jeremy.

20 years agoAllow ^C to interrupt smbpasswd if using our getpass.
Jeremy Allison [Wed, 1 Oct 2003 19:33:27 +0000 (19:33 +0000)]
Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy.

20 years agosave and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the...
Gerald Carter [Wed, 1 Oct 2003 18:54:29 +0000 (18:54 +0000)]
save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the CFLAGS variable

20 years agomake sure libnss_winbind.so.2 is included in the RedHAT RPMS
Gerald Carter [Wed, 1 Oct 2003 17:56:51 +0000 (17:56 +0000)]
make sure libnss_winbind.so.2 is included in the RedHAT RPMS

20 years agoremove duplicate smbspool link on SWAT's front page; bug 541
Gerald Carter [Wed, 1 Oct 2003 17:07:28 +0000 (17:07 +0000)]
remove duplicate smbspool link on SWAT's front page; bug 541

20 years agomerge of parameter changes from 3.0 and fix for bug 550
Gerald Carter [Wed, 1 Oct 2003 17:02:09 +0000 (17:02 +0000)]
Merge ... parameter changes from 3.0 and fix for bug 550

20 years agoTake care of condition where DOS and NT error codes must differ. Found by
Jeremy Allison [Mon, 29 Sep 2003 23:35:39 +0000 (23:35 +0000)]
Take care of condition where DOS and NT error codes must differ. Found by
DOS program test by Amir Hardon <hardon@actcom.co.il>.
Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:23:56 +0000 (06:23 +0000)]
Merge from 3.0:

>iconv isn't const safe. Neither should smb_iconv be.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:22:55 +0000 (06:22 +0000)]
Merge from 3.0:

>Apply some NULL pointer paranoia to previous wins hook fix.

>Fix broken wins hook functionality.  A i18n fixe caused the name type
>to be appended to the netbios name between angle brackets.  This interfered
>the 'sh -c' used to implement smbrun().  Closes bug #528.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:22:04 +0000 (06:22 +0000)]
Merge from 3.0:

>Allow d_printf() to handle strings with escaped quotation marks since the
>msg file includes the escape character.
>
>Fixes bug #489.

20 years agoRemove Japanese swat image files.
Tim Potter [Mon, 29 Sep 2003 06:21:01 +0000 (06:21 +0000)]
Remove Japanese swat image files.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:20:55 +0000 (06:20 +0000)]
Merge from 3.0:

>Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:20:11 +0000 (06:20 +0000)]
Merge from 3.0:

>More bug #413.  Fix bad html table row termination in SWAT wizard code found by
>Monyo.  Also remove debugging d_printf() which snuck in the last commit.

>Change title of SWAT globals page from 'Global Variables' to 'Global
>Parameters' to be more consistent with the other pages.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:18:42 +0000 (06:18 +0000)]
Merge from 3.0:

>Ensure %S gets expanded in read/write lists.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:18:00 +0000 (06:18 +0000)]
Merge from 3.0:

>Fix for valid users = %S in homes share.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:17:09 +0000 (06:17 +0000)]
Merge from 3.0:

>Fix for #480. Change the interface for init_unistr2 to not take a length
>but a flags field. We were assuming that 2*strlen(mb_string) == length of ucs2-le string.
>This is not the case. Count it after conversion.
>Jeremy.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:07:30 +0000 (06:07 +0000)]
Merge from 3.0:

>Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  This
>is the same way AC_CHECK_LIB works.  Fix for bug 508.
>
>This may have to go a few rounds on the build farm to ensure it works
>everywhere.

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:06:49 +0000 (06:06 +0000)]
Merge from 3.0:

>make sure to install the *msg files for SWAT

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:06:11 +0000 (06:06 +0000)]
Merge from 3.0:

>last minute updates from Buchan

(actually was my change to add swat msg translation files to rpm)

20 years agoMerge from 3.0:
Tim Potter [Mon, 29 Sep 2003 06:01:11 +0000 (06:01 +0000)]
Merge from 3.0:

>last minute updates from Buchan

20 years agoTestparm fixes:
Jelmer Vernooij [Mon, 29 Sep 2003 02:40:09 +0000 (02:40 +0000)]
Testparm fixes:
 - Also check global 'hosts allow'/'hosts deny' when checking access to share
 - Warn when user specifies 2 arguments instead of 1 or 3.

Patch from Jay Fenlason <fenlason@redhat.com>

20 years agoAdd draft about new registry subsystem
Jelmer Vernooij [Sun, 28 Sep 2003 23:14:56 +0000 (23:14 +0000)]
Add draft about new registry subsystem

20 years agodon't write to static pointers; patch from Anthony
Gerald Carter [Fri, 26 Sep 2003 14:44:11 +0000 (14:44 +0000)]
don't write to static pointers; patch from Anthony

20 years agofix one last thing with spec file
Gerald Carter [Thu, 25 Sep 2003 01:47:47 +0000 (01:47 +0000)]
fix one last thing with spec file

20 years agolast minute updates from Buchan
Gerald Carter [Thu, 25 Sep 2003 01:47:35 +0000 (01:47 +0000)]
last minute updates from Buchan

20 years agopreparing for release of 3.0.0
Gerald Carter [Wed, 24 Sep 2003 17:18:52 +0000 (17:18 +0000)]
preparing for release of 3.0.0

20 years agomake sure to install the *msg files for SWAT
Gerald Carter [Wed, 24 Sep 2003 17:14:36 +0000 (17:14 +0000)]
make sure to install the *msg files for SWAT

20 years agosync *.msg changes from 3.0
Gerald Carter [Wed, 24 Sep 2003 16:34:03 +0000 (16:34 +0000)]
sync *.msg changes from 3.0

20 years agosyncing files from 3.0
Gerald Carter [Wed, 24 Sep 2003 15:43:12 +0000 (15:43 +0000)]
syncing files from 3.0

20 years agoadded noted about new acl mapping code in 3.0
Gerald Carter [Wed, 24 Sep 2003 15:40:15 +0000 (15:40 +0000)]
added noted about new acl mapping code in 3.0

20 years agosyncing files from 3.0
Gerald Carter [Wed, 24 Sep 2003 15:28:49 +0000 (15:28 +0000)]
syncing files from 3.0

20 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn Import User [Wed, 24 Sep 2003 15:16:59 +0000 (15:16 +0000)]
This commit was manufactured by cvs2svn to create branch
'SAMBA_3_0_RELEASE'.

20 years ago* sync more files from 3.0
Gerald Carter [Wed, 24 Sep 2003 15:16:57 +0000 (15:16 +0000)]
* sync more files from 3.0
* set version string to "CVS 3.1.0alpha1"

20 years agomore syncs from 3.0
Gerald Carter [Wed, 24 Sep 2003 15:08:05 +0000 (15:08 +0000)]
more syncs from 3.0

20 years agosyncing up docs, examples, & packaging from 3.0
Gerald Carter [Wed, 24 Sep 2003 15:05:22 +0000 (15:05 +0000)]
syncing up docs, examples, & packaging from 3.0

20 years agoremoving files no longer in 3.0
Gerald Carter [Wed, 24 Sep 2003 14:51:35 +0000 (14:51 +0000)]
removing files no longer in 3.0

20 years agocommiting updates from 3.0
Gerald Carter [Wed, 24 Sep 2003 14:17:49 +0000 (14:17 +0000)]
commiting updates from 3.0

20 years agocommiting updates from 3.0
Gerald Carter [Wed, 24 Sep 2003 13:47:01 +0000 (13:47 +0000)]
commiting updates from 3.0

20 years agoDon't #ifdef an AFS option by WITH_ADS. Merge from SAMBA_3_0
Volker Lendecke [Wed, 24 Sep 2003 09:33:42 +0000 (09:33 +0000)]
Don't #ifdef an AFS option by WITH_ADS. Merge from SAMBA_3_0

Volker

20 years agoAnother round of merges from 3.0:
Tim Potter [Wed, 24 Sep 2003 02:46:59 +0000 (02:46 +0000)]
Another round of merges from 3.0:

>Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>
>Jeremy.

>Applied Monyo's patch for bug #412 which allows \n characters to
>appear in msg strings.

>Put in some DEBUGs for swat language selection.  Part of bug 456.

20 years agoAnother round of merges from 3.0:
Tim Potter [Wed, 24 Sep 2003 02:45:43 +0000 (02:45 +0000)]
Another round of merges from 3.0:

>Reformat - preparing to fix bug #480 (which will be ugly).
>Jeremy.

20 years agoAnother round of merges from 3.0:
Tim Potter [Wed, 24 Sep 2003 02:45:00 +0000 (02:45 +0000)]
Another round of merges from 3.0:

>Change error message displayed when --without-libiconv is used as
>an argument to configure.  Closes bug 468.

20 years agofixing a bug in the retry loop for winbindd_pam_auth[_crap]()
Gerald Carter [Wed, 24 Sep 2003 01:24:13 +0000 (01:24 +0000)]
fixing a bug in the retry loop for winbindd_pam_auth[_crap]()

20 years agoadding some changes recommended by Steve
Gerald Carter [Wed, 24 Sep 2003 01:00:33 +0000 (01:00 +0000)]
adding some changes recommended by Steve

20 years agoupdating version for 3.0.0
Gerald Carter [Tue, 23 Sep 2003 20:50:47 +0000 (20:50 +0000)]
updating version for 3.0.0

20 years agoworking on release notes for 3.0.0
Gerald Carter [Tue, 23 Sep 2003 20:50:20 +0000 (20:50 +0000)]
working on release notes for 3.0.0

20 years agoupdate smbldap-tool sscripts from Jérôme Tournier
Gerald Carter [Tue, 23 Sep 2003 20:42:28 +0000 (20:42 +0000)]
update smbldap-tool sscripts from Jérôme Tournier

20 years agoMerge in the docs for Volker's new params.
Jeremy Allison [Tue, 23 Sep 2003 20:29:52 +0000 (20:29 +0000)]
Merge in the docs for Volker's new params.
Jeremy.

20 years agoMerge in Volker's AFS fix.
Jeremy Allison [Tue, 23 Sep 2003 20:28:09 +0000 (20:28 +0000)]
Merge in Volker's AFS fix.
Jeremy.

20 years agosync from 3.0
Gerald Carter [Tue, 23 Sep 2003 20:27:05 +0000 (20:27 +0000)]
sync from 3.0

20 years agomerging IBM DS schema from 3.0
Gerald Carter [Tue, 23 Sep 2003 19:50:28 +0000 (19:50 +0000)]
merging IBM DS schema from 3.0

20 years agofix some warnings found by the Sun C compiler
Gerald Carter [Mon, 22 Sep 2003 18:24:08 +0000 (18:24 +0000)]
fix some warnings found by the Sun C compiler

20 years agofix some warnings found by the Sun C compiler
Gerald Carter [Mon, 22 Sep 2003 17:54:34 +0000 (17:54 +0000)]
fix some warnings found by the Sun C compiler

20 years agoSync with 3.0 for INTL issues. Also patch from Yasuma Takeda <yasuma@miraclelinux...
Jeremy Allison [Mon, 22 Sep 2003 17:39:42 +0000 (17:39 +0000)]
Sync with 3.0 for INTL issues. Also patch from  Yasuma Takeda <yasuma@miraclelinux.com>
Jeremy.

20 years agoFix typo in error message.
Jeremy Allison [Mon, 22 Sep 2003 17:35:10 +0000 (17:35 +0000)]
Fix typo in error message.
Jeremy.

20 years agosolaris packagaing fixes from Brian King
Gerald Carter [Mon, 22 Sep 2003 16:12:34 +0000 (16:12 +0000)]
solaris packagaing fixes from Brian King

20 years agosolaris packagaing fixes from Brian King
Gerald Carter [Mon, 22 Sep 2003 16:12:18 +0000 (16:12 +0000)]
solaris packagaing fixes from Brian King

20 years agoFix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andoburg.nl>
Jelmer Vernooij [Sun, 21 Sep 2003 03:16:05 +0000 (03:16 +0000)]
Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andoburg.nl>

20 years agoFix typo
Jelmer Vernooij [Sun, 21 Sep 2003 03:14:05 +0000 (03:14 +0000)]
Fix typo

20 years agoremoving obselete parameter from smb.conf
Gerald Carter [Sat, 20 Sep 2003 16:45:53 +0000 (16:45 +0000)]
removing obselete parameter from smb.conf