]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
22 years agoAdd server side support for epmapper pipe. Currently only does a fixed
Jim McDonough [Tue, 21 Oct 2003 17:59:08 +0000 (17:59 +0000)] 
Add server side support for epmapper pipe.  Currently only does a fixed
mapping, but this is the base for changes to come.

22 years agoFix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison [Tue, 21 Oct 2003 17:40:48 +0000 (17:40 +0000)] 
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy.

22 years agoFix typo
Jim McDonough [Tue, 21 Oct 2003 16:27:46 +0000 (16:27 +0000)] 
Fix typo

22 years agocall initgroups before becomming the user; patch from Fabio Cecchi
Gerald Carter [Tue, 21 Oct 2003 14:20:02 +0000 (14:20 +0000)] 
call initgroups before becomming the user; patch from Fabio Cecchi

22 years agoMerge of another fix from Monyo.
Tim Potter [Tue, 21 Oct 2003 04:54:20 +0000 (04:54 +0000)] 
Merge of another fix from Monyo.

22 years agoMerge of mmap blacklist fix from HEAD.
Tim Potter [Tue, 21 Oct 2003 04:46:23 +0000 (04:46 +0000)] 
Merge of mmap blacklist fix from HEAD.

22 years agoMerge of krb5_keytab entry key vs keyblock member check from HEAD.
Tim Potter [Tue, 21 Oct 2003 04:45:33 +0000 (04:45 +0000)] 
Merge of krb5_keytab entry key vs keyblock member check from HEAD.

22 years agoMerge of wrepld link fix.
Tim Potter [Tue, 21 Oct 2003 04:43:48 +0000 (04:43 +0000)] 
Merge of wrepld link fix.

22 years agoUpdate structures after ethereal showed some marshalling/unmarshalling
Jim McDonough [Mon, 20 Oct 2003 21:10:18 +0000 (21:10 +0000)] 
Update structures after ethereal showed some marshalling/unmarshalling
errors.

22 years agoFixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.
Jeremy Allison [Mon, 20 Oct 2003 21:02:05 +0000 (21:02 +0000)] 
Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.
Jeremy.

22 years agoMerge Volker's fix.
Jeremy Allison [Mon, 20 Oct 2003 19:04:06 +0000 (19:04 +0000)] 
Merge Volker's fix.

It's a perfectly valid condition to have zero alias members.

Jeremy.

22 years agoMerge Volker's fix.
Jeremy Allison [Mon, 20 Oct 2003 19:02:04 +0000 (19:02 +0000)] 
Merge Volker's fix.

We are doing NT error codes now.... If we have an NT error, report that
back the same way we handle the DOS error. Although I don't see why
BUFFER_TOO_SMALL should not be handled as an error, simply copy the logic.

This is only called from smbcacls and smbcquotas.

Jeremy.

22 years agoSeveral updates:
Jim McDonough [Mon, 20 Oct 2003 18:35:12 +0000 (18:35 +0000)] 
Several updates:
- add support for named pipe and netbios queries in parse code
- fix map request structure...unknown byte was alignment
- add sample of named pipe over netbios query in rpcclient (comment only)

22 years agoMerge tridge's tdb updates.
Jeremy Allison [Mon, 20 Oct 2003 18:05:22 +0000 (18:05 +0000)] 
Merge tridge's tdb updates.
Jeremy.

22 years agomore 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter [Mon, 20 Oct 2003 16:50:14 +0000 (16:50 +0000)] 
more 2.2.x compatibility fixes - allow user looksup in the kerb5
sesssetup to fall back to 'user' instaed of failing is REA.LM\user
doesn't exist.

also fix include line in smb_acls.h as requested by metze

22 years agomake sure we have a devmode before copying a string to the devicename; patch from...
Gerald Carter [Mon, 20 Oct 2003 14:02:58 +0000 (14:02 +0000)] 
make sure we have a devmode before copying a string to the devicename; patch from metze

22 years agoCompile libsmbclient with DYNEXP
Jelmer Vernooij [Sun, 19 Oct 2003 23:30:09 +0000 (23:30 +0000)] 
Compile libsmbclient with DYNEXP

22 years agoAdd epmapper commands to rpcclient
Jim McDonough [Sat, 18 Oct 2003 01:14:41 +0000 (01:14 +0000)] 
Add epmapper commands to rpcclient

22 years agoAdd epmapper client files to rpcclient build
Jim McDonough [Sat, 18 Oct 2003 01:14:25 +0000 (01:14 +0000)] 
Add epmapper client files to rpcclient build

22 years agoAdd client side code to do endpoint map queries. Currently does one
Jim McDonough [Sat, 18 Oct 2003 01:13:01 +0000 (01:13 +0000)] 
Add client side code to do endpoint map queries.  Currently does one
fixed query.  Updates to come soon.

22 years agoFix tower length calculations and add some const
Jim McDonough [Sat, 18 Oct 2003 01:07:37 +0000 (01:07 +0000)] 
Fix tower length calculations and add some const

22 years agoTypo broke win9x logins.
Jeremy Allison [Fri, 17 Oct 2003 21:19:17 +0000 (21:19 +0000)] 
Typo broke win9x logins.
Jeremy.

22 years agouuid itself might not be aligned (as is the case in epm map requests), so
Jim McDonough [Fri, 17 Oct 2003 19:47:06 +0000 (19:47 +0000)] 
uuid itself might not be aligned (as is the case in epm map requests), so
it needs to be aligned outside the smb_io_rpc_uuid() call if a specific
rpc or struct needs it that way.

22 years ago* fix some compile warnings in the gums code
Gerald Carter [Fri, 17 Oct 2003 16:27:26 +0000 (16:27 +0000)] 
* fix some compile warnings in the gums code
* add server support for DsEnumerateDomainTrusts()

22 years agoAdd endpoint mapper parse code
Jim McDonough [Fri, 17 Oct 2003 15:07:53 +0000 (15:07 +0000)] 
Add endpoint mapper parse code

22 years agoAdd epmapper pipe
Jim McDonough [Fri, 17 Oct 2003 15:07:23 +0000 (15:07 +0000)] 
Add epmapper pipe

22 years agoAdd (un)marshalling code for endpoint mapper map operation
Jim McDonough [Fri, 17 Oct 2003 15:03:46 +0000 (15:03 +0000)] 
Add (un)marshalling code for endpoint mapper map operation

22 years agoAdd endpoint mapper rpc definitions
Jim McDonough [Fri, 17 Oct 2003 15:02:38 +0000 (15:02 +0000)] 
Add endpoint mapper rpc definitions

22 years agoRemove DEBUG statement from wb_common.c as it should not be there.
Richard Sharpe [Thu, 16 Oct 2003 22:03:34 +0000 (22:03 +0000)] 
Remove DEBUG statement from wb_common.c as it should not be there.

22 years agoTidyup wrap checking.
Jeremy Allison [Thu, 16 Oct 2003 20:44:41 +0000 (20:44 +0000)] 
Tidyup wrap checking.
Jeremy.

22 years agoFix buggy data_len calculation in echo. Add paranoia debug message.
Jeremy Allison [Thu, 16 Oct 2003 18:17:41 +0000 (18:17 +0000)] 
Fix buggy data_len calculation in echo. Add paranoia debug message.
Jeremy.

22 years agoEnsure error code path doesn't free unmalloced memory. Bug #628.
Jeremy Allison [Thu, 16 Oct 2003 00:45:14 +0000 (00:45 +0000)] 
Ensure error code path doesn't free unmalloced memory. Bug #628.
Jeremy.

22 years agocreated a new target: genparse
Simo Sorce [Wed, 15 Oct 2003 17:41:25 +0000 (17:41 +0000)] 
created a new target: genparse
this target will build parse file with genstruct
it is the duty of the developer to commit updated files
this is made to make build platforms independent of a working perl
installation as always been with samba

so currently you need to run:
  make genparse
and commit:
  cvs ci include/tdbsam2_parse_info.h
if you change anything in genparse/genstruct code or tdbsam2 code.

Simo.

22 years agoupdating version in copyright
Gerald Carter [Tue, 14 Oct 2003 22:41:30 +0000 (22:41 +0000)] 
updating version in copyright

22 years agoEnable us to see what sequence number we were expecting when we fail a sign
Jeremy Allison [Tue, 14 Oct 2003 17:02:09 +0000 (17:02 +0000)] 
Enable us to see what sequence number we were expecting when we fail a sign
(should help track down out of sequence bugs).
Jeremy.

22 years agofix typo
Simo Sorce [Tue, 14 Oct 2003 07:50:36 +0000 (07:50 +0000)] 
fix typo

22 years agosorry folks, forgot to cvs add/remove before commit.
Simo Sorce [Tue, 14 Oct 2003 07:43:41 +0000 (07:43 +0000)] 
sorry folks, forgot to cvs add/remove before commit.

22 years agoDelete unused label to fix compiler warning.
Tim Potter [Tue, 14 Oct 2003 04:00:39 +0000 (04:00 +0000)] 
Delete unused label to fix compiler warning.

22 years agoEnclose usage of st_blksize and st_blocks struct stat members in
Tim Potter [Tue, 14 Oct 2003 04:00:08 +0000 (04:00 +0000)] 
Enclose usage of st_blksize and st_blocks struct stat members in
#ifdef HAVE_STAT_ST_BLKSIZE and #ifdef HAVE_STAT_ST_BLOCKS,
respectively.

Fixes bug 550 reported by Joachim Schmitz <schmitz@hp.com>.

22 years agoSet errno = ENOSYS if mmap not supported.
Tim Potter [Tue, 14 Oct 2003 03:39:29 +0000 (03:39 +0000)] 
Set errno = ENOSYS if mmap not supported.

From Joachim Schmitz <schmitz@hp.com>

22 years agoUse @PICSUFFIX@ instead of .po in Makefile.in since we have gone to
Tim Potter [Tue, 14 Oct 2003 03:13:21 +0000 (03:13 +0000)] 
Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone to
the trouble of detecting what the PIC suffix should actually be.

Change PICFLAG in configure.in to PICFLAGS for consistency.

Patches from Joachim Schmitz <schmitz@hp.com> for bug 574.

22 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

22 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.

22 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.

22 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.

22 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

22 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

22 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

22 years agoremoving docs from HEAD
Gerald Carter [Fri, 10 Oct 2003 16:21:39 +0000 (16:21 +0000)] 
removing docs from HEAD

22 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

22 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.

22 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.

22 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.

22 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.

22 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>

22 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

22 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.

22 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

22 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

22 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

22 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.

22 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"));

22 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.

22 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.

22 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"));

22 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

22 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

22 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

22 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

22 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

22 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.

22 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.

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

22 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

22 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.

22 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.

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

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

22 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

22 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

22 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

22 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

22 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.

22 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.

22 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.

22 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.

22 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.

22 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

22 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.

22 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.

22 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

22 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

22 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

22 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 of parameter changes from 3.0 and fix for bug 550

22 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.

22 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.

22 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.

22 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.

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

22 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.