summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-30when we don't have a working iconv library we must default to using only ↵Andrew Tridgell1-1/+1
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-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
DOS program test by Amir Hardon <hardon@actcom.co.il>. Jeremy. (This used to be commit c11a7e5846002b16d0cb2991b5a7df0636b070d5)
2003-09-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
DOS program test by Amir Hardon <hardon@actcom.co.il>. Jeremy. (This used to be commit 294f376aa908a9c56b73b9bfe48d56012a8f557b)
2003-09-29Merge from 3.0:Tim Potter1-1/+1
>iconv isn't const safe. Neither should smb_iconv be. >Jeremy. (This used to be commit 7bd450f8b678e835ba4f9cfdc3d096b04da6f8f7)
2003-09-29Merge from 3.0:Tim Potter1-2/+8
>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-29Merge from 3.0:Tim Potter1-2/+33
>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-29Remove Japanese swat image files.Tim Potter8-0/+0
(This used to be commit fab80c98a05645f420014c61f1d7f156f400ec55)
2003-09-29Merge from 3.0:Tim Potter1-16/+4
>Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com. >Jeremy. (This used to be commit 3420320714798427bf9b760ed89fa4ce9346ad19)
2003-09-29Merge from 3.0:Tim Potter1-3/+4
>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-29Merge from 3.0:Tim Potter1-6/+13
>Ensure %S gets expanded in read/write lists. >Jeremy. (This used to be commit 424acd6ee92c46c565886c3305c3492737538d3d)
2003-09-29Merge from 3.0:Tim Potter1-3/+7
>Fix for valid users = %S in homes share. >Jeremy. (This used to be commit 799da7092c5b56914512f843789adbedec5ac8f5)
2003-09-29Merge from 3.0:Tim Potter22-650/+467
>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-29Merge from 3.0:Tim Potter1-1/+1
>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-29Merge from 3.0:Tim Potter1-0/+7
>make sure to install the *msg files for SWAT (This used to be commit e7006f27729679d56f52838699d894cf6143c019)
2003-09-29Merge from 3.0:Tim Potter1-0/+1
>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-29Merge from 3.0:Tim Potter1-2/+1
>last minute updates from Buchan (This used to be commit e3e13cbc19d00b10d161a46a78e993232c1504c8)
2003-09-29Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter1-2/+2
(This used to be commit 0281c5b764971c5300b99b82d89c812ded5a1335)
2003-09-29Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter1-2/+8
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-29Testparm fixes:Jelmer Vernooij1-3/+9
- 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-29Testparm fixes:Jelmer Vernooij1-3/+9
- 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-28Add draft about new registry subsystemJelmer Vernooij2-0/+211
(This used to be commit 6d310e98e0d8654a95de98fcd4aa55e3c681157d)
2003-09-28Minor typos. No, not merged to all branches...Volker Lendecke5-6/+6
(This used to be commit 47ad635d5debdfab9fc065ebfcf5c40ad5b82101)
2003-09-28Change AC_CHECK_LIB_EXT to prepend libraries instead of append. ThisTim Potter1-1/+1
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-28Start to put some real 'meat' into the ntlm_auth docs.Andrew Bartlett1-18/+122
Andrew Bartlett (This used to be commit 227c7daf36f82f6b7935add09b37f44a9965335b)
2003-09-27iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 238bb74c16417140d85a304890b97e04df389ae9)
2003-09-26Ensure %S gets expanded in read/write lists.Jeremy Allison1-6/+13
Jeremy. (This used to be commit 7d7096fc3a899349b46691dcc30b86b04964fe52)
2003-09-26Fix for valid users = %S in homes share.Jeremy Allison1-3/+7
Jeremy. (This used to be commit c7f4e56ad5c25d477f20944e5b404ebafda9e1a8)
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
(This used to be commit b766fe78a7d8e4095d42e123f2b21369113c1f14)
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
(This used to be commit 5840cbe5f6207471ccd3d518a6aee91d84e24a1f)
2003-09-26More updates to better conform to the DTDJelmer Vernooij5-24/+29
(This used to be commit ca5371803cd18166cc9f8605be737b3760e69d4f)
2003-09-26Merge latest fixes from the release tree for WHATSNEW.txtAlexander Bokovoy1-4/+4
(This used to be commit c49205bee49b3ee6fd204683e30d463130c8f479)
2003-09-26Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison1-16/+4
Jeremy. (This used to be commit e4c955c98e90901b047c475f204af93a57578248)
2003-09-26More bug #413. Fix bad html table row termination in SWAT wizard code found byTim Potter1-4/+3
Monyo. Also remove debugging d_printf() which snuck in the last commit. (This used to be commit 0192f41003af0f8e8c117cf7eb8ad886b8b03749)
2003-09-26Removed japanese swat icons at the request of Monyo. More work onTim Potter8-0/+0
bug #413. (This used to be commit f150e3ebd497ce7ba770649eef1000a70506df62)
2003-09-26Change title of SWAT globals page from 'Global Variables' to 'GlobalTim Potter1-1/+3
Parameters' to be more consistent with the other pages. (This used to be commit 02725d4a3cff5bf0b676c363200795d4cadecca1)
2003-09-26Allow d_printf() to handle strings with escaped quotation marks since theTim Potter1-2/+33
msg file includes the escape character. Fixes bug #489. (This used to be commit 8ce279e47184623e74f795294ffba842e4f2e848)
2003-09-26Follow DTD more strictlyJelmer Vernooij18-139/+137
(This used to be commit 1e098b5b17b0fa505c528305c75d3c972935b100)
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison22-650/+467
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-25Patch from Metze to document events interfaceJelmer Vernooij1-1/+165
(This used to be commit 228c03ce663ecbb76df06590aaa87a8dba2fc0c7)
2003-09-25Add some updates necessary to build the 3.0 docs (forgot them last night).Jelmer Vernooij7-19/+61
(This used to be commit 72434db17a86a8c277ca989ac858cb54cbc815dc)
2003-09-25last minute updates from BuchanGerald Carter2-2/+2
(This used to be commit 13636235af569fcdfcfc75033f30e21afb78ce05)
2003-09-24make sure to install the *msg files for SWATGerald Carter1-9/+7
(This used to be commit 12a49e096421de34d2daa934fc4f33ec4e91dfff)
2003-09-24syncing files from 3.0Gerald Carter4-491/+843
(This used to be commit b167f0989d004ba0940196c242c782ac698d1212)
2003-09-24syncing whatsnew from release branchGerald Carter1-37/+63
(This used to be commit 6988eb854e55954000d8f9196d865bfbffb7eeda)
2003-09-24updating roadmap in docsGerald Carter2-53/+201
(This used to be commit 9f44a3d29bc99f455fe8ea8522cb5fd6f2e7156b)
2003-09-24* sync more files from 3.0Gerald Carter9-35/+86
* set version string to "CVS 3.1.0alpha1" (This used to be commit c6a61ffcbd0c95afd94bd33fd832b24bc8209de5)
2003-09-24more syncs from 3.0Gerald Carter7-128/+133
(This used to be commit bb7d5ce3762afcb14905fc2c1112df8a7475ffe3)
2003-09-24syncing up docs, examples, & packaging from 3.0Gerald Carter166-61159/+65787
(This used to be commit dd1348c566b4700ea01bd89639e2d3330c878167)
2003-09-24Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!Volker Lendecke1-1/+1
Volker (This used to be commit a6c54cbe205a6882d49fc77c04ed21b4f1de4396)
2003-09-24Another round of merges from 3.0:Tim Potter1-13/+25
>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)