1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

14748 Commits

Author SHA1 Message Date
Jeremy Allison
c81c09d66f Grrr. compile patches before you apply !
Jeremy.
(This used to be commit dfbde4be7191895d79762855b21f5c62d53d5267)
2003-10-03 20:13:11 +00:00
Volker Lendecke
297e3f8b2d Two fixes, thanks to "Stefan Kanthak" <skanthak@arcor.de>
Volker
(This used to be commit 0b6e13e6af4f754d89ffab57474b8421a711c5a2)
2003-10-03 17:40:26 +00:00
Gerald Carter
cd141e33fa cleaning out patch list; patch from Steve L. to change the cwd before the postexec script
(This used to be commit 497e14ba19f4f637e1203d73981ea1c401a19542)
2003-10-03 15:11:24 +00:00
Gerald Carter
faca10b35d abstract UUID parsing code to an individual function; patch from Anthony
(This used to be commit 9365c619d6feb15289d963e9e70e1f947b7f8c3f)
2003-10-03 15:07:15 +00:00
Tim Potter
635dff7528 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 351d16956d8125bc689ca84adcb71e0a57d6b7cc)
2003-10-03 01:42:53 +00:00
Tim Potter
89eb0f6918 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.
(This used to be commit 6aada3bd3e08abedc4c043d1ceb667ca73f8cd62)
2003-10-03 00:06:46 +00:00
Tim Potter
b914f2ab6c Portability fix from Joachim Schmitz. Closes bug #546.
(This used to be commit 803ae4517265e4bb4639c4966e104b392913c7c0)
2003-10-02 23:50:22 +00:00
Gerald Carter
a234b822d4 fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525
(This used to be commit dc6d14c2bd1a8509e40c198065b8dc930c37d3ed)
2003-10-02 21:22:58 +00:00
Jeremy Allison
19953ff72e Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy.
(This used to be commit 93669f329eccec34d4a1da6239ae9759f067fb8b)
2003-10-02 18:22:51 +00:00
Jeremy Allison
567caaf5f9 Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy.
(This used to be commit bbc7b189b9b4b3a5ef0a5ddbb7d2d755f6341fdf)
2003-10-02 17:53:57 +00:00
Jeremy Allison
3092718ab1 Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy.
(This used to be commit 6677eba28a1f2de11c36e3edc5b7d2854452bd04)
2003-10-02 17:36:47 +00:00
Jeremy Allison
b1ca1d9134 Correct fix for excel read-only bug. Add panic for logic error in developer mode.
Jeremy.
(This used to be commit f00af98f379463829b1ef62d78dda0365c1d7997)
2003-10-02 17:26:42 +00:00
Volker Lendecke
ec6c16d7b1 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 227882d6f79fb5909998996e1be08df723c49e8e)
2003-10-02 09:26:51 +00:00
Jeremy Allison
c5b34aa7e6 Fix for not opening Excel 2000 files that are read-only. Needs tidying
up but works for now.
Jeremy.
(This used to be commit 9ad9e0dfafed4558e5ab215991d9912cd44f1127)
2003-10-02 00:55:22 +00:00
Andrew Bartlett
ad12b87aeb 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 641652cad97b761ba11d4e89b7c9ad098c7dd1c2)
2003-10-01 23:04:34 +00:00
Gerald Carter
cbe69f65f6 commit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously joined to the Samba domain
(This used to be commit 3802f5895ee18507c6f467bd11db0b1147a6fdfd)
2003-10-01 21:18:32 +00:00
Jeremy Allison
27ef4dbc76 Fixed silly typo checking for signal_handler not signal.
Jeremy.
(This used to be commit 6c38a79be796935ab24764302805deea878b360d)
2003-10-01 21:17:22 +00:00
Jeremy Allison
c01f27c9ff Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy.
(This used to be commit 7d79a55d9af517ed63f8a4641bbc34564a4ef889)
2003-10-01 19:33:30 +00:00
Gerald Carter
96128e1ea7 save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the CFLAGS variable
(This used to be commit dbf7fc4feb7f9c7cb720ce2dcbc8bb16badfe1f2)
2003-10-01 18:54:06 +00:00
Gerald Carter
cd66557d20 make sure libnss_winbind.so.2 is included in the RedHAT RPMS
(This used to be commit 6b16d9e0ad9d79efb754cdccaf1d8f907eadaa9f)
2003-10-01 17:56:28 +00:00
Gerald Carter
7cd89e2284 remove duplicate smbspool link on SWAT's front page; bug 541
(This used to be commit c00e58c934baa8366ac571fbed015bceb77bd597)
2003-10-01 17:07:12 +00:00
Gerald Carter
b526d07d54 wrap internals of sys_setgroups() so the sys_XX() call can be done unconditionally; bug 550
(This used to be commit 9df3f53e6ae751d522c7ac21deb785f1fa05f225)
2003-10-01 17:01:21 +00:00
Gerald Carter
60c8778a60 mark 'mangled map' as depcreated and remove 'mangled stack'
(This used to be commit cd06472e420ba0647a73c6e04d180c088acdb626)
2003-10-01 16:18:31 +00:00
Andrew Tridgell
9e0e0d67ca when we don't have a working iconv library we must default to using only builtin charsets. Defaulting to CP850 when we have just determined that it doesn't work just guarantees that Samba won't work at all (in fact it just seg faults at startup). This fixes Samba on AIX, and I expect on a bunch of other platforms.
(This used to be commit 9635a28181525e5e8cfb8ef77642446a0a4ba280)
2003-09-30 01:30:15 +00:00
Jeremy Allison
57c863190d 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 c11a7e5846002b16d0cb2991b5a7df0636b070d5)
2003-09-29 23:35:41 +00:00
Tim Potter
ecd8cc4ef2 Apply some NULL pointer paranoia to previous wins hook fix.
(This used to be commit 0281c5b764971c5300b99b82d89c812ded5a1335)
2003-09-29 04:57:20 +00:00
Tim Potter
1148875a15 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 92b37b3ef097e84adace1295af42853c07ddbec2)
2003-09-29 04:41:45 +00:00
Jelmer Vernooij
cda8fc2915 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 2690c185f01b8fb4307dc803fb90c00400f2da69)
2003-09-29 02:39:41 +00:00
Volker Lendecke
24718868a4 Minor typos. No, not merged to all branches...
(This used to be commit 47ad635d5debdfab9fc065ebfcf5c40ad5b82101)
2003-09-28 17:47:06 +00:00
Tim Potter
2569906e5a 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 afe8c708f1a7f0c0eb5b7f28b5af193c75ec2178)
2003-09-28 11:11:07 +00:00
Andrew Bartlett
e38bd70f80 Start to put some real 'meat' into the ntlm_auth docs.
Andrew Bartlett
(This used to be commit 227c7daf36f82f6b7935add09b37f44a9965335b)
2003-09-28 02:35:29 +00:00
Jeremy Allison
fa7932296d iconv isn't const safe. Neither should smb_iconv be.
Jeremy.
(This used to be commit 238bb74c16417140d85a304890b97e04df389ae9)
2003-09-27 01:29:18 +00:00
Jeremy Allison
05b178ab82 Ensure %S gets expanded in read/write lists.
Jeremy.
(This used to be commit 7d7096fc3a899349b46691dcc30b86b04964fe52)
2003-09-26 21:03:32 +00:00
Jeremy Allison
26e4e6208a Fix for valid users = %S in homes share.
Jeremy.
(This used to be commit c7f4e56ad5c25d477f20944e5b404ebafda9e1a8)
2003-09-26 19:28:20 +00:00
Gerald Carter
45814e729c don't write to static pointers; patch from Anthony
(This used to be commit 5840cbe5f6207471ccd3d518a6aee91d84e24a1f)
2003-09-26 14:43:36 +00:00
Jelmer Vernooij
0d1e45d361 More updates to better conform to the DTD
(This used to be commit ca5371803cd18166cc9f8605be737b3760e69d4f)
2003-09-26 12:22:03 +00:00
Alexander Bokovoy
2e4f22795b Merge latest fixes from the release tree for WHATSNEW.txt
(This used to be commit c49205bee49b3ee6fd204683e30d463130c8f479)
2003-09-26 09:54:10 +00:00
Jeremy Allison
0fea43eb60 Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.
Jeremy.
(This used to be commit e4c955c98e90901b047c475f204af93a57578248)
2003-09-26 06:35:11 +00:00
Tim Potter
af921c452d 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.
(This used to be commit 0192f41003af0f8e8c117cf7eb8ad886b8b03749)
2003-09-26 02:04:03 +00:00
Tim Potter
d9e84b9bae Removed japanese swat icons at the request of Monyo. More work on
bug #413.
(This used to be commit f150e3ebd497ce7ba770649eef1000a70506df62)
2003-09-26 01:43:58 +00:00
Tim Potter
d2596d418f 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 02725d4a3cff5bf0b676c363200795d4cadecca1)
2003-09-26 01:32:20 +00:00
Tim Potter
f83d4ba428 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 8ce279e47184623e74f795294ffba842e4f2e848)
2003-09-26 01:24:09 +00:00
Jelmer Vernooij
dc5ba6c819 Follow DTD more strictly
(This used to be commit 1e098b5b17b0fa505c528305c75d3c972935b100)
2003-09-26 00:00:07 +00:00
Jeremy Allison
d3b9384308 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 f82c273a42f930c7152cfab84394781744815e0e)
2003-09-25 21:26:16 +00:00
Jelmer Vernooij
6c623b55bd Patch from Metze to document events interface
(This used to be commit 228c03ce663ecbb76df06590aaa87a8dba2fc0c7)
2003-09-25 19:48:48 +00:00
Jelmer Vernooij
c681349e8f Add some updates necessary to build the 3.0 docs (forgot them last night).
(This used to be commit 72434db17a86a8c277ca989ac858cb54cbc815dc)
2003-09-25 19:25:13 +00:00
Gerald Carter
6224cfec7b last minute updates from Buchan
(This used to be commit 13636235af569fcdfcfc75033f30e21afb78ce05)
2003-09-25 01:44:09 +00:00
Gerald Carter
dc10e71cbb make sure to install the *msg files for SWAT
(This used to be commit 12a49e096421de34d2daa934fc4f33ec4e91dfff)
2003-09-24 17:14:01 +00:00
Gerald Carter
0ce94613fa syncing whatsnew from release branch
(This used to be commit 6988eb854e55954000d8f9196d865bfbffb7eeda)
2003-09-24 15:42:29 +00:00
Gerald Carter
855b82267e updating roadmap in docs
(This used to be commit 9f44a3d29bc99f455fe8ea8522cb5fd6f2e7156b)
2003-09-24 15:23:28 +00:00