summaryrefslogtreecommitdiff
path: root/security/lasso
AgeCommit message (Collapse)AuthorFilesLines
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-3/+4
2009-12-01Pullup single logout related bugfixes from lasso -current.manu6-11/+293
On SP initiated logout, the SP x509 certificate was included in the HTTP redirect URL. First this was an SAML standard violation, and second it inflated the URL beyond 2038 bytes, which is the maximum length for IE7 and prior. As a result, SP initated single logout was broken with IE7 and prior versions.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-07-06Fix patch-bd's sum.joerg1-2/+2
2009-07-06Add some necessary casts for LP64 platforms in the hash functions.joerg5-34/+50
Merge patch-cb into patch-bd. Fix ctype casts.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-05-26Two bugfixes pulled from upstream:manu7-2/+39
- make sure assertions are signed - don't crash when parsing saml:AttributeValue with xsi:type set
2009-04-09Upgrade to lasso-2.2.2:manu9-122/+67
From distribution NEWS file: Many fixes and improvements to the ID-WSF 1 support, new API to load SSL keys off memory, documentation for ID-WSF methods, general robustness and memory leak fixes.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-02Lasso is a free software C library aiming to implement the Libertymanu10-0/+560
Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.