1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

14733 Commits

Author SHA1 Message Date
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 3802f5895e)
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 6c38a79be7)
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 7d79a55d9a)
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 dbf7fc4feb)
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 6b16d9e0ad)
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 c00e58c934)
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 9df3f53e6a)
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 cd06472e42)
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 9635a28181)
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 c11a7e5846)
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 0281c5b764)
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 92b37b3ef0)
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 2690c185f0)
2003-09-29 02:39:41 +00:00
Volker Lendecke
24718868a4 Minor typos. No, not merged to all branches...
(This used to be commit 47ad635d5d)
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 afe8c708f1)
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 227c7daf36)
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 238bb74c16)
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 7d7096fc3a)
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 c7f4e56ad5)
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 5840cbe5f6)
2003-09-26 14:43:36 +00:00
Jelmer Vernooij
0d1e45d361 More updates to better conform to the DTD
(This used to be commit ca5371803c)
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 c49205bee4)
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 e4c955c98e)
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 0192f41003)
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 f150e3ebd4)
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 02725d4a3c)
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 8ce279e471)
2003-09-26 01:24:09 +00:00
Jelmer Vernooij
dc5ba6c819 Follow DTD more strictly
(This used to be commit 1e098b5b17)
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 f82c273a42)
2003-09-25 21:26:16 +00:00
Jelmer Vernooij
6c623b55bd Patch from Metze to document events interface
(This used to be commit 228c03ce66)
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 72434db17a)
2003-09-25 19:25:13 +00:00
Gerald Carter
6224cfec7b last minute updates from Buchan
(This used to be commit 13636235af)
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 12a49e0964)
2003-09-24 17:14:01 +00:00
Gerald Carter
0ce94613fa syncing whatsnew from release branch
(This used to be commit 6988eb854e)
2003-09-24 15:42:29 +00:00
Gerald Carter
855b82267e updating roadmap in docs
(This used to be commit 9f44a3d29b)
2003-09-24 15:23:28 +00:00
Volker Lendecke
4bea4ecc74 Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!
Volker
(This used to be commit a6c54cbe20)
2003-09-24 06:42:32 +00:00
Eloy Paris
a6474e6348 Debian updates in preparation for Samba 3.0.0.
(This used to be commit 5db8627334)
2003-09-24 02:39:04 +00:00
Tim Potter
017b6e2425 Install message translation files for swat.
(This used to be commit c3e5cbd4f0)
2003-09-24 02:38:04 +00:00
Tim Potter
a6b3104042 Fix bug #456 for 3.0.0 release.
More work on SWAT i18n support to appear in later releases.
(This used to be commit c326774905)
2003-09-24 01:27:39 +00:00
Gerald Carter
6d3af0eff0 fixing a bug in the retry loop for winbindd_pam_auth[_crap]()
(This used to be commit a83266a927)
2003-09-24 01:22:59 +00:00
John Terpstra
955507a7ed Update.
(This used to be commit 1871f18bec)
2003-09-23 23:35:53 +00:00
Jelmer Vernooij
f4259e8827 regenerate
(This used to be commit fdae2e591b)
2003-09-23 21:43:23 +00:00
Jelmer Vernooij
5a34f92834 regenerate
(This used to be commit f1c93a6782)
2003-09-23 21:33:16 +00:00
Jelmer Vernooij
4d6b1b6836 regenerate
(This used to be commit bdee29ef5b)
2003-09-23 21:24:11 +00:00
Jelmer Vernooij
b222defc27 Regenerate
(This used to be commit f97d5fef86)
2003-09-23 21:15:41 +00:00
Gerald Carter
79cb5593a8 update smbldap-tool sscripts from Jérôme Tournier
(This used to be commit c1546a5311)
2003-09-23 20:39:22 +00:00
Gerald Carter
0675d21aa8 sync debian package from rc4
(This used to be commit 4ec00ca5eb)
2003-09-23 19:52:33 +00:00
John Terpstra
704c768240 I'm still working on this. More to come.
(This used to be commit cb21725418)
2003-09-23 19:10:37 +00:00
John Terpstra
48aecb40f8 I'm still working on this. More to come.
(This used to be commit 4babc01b57)
2003-09-23 19:02:57 +00:00
Volker Lendecke
022f73c43c Document the two new params.
Volker
(This used to be commit f08775ca07)
2003-09-23 14:55:12 +00:00