You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Jan D. <ja...@di...> - 2014-10-02 12:45:18
|
On Thu, Oct 02, 2014 at 08:59:28AM -0300, William Grzybowski wrote:
> Hi,
>
> What do you guys think about moving to github to ease users contributions?
Yes please :-)
My github account is jandd.
Best regards
Jan
--
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
B2FF 1D95 CE8F 7A22 DF4C F09B A73E 0055 558F B8DD
http://www.dittberner.info/
|
|
From: William G. <wil...@gm...> - 2014-10-02 11:59:34
|
Hi, What do you guys think about moving to github to ease users contributions? -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil |
|
From: William G. <wil...@gm...> - 2009-06-17 23:48:07
|
On Sun, Jun 7, 2009 at 10:17 AM, Dotan Barak<do...@gm...> wrote: > Hi all. > > In a 64 bit Linux machine, the libraries should be installed to /lib64/security. > And i guess that in a 32 bit machines, the install library should be > /lib/security. Are you sure? Usually /lib is a symbolic link to /lib64 is 64 bit machine, or am I wrong? > > Thanks > Dotan > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > pam-pgsql-devel mailing list > pam...@li... > https://lists.sourceforge.net/lists/listinfo/pam-pgsql-devel > -- William Grzybowski ------------------------------------------ Jabber: william88 at gmail dot com Curitiba/PR - Brazil |
|
From: Dotan B. <do...@gm...> - 2009-06-07 13:17:35
|
Hi all. In a 64 bit Linux machine, the libraries should be installed to /lib64/security. And i guess that in a 32 bit machines, the install library should be /lib/security. Thanks Dotan |
|
From: William G. <wil...@gm...> - 2009-04-15 00:59:47
|
Hi, I did some work on the pam-pgsql, i did not added any functionality yet, just some code rework, module split and a new autotools It would be great if you guys could test it to check possible bugs/regressions. It's on git, branch 0.7 NOT master: git://pam-pgsql.git.sourceforge.net/gitroot/pam-pgsql git pull origin 0.7 PS: Maybe the install method is not working and you should copy pam_pgsql.so manually Thank you! |
|
From: David D.W. D. <pg...@pg...> - 2009-03-25 16:10:12
|
On Tue, Mar 24, 2009 at 8:36 PM, William Grzybowski <wil...@gm...> wrote: > Hi, > > Just for start, what do you think about creating a separate .c file to > handle with postgresql exclusively? > > I am a little bit worried at this beginning to mess up with your code, > I don't know how much you "care" about it, I don't even know if you > still remember the code you wrote a few years ago =P > > , > William > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > pam-pgsql-devel mailing list > pam...@li... > https://lists.sourceforge.net/lists/listinfo/pam-pgsql-devel > Go right ahead man. Modularity, to me, is always the better course. -- David D.W. Downey Buffalo, NY USA gnuPG Key ID: EE8734BA Key Fingerprint: 1CAD 14AB B5D0 7C61 DCE7 41B6 DBAE D3BC EE87 34BA "I'd rather die on my feet than live on my knees. There's no point to life without liberty." |
|
From: William G. <wil...@gm...> - 2009-03-25 00:35:55
|
Hi, Just for start, what do you think about creating a separate .c file to handle with postgresql exclusively? I am a little bit worried at this beginning to mess up with your code, I don't know how much you "care" about it, I don't even know if you still remember the code you wrote a few years ago =P , William |
|
From: David D.W. D. <da...@pg...> - 2009-03-24 21:54:46
|
Have at it man. :) -- David D.W. Downey Buffalo, NY USA gnuPG Key ID: EE8734BA Key Fingerprint: 1CAD 14AB B5D0 7C61 DCE7 41B6 DBAE D3BC EE87 34BA "I'd rather die on my feet than live on my knees. There's no point to life without liberty." |
|
From: William G. <wil...@gm...> - 2009-03-24 00:14:56
|
Hi guys. pgpkeys, I know I already said some words to you but I am going to introduce myself :) My name is William Grzybowski. I am 20 years old. I am a student of the third year of Computer Science in Brazil (UFPR). I've wrote another pam module as a "research" work in my university (pam-pg at sf.net). I have some ideas to this project and I'm going to do them slowly, but always posting ideas here to know what you guys think. I started creating a Git repository from the 0.6.5 package (just a extract and git add *) git clone ssh://YOURUSERNAME@pam-pgsql.git.sourceforge.net/gitroot/pam-pgsql I am planing to write a very simple website with a small "howto install pam-pgsql", docs, etc. I also would like to review all the code to get used with it and maybe make some changes, code-cleanup, etc, what do you think? That's it for now, Cya! |