Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
I want to make an Acces Control List on Clipperz CE
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bat06  
View profile  
 More options Jun 12 2012, 10:52 am
From: Bat06 <faycal.belkhe...@gmail.com>
Date: Tue, 12 Jun 2012 07:52:43 -0700 (PDT)
Local: Tues, Jun 12 2012 10:52 am
Subject: I want to make an Acces Control List on Clipperz CE
Hi,
I am currently doing an internship in computer development. My
concerns about Clipperz Community Edition.
Indeed, I want to create an ACL (Access Control List) in order to
share records with other user groups.
I need help with this code. There are no comments, several frameworks
are used.
I work on "community.edition.003".

Thanks...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh  
View profile  
 More options Jun 12 2012, 12:02 pm
From: Josh <joka...@gmail.com>
Date: Tue, 12 Jun 2012 12:02:44 -0400
Local: Tues, Jun 12 2012 12:02 pm
Subject: Re: [clipperz] I want to make an Acces Control List on Clipperz CE
On 06/12/2012 10:52 AM, Bat06 wrote:
> Hi,
> I am currently doing an internship in computer development. My
> concerns about Clipperz Community Edition.
> Indeed, I want to create an ACL (Access Control List) in order to
> share records with other user groups.
> I need help with this code. There are no comments, several frameworks
> are used.
> I work on "community.edition.003".

> Thanks...

I did some work on this also, and it's much more complicated than it
seems at first.  You can see all the work I did on this by going to
https://github.com/jokajak/clipperz-password-manager/ and looking at the
different branches that I have there.

The first step for me was to create the concept of contacts which are
other clipperz users.  Once there you can encrypt the key for a specific
card and share it with another user.  The problem is that you have now
granted complete access to that card because the key is used for both
encryption and authentication.

To really support shared cards you would need to find a way to separate
encryption and authentication so that a share could be read-only.

Hope this helps you get started.

-josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bat06  
View profile  
 More options Jun 13 2012, 5:39 am
From: Bat06 <faycal.belkhe...@gmail.com>
Date: Wed, 13 Jun 2012 02:39:41 -0700 (PDT)
Local: Wed, Jun 13 2012 5:39 am
Subject: Re: [clipperz] I want to make an Acces Control List on Clipperz CE

Thank you Josh for your help.
in MCD clipperz.pdf, you can see the existing MySQL tables
and in MCD clipperz2.pdf, this is my idee (before I see you job).
now I will see your realisation

ps : sorry for my english, I'm french ;)

  mcd clipperz.pdf
93K Download

  mcd clipperz 2.pdf
98K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bat06  
View profile  
 More options Jun 18 2012, 7:47 am
From: Bat06 <faycal.belkhe...@gmail.com>
Date: Mon, 18 Jun 2012 04:47:52 -0700 (PDT)
Local: Mon, Jun 18 2012 7:47 am
Subject: Re: [clipperz] I want to make an Acces Control List on Clipperz CE

hi Josh!
Are you still in possession the uncompressed Clipperz code revision 003?
Thank you for your support.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh  
View profile  
 More options Jun 18 2012, 7:58 am
From: Josh <joka...@gmail.com>
Date: Mon, 18 Jun 2012 07:58:59 -0400
Local: Mon, Jun 18 2012 7:58 am
Subject: Re: [clipperz] I want to make an Acces Control List on Clipperz CE

On 06/18/2012 07:47 AM, Bat06 wrote:

> hi Josh!
> Are you still in possession the uncompressed Clipperz code revision 003?
> Thank you for your support.

> --
> You received this message because you are subscribed to the Google
> Groups "Clipperz" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/clipperz/-/guZfv_vL-o8J.
> To post to this group, send email to clipperz@googlegroups.com.
> To unsubscribe from this group, send email to
> clipperz+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/clipperz?hl=en.

All of my work was done on github so you can check out all of my code.  
Unfortunately I do not have the 003 code revision.  You can still
download it from
http://sourceforge.net/projects/clipperz/files/latest/download

-josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »