Re-import the v3-3 version of str_list_make().
commit08c278b44a5b6e520b823910ab153ad96ed76c3d
authorVolker Lendecke <vl@samba.org>
Thu, 30 Apr 2009 11:37:19 +0000 (30 13:37 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 May 2009 07:38:38 +0000 (26 09:38 +0200)
treec60b3dbf6ce4f436377279d5f49addfbad8b7d21
parent21188807b56319b3eca0d410d3859fa5cdbede54
Re-import the v3-3 version of str_list_make().

The merged version behaves differently: "Domain Users" is parsed into two
values, as it does not look at quotes. Samba3 users depend on the ability do
say for example

valid users = "domain users"

which would not work anymore with the merged version.

Thanks to Björn Jacke for testing this!

Volker
(cherry picked from commit 5b9477f9930d0c6511c70409561c04c5729bcc05)
source3/lib/util_str.c