<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://phpsatk.eenterphace.org/index.php?/feeds/atom.xml" rel="self" title="phpSATk - PHP System Administration Toolkit" type="application/atom+xml" />
    <link href="http://phpsatk.eenterphace.org/"                        rel="alternate"    title="phpSATk - PHP System Administration Toolkit" type="text/html" />
    <link href="http://phpsatk.eenterphace.org/rss.php?version=2.0"     rel="alternate"    title="phpSATk - PHP System Administration Toolkit" type="application/rss+xml" />
    <title type="html">phpSATk - PHP System Administration Toolkit</title>
    <subtitle type="html">Development news</subtitle>
    <icon>http://phpsatk.eenterphace.org/templates/default/img/s9y_banner_small.png</icon>
    <id>http://phpsatk.eenterphace.org/</id>
    <updated>2007-05-20T14:36:01Z</updated>
    <generator uri="http://www.s9y.org/" version="1.0.4">Serendipity 1.0.4 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/11-phpSATk-Version-0.1-Tech-preview-released.html" rel="alternate" title="phpSATk Version 0.1 (Tech preview) released" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-05-20T13:06:01Z</published>
        <updated>2007-05-20T14:36:01Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=11</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/2-Core" label="Core" term="Core" />
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/1-General" label="General" term="General" />
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/4-Releases" label="Releases" term="Releases" />
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/11-guid.html</id>
        <title type="html">phpSATk Version 0.1 (Tech preview) released</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I'm very proud to be able to announce version 0.1 of phpSATk to you. I've been developing on it for over a year right now and would really like to hear what other people do think about it.<br />
<br />
phpSATk is built to be a toolkit for building extensible and maintainable applications which perform common system and network administrative tasks. My main intent for building these applications is to be able to delegate common tasks in my network to non-technical people while allowing for more generic managment applications giving me full insight to my system - both kinds of applications sharing as much code as possible. This toolkit is meant to take as much of the common work (buiding views, forms, ...) from the developer and provide interfaces to common services. One of the core components of it is what I call XDOs (eXtensible data objects) which provide a object oriented abstracted interface to whatever you like to - having some very useful and unique features.<br />
<br />
The main goal of this release is to present you the concepts and capabilities of phpSATk, do not consider it a full-blown product or stable - it isn't as I'm dependent on you feedback, ideas and criticism to make it that. The design and APIs are subject to change in the feature.<br />
<br />
<a class='serendipity_image_link' href='http://phpsatk.eenterphace.org/uploads/phpsatk_1.png'><img width="600" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://phpsatk.eenterphace.org/uploads/phpsatk_1.png" alt=""  /></a><br />
<br />
The roadmap to 0.1 was<br />
 - Core<br />
 - Request handling/basic controllers<br />
 - Authentication and Authorization<br />
 - Templates<br />
 - eXtensible DataObjects and DataSets<br />
 - Form generation<br />
and I think I got these things pretty well. There's quite a lot "real" documentation missing but I hope that I can compensate for this by providing personal support for interested people, prefered ways are to contact me via the mailing list or on IRC, <a href="http://phpsatk.eenterphace.org/docs/doku.php/support" >directions can be found here</a>.<br />
<br />
Help is always wanted - if you are willing to contribute fell free to contact me.<br />
<br />
This release includes some sample applications (which are usable but not feature-complete):<br />
- authApp, a tool for managing phpSATk internal users, roles and access control lists<br />
- jobServer, a tool for managing phpSATk's background job facilities<br />
- CA, a small application for managing your X.509 PKI (revocation list support requires a PHP patch - <a href="http://mbechler.eenterphace.org/blog/index.php?/archives/4-OpenSSL-Extension-Patches.html" >here</a>)<br />
- krbAdmin, a small application for managing kerberos principals and policies (requires a PHP extension - <a href="http://mbechler.eenterphace.org/blog/index.php?/archives/5-php_krb5-beta-Negotiate-auth-with-GSSAPI-for-PHP.html" >here</a>)<br />
<br />
Download:<br />
<a href="http://phpsatk.eenterphace.org/releases/phpsatk-0.1.tar.bz2" >phpsatk-0.1.tar.bz2</a> (MD5: 1febf1fa249631451d27517acb923741)<br />
<a href="http://phpsatk.eenterphace.org/releases/phpsatk-0.1.tar.gz" >phpsatk-0.1.tar.gz</a> (MD5: 809a6314e9763e9843335498dcd19734)<br />
<a href="http://phpsatk.eenterphace.org/releases/phpsatk-0.1.zip" >phpsatk-0.1.zip</a>  (MD5: 0b68a6c0cfcf7eef0baa1be5f7def2de) 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/10-Roadmap-to-Version-0.1.html" rel="alternate" title="Roadmap to Version 0.1" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-01-30T09:36:06Z</published>
        <updated>2007-04-06T18:54:27Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=10</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/10-guid.html</id>
        <title type="html">Roadmap to Version 0.1</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I told you that I would soon release a preview version but in my opinion there are some things to fix/improve before, so here comes a roadmap to version 0.1:<br />
<br />
- The XDO subsystem need  to get a clean up - there is too much hacked code and I need to improve some things for making them more flexible. I will also work on including the view definition stuff into dataset view generation.<br />
- Add support for hierarchical DataSets <br />
- Improve the search capabilities in the XDO subsystem.<br />
- The ACL/Authorization subsystem is kind of a hack right now, it needs a uniform managing interface and more flexibility. Making this work really is a challenge and some decisions need to be made, so this will take some time.<br />
- Provide some installation helpers (sql dumps and maybe some more)<br />
<br />
<br />
Updated: ACL development has made some progress<br />
Update: Although I'm kind of busy at the moment I'm taking the final steps for the release. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/9-Source-code-metrics.html" rel="alternate" title="Source code metrics" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-01-07T03:56:38Z</published>
        <updated>2007-01-07T03:56:38Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=9</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/9-guid.html</id>
        <title type="html">Source code metrics</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I just set up an account at <a href="http://ohloh.net/">ohloh</a>, which is a nice service providing source code metrics for open source projects.<br />
You can find phpSATk here: <a href="http://ohloh.net/projects/3939" >http://ohloh.net/projects/3939</a><br />
<br />
It actually shows a comment line ratio of 62% which impressed me quite much. And it shows that there is only one developer working on the project ... you might want to change this <img src="http://phpsatk.eenterphace.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
And they have this nice badge: <SCRIPT type='text/javascript' language='JavaScript' src='http://ohloh.net/projects/3939;badge_js'></SCRIPT> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/8-CA-Application-development.html" rel="alternate" title="CA Application development" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-01-06T20:14:01Z</published>
        <updated>2007-01-06T20:14:01Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=8</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/5-Applications" label="Applications" term="Applications" />
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/8-guid.html</id>
        <title type="html">CA Application development</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                As some might know, when you have found this page, I'm working on a CA Application based on phpSATk at the moment which works pretty good now but is lacking one important feature - generating CRLs - for which actually there has been no support in PHP by now so I wrote a <a href="http://mbechler.eenterphace.org/blog/index.php?/archives/2-Patching-PHPs-OpenSSL-with-CRL-support.html">patch</a> bringing this functionally to PHP and have submitted it today to php.internals. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/6-l33t-security-specialists.html" rel="alternate" title="l33t &quot;security specialists&quot;" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2006-12-18T13:04:04Z</published>
        <updated>2006-12-18T13:32:42Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/6-guid.html</id>
        <title type="html">l33t &quot;security specialists&quot;</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I just noticed, that when you search for phpSATk in google you will find various posts of some "advisory" (including a "exploit") of some <strike>l33t idiot kiddie</strike> hacker which obviously has been posted a month ago (of course I was not notified). You can find the whole story <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5067" >here</a>. First this is funny because the distribution (called beta1) they thought they hacked is 2 years old and I know about nobody (including myself) who is using it - I discontinued it in favor of a php5 version before it was usable. It seems like they were using some automatic scanning tool <strike>or do really have no clue what they are talking about</strike> because there obviously is no such vulnerability (look <a href="http://www.attrition.org/pipermail/vim/2006-September/001054.html">here</a> and if you really want to - look at the code). On the other side this really sucks because everyone looking for phpSATk will now find some bogus security advisory.<br />
<br />
To emphasize this again: <strong>This is not the software developed now and the security hole they claim to have found does not exist.</strong> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/2-Upcoming-release-0.1.html" rel="alternate" title="Upcoming release 0.1" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2006-12-13T10:48:41Z</published>
        <updated>2006-12-13T10:48:41Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/4-Releases" label="Releases" term="Releases" />
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/2-guid.html</id>
        <title type="html">Upcoming release 0.1</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Starting with today this new site will be the development base (although there's only one developer yet - yes, it's me) featuring a wiki for documentation, nightly built API documentation, a issue tracker (for bugs and feature requests) and access to the subversion repository.<br />
<br />
I'm looking forward to release a preview version (let's call it 0.1) to the public to reach some possibly interested people and I'm really looking forward to ideas, requests and critisism allowing me to get the design and thereby the API stable.<br />
<br />
My patches to <a href="http://phptal.motion-twin.com/"  title="PHPTAL Template engine homepage">PHPTAL</a> were finally integrated into version 1.1.8 the PHPTAL distribution. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://phpsatk.eenterphace.org/index.php?/archives/1-Welcome-to-the-new-phpSATk-site.html" rel="alternate" title="Welcome to the new phpSATk site" />
        <author>
            <name>Moritz Bechler</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2006-12-13T10:25:47Z</published>
        <updated>2006-12-13T11:22:00Z</updated>
        <wfw:comment>http://phpsatk.eenterphace.org/wfwcomment.php?cid=1</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phpsatk.eenterphace.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
            <category scheme="http://phpsatk.eenterphace.org/index.php?/categories/1-General" label="General" term="General" />
    
        <id>http://phpsatk.eenterphace.org/index.php?/archives/1-guid.html</id>
        <title type="html">Welcome to the new phpSATk site</title>
        <content type="xhtml" xml:base="http://phpsatk.eenterphace.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                For the majority that doesn't know what's this all about: phpSATk is intended to be a Framework (and some kind of application server) helping network/system administrators to write small (or even larger) management applications. In my opinion using standard techniques this is a very unproductive task making you spend a huge amount of time on things like form processing (if done securely and user friendly) which do not add to the application's core functionality. phpSATk tries to help you with that. Also it tries to force and support you in making your applications extensible and interoperable. (more to come...)<br />
<br />
There are not yet any real application built based on phpSATk and you're also not adviced to do so, because the API is <strong>not stable</strong> yet.<br />
<br />
Features include (yet) ...<br />
 <br /><a href="http://phpsatk.eenterphace.org/index.php?/archives/1-Welcome-to-the-new-phpSATk-site.html#extended">Continue reading "Welcome to the new phpSATk site"</a>
            </div>
        </content>
        
    </entry>

</feed>