skip to main |
skip to sidebar
Rewarding positions in healthcare
Start training now.
========================================================================================================================== The WSO2 Identity Server team is pleased to announce the release of version 3.0.0 of the Open Source WSO2 Identity Server (IS). IS 3.0.0 release is available for download at http://wso2.org/downloads/identity . This is based on revolutionary the WSO2 Carbon< http://wso2.org/projects/carbon >framework, Middleware a la carte'. All the major features have been developed as pluggable Carbon components. *New Features* SAML 2.0 based Single Sign-on support OAuth Support Support for bulk-user import Various bug fixes and enhancements including architectural improvements to Apache Axis2, Apache Rampart, Apache Sandesha2 , WSO2 Carbon and other projects. *Other Key Features* Entitlement Engine with XACML 2.0 support. Claim based Security Token Service with SAML 1.1/SAML 2.0. Information cards support for SAML 1.1/2.0. OpenID Provider. Extension points for SAML assertion handling. XMPP based multi-factor authentication. Improved User Management. Claim Management. User Profiles and Profile Management. XKMS. Separable front-end and back-end - a single front-end server can be used to administer several back-end servers. Information Cards provider supporting Managed Information Cards backed by user name / password and self-issued cards. Multi-factor authentication with Information Cards. ** *Issues fixed in this release* ** This release of WSO2 Identity Server comes with a number of bug fixes, both in the base framework and the Identity Server specific components. All the issues which have been fixed in Identity Server 3.0.0 are recorded at following locations: WSO2 Identity Server< https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10310 > WSO2 Carbon Platform< https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10309 > *Known Issues* ** WSO2 Identity Server< https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10312 > WSO2 Carbon Platform< https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10311 > ** *How to Run* 1. Extract the downloaded zip. 2. Go to the bin directory in the extracted folder. 3. Run the wso2server.sh or wso2server.bat as appropriate. 4. Point your browser to the URL https://localhost:9443/carbon 5. Use "admin", "admin" as the user name and password. 6. If you need to start the OSGi console with the server use the property -DosgiConsole when starting the server *How you can contribute* Mailing Lists Join our mailing list and correspond with the developers directly. - Developer List : carb ... @wso2.org | Subscribe< carb ... @wso2.org ?subject=subscribe>| Mail Archive < http://wso2.org/mailarchive/carbon-dev/ > - User List : iden ... @wso2.org | Subscribe< iden ... @wso2.org ?subject=subscribe>| Mail Archive < http://wso2.org/mailarchive/identity-user/ > Reporting Issues WSO2 encourages you to report issues and your enhancement requests for the WSO2 Identity Server using the public JIRA< http://www.wso2.org/jira/browse/IDENTITY >. You can also watch how they are resolved, and comment on the progress.. Discussion Forums Alternatively, questions could be raised using the forums available. WSO2 Identity Server Forum < http://wso2.org/forum/308 > : Discussion forum for WSO2 Identity Server developers/users ** *Support * We are committed to ensuring that your enterprise middleware deployment is completely supported from evaluation to production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology. For more details and to take advantage of this unique opportunity please visit http://wso2.com/support/ For more information about WSO2 Identity Server, please see http://wso2.org/projects/identity or visit the WSO2 Oxygen Tank< http://wso2.org/library >developer portal for addition resources. Thank you for your interest in WSO2 Identity Server. -The WSO2 Identity Server team _______________________________________________ Identity -user mailing list Iden ... @wso2.org https://wso2.org/cgi-bin/mailman/listinfo/identity-user Hi! The Netfilter project presents another development release of the conntrack-tools. This release includes: * IPv6-icmp fix for state synchronization. * Support for TCP window tracking (it requires a Linux >= 2.6.35). * Improvements and fixes for the NAT filtering support for the command line tool `conntrack'. * Patrick McHardy's conntrack zone support (See iptables' CT target). Among many others outstanding bugfixes. Specifically I'd like to thank Mohit Mehta from Vyatta for their prolific bug reporting and QA testing. Please, see changelog attached for more details. Q: How stable are the conntrack-tools? A: The daemon that allows to synchronize states between firewalls has been tested in a cluster environment composed of two stateful firewalls running Debian 5.0 (Lenny) with a Linux kernel 2.6.32, keepalived 1.1.15, using conntrackd in FT-FW mode. The test consisted of downloading the Linux kernel source code in a tarball file via HTTP and randomly (in periods of 10 seconds) unplugging cablelinks to force the fail-over between the nodes. The results has shown no hangs/closure in any TCP connection. Q: What are the conntrack-tools? A: The conntrack-tools are: - The userspace daemon so-called conntrackd that covers the specific aspects of stateful Linux firewalls to enable high availability solutions. It can be used as statistics collector of the firewall use as well. The daemon is highly configurable and easily extensible. - The command line interface (CLI) conntrack that provides an interface to add, delete and update flow entries, list current active flows in plain text/XML, current IPv4 NAT'ed flows, reset counters, and flush the complete connection tracking table among many other. Q: Where can I download it from? A: http://www.netfilter.org/projects/conntrack-tools/downloads.html Q: Where can I get more information about them? A: http://conntrack-tools.netfilter.org Q: Where can I have a look at the user manual? A: http://conntrack-tools.netfilter.org/manual.html On behalf of the Netfilter Core Team, Pablo. Mohit Mehta (4): conntrackd: `-i -x' does not display internal cache in XML conntrackd: update error message for max netlink socket size reached conntrackd: enforce strict logic for NetlinkBufferSize[*] clauses conntrackd: replace cryptic `mfrm' by `malformed' in `-s' Pablo Neira Ayuso (34): conntrackd: fix UDP filtering in configuration file conntrackd: add support for TCP window scale factor synchronization conntrackd: cleanup port addition in the message building path conntrackd: fix `conntrackd -c' if external cache is disabled conntrack: option `-t' in on the same line as `-m' in manpage conntrackd: PollSecs goes in the General clause for statistics conntrackd: split __run() routine for poll and event-driven modes doc: description on how to block traffic with conntrack was incomplete conntrack: fix `-L --src-nat --dst-nat' conntrack: revert fix `-L --src-nat --dst-nat' conntrack: fix `conntrack -L --src-nat --dst-nat' (second try) conntrack: `-L --src-nat --dst-nat' filter using AND, not OR logic conntrackd: complete TCP window scale support conntrack: expand array that maps option-flags to option-names conntrack: put all the commands and options code together conntrack: fix port filter with `--src-nat' and `--dst-nat' conntrack: add `--any-nat' to filter any NATted flow conntrack: add testsuite for NAT filtering options conntrack: re-fix inconsistent display with `--src-nat' and `--dst-nat' conntrack: fix bogus NATted flows in filtering conntrack: fix `conntrack --src-nat 3.3.3.3' and similar conntrack: fix `conntrack --src-nat 1.1.1.1' if PAT applied conntrack: fix `conntrack --any-nat 1.1.1.1' filtering conntrack: --[src|dst|any]-nat requires IP:PORT as argument conntrack: fix `conntrack --[src|dst|any]-nat IP:PORT' if port mismatches conntrack: cleanup parsing of the NAT arguments conntrackd: fix ICMPv6 support conntrack: add zone support conntrackd: open event handler once cache has been populated conntrackd: setup event reliability after handler creation conntrackd: fix parsing of NAT sequence adjustment in synchronization messages conntrackd: warn on TCPWindowTracking option (it requires kernel >= 2.6.35) build: update libnetfilter_conntrack dependency (>= 0.0.102) build: bump version to 0.9.15