Gerald Carter
9cfd26141c
don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437
...
(This used to be commit 9da4d1f7dbb289dd1db5e57a4fd78004bbfbd26b)
2003-10-03 21:43:56 +00:00
Gerald Carter
48958b0105
don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437
...
(This used to be commit 1cfbd92404270e0c67a3b295fc9cf461b29d3503)
2003-10-03 21:43:09 +00:00
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
ec7716734e
cleaning out patch list; patch from Steve L. to change the cwd before the postexec script
...
(This used to be commit bbc403ec6ee119f1bbb636deb40563dfdf258a74)
2003-10-03 15:11:38 +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
8ae168b46d
abstract UUID parsing code to an individual function; patch from Anthony
...
(This used to be commit 6cbdbdf9e1e76837c8ef03e795db11caa74ccf18)
2003-10-03 15:08:16 +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
4ed89be00f
Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549 .
...
Jeremy.
(This used to be commit 6defe43e6d48619cee31b6c7fc602973e8eeef3f)
2003-10-02 18:22:48 +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
e8fb38d8dd
Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547 .
...
Jeremy.
(This used to be commit 9519ffc7cbdb37a4279c8804230596978679220e)
2003-10-02 17:53:55 +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
460aa84639
Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548 .
...
Jeremy.
(This used to be commit a0828a2a1ce04075f0a7cb4a201cea0781998237)
2003-10-02 17:36:45 +00:00
Jeremy Allison
64f88c008c
Correct fix for excel read-only bug. Add panic for logic error in developer mode.
...
Jeremy.
(This used to be commit 0857932c1c1960fd68a10f3d1f8c300b7a28b6d7)
2003-10-02 17:26:44 +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
Jeremy Allison
418749050b
Fix for not opening Excel 2000 files that are read-only. Needs tidying
...
up but works for now.
Jeremy.
(This used to be commit d9b9113a0815aeeddb8fdcccb64e7692fe02a9c2)
2003-10-02 00:55:20 +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
e9568f8df2
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously joined to the Samba domain
...
(This used to be commit 9d2e585e5e6f9066c6901aa8d8308734f8667296)
2003-10-01 22:00:19 +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
b8092fbf99
Fixed silly typo checking for signal_handler not signal.
...
Jeremy.
(This used to be commit 202d4e46527993d359df7cd04fb611c22cc920c3)
2003-10-01 21:17:46 +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
Jeremy Allison
73953efac3
Allow ^C to interrupt smbpasswd if using our getpass.
...
Jeremy.
(This used to be commit 8a284463458cfaaff9986bbc459dfc113f921c6c)
2003-10-01 19:33:27 +00:00
Gerald Carter
4d0f0c0594
save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the CFLAGS variable
...
(This used to be commit aa7fccf6ad81da8a4a14abd699d1f765e18cd10c)
2003-10-01 18:54:29 +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
411c7463fb
make sure libnss_winbind.so.2 is included in the RedHAT RPMS
...
(This used to be commit ceeb18d171d0e4ffc5c47ac4018909f266fd122c)
2003-10-01 17:56:51 +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
bf498934c1
remove duplicate smbspool link on SWAT's front page; bug 541
...
(This used to be commit b19316e071bfee15c8bbf1a521d87f1a4ab53cbe)
2003-10-01 17:07: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
e1f16f3321
merge of parameter changes from 3.0 and fix for bug 550
...
(This used to be commit b6433f5db77a1d62309946c6f23c18c6c299d0c5)
2003-10-01 17:02:09 +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
Jeremy Allison
0dde70c233
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 294f376aa908a9c56b73b9bfe48d56012a8f557b)
2003-09-29 23:35:39 +00:00
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