bbaumbach/samba-autobuild/.git
16 years agor730: move the current debian dir to debian-unstable
Simo Sorce [Fri, 14 May 2004 12:42:42 +0000 (12:42 +0000)]
r730: move the current debian dir to debian-unstable

16 years agor716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade...
Jeremy Allison [Fri, 14 May 2004 01:22:17 +0000 (01:22 +0000)]
r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after upgrade to 3.0.4).
Cause was premature optimization in unix_convert(). My fault, sorry.
Jeremy.

16 years agor710: Fix smbclient symlink command when widelinks = no.
Jeremy Allison [Thu, 13 May 2004 23:34:00 +0000 (23:34 +0000)]
r710: Fix smbclient symlink command when widelinks = no.
Jeremy.

16 years agor706: Fix erroneous commit... I've not finished testing the
Jeremy Allison [Thu, 13 May 2004 21:23:40 +0000 (21:23 +0000)]
r706: Fix erroneous commit... I've not finished testing the
symlink stuff yet. Noticed by Stefan (metze).
Jeremy.

16 years agor704: BUG 1315: fix for schannel client connections to server's that don't support...
Gerald Carter [Thu, 13 May 2004 20:32:21 +0000 (20:32 +0000)]
r704: BUG 1315: fix for schannel client connections to server's that don't support 128 bit encryption

16 years agor698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy Allison [Thu, 13 May 2004 18:37:54 +0000 (18:37 +0000)]
r698: Now wb pipe is non-blocking remember to read in non-blocking mode...
Jeremy.

16 years agor689: removed unneeded forward declarations
Gerald Carter [Thu, 13 May 2004 16:11:24 +0000 (16:11 +0000)]
r689: removed unneeded forward declarations

16 years agor675: merge from SAMBA_4_0:
Stefan Metzmacher [Thu, 13 May 2004 12:00:15 +0000 (12:00 +0000)]
r675: merge from SAMBA_4_0:
display the version on top of configure

this will help in the build farm

metze

16 years agor658: Oops - make smbclient work again with widelinks = no :-).
Jeremy Allison [Thu, 13 May 2004 00:56:00 +0000 (00:56 +0000)]
r658: Oops - make smbclient work again with widelinks = no :-).
Jeremy.

16 years agor656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy Allison [Thu, 13 May 2004 00:20:50 +0000 (00:20 +0000)]
r656: Make widelinks use realpath(). Tidy up cases where we need to become a service.
Jeremy.

16 years agor654: There is no point in having two lines of:
Richard Sharpe [Wed, 12 May 2004 07:06:05 +0000 (07:06 +0000)]
r654: There is no point in having two lines of:

        sbuf.st_mtime &= ~1;

So I had one refer to st_ctime.

16 years agor653: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison [Wed, 12 May 2004 00:35:43 +0000 (00:35 +0000)]
r653: Ok, so tridge convinced me. Allow full UNIX path symlinks
to anywhere on the server filesystem so long as widelinks
is set to true.... :-).
Jeremy.

16 years agor651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
Jeremy Allison [Tue, 11 May 2004 22:09:09 +0000 (22:09 +0000)]
r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind
pipe in non-blocking mode to prevent process hang.
Jeremy.

16 years agor647: fix for setting the called name to by our IP if the called name was *SMBSERVER...
Gerald Carter [Tue, 11 May 2004 14:54:54 +0000 (14:54 +0000)]
r647: fix for setting the called name to by our IP if the called name was *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path

16 years agor645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison [Tue, 11 May 2004 01:05:59 +0000 (01:05 +0000)]
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy.

16 years agor643: fix typo
Herb Lewis [Mon, 10 May 2004 23:59:23 +0000 (23:59 +0000)]
r643: fix typo

16 years agor642: use RPC_CLIENT_OBJ instead of file name
Herb Lewis [Mon, 10 May 2004 23:57:40 +0000 (23:57 +0000)]
r642: use RPC_CLIENT_OBJ instead of file name
already included in PROTO_OBJ by LIBMSRPC_OBJ

16 years agor640: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison [Mon, 10 May 2004 23:04:31 +0000 (23:04 +0000)]
r640: Make cifsvfs symlinks work with paths within and external to the
share. Store external paths prefixed with smbln:.
Jeremy.

16 years agor635: put files that are referenced multiple times in separate
Herb Lewis [Mon, 10 May 2004 19:57:54 +0000 (19:57 +0000)]
r635: put files that are referenced multiple times in separate
definitions to be consistent.

16 years agor632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1
Gerald Carter [Mon, 10 May 2004 13:54:12 +0000 (13:54 +0000)]
r632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1

16 years agor618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
Richard Sharpe [Sun, 9 May 2004 22:39:39 +0000 (22:39 +0000)]
r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
that the errno is not trashed by a DEBUG statement, but screwed up.

16 years agor616: Bug #1333.
Richard Sharpe [Sun, 9 May 2004 17:29:09 +0000 (17:29 +0000)]
r616: Bug #1333.

Make sure we return an error code when things go wrong.

16 years agor599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also
Richard Sharpe [Sun, 9 May 2004 04:20:40 +0000 (04:20 +0000)]
r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also
clean up the format of the file a bit.

16 years agor588: Some fixes from coolo ...
Richard Sharpe [Sat, 8 May 2004 20:15:52 +0000 (20:15 +0000)]
r588: Some fixes from coolo ...
I think that the ECONNREFUSED should probably be ENOENT.

16 years agor573: fixing packaging
Gerald Carter [Fri, 7 May 2004 22:02:05 +0000 (22:02 +0000)]
r573: fixing packaging

16 years agor570: Remove lots of globals to handle case issues - move them
Jeremy Allison [Fri, 7 May 2004 18:37:47 +0000 (18:37 +0000)]
r570: Remove lots of globals to handle case issues - move them
to connection struct entries (as they should have been from
the start). Jerry, once you've cut over to 3.0.4 release
branch I'll add this to 3.0 also.
- Jerry cut over :-).
Jeremy.

16 years agor568: setting version to 3.0.5pre1
Gerald Carter [Fri, 7 May 2004 18:32:47 +0000 (18:32 +0000)]
r568: setting version to 3.0.5pre1

16 years agor565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison [Fri, 7 May 2004 18:14:38 +0000 (18:14 +0000)]
r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.
Jeremy.

16 years agor562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison [Fri, 7 May 2004 17:58:06 +0000 (17:58 +0000)]
r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy.

16 years agor560: Fix bugzilla 1279: cannot control individual print jobs using cups
Jim McDonough [Fri, 7 May 2004 17:17:25 +0000 (17:17 +0000)]
r560: Fix bugzilla 1279: cannot control individual print jobs using cups

Store the print job using a little-endian key.

16 years agor559: Some fixes from coolo ...
Richard Sharpe [Fri, 7 May 2004 16:46:37 +0000 (16:46 +0000)]
r559: Some fixes from coolo ...

16 years agor557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before derefere...
Gerald Carter [Fri, 7 May 2004 15:59:13 +0000 (15:59 +0000)]
r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before dereferencing it

16 years agor555: Fix big-endian storage of jobids in jobs_changed list. Found during
Jim McDonough [Fri, 7 May 2004 15:21:27 +0000 (15:21 +0000)]
r555: Fix big-endian storage of jobids in jobs_changed list.  Found during
debugging of 1279

16 years agor551: BUG 1293: fix double free in printer publishing code
Gerald Carter [Fri, 7 May 2004 13:45:41 +0000 (13:45 +0000)]
r551: BUG 1293: fix double free in printer publishing code

16 years agor547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error mapping
Jelmer Vernooij [Fri, 7 May 2004 09:50:43 +0000 (09:50 +0000)]
r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error mapping
table

16 years agor545: Handing a NULL blob to base64_encode_data_blob leads to an invalid write of a
Volker Lendecke [Fri, 7 May 2004 08:42:13 +0000 (08:42 +0000)]
r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid write of a
0 in base64_encode_data_blob. I don't know what the base64 encoding of a NULL
string is, so fix the problematic caller I found. The real fix should go into
base64_encode_data_blob.

Volker

16 years agor543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the failure...
Gerald Carter [Fri, 7 May 2004 03:15:54 +0000 (03:15 +0000)]
r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the failure check is valid

16 years agor541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal; also...
Gerald Carter [Fri, 7 May 2004 02:48:03 +0000 (02:48 +0000)]
r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal; also initialize some pointers

16 years agor539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp
Jeremy Allison [Thu, 6 May 2004 23:16:52 +0000 (23:16 +0000)]
r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp
Jeremy.

16 years agor538: Mem leak fix from kawasa_r@itg.hitachi.co.jp
Jeremy Allison [Thu, 6 May 2004 23:13:44 +0000 (23:13 +0000)]
r538: Mem leak fix from kawasa_r@itg.hitachi.co.jp
Jeremy.

16 years agor535: Another memleak fix from kawasa_r@itg.hitachi.co.jp
Jeremy Allison [Thu, 6 May 2004 23:11:20 +0000 (23:11 +0000)]
r535: Another memleak fix from kawasa_r@itg.hitachi.co.jp
Jeremy.

16 years agor533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to
Jeremy Allison [Thu, 6 May 2004 23:08:56 +0000 (23:08 +0000)]
r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to
valgrind winbindd with these in....
Jeremy.

16 years agor527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison [Thu, 6 May 2004 18:23:01 +0000 (18:23 +0000)]
r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.
Jeremy.

16 years agor525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code
Jeremy Allison [Thu, 6 May 2004 17:48:45 +0000 (17:48 +0000)]
r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code
paths.
Jeremy.

16 years agor523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.
Jeremy Allison [Thu, 6 May 2004 17:39:36 +0000 (17:39 +0000)]
r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.
Jeremy.

16 years agor519: fix bug in authorise_login() that broke security = share
Gerald Carter [Thu, 6 May 2004 15:29:02 +0000 (15:29 +0000)]
r519: fix bug in authorise_login() that broke security = share

16 years agor517: Remove wrong commit I did by mistake
Alexander Bokovoy [Thu, 6 May 2004 14:43:40 +0000 (14:43 +0000)]
r517: Remove wrong commit I did by mistake

16 years agor516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels
Alexander Bokovoy [Thu, 6 May 2004 14:38:31 +0000 (14:38 +0000)]
r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels
there is SYS_utimes syscall defined at compile time in glibc-kernheaders but
it is available on 2.6 kernels only. Therefore, we can't rely on syscall at
compile time but have to check that behaviour during program execution. An easy
workaround is to have replacement for utimes() implemented within our wrapper and
do not rely on syscall at all. Thus, if REPLACE_UTIME is defined already (by packager),
skip these syscall shortcuts.

16 years agor505: Break out algorithmic_gid_to_sid so that those of us who need it can use it.
Richard Sharpe [Thu, 6 May 2004 05:31:52 +0000 (05:31 +0000)]
r505: Break out algorithmic_gid_to_sid so that those of us who need it can use it.

16 years agor501: Fix a small cut-n-pasteo ...
Richard Sharpe [Thu, 6 May 2004 04:32:56 +0000 (04:32 +0000)]
r501: Fix a small cut-n-pasteo ...

16 years agor496: fixing swat welcome page -- added links to example guide, devel guide, and...
Gerald Carter [Wed, 5 May 2004 15:52:11 +0000 (15:52 +0000)]
r496: fixing swat welcome page -- added links to example guide, devel guide, and howto (all in multi page format)

16 years agor494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in strlen...
Gerald Carter [Wed, 5 May 2004 14:57:51 +0000 (14:57 +0000)]
r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in strlen which caused Konqueror to crash

16 years agor492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix password...
Gerald Carter [Wed, 5 May 2004 14:46:00 +0000 (14:46 +0000)]
r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix password hash creation in SWAT

16 years agor487: fixing some compile issues with the IBM AIX compiler reoported on the ml -...
Gerald Carter [Wed, 5 May 2004 03:03:38 +0000 (03:03 +0000)]
r487: fixing some compile issues with the IBM AIX compiler reoported on the ml -- now to watch the build farm some more

16 years agor486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointer
Gerald Carter [Wed, 5 May 2004 02:58:43 +0000 (02:58 +0000)]
r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointer

16 years agor485: fix compile
Gerald Carter [Wed, 5 May 2004 02:49:44 +0000 (02:49 +0000)]
r485: fix compile

16 years agor483: Fix typo of appending '\\' instead of '/' now we're using
Jeremy Allison [Wed, 5 May 2004 01:13:48 +0000 (01:13 +0000)]
r483: Fix typo of appending '\\' instead of '/' now we're using
check_path_syntax.
Jeremy.

16 years agor481: Fix up assert caught by check_path_syntax.
Jeremy Allison [Wed, 5 May 2004 01:06:23 +0000 (01:06 +0000)]
r481: Fix up assert caught by check_path_syntax.
Jeremy.

16 years agor480: Added Andrew Bartletts pwinfo-parse-error.patch.
Jeremy Allison [Wed, 5 May 2004 00:26:46 +0000 (00:26 +0000)]
r480: Added Andrew Bartletts pwinfo-parse-error.patch.
Jeremy.

16 years agor478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy Allison [Tue, 4 May 2004 23:01:00 +0000 (23:01 +0000)]
r478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy.

16 years agor475: Don't add ss padding length to the sent length as this is compared
Jeremy Allison [Tue, 4 May 2004 20:16:59 +0000 (20:16 +0000)]
r475: Don't add ss padding length to the sent length as this is compared
with the actual data to return.
Jeremy.

16 years agor473: Fix for Microsoft hotfix MS04-011 password change breakage.
Jeremy Allison [Tue, 4 May 2004 20:09:24 +0000 (20:09 +0000)]
r473: Fix for Microsoft hotfix MS04-011 password change breakage.
Jeremy.

16 years agor470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gids using...
Gerald Carter [Tue, 4 May 2004 14:28:05 +0000 (14:28 +0000)]
r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gids using the wrong array size

16 years agor460: Fix for broken driver upload/delete path processing.
Jeremy Allison [Mon, 3 May 2004 16:38:37 +0000 (16:38 +0000)]
r460: Fix for broken driver upload/delete path processing.
Jeremy.

16 years agor455: fixing a couple of bugs inthe specfile; (a) merge tpot's libsmbclienbt permissi...
Gerald Carter [Mon, 3 May 2004 14:40:35 +0000 (14:40 +0000)]
r455: fixing a couple of bugs inthe specfile; (a) merge tpot's libsmbclienbt permissions fix from trunk, (b) fix typo when installing smbusers file

16 years agor449: Two AFS-related things:
Volker Lendecke [Sun, 2 May 2004 12:13:16 +0000 (12:13 +0000)]
r449: Two AFS-related things:

Split off the non-crypto related parts of lib/afs.c into
lib/afs_settoken.c. This makes wbinfo link without -lcrypto.

Commit vfs_afsacl.c, display & set AFS acls via the NT security editor.

Volker

16 years agor446: Close the open NT pipes before the tdis.
Volker Lendecke [Sun, 2 May 2004 10:42:08 +0000 (10:42 +0000)]
r446: Close the open NT pipes before the tdis.

Volker

16 years agor428: add acls debug class
Herb Lewis [Fri, 30 Apr 2004 14:28:38 +0000 (14:28 +0000)]
r428: add acls debug class

16 years agor426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of timeout...
Andrew Tridgell [Fri, 30 Apr 2004 13:58:23 +0000 (13:58 +0000)]
r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of timeout in socket connections

16 years agor422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).
Tim Potter [Fri, 30 Apr 2004 07:53:52 +0000 (07:53 +0000)]
r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).

From Eric Mertens.

16 years agor421: Fix debug message. Closes bugzilla #1305.
Tim Potter [Fri, 30 Apr 2004 06:33:58 +0000 (06:33 +0000)]
r421: Fix debug message.  Closes bugzilla #1305.

16 years agor416: add a newline to the debuglevel message returned string
Herb Lewis [Thu, 29 Apr 2004 23:05:58 +0000 (23:05 +0000)]
r416: add a newline to the debuglevel message returned string
and have smbcontrol print the PID with it

16 years agor415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...
Richard Sharpe [Thu, 29 Apr 2004 22:41:47 +0000 (22:41 +0000)]
r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...

16 years agor413: merge from 4_0:
Stefan Metzmacher [Thu, 29 Apr 2004 21:03:42 +0000 (21:03 +0000)]
r413: merge from 4_0:
as we decide to not do 3.0.2a releases anymore,
remove the generation stuff from VERSION and mkversion.sh

metze

16 years agor410: merge tpot's changeset 353 from trunk:
Stefan Metzmacher [Thu, 29 Apr 2004 20:47:48 +0000 (20:47 +0000)]
r410: merge tpot's changeset 353 from trunk:
Move msdfs.c into the source/smbd directory and remove source/msdfs.

metze

16 years agor408: - replace (conn->admin_user != True) with (current_user.uid != 0)
Stefan Metzmacher [Thu, 29 Apr 2004 17:19:42 +0000 (17:19 +0000)]
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
  because someone changed it in all other places too

- fix quotas support from windows explorer
  we now got the unix file name of a fake_file

metze

16 years agor405: Some docs of vfs_full_audit.c as comment :-)
Volker Lendecke [Thu, 29 Apr 2004 13:07:34 +0000 (13:07 +0000)]
r405: Some docs of vfs_full_audit.c as comment :-)

16 years agor404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing
Volker Lendecke [Thu, 29 Apr 2004 12:11:59 +0000 (12:11 +0000)]
r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing

Implement vfs_full_audit.c that can log every vfs.h operation. So if you
change vfs.h, from now on you also have to change full_audit :-)

Volker

16 years agor403: update version to 3.0.4pre1
Stefan Metzmacher [Thu, 29 Apr 2004 11:18:35 +0000 (11:18 +0000)]
r403: update version to 3.0.4pre1

metze

16 years agor397: BUG 1199: check logfile before writing debug output
Gerald Carter [Thu, 29 Apr 2004 07:21:25 +0000 (07:21 +0000)]
r397: BUG 1199: check logfile before writing debug output

16 years agor395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix
Gerald Carter [Wed, 28 Apr 2004 20:07:51 +0000 (20:07 +0000)]
r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix
user/group enumeration on systems whose libc does not call setgrent()
before trying to enumerate users (i.e. FreeBSD 5.2)

16 years agor393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so names on...
Gerald Carter [Wed, 28 Apr 2004 19:18:41 +0000 (19:18 +0000)]
r393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so names on FreeBSD 5.x

16 years agor384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the
Tim Potter [Wed, 28 Apr 2004 10:15:08 +0000 (10:15 +0000)]
r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the
license on tdb has changed.

16 years agor379: Fix syntax error in example mysql table
Jelmer Vernooij [Tue, 27 Apr 2004 15:26:18 +0000 (15:26 +0000)]
r379: Fix syntax error in example mysql table

16 years agor378: Add an option extd_audit:parseable=True. This gives messages of the form
Volker Lendecke [Tue, 27 Apr 2004 15:14:03 +0000 (15:14 +0000)]
r378: Add an option extd_audit:parseable=True. This gives messages of the form

Apr 27 16:05:59 delphin smbd_audit[14946]: 1011|192.168.234.100|unlink|New Folder/TESTDIR.TMP

where 1011 is the user's uid, 192.168.234.100 is the client IP etc.

Volker

16 years agor376: BUG 1288: resolve any machine netbios name (0x00) and not just servers (0x20)
Gerald Carter [Tue, 27 Apr 2004 13:12:31 +0000 (13:12 +0000)]
r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers (0x20)

16 years agor370: The 'it does never happen -- error on close()' does happen when you exceed
Volker Lendecke [Mon, 26 Apr 2004 13:11:59 +0000 (13:11 +0000)]
r370: The 'it does never happen -- error on close()' does happen when you exceed
your quota on an AFS file system. The specific errno was thrown away by
close_normal_file(). Thus we returned NT_STATUS_UNSUCCESSFUL and not
NT_STATUS_DISK_FULL as we should. Fix that. (Not that this gives more sane
Windows app behaviour.... :-( )

Jerry, jra, could you please look over this one, it's been quite a while since
I touch file server code.

Volker

16 years agor340: fix a segfault in the login_cache code...
Stefan Metzmacher [Fri, 23 Apr 2004 09:54:38 +0000 (09:54 +0000)]
r340: fix a segfault in the login_cache code...

metze

16 years agor333: other half of fix for winbindd crask from gd@suse.de
Gerald Carter [Fri, 23 Apr 2004 01:20:23 +0000 (01:20 +0000)]
r333: other half of fix for winbindd crask from gd@suse.de

16 years agor329: add the shadow_copy vfs module
Stefan Metzmacher [Thu, 22 Apr 2004 15:30:42 +0000 (15:30 +0000)]
r329: add the shadow_copy vfs module

I'll add documentation to the Samba-Howto-Collection

metze

16 years agor319: Fix a segfault in winbind. Thanks to Guenther Deschner for his valgrind log
Volker Lendecke [Wed, 21 Apr 2004 16:15:59 +0000 (16:15 +0000)]
r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his valgrind log
:-)

Volker

16 years agor316: Fix split_domain_name. This defaulted to get_myname() instead of
Volker Lendecke [Wed, 21 Apr 2004 15:04:05 +0000 (15:04 +0000)]
r316: Fix split_domain_name. This defaulted to get_myname() instead of
get_global_sam_name().

Error case: Adding a domain user to a XP local group did a lsalookupname on
the user without domain prefix, and this then failed.

Jerry: This is a must-fix before 3.0.3.

Volker

16 years agor299: updating release notes
Gerald Carter [Tue, 20 Apr 2004 20:29:01 +0000 (20:29 +0000)]
r299: updating release notes

16 years agor296: patch from j.lu -- don't force an upper case domain name in the ntlmssp code
Gerald Carter [Tue, 20 Apr 2004 16:33:30 +0000 (16:33 +0000)]
r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp code

16 years agor294: checking in volker's winbindd patches; tested on domain members (Samba and...
Gerald Carter [Tue, 20 Apr 2004 02:37:49 +0000 (02:37 +0000)]
r294: checking in volker's winbindd patches; tested on domain members (Samba and AD) as well as on a Samba DC

16 years agor293: keeping a single default smb.conf to maintain
Gerald Carter [Tue, 20 Apr 2004 02:32:17 +0000 (02:32 +0000)]
r293: keeping a single default smb.conf to maintain

16 years agor292: removing some outdated files and directories (I love subversion!)
Gerald Carter [Tue, 20 Apr 2004 02:30:43 +0000 (02:30 +0000)]
r292: removing some outdated files and directories (I love subversion!)

16 years agor291: adding printer and driver migration shell script from Kurt Pfeifle
Gerald Carter [Tue, 20 Apr 2004 02:16:25 +0000 (02:16 +0000)]
r291: adding printer and driver migration shell script from Kurt Pfeifle

16 years agor289: BUG 1246 -- fix syntax error
Gerald Carter [Tue, 20 Apr 2004 01:36:04 +0000 (01:36 +0000)]
r289: BUG 1246 -- fix syntax error

16 years agor288: combination of BUG 1081 and patch from J. Klinger -- added remove_duplicate_gid...
Gerald Carter [Tue, 20 Apr 2004 01:24:47 +0000 (01:24 +0000)]
r288: combination of BUG 1081 and patch from J. Klinger -- added remove_duplicate_gids() to smbd and winbindd