X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:in-reply-to:references:date:subject :from:to:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=V1+loQArXUVm1we9VJGUJzrtaNgNvDHh2wZGM7O3lHvkEM sVga6qGjaEsaS66q8y444kS2q0OptRWrWyHbuCQ/bPQMn9Ftdf79mM824PBUZ8/N QV2vmvUeHc4+48lrG6tBZZPCB0OWF7+N5Iqgv1yghDUCguyiOw6wqG9O4xAGc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:in-reply-to:references:date:subject :from:to:mime-version:content-type:content-transfer-encoding; s= default; bh=+kPGczf8ybfm4uRX+Fr2iuHoPls=; b=pPNOSG9rb9KgepbGxrtN cdE/8/LdngrgzUCq8Xfq85JB6qBYoGIsU85Cxt79we7wa9Sjg/PZbQvpgGyY+itQ Rn/6MEbwj17cjcRavGH5lqLmwTFTVwYkdF7NFZG2o7O7tpBMhyxSCK1qhmnRX8lc me9fIrKK1OxYoejCavfJ3Yw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: lb2-smtp-cloud6.xs4all.net Message-ID: <352f4f69b0e3afa90974308099249e90.squirrel@webmail.xs4all.nl> In-Reply-To: <1415026765.23338.ezmlm@cygwin.com> References: <1415026765 DOT 23338 DOT ezmlm AT cygwin DOT com> Date: Mon, 3 Nov 2014 16:09:09 +0100 Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4 From: "Houder" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes > On Nov 1 17:58, Christian Franke wrote: >> Corinna Vinschen wrote: >> >I just released a 4th TEST version of the next upcoming Cygwin release, >> >1.7.33-0.4. >> >> There is an older regression in mkgroup. >> A separator without a preceding domain name is printed for the builtin >> groups: >> >> $ mkgroup -L THISHOST >> SYSTEM:S-1-5-18:18: >> TrustedInstaller:S-1-5-80-... >> +Administratoren:S-1-5-32-544:544: >> +Benutzer:S-1-5-32-545:545: >> ... >> THISHOST+HelpLibraryUpdaters:S-1-5-21-... >> >> >> Introduced in mkgroup.c CVS 1.54, April 2014: >> >> @@ -415,8 +341,8 @@ enum_local_groups (...) >> ... >> printf ("%ls%s%ls:%s:%" PRIu32 ":\n", >> - with_dom && !is_builtin ? domain_name : L"", >> - with_dom && !is_builtin ? sep : "", >> + mach->with_dom && !is_builtin ? domain_name : L"", >> + mach->with_dom || is_builtin ? sep : "", <==== Hmm.... :-) > > Thanks! It would be nice if you could send a patch to cygwin-patches. > >> BTW: mkgroup should possibly also print the extra builtin groups which are >> now reported by getgroups(), for example 4(Interactive), 11(Authenticated >> Users), ... > > Doesn't make much sense. Generating them via "db" is incredibly fast. > There is also one person on the list (sorry, don't remember your name) Me, perhaps? (Henri) ... https://cygwin.com/ml/cygwin/2014-10/msg00491.html My "nsswitch.conf": passwd:files group: files db_enum: files In short, no problem at my end: id shows the short list (as before ...) > claiming he would rather not see the big group list in id while using > the "files"-only setting. > > > Corinna ===== -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple