1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

12113 Commits

Author SHA1 Message Date
Tim Potter
17efb306aa 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"));
-
Tim Potter
442cfcce0d 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
-
Tim Potter
fd18356fe2 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
-
Tim Potter
1d9d49c918 Merge from 3.0:
- Don't install text docs
-
Tim Potter
c72cceaccf Merge from 3.0:
- Updated *.msg files from running genmsg
  - Add genmsg program
  - Add Jelmer's Dutch translation
-
Tim Potter
0f38359345 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
-
Jeremy Allison
e4df467320 Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy.
-
Jeremy Allison
960e2b4a5f Fixup error code returns from Samba4 tester. Ensure invalid paths are
validated the same way.
Jeremy.
-
Jeremy Allison
cdba166e31 Max warnings with gcc.
Jeremy.
-
Gerald Carter
19925e3a04 make sure to call get_user_groups() with the full winbindd name for a user if he;she has one; bug 406 -
Jeremy Allison
76fe5ffb4d 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.
-
Jeremy Allison
e2f4c3d113 Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
Jeremy.
-
Gerald Carter
cf6ac7995a cosmetic fix when DESTDIR=/ (default) -
Gerald Carter
759990833e default DESTDIR=/ -
Simo Sorce
66074d3b09 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
-
Gerald Carter
9da4d1f7db don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437 -
Gerald Carter
bbc403ec6e cleaning out patch list; patch from Steve L. to change the cwd before the postexec script -
Gerald Carter
6cbdbdf9e1 abstract UUID parsing code to an individual function; patch from Anthony -
Jeremy Allison
6defe43e6d Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy.
-
Jeremy Allison
9519ffc7cb Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy.
-
Jeremy Allison
a0828a2a1c Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy.
-
Jeremy Allison
0857932c1c Correct fix for excel read-only bug. Add panic for logic error in developer mode.
Jeremy.
-
Jeremy Allison
d9b9113a08 Fix for not opening Excel 2000 files that are read-only. Needs tidying
up but works for now.
Jeremy.
-
Gerald Carter
9d2e585e5e commit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously joined to the Samba domain -
Jeremy Allison
202d4e4652 Fixed silly typo checking for signal_handler not signal.
Jeremy.
-
Jeremy Allison
8a28446345 Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy.
-
Gerald Carter
aa7fccf6ad save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the CFLAGS variable -
Gerald Carter
ceeb18d171 make sure libnss_winbind.so.2 is included in the RedHAT RPMS -
Gerald Carter
b19316e071 remove duplicate smbspool link on SWAT's front page; bug 541 -
Gerald Carter
b6433f5db7 merge of parameter changes from 3.0 and fix for bug 550 -
Jeremy Allison
294f376aa9 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.
-
Tim Potter
7bd450f8b6 Merge from 3.0:
>iconv isn't const safe. Neither should smb_iconv be.
>Jeremy.
-
Tim Potter
12659ae749 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.
-
Tim Potter
0871be2bfa 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.
-
Tim Potter
fab80c98a0 Remove Japanese swat image files. -
Tim Potter
3420320714 Merge from 3.0:
>Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.
>Jeremy.
-
Tim Potter
1ab70b41a9 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.
-
Tim Potter
424acd6ee9 Merge from 3.0:
>Ensure %S gets expanded in read/write lists.
>Jeremy.
-
Tim Potter
799da7092c Merge from 3.0:
>Fix for valid users = %S in homes share.
>Jeremy.
-
Tim Potter
e2ab9e54cd 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.
-
Tim Potter
e2da7c8a9d 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.
-
Tim Potter
e7006f2772 Merge from 3.0:
>make sure to install the *msg files for SWAT
-
Tim Potter
1c14a9d267 Merge from 3.0:
>last minute updates from Buchan

(actually was my change to add swat msg translation files to rpm)
-
Tim Potter
e3e13cbc19 Merge from 3.0:
>last minute updates from Buchan
-
Jelmer Vernooij
034fe96f9c 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>
-
Jelmer Vernooij
6d310e98e0 Add draft about new registry subsystem -
Gerald Carter
b766fe78a7 don't write to static pointers; patch from Anthony -
Gerald Carter
b167f0989d syncing files from 3.0 -
Gerald Carter
c6a61ffcbd * sync more files from 3.0
* set version string to "CVS 3.1.0alpha1"
-
Gerald Carter
bb7d5ce376 more syncs from 3.0 -