On Fri, 1 Nov 2013 10:06:40 +0900 Cedric BAIL <[email protected]> said:

> Hello,
> 
> On Fri, Nov 1, 2013 at 5:45 AM, Bertrand Jacquin <[email protected]> wrote:
> > Here is the list of last *git write* access from enable users with that
> > some ugly script :
> >
> > getent passwd \
> >    | awk -F : '
> >        {
> >          if ($3 >= 1000 && $3 <= 9999 && $7 != "/sbin/nologin") {
> >            print $1
> >          }
> >        }' \
> >    | while read ; do
> >        awk -v REPLY="${REPLY}" -v LAST=never '
> >          {
> >            if ($2 == REPLY && $4 = "git-receive-pack") {
> >              LAST=$1
> >            }
> >          }
> >
> >          END {
> >            print REPLY,LAST
> >          }' /var/log/gitolite/gitolite-*.log
> >      done \
> >    | sort -k 2 | column -t
> >
> > acidx          never
> > aron           never
> > ceolin         never
> > dresb          never
> > ewww           never
> > fidencio       never
> > gouache        never
> > inc            never
> > kakaroto       never
> > mello          never
> > mickeyl        never
> > monkeyiq       never
> > morlenxus      never
> > nash           never
> > pespin         never
> > playya         never
> > raoul          never
> > rfonseca       never
> > rui            never
> > shorne         never
> > sohyun         never
> > turran         never
> > vapier         never
> > watchwolf      never
> > xhell          never
> > mej            2013-03-25.09:48:07
> > andreas        2013-05-18.04:52:14
> > gastal         2013-06-06.11:50:36
> > rakuco         2013-06-26.06:26:52
> > mekius         2013-07-08.17:22:09
> > thanatermesis  2013-08-02.06:32:06
> > tiago          2013-08-23.12:20:41
> > bdilly         2013-09-02.14:30:44
> > garik          2013-09-03.17:11:56
> > kimcinoo       2013-09-10.17:57:03
> > jypark         2013-09-12.01:43:39
> > jeffdameth     2013-10-02.14:26:17
> > princeamd      2013-10-03.05:35:25
> > mike_m         2013-10-06.15:02:43
> > quaker         2013-10-07.09:16:59
> > dorileo        2013-10-15.13:29:13
> > asdfuser       2013-10-16.00:05:44
> > jaehwan        2013-10-17.04:00:28
> > sanjeev        2013-10-17.05:59:19
> > okra           2013-10-17.10:10:06
> > jihoon         2013-10-17.18:23:00
> > glima          2013-10-18.13:29:26
> > kiwi           2013-10-18.19:17:07
> > captainigloo   2013-10-18.21:54:23
> > kwo            2013-10-19.10:36:26
> > billiob        2013-10-20.03:45:11
> > illogict       2013-10-21.10:46:34
> > demarchi       2013-10-24.14:38:48
> > beber          2013-10-25.02:04:52
> > etrunko        2013-10-25.18:36:25
> > stefan         2013-10-26.03:14:42
> > maxerba        2013-10-26.03:41:45
> > onefang        2013-10-26.08:22:49
> > jackdanielz    2013-10-27.01:09:45
> > davemds        2013-10-28.15:51:17
> > ravenlock      2013-10-28.18:54:29
> > ngc891         2013-10-29.03:30:26
> > hyoyoung       2013-10-29.07:55:17
> > zehortigoza    2013-10-29.11:17:11
> > barbieri       2013-10-29.15:43:12
> > sung           2013-10-29.23:27:57
> > yakov          2013-10-30.02:52:25
> > ulisses        2013-10-30.07:35:56
> > sachiel        2013-10-30.11:02:33
> > kuuko          2013-10-30.12:02:57
> > discomfitor    2013-10-30.14:25:55
> > yoz            2013-10-30.17:04:55
> > jpeg           2013-10-30.18:12:46
> > englebass      2013-10-31.00:17:03
> > woohyun        2013-10-31.00:51:09
> > hermet         2013-10-31.01:04:25
> > leif           2013-10-31.02:50:45
> > ryuan          2013-10-31.05:43:18
> > cedric         2013-10-31.06:21:22
> > seoz           2013-10-31.07:02:33
> > antognolli     2013-10-31.07:09:28
> > urandom        2013-10-31.07:49:43
> > tasn           2013-10-31.09:05:23
> > devilhorns     2013-10-31.10:22:47
> > raster         2013-10-31.11:03:46
> > jeyzu          2013-10-31.11:13:21
> > uartie         2013-10-31.11:45:41
> > kuri           2013-10-31.13:08:38
> 
> Thanks for the list. I would just argue that we have moved to git less
> than a year ago. So maybe we should go over that list again for the
> one year anniversary of our move to git.

i think that is sensible. and that would make it after we get out efl
1.8/e18 ... which was kind of what i thought of to begin with. :) let git be
alive and kicking for at least a year before we use its stats to remove
access. :)

unless we literally are seeing security breaches and issues with dead/inactive
users... i don't think there is a big risk in waiting. :)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to