Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-15-2008, 10:28 PM
Henry B. Hotz
 
Posts: n/a
Default 8.3 GSS Issues

I know I haven't been very active for a while here, but I just got to
testing the October 3 version a bit prior to getting back to the Java
GSS client stuff I promised. There seem to be some funny things there.

The only serious issue is that the server doesn't require the realm
name to match. I haven't looked at how that broke yet, but I know I
was careful of that point in my original patches because it's always
been wrong in the Kerberos 5 auth method.

If I set up a server I might conceivably get connections from:

smith@JPL.NASA.GOV
smith@STANFORD.EDU
smith@ARC.NASA.GOV
smith@GSFC.NASA.GOV
smith@KSC.NASA.GOV
<same for every other NASA center, HQ, plus a "fake" realm relating
to how NASA set up AD>

Now the only two of those that *might* be the same person are the
first two, and that's only if the Stanford person has a grant to work
on a JPL project and got put in our infrastructure as an affiliate,
*and* the username wasn't already taken.

It appears that you can just put a complete (realm-included) name
into postgres, so that's obviously the way to support gssapi
connections from non-default realms.

In short this is a security hole. IMO it should be fixed prior to
release.

---------

I notice there are hba options for gss and sspi both. Why?

Is there some windows-only functionality it enables? Shouldn't we be
using Microsoft's advertised GSSAPI/SSPI compatibility? If you build
on Windows then I'm sure you want to link the SSPI libraries rather
than require installation of a separate package, but that shouldn't
change the functionality or the wire protocol AFAIK. In other words
I would expect this to be a build-time option.

---------

At the risk of diluting my message: I still think it's a mistake to
call it gss instead of something like gss-noprot. I believe this
will cause misunderstandings in the future when we get the security
layer of gssapi implemented.

---------

There's no way to specify the gssapi library to use. I have three on
my main development Sun: MIT, Sun, and Heimdal. I might have more
than one version of one of those three at some times. Of course
there's no way to specify which kerberos 5 library or openssl library
you want either, so consider this a feature request for future
development.

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu



---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-15-2008, 10:28 PM
Bruce Momjian
 
Posts: n/a
Default Re: 8.3 GSS Issues


Patch applied. Thanks.

---------------------------------------------------------------------------


Henry B. Hotz wrote:
> I know I haven't been very active for a while here, but I just got to
> testing the October 3 version a bit prior to getting back to the Java
> GSS client stuff I promised. There seem to be some funny things there.
>
> The only serious issue is that the server doesn't require the realm
> name to match. I haven't looked at how that broke yet, but I know I
> was careful of that point in my original patches because it's always
> been wrong in the Kerberos 5 auth method.
>
> If I set up a server I might conceivably get connections from:
>
> smith@JPL.NASA.GOV
> smith@STANFORD.EDU
> smith@ARC.NASA.GOV
> smith@GSFC.NASA.GOV
> smith@KSC.NASA.GOV
> <same for every other NASA center, HQ, plus a "fake" realm relating
> to how NASA set up AD>
>
> Now the only two of those that *might* be the same person are the
> first two, and that's only if the Stanford person has a grant to work
> on a JPL project and got put in our infrastructure as an affiliate,
> *and* the username wasn't already taken.
>
> It appears that you can just put a complete (realm-included) name
> into postgres, so that's obviously the way to support gssapi
> connections from non-default realms.
>
> In short this is a security hole. IMO it should be fixed prior to
> release.
>
> ---------
>
> I notice there are hba options for gss and sspi both. Why?
>
> Is there some windows-only functionality it enables? Shouldn't we be
> using Microsoft's advertised GSSAPI/SSPI compatibility? If you build
> on Windows then I'm sure you want to link the SSPI libraries rather
> than require installation of a separate package, but that shouldn't
> change the functionality or the wire protocol AFAIK. In other words
> I would expect this to be a build-time option.
>
> ---------
>
> At the risk of diluting my message: I still think it's a mistake to
> call it gss instead of something like gss-noprot. I believe this
> will cause misunderstandings in the future when we get the security
> layer of gssapi implemented.
>
> ---------
>
> There's no way to specify the gssapi library to use. I have three on
> my main development Sun: MIT, Sun, and Heimdal. I might have more
> than one version of one of those three at some times. Of course
> there's no way to specify which kerberos 5 library or openssl library
> you want either, so consider this a feature request for future
> development.
>
> ------------------------------------------------------------------------
> The opinions expressed in this message are mine,
> not those of Caltech, JPL, NASA, or the US Government.
> Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq


--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-15-2008, 10:28 PM
Bruce Momjian
 
Posts: n/a
Default Re: 8.3 GSS Issues


Sorry, wrong email. Nothing applied.

---------------------------------------------------------------------------

Henry B. Hotz wrote:
> I know I haven't been very active for a while here, but I just got to
> testing the October 3 version a bit prior to getting back to the Java
> GSS client stuff I promised. There seem to be some funny things there.
>
> The only serious issue is that the server doesn't require the realm
> name to match. I haven't looked at how that broke yet, but I know I
> was careful of that point in my original patches because it's always
> been wrong in the Kerberos 5 auth method.
>
> If I set up a server I might conceivably get connections from:
>
> smith@JPL.NASA.GOV
> smith@STANFORD.EDU
> smith@ARC.NASA.GOV
> smith@GSFC.NASA.GOV
> smith@KSC.NASA.GOV
> <same for every other NASA center, HQ, plus a "fake" realm relating
> to how NASA set up AD>
>
> Now the only two of those that *might* be the same person are the
> first two, and that's only if the Stanford person has a grant to work
> on a JPL project and got put in our infrastructure as an affiliate,
> *and* the username wasn't already taken.
>
> It appears that you can just put a complete (realm-included) name
> into postgres, so that's obviously the way to support gssapi
> connections from non-default realms.
>
> In short this is a security hole. IMO it should be fixed prior to
> release.
>
> ---------
>
> I notice there are hba options for gss and sspi both. Why?
>
> Is there some windows-only functionality it enables? Shouldn't we be
> using Microsoft's advertised GSSAPI/SSPI compatibility? If you build
> on Windows then I'm sure you want to link the SSPI libraries rather
> than require installation of a separate package, but that shouldn't
> change the functionality or the wire protocol AFAIK. In other words
> I would expect this to be a build-time option.
>
> ---------
>
> At the risk of diluting my message: I still think it's a mistake to
> call it gss instead of something like gss-noprot. I believe this
> will cause misunderstandings in the future when we get the security
> layer of gssapi implemented.
>
> ---------
>
> There's no way to specify the gssapi library to use. I have three on
> my main development Sun: MIT, Sun, and Heimdal. I might have more
> than one version of one of those three at some times. Of course
> there's no way to specify which kerberos 5 library or openssl library
> you want either, so consider this a feature request for future
> development.
>
> ------------------------------------------------------------------------
> The opinions expressed in this message are mine,
> not those of Caltech, JPL, NASA, or the US Government.
> Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq


--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 10:29 PM
Magnus Hagander
 
Posts: n/a
Default Re: 8.3 GSS Issues

On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:
> I know I haven't been very active for a while here, but I just got to
> testing the October 3 version a bit prior to getting back to the Java
> GSS client stuff I promised. There seem to be some funny things there.


Apologies for not responding to this one sooner.

BTW, what's the status on the Java stuff? Will it be around by the time 8.3
is released?


> The only serious issue is that the server doesn't require the realm
> name to match. I haven't looked at how that broke yet, but I know I
> was careful of that point in my original patches because it's always
> been wrong in the Kerberos 5 auth method.


I honestly don't remember exactly how that became. I think I stripped it
out in order to make it work like the krb5 method.

What you're asking for is basically a krb_match_realm parameter, or do I
understand you wrong?


> It appears that you can just put a complete (realm-included) name
> into postgres, so that's obviously the way to support gssapi
> connections from non-default realms.
>
> In short this is a security hole. IMO it should be fixed prior to
> release.


Can't you also configure the kerberos libraries on your machine not to
accept other realms than your own? IIRC, that was something considered at
the time, but I can't find a reference to such a discussion.


> ---------
>
> I notice there are hba options for gss and sspi both. Why?
>
> Is there some windows-only functionality it enables? Shouldn't we be
> using Microsoft's advertised GSSAPI/SSPI compatibility? If you build
> on Windows then I'm sure you want to link the SSPI libraries rather
> than require installation of a separate package, but that shouldn't
> change the functionality or the wire protocol AFAIK. In other words
> I would expect this to be a build-time option.


There was discussion about this, and we were presented with clear cases
where you'd want to be able to do either one. Making it a build option
doesn't help the 99.9% of Windows users that use a pre-packaged binary
distribution.

> ---------
>
> At the risk of diluting my message: I still think it's a mistake to
> call it gss instead of something like gss-noprot. I believe this
> will cause misunderstandings in the future when we get the security
> layer of gssapi implemented.


Well, I don't agree with this, but if others want it changed, it can
certainly be changed. And it can only be changed *now*, and not once we
release.

But we have "host" and "hostssl", not "hostnossl" and "host". So the way we
are donig it now is IMO more consistent with what we have in other parts of pg.

> ---------
>
> There's no way to specify the gssapi library to use. I have three on
> my main development Sun: MIT, Sun, and Heimdal. I might have more
> than one version of one of those three at some times. Of course
> there's no way to specify which kerberos 5 library or openssl library
> you want either, so consider this a feature request for future
> development.


Yeah, that's something that can be done for 8.4, certainly not something we
can put in now. But I'll be happy to see a patch once we open the tree for
8.4 :-)

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-15-2008, 10:29 PM
Alvaro Herrera
 
Posts: n/a
Default Re: 8.3 GSS Issues

Magnus Hagander wrote:
> On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:


> > At the risk of diluting my message: I still think it's a mistake to
> > call it gss instead of something like gss-noprot. I believe this
> > will cause misunderstandings in the future when we get the security
> > layer of gssapi implemented.

>
> Well, I don't agree with this, but if others want it changed, it can
> certainly be changed. And it can only be changed *now*, and not once we
> release.
>
> But we have "host" and "hostssl", not "hostnossl" and "host". So the way we
> are donig it now is IMO more consistent with what we have in other parts of pg.


Actually we have "hostssl", "hostnossl" and "host".

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-15-2008, 10:29 PM
Magnus Hagander
 
Posts: n/a
Default Re: 8.3 GSS Issues

On Thu, Oct 25, 2007 at 09:26:47AM -0300, Alvaro Herrera wrote:
> Magnus Hagander wrote:
> > On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:

>
> > > At the risk of diluting my message: I still think it's a mistake to
> > > call it gss instead of something like gss-noprot. I believe this
> > > will cause misunderstandings in the future when we get the security
> > > layer of gssapi implemented.

> >
> > Well, I don't agree with this, but if others want it changed, it can
> > certainly be changed. And it can only be changed *now*, and not once we
> > release.
> >
> > But we have "host" and "hostssl", not "hostnossl" and "host". So the way we
> > are donig it now is IMO more consistent with what we have in other parts of pg.

>
> Actually we have "hostssl", "hostnossl" and "host".


Good point. But the line that corresponds to what is currently called "gss"
is "host"

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-15-2008, 10:29 PM
Tom Lane
 
Posts: n/a
Default Re: 8.3 GSS Issues

Magnus Hagander <magnus@hagander.net> writes:
> On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:
>> There's no way to specify the gssapi library to use. I have three on
>> my main development Sun: MIT, Sun, and Heimdal. I might have more
>> than one version of one of those three at some times. Of course
>> there's no way to specify which kerberos 5 library or openssl library
>> you want either, so consider this a feature request for future
>> development.


> Yeah, that's something that can be done for 8.4, certainly not something we
> can put in now. But I'll be happy to see a patch once we open the tree for
> 8.4 :-)


Isn't this something you do by specifying include and link search paths
to configure? The above argument could be made for *any* library we
use, and I surely do not want to put a single-purpose switch for each
library into configure.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-15-2008, 10:29 PM
Henry B. Hotz
 
Posts: n/a
Default Re: 8.3 GSS Issues


On Oct 25, 2007, at 10:22 AM, Tom Lane wrote:

> Magnus Hagander <magnus@hagander.net> writes:
>> On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:
>>> There's no way to specify the gssapi library to use. I have
>>> three on
>>> my main development Sun: MIT, Sun, and Heimdal. I might have more
>>> than one version of one of those three at some times. Of course
>>> there's no way to specify which kerberos 5 library or openssl
>>> library
>>> you want either, so consider this a feature request for future
>>> development.

>
>> Yeah, that's something that can be done for 8.4, certainly not
>> something we
>> can put in now. But I'll be happy to see a patch once we open the
>> tree for
>> 8.4 :-)

>
> Isn't this something you do by specifying include and link search
> paths
> to configure? The above argument could be made for *any* library we
> use, and I surely do not want to put a single-purpose switch for each
> library into configure.


All the other OS packages I've looked at seem to support a per-
support-option specification of the relevant installation to use for
that support. I expect that's a pain to implement, but it's what I
(and presumably other people) expect.

As I said this is a request for the future.

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-15-2008, 10:29 PM
Henry B. Hotz
 
Posts: n/a
Default Re: 8.3 GSS Issues


On Oct 25, 2007, at 1:47 AM, Magnus Hagander wrote:

> On Fri, Oct 19, 2007 at 04:51:04PM -0700, Henry B. Hotz wrote:
>> I know I haven't been very active for a while here, but I just got to
>> testing the October 3 version a bit prior to getting back to the Java
>> GSS client stuff I promised. There seem to be some funny things
>> there.

>
> Apologies for not responding to this one sooner.
>
> BTW, what's the status on the Java stuff? Will it be around by the
> time 8.3
> is released?


Touche. ;-) I hope to get to that in the next couple of weeks.

>> The only serious issue is that the server doesn't require the realm
>> name to match. I haven't looked at how that broke yet, but I know I
>> was careful of that point in my original patches because it's always
>> been wrong in the Kerberos 5 auth method.

>
> I honestly don't remember exactly how that became. I think I
> stripped it
> out in order to make it work like the krb5 method.


What the krb5 method does is IMO a documented bug. The realm name is
part of the name.

As I explained at some length you cannot assume the username (first
component of the principal) has any meaning by itself, except in
small deployments with no external trust agreements. Kerberos (and
AD) are designed to support larger infrastructures with multiple
organizations.

> What you're asking for is basically a krb_match_realm parameter, or
> do I
> understand you wrong?


I'm asking for name matching to be done i.a.w. the gssapi
recommendations. That's "all" I want, but it's actually necessary
for this feature to be at all usable in my environment. If we don't
then I suggest we pull this feature until it can be done correctly.

If you want to add a non-default ignore_realm option I have no
objection, but the code may not be robust to varying gssapi
implementations. Guaranteed it won't work with a non-kerberos
mechanism like SPKM (which isn't widely deployed).

For a proper discussion of this topic I recommend the section
starting on page 64 of Sun's Security for Developers Guide, document
816-4863. Note that there is a discussion of how to do compares
efficiently. IIRC my patch did things the "easy" way described on
page 67. In the long run it's possible we'd want to do it the "fast"
way described on page 69, but that's merely an optimization and might
not be needed.

>> It appears that you can just put a complete (realm-included) name
>> into postgres, so that's obviously the way to support gssapi
>> connections from non-default realms.
>>
>> In short this is a security hole. IMO it should be fixed prior to
>> release.

>
> Can't you also configure the kerberos libraries on your machine not to
> accept other realms than your own? IIRC, that was something
> considered at
> the time, but I can't find a reference to such a discussion.


Kerberos is about authenticating (identifying) users, not determining
what they're authorized (allowed) to do.

At the basic protocol level I can only refuse to exchange cross-realm
keys with anybody. There's a NASA interpretation of a Presidential
directive that would likely prohibit me from using this option, even
if I wanted to. If I have even one user @NASA.GOV that I want to
allow in to even one service @JPL.NASA.GOV then I can't use this option.

The three major Kerberos implementations, Microsoft, MIT (including
Apple and Sun), and Heimdal, all have different degrees of support
for authorization control.

MIT and Heimdal (and Microsoft, I assume) will let you trust
STANFORD.EDU and *.NASA.GOV without (for example) trusting
STANFORD.EDU to identify smith@ARC.NASA.GOV.

Microsoft bundles their Kerberos with an LDAP server so they can do
fine-grained authorization control from the same place. Every
individual user in any trusted realm needs to have an entry in the
local LDAP in order to get access to a Windows service.

MIT supports an "auth_to_local" translation service to relate
Kerberos principals to local workstation usernames. By default, the
local realm is translated to the username by stripping the realm
name. Other realms do not translate. The facility is poorly
documented, and not standard, so I cannot recommend it.

>> ---------
>>
>> I notice there are hba options for gss and sspi both. Why?
>>
>> Is there some windows-only functionality it enables? Shouldn't we be
>> using Microsoft's advertised GSSAPI/SSPI compatibility? If you build
>> on Windows then I'm sure you want to link the SSPI libraries rather
>> than require installation of a separate package, but that shouldn't
>> change the functionality or the wire protocol AFAIK. In other words
>> I would expect this to be a build-time option.

>
> There was discussion about this, and we were presented with clear
> cases
> where you'd want to be able to do either one. Making it a build option
> doesn't help the 99.9% of Windows users that use a pre-packaged binary
> distribution.


Doesn't exactly answer my question, but I guess there exists a
Windows use case where linking against a non-SSPI support library is
needed. (I actually have such a use case, but I'd consider it a
transient problem due to a bad deployment.) This puts you into the
deployment model that Firefox uses, where there's a config option for
which support library you use. Sounds messy, and I feel sorry for
the people who have to support it.

>> ---------
>>
>> At the risk of diluting my message: I still think it's a mistake to
>> call it gss instead of something like gss-noprot. I believe this
>> will cause misunderstandings in the future when we get the security
>> layer of gssapi implemented.

>
> Well, I don't agree with this, but if others want it changed, it can
> certainly be changed. And it can only be changed *now*, and not
> once we
> release.
>
> But we have "host" and "hostssl", not "hostnossl" and "host". So
> the way we
> are donig it now is IMO more consistent with what we have in other
> parts of pg.


Sorry, I don't follow how that's comparable, unless you're proposing
a "hostgss" option for the future? We can agree to disagree on this
point, but. . .

GSSAPI includes session encryption. I couldn't figure out how to fit
that into PG's buffering model, so I supplied a stripped down patch
that omitted that capability. (After all the current krb5 method
omitted the capability as well.) I don't think we should pretend
that what we're delivering now is the full, standard capability.
It's not best practice.


I hope I don't sound like I'm whining here. I do appreciate the
support you've given me. I still want to deliver what I promised.
I'm sorry that that JPL project decided to go with MySQL instead, but
that affects the priority I can give this work.

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-15-2008, 10:29 PM
Stephen Frost
 
Posts: n/a
Default Re: 8.3 GSS Issues

* Henry B. Hotz (hotz@jpl.nasa.gov) wrote:
> What the krb5 method does is IMO a documented bug. The realm name is part
> of the name.
>
> As I explained at some length you cannot assume the username (first
> component of the principal) has any meaning by itself, except in small
> deployments with no external trust agreements. Kerberos (and AD) are
> designed to support larger infrastructures with multiple organizations.


This isn't unexpected for PG as the current krb5 support does this. I'm
not a big fan of it but at the same time I don't feel it's justification
to drop it from 8.3. Having it only allow the default realm would be an
option which could work in 8.3, imv. Longer term (since it's likely too
late to be accepted now), as I think has been discussed in the past, PG
could really use a .k5login-esque, either admin-only (ala pg_hba.conf /
ident map) or per-user (some sort of ALTER ROLE that a user could do on
himself?), mapping functionality.

It doesn't strike me as terribly complex or hard to do but it certainly
goes beyond the what is currently implemented for GSS in 8.3, and what
exists currently for krb5. It's also something which could,
technically, be added later. I do think it would be better done now
though, if possible, since otherwise we would have to default to the
current sub-par behaviour for quite some time (if not forever).

Thanks,

Stephen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHIRhtrzgMPqB3kigRArtMAJwL9heWEbXJOumGRAqCaU TcLdbNvgCdFo2B
f3htmoJWegn01bewB07ZLc0=
=F4sQ
-----END PGP SIGNATURE-----

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:44 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351