This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITA] editrights 1.01-2 -- Alter Windows user rights and privileges from command line


* Thu 2007-12-13 Corinna Vinschen <corinna-cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org>
* Message-Id: 20071213112427.GK6618@calimero.vinschen.de
>> This package is in Base for a reason.  It is an essential package and
>> used for instance in the openssh config script.

Ok. Fixed.

> Oh, btw.  While you're at it, would you mind to add the missing
> user privileges up to Vista?  For a list have a look into the
> latest incarnation of <w32api/winnt.h>.

I added these that were missing from main.c::printUsage

    SeCreateGlobalPrivilege
    SeCreateSymbolicLinkPrivilege
    SeImpersonatePrivilege
    SeIncreaseWorkingSetPrivilege
    SeRelabelPrivilege
    SeTimeZonePrivilege
    SeTrustedCredManAccessPrivilege

judging from the section that started from:

   ...
   #define SE_CREATE_TOKEN_NAME    TEXT...

Updated package below,
Jari

a) manual

  wget        \
    http://cygwin.cante.net/editrights/editrights-1.01-2-src.tar.bz2 \
    http://cygwin.cante.net/editrights/editrights-1.01-2.tar.bz2 \
    http://cygwin.cante.net/editrights/setup.hint

b) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir editrights ; cd editrights
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/editrights/get.sh \
          http://cygwin.cante.net/editrights/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]