1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

12182 Commits

Author SHA1 Message Date
Tim Potter
10ab4ce58a Merge from 3.0:
>iconv isn't const safe. Neither should smb_iconv be.
>Jeremy.
(This used to be commit 7bd450f8b678e835ba4f9cfdc3d096b04da6f8f7)
2003-09-29 06:23:56 +00:00
Tim Potter
1052b52178 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)
2003-09-29 06:22:55 +00:00
Tim Potter
981c82b16e 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)
2003-09-29 06:22:04 +00:00
Tim Potter
cd5c595ccd Remove Japanese swat image files.
(This used to be commit fab80c98a05645f420014c61f1d7f156f400ec55)
2003-09-29 06:21:01 +00:00
Tim Potter
22634870b8 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)
2003-09-29 06:20:55 +00:00
Tim Potter
4663c471a3 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)
2003-09-29 06:20:11 +00:00
Tim Potter
a21e1f781f Merge from 3.0:
>Ensure %S gets expanded in read/write lists.
>Jeremy.
(This used to be commit 424acd6ee92c46c565886c3305c3492737538d3d)
2003-09-29 06:18:42 +00:00
Tim Potter
3f5f051d00 Merge from 3.0:
>Fix for valid users = %S in homes share.
>Jeremy.
(This used to be commit 799da7092c5b56914512f843789adbedec5ac8f5)
2003-09-29 06:18:00 +00:00
Tim Potter
5400952f7f 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)
2003-09-29 06:17:09 +00:00
Tim Potter
64dbd7cbff 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)
2003-09-29 06:07:30 +00:00
Tim Potter
0a6295debd Merge from 3.0:
>make sure to install the *msg files for SWAT
(This used to be commit e7006f27729679d56f52838699d894cf6143c019)
2003-09-29 06:06:49 +00:00
Tim Potter
13a5a0b51f 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)
2003-09-29 06:06:11 +00:00
Tim Potter
9295030235 Merge from 3.0:
>last minute updates from Buchan
(This used to be commit e3e13cbc19d00b10d161a46a78e993232c1504c8)
2003-09-29 06:01:11 +00:00
Jelmer Vernooij
fbb85e4b42 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)
2003-09-29 02:40:09 +00:00
Jelmer Vernooij
b777c1626f Add draft about new registry subsystem
(This used to be commit 6d310e98e0d8654a95de98fcd4aa55e3c681157d)
2003-09-28 23:14:56 +00:00
Gerald Carter
8efca15a8b don't write to static pointers; patch from Anthony
(This used to be commit b766fe78a7d8e4095d42e123f2b21369113c1f14)
2003-09-26 14:44:11 +00:00
Gerald Carter
aa8205c4b0 syncing files from 3.0
(This used to be commit b167f0989d004ba0940196c242c782ac698d1212)
2003-09-24 15:43:12 +00:00
Gerald Carter
602ad283b4 * sync more files from 3.0
* set version string to "CVS 3.1.0alpha1"
(This used to be commit c6a61ffcbd0c95afd94bd33fd832b24bc8209de5)
2003-09-24 15:16:57 +00:00
Gerald Carter
4b10dd9454 more syncs from 3.0
(This used to be commit bb7d5ce3762afcb14905fc2c1112df8a7475ffe3)
2003-09-24 15:08:05 +00:00
Gerald Carter
293421f3c6 syncing up docs, examples, & packaging from 3.0
(This used to be commit dd1348c566b4700ea01bd89639e2d3330c878167)
2003-09-24 15:05:22 +00:00
Tim Potter
43004ba883 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)
2003-09-24 02:46:59 +00:00
Tim Potter
238cac9581 Another round of merges from 3.0:
>Reformat - preparing to fix bug #480 (which will be ugly).
>Jeremy.
(This used to be commit cd91dd9cd8392d1b9cfcbd8ef42237b813dc89b5)
2003-09-24 02:45:43 +00:00
Tim Potter
a899daa93a 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)
2003-09-24 02:45:00 +00:00
Gerald Carter
f6e0a10974 fixing a bug in the retry loop for winbindd_pam_auth[_crap]()
(This used to be commit a1b6e28e9c1742dd5debe46b18fa474f11b31dd1)
2003-09-24 01:24:13 +00:00
Gerald Carter
492072314b fix some warnings found by the Sun C compiler
(This used to be commit 585764305aa84a7732f71f2e01227e1a6a08664f)
2003-09-22 17:54:34 +00:00
Gerald Carter
5b17f2a9e4 solaris packagaing fixes from Brian King
(This used to be commit e8d7e9cc9bb26e6b124d036a3702f242fae3bd85)
2003-09-22 16:12:34 +00:00
Jelmer Vernooij
8031b1655c Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andoburg.nl>
(This used to be commit ec32501cefe1ea27bcf08b5be9d53cdce8cbbbdc)
2003-09-21 03:16:05 +00:00
Jelmer Vernooij
2862f64374 Fix typo
(This used to be commit 68e044f60ddb6dc7d894f95eff8a866e713df253)
2003-09-21 03:14:05 +00:00
Gerald Carter
9ad22b358d removing obselete parameter from smb.conf
(This used to be commit acf2564e0cc298cd7e0a395fee48efdfcb7c6d0d)
2003-09-20 16:45:53 +00:00
Gerald Carter
ccb7f73f23 fix from Brad Langhorst to correctly check if the primaryGroupID has been set
(This used to be commit db0d8f76ba9fbd090b62cb1233b566040e36f552)
2003-09-20 15:29:27 +00:00
Gerald Carter
da33457575 updates to SunOne DS schema from André Fiebach
(This used to be commit ec65dabe9ddd116da41beae0b1a573724c991df6)
2003-09-20 15:21:46 +00:00
Jeremy Allison
8139c5fcfa 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)
2003-09-19 21:57:46 +00:00
Gerald Carter
389bf06cde insert missing sh-bang
(This used to be commit fe2b6317cbda34c2d00194884847642789f40e75)
2003-09-19 18:54:40 +00:00
Tim Potter
54b5bbb57a 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)
2003-09-19 06:23:51 +00:00
Tim Potter
7bb5182cf8 Merge from 3.0:
>Applied Steve Langasek's patch for bug #450.
(This used to be commit 50ae61b674550082e30f7156f2a9129b7abebb14)
2003-09-19 06:22:54 +00:00
Tim Potter
48a5e3fa09 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)
2003-09-19 06:21:46 +00:00
Tim Potter
dfc79d317e Merge from 3.0:
>Fix typo.
(This used to be commit 028179b18b3037f24e7a49fe9e7bf64c4cacdd94)
2003-09-19 06:20:53 +00:00
Jeremy Allison
30fd359914 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)
2003-09-18 23:54:12 +00:00
Jeremy Allison
8e0a88b7e2 Oops. Proper fix for #470.
Jeremy.
(This used to be commit e121a2ec0c243477ea318d573166f342abbd1cce)
2003-09-18 21:19:43 +00:00
Jeremy Allison
f4525f46ce Fix for #470 - unable to display SIDs in ACLs.
Jeremy.
(This used to be commit 1b343f710550a39815001c668c48d9b194f19243)
2003-09-18 01:17:20 +00:00
Jeremy Allison
92347f2d0f Unregister event fix from metze.
Jeremy.
(This used to be commit b3b2b3d5e7c9d4995890bf7b156fc1176b042cfc)
2003-09-17 23:36:58 +00:00
Jeremy Allison
53185ba285 Fix coredump from Samba4 torture suite.
Jeremy.
(This used to be commit 640bc276ba3d1ab83cd8994bddd64fd745f75101)
2003-09-17 19:36:53 +00:00
Jeremy Allison
9dab796ed5 Obviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy.
(This used to be commit f91da7d99bc2d9e57c411ceb0c2eb812654f3701)
2003-09-17 17:57:18 +00:00
Gerald Carter
338889379d packaging updates from Buchan
(This used to be commit 8079494aef23105ce4d1ab8d7f943a838baaca01)
2003-09-16 21:12:44 +00:00
Jelmer Vernooij
9903a9d88a Fix typo. Found by Aurelien Degremont
(This used to be commit 271111d6a7f5011c8300e060a9da3a972a28a704)
2003-09-16 13:31:17 +00:00
Tim Potter
c2505ca394 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)
2003-09-16 02:50:21 +00:00
Tim Potter
3050c0602a Merge from 3.0:
>Fix typo.
(This used to be commit 914e4be8f716ec909d399f69436092adfbe4f535)
2003-09-16 02:48:56 +00:00
Tim Potter
582ec27a8e Merge from 3.0:
>Remove quotes in smb.conf ldap example - the quotes actually turn
>up in the ldap filter string.
(This used to be commit 7bca3b6cc2e02569eec015ce75b0ccefefb654d6)
2003-09-16 02:48:16 +00:00
Jeremy Allison
6df89dbe10 Fix #442 which Alexander considered a showstopper. Allow us to join mixed
mode domains.
Jeremy.
(This used to be commit 07cfce283004d29d1f60e5d8c97e3e3d7c293805)
2003-09-16 01:28:09 +00:00
Jeremy Allison
77adfbf460 Fix from gregory@networksentry.co.za, don't clobber the comment if it
exists.
Jeremy.
(This used to be commit a7ef2ce34931d9fcdeb8ecbcad981d96db4c409a)
2003-09-15 21:27:33 +00:00