samba.git
20 years agoIgnore autogenerated tdbsam2_parse_info.h
Tim Potter [Tue, 14 Oct 2003 02:55:13 +0000 (02:55 +0000)]
Ignore autogenerated tdbsam2_parse_info.h
(This used to be commit bb2b8906a05109d5ba8ffff6c250d90d8658d444)

20 years agoPut back the changes that Simo reverted and fix a speling mistak.
Richard Sharpe [Mon, 13 Oct 2003 23:14:46 +0000 (23:14 +0000)]
Put back the changes that Simo reverted and fix a speling mistak.
(This used to be commit 72b1f727754e2f9f54facba8615032c8118d928c)

20 years agoSo here it is a non-intrusive patch with my latest work on gums (the
Simo Sorce [Mon, 13 Oct 2003 21:26:10 +0000 (21:26 +0000)]
So here it is a non-intrusive patch with my latest work on gums (the
laternative to the current passdb).
Currently it is run through a comatibility module in the passdb layer, with
a subset of the functionality it may provide.
It is still work in progress, but as someone asked me about it, and as it
should make no difference to the normal code, I tought it was a good idea to
put it into.
It adds a dependency on perl. I know it is not very nice, but I'm sure we
will work out a solution for that.

As always blame me if I break something, but try to fix yourself, as I am
busy-busy-busy :-)

Simo.
(This used to be commit 7b3c94b5cfc1a9ceb430613353a937345f2eda74)

20 years agoPull my previous changes into head as well.
Richard Sharpe [Mon, 13 Oct 2003 18:34:57 +0000 (18:34 +0000)]
Pull my previous changes into head as well.
(This used to be commit 96f1ce740a8ebca3861bb2006b11301236a6fdb2)

20 years agomake sure to use the escaped DN; patch from Guenther Deschner; bug 592
Gerald Carter [Mon, 13 Oct 2003 14:06:27 +0000 (14:06 +0000)]
make sure to use the escaped DN; patch from Guenther Deschner; bug 592
(This used to be commit fe6aa4a95181bb2ad4352710cfc7868918609274)

20 years agomake nt-time <-> unix-time functions nearly reversible
Simo Sorce [Sun, 12 Oct 2003 20:48:30 +0000 (20:48 +0000)]
make nt-time <-> unix-time functions nearly reversible
(This used to be commit 98d60dc1c7027a50f720933eb8d6ffbfb4276fa5)

20 years agoadding notice about new samba-docs cvs modeule
Gerald Carter [Fri, 10 Oct 2003 16:24:26 +0000 (16:24 +0000)]
adding notice about new samba-docs cvs modeule
(This used to be commit 982a5609ff804b6830d28b21bb4e71192e594d5f)

20 years agoremoving docs from HEAD
Gerald Carter [Fri, 10 Oct 2003 16:21:39 +0000 (16:21 +0000)]
removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)

20 years agoMatch Samba 2.2, and make ACB_NORMAL the default ACB value.
Andrew Bartlett [Fri, 10 Oct 2003 14:24:19 +0000 (14:24 +0000)]
Match Samba 2.2, and make ACB_NORMAL the default ACB value.

(Samba 2.2 did this in the LDAP code, but it fits better as a generic thing)

Andrew Bartlett
(This used to be commit 36ccf922a34127f2eb6b7da590e426544539ab25)

20 years agoEnsure cancelling a blocking lock returns the correct error message.
Jeremy Allison [Fri, 10 Oct 2003 02:02:02 +0000 (02:02 +0000)]
Ensure cancelling a blocking lock returns the correct error message.
Testing with Samba4 RAW-MUX code.
Jeremy.
(This used to be commit 5e6080597fcf225ac9526a4ca973d962a13dd4a8)

20 years agoMake us pass Samba4 lock tester (with one different error message).
Jeremy Allison [Fri, 10 Oct 2003 01:53:35 +0000 (01:53 +0000)]
Make us pass Samba4 lock tester (with one different error message).
Jeremy.
(This used to be commit 1c19739aeada047eeb6bc7dbec161b5d783a3576)

20 years agoWe need to make sure that the files that contain the static_init_$subsystem;
Jelmer Vernooij [Thu, 9 Oct 2003 22:56:08 +0000 (22:56 +0000)]
We need to make sure that the files that contain the static_init_$subsystem;
macro get recompiled after configure has ran.
This was done by touching the source file. This patch changes it to removing
the object file, so that you don't need write-access to the source directory.
(This used to be commit 2ef96618620bfc1bba7ad7ca54126b89f444a8fb)

20 years agoMatch W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy Allison [Thu, 9 Oct 2003 21:04:51 +0000 (21:04 +0000)]
Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy.
(This used to be commit 1c1c4ee8be9473d9d0ea676f7da2a1d359aaa7ee)

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

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
(This used to be commit 46a5575f1944d79ca3887bf3e9391ddee87ef8ce)

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

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
(This used to be commit 27e8f16188b5db96ae191b2e6ad9948e46d6d9b1)

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
(This used to be commit 2aaafa500780f7de0dec5632d53f3347b67fae4a)

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

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

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"));
(This used to be commit 84a0433c528dc1fe8e057ce2def1d11dde5f9b07)

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

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

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"));
(This used to be commit 17efb306aa32d1e5b2546cfb2f3404ad3cf0fb68)

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
(This used to be commit 442cfcce0d8dcd7b653a6260c5efcb72b84ce74f)

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

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
(This used to be commit 1d9d49c9181b3d798130f5bd64560fcb1b369b13)

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

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
(This used to be commit 0f383593454ae174af6b13624801be4aff3fe24f)

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

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

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

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
(This used to be commit 19925e3a04f421f4dcc469b701f3cc51ef98ac2c)

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

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

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

20 years agodefault DESTDIR=/
Gerald Carter [Mon, 6 Oct 2003 16:42:01 +0000 (16:42 +0000)]
default DESTDIR=/
(This used to be commit 759990833ef192ffddec58039db1a41a0fafa399)

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
(This used to be commit 66074d3b097d8cf2a231bf08c7f4db62da68189d)

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
(This used to be commit 9da4d1f7dbb289dd1db5e57a4fd78004bbfbd26b)

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

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
(This used to be commit 6cbdbdf9e1e76837c8ef03e795db11caa74ccf18)

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

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

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

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

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

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
(This used to be commit 9d2e585e5e6f9066c6901aa8d8308734f8667296)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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)
(This used to be commit 1c14a9d267c41ad632923dd44e324e8b99dd1fee)

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

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>
(This used to be commit 034fe96f9c3d3328bc69ef328f10690336dc35b0)

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
(This used to be commit 6d310e98e0d8654a95de98fcd4aa55e3c681157d)

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

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

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"
(This used to be commit c6a61ffcbd0c95afd94bd33fd832b24bc8209de5)

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

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

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

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

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

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]()
(This used to be commit a1b6e28e9c1742dd5debe46b18fa474f11b31dd1)

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
(This used to be commit 585764305aa84a7732f71f2e01227e1a6a08664f)

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

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

20 years agoFix typo
Jelmer Vernooij [Sun, 21 Sep 2003 03:14:05 +0000 (03:14 +0000)]
Fix typo
(This used to be commit 68e044f60ddb6dc7d894f95eff8a866e713df253)

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

20 years agofix from Brad Langhorst to correctly check if the primaryGroupID has been set
Gerald Carter [Sat, 20 Sep 2003 15:29:27 +0000 (15:29 +0000)]
fix from Brad Langhorst to correctly check if the primaryGroupID has been set
(This used to be commit db0d8f76ba9fbd090b62cb1233b566040e36f552)

20 years agoupdates to SunOne DS schema from André Fiebach
Gerald Carter [Sat, 20 Sep 2003 15:21:46 +0000 (15:21 +0000)]
updates to SunOne DS schema from AndrĂ© Fiebach
(This used to be commit ec65dabe9ddd116da41beae0b1a573724c991df6)

20 years agoEnsure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison [Fri, 19 Sep 2003 21:57:46 +0000 (21:57 +0000)]
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
me to expose a type arguement to make_sec_desc(). We weren't copying
the SE_DESC_DACL_AUTO_INHERITED flag which could cause errors on
auto inherited checks.
Jeremy.
(This used to be commit 546b2271c08735ac1049a453abac996d794aa364)

20 years agoinsert missing sh-bang
Gerald Carter [Fri, 19 Sep 2003 18:54:40 +0000 (18:54 +0000)]
insert missing sh-bang
(This used to be commit fe2b6317cbda34c2d00194884847642789f40e75)

20 years agoMerge from 3.0:
Tim Potter [Fri, 19 Sep 2003 06:23:51 +0000 (06:23 +0000)]
Merge from 3.0:

>Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard
>Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to
>produce compatible tables.

>Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specifics
(This used to be commit a9f34d9fde4ea5e043444803aeda70d5e64c3870)

20 years agoMerge from 3.0:
Tim Potter [Fri, 19 Sep 2003 06:22:54 +0000 (06:22 +0000)]
Merge from 3.0:

>Applied Steve Langasek's patch for bug #450.
(This used to be commit 50ae61b674550082e30f7156f2a9129b7abebb14)

20 years agoMerge from 3.0:
Tim Potter [Fri, 19 Sep 2003 06:21:46 +0000 (06:21 +0000)]
Merge from 3.0:

>The -P option to smbclient no longer works - update all smbprint scripts to
>remove it.  Closes bug #473.
(This used to be commit 87e8d584e992df9170b3a36ef60bcdea8ddc9887)

20 years agoMerge from 3.0:
Tim Potter [Fri, 19 Sep 2003 06:20:53 +0000 (06:20 +0000)]
Merge from 3.0:

>Fix typo.
(This used to be commit 028179b18b3037f24e7a49fe9e7bf64c4cacdd94)

20 years agoThe "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison [Thu, 18 Sep 2003 23:54:12 +0000 (23:54 +0000)]
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
fields, bad_password_count and logon_count. Ensure this is stored/fetched
in the various SAMs. As it replaces the unknown_5 field this fits
exactly into the tdb SAM without any binary problems. It also is added
to the LDAP SAM as two extra attributes. It breaks compatibility with
the experimental SAMs xml and mysql. The maintainers of these SAMs must
fix them so upgrades like this can be done transparently. I will insist
on the "experimental" status until this is solved.
Jeremy.
(This used to be commit 71ecd10181cd35313b79f618c2928c2f45424812)

20 years agoOops. Proper fix for #470.
Jeremy Allison [Thu, 18 Sep 2003 21:19:43 +0000 (21:19 +0000)]
Oops. Proper fix for #470.
Jeremy.
(This used to be commit e121a2ec0c243477ea318d573166f342abbd1cce)

20 years agoFix for #470 - unable to display SIDs in ACLs.
Jeremy Allison [Thu, 18 Sep 2003 01:17:20 +0000 (01:17 +0000)]
Fix for #470 - unable to display SIDs in ACLs.
Jeremy.
(This used to be commit 1b343f710550a39815001c668c48d9b194f19243)

20 years agoUnregister event fix from metze.
Jeremy Allison [Wed, 17 Sep 2003 23:36:58 +0000 (23:36 +0000)]
Unregister event fix from metze.
Jeremy.
(This used to be commit b3b2b3d5e7c9d4995890bf7b156fc1176b042cfc)

20 years agoFix coredump from Samba4 torture suite.
Jeremy Allison [Wed, 17 Sep 2003 19:36:53 +0000 (19:36 +0000)]
Fix coredump from Samba4 torture suite.
Jeremy.
(This used to be commit 640bc276ba3d1ab83cd8994bddd64fd745f75101)

20 years agoObviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy Allison [Wed, 17 Sep 2003 17:57:18 +0000 (17:57 +0000)]
Obviously correct typo bugfix from  Lin Li <linl@xandros.com>.
Jeremy.
(This used to be commit f91da7d99bc2d9e57c411ceb0c2eb812654f3701)

20 years agopackaging updates from Buchan
Gerald Carter [Tue, 16 Sep 2003 21:12:44 +0000 (21:12 +0000)]
packaging updates from Buchan
(This used to be commit 8079494aef23105ce4d1ab8d7f943a838baaca01)

20 years agoFix typo. Found by Aurelien Degremont
Jelmer Vernooij [Tue, 16 Sep 2003 13:31:17 +0000 (13:31 +0000)]
Fix typo. Found by Aurelien Degremont
(This used to be commit 271111d6a7f5011c8300e060a9da3a972a28a704)

20 years agoMerge from 3.0:
Tim Potter [Tue, 16 Sep 2003 02:50:21 +0000 (02:50 +0000)]
Merge from 3.0:

>Fix OOPS when dealing with mangled names reported by several users.
>This was my bug when removing a redundant strlen.
>Jerry - last showstopper I knew about.
>Jeremy.
(This used to be commit 3266777acb911f84e70f42f17cd9f6bbd3ba35d0)