<feed xmlns='http://www.w3.org/2005/Atom'>
<title>func.git/scripts, branch v0.16</title>
<subtitle>alikins func repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/'/>
<entry>
<title>Adding a module to allow func to control certmaster via func, this will be more useful once we have support for local connections.</title>
<updated>2008-02-05T20:02:21+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2008-02-05T20:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=ae7c1200337c480744dca711baf4f4c00127f652'/>
<id>ae7c1200337c480744dca711baf4f4c00127f652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in copyright and traditional comment header for new modules.</title>
<updated>2008-01-21T01:10:09+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-21T01:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=beba6363a0d81196f8ccc5d5a84084447e5c09d7'/>
<id>beba6363a0d81196f8ccc5d5a84084447e5c09d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated networktest to be the new way of defining modules and updated func-create-module to add in docstrings.</title>
<updated>2008-01-16T14:27:15+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-16T14:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=1420dbfbb699bbe969228173924bfa92ba7f7ce2'/>
<id>1420dbfbb699bbe969228173924bfa92ba7f7ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify our modules by auto-detecting them and registering their handlers</title>
<updated>2008-01-15T22:42:05+00:00</updated>
<author>
<name>Luke Macken</name>
<email>lmacken@redhat.com</email>
</author>
<published>2008-01-15T22:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=23c9c26d270ff766133e7aeebffc99a35633ef41'/>
<id>23c9c26d270ff766133e7aeebffc99a35633ef41</id>
<content type='text'>
- Auto-detect and load all FuncModules.  This obsoletes the need to have our
  modules define a register_rpc method.
- Use introspection in our FuncModule to auto-register all method handlers
  that do not being with an underscore.  This obsoletes the need to
  hardcode methods in our modules.
- Remove all __init__ methods from our modules, along with register_rpc
- Modify the func-create-module script to reflect these changes.  Note that
  doing 'from modules import func_module' is no longer supported in our modules,
  do to some interesting path issues with our auto-detection code.  Supported
  methods are now:
      'import func_module' or 'from func.minion.modules import func_module'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Auto-detect and load all FuncModules.  This obsoletes the need to have our
  modules define a register_rpc method.
- Use introspection in our FuncModule to auto-register all method handlers
  that do not being with an underscore.  This obsoletes the need to
  hardcode methods in our modules.
- Remove all __init__ methods from our modules, along with register_rpc
- Modify the func-create-module script to reflect these changes.  Note that
  doing 'from modules import func_module' is no longer supported in our modules,
  do to some interesting path issues with our auto-detection code.  Supported
  methods are now:
      'import func_module' or 'from func.minion.modules import func_module'
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in func-create-module to make boilerplate module code. spec, setup and version updated as well.</title>
<updated>2008-01-13T19:06:05+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-13T19:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=2fad9189600fb3d3e6b695152c3512e5f22271a8'/>
<id>2fad9189600fb3d3e6b695152c3512e5f22271a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the extra print from the CLI, so we only print what gets returned for each individual system, and not again in</title>
<updated>2007-10-26T21:46:15+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2007-10-26T21:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=aa6bcf739cda784d214fc574bb683ae03a521600'/>
<id>aa6bcf739cda784d214fc574bb683ae03a521600</id>
<content type='text'>
the per-system hash.  (That's good for the API, but not the command line).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the per-system hash.  (That's good for the API, but not the command line).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing file.</title>
<updated>2007-10-24T13:51:08+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2007-10-24T13:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=1991f5d7ffd09d08e28ed29b33bf97f301574fea'/>
<id>1991f5d7ffd09d08e28ed29b33bf97f301574fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>er, merge?</title>
<updated>2007-10-08T19:44:30+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2007-10-08T19:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=4bc503c96cb1d6ac98a9b3aa288102fd539a046b'/>
<id>4bc503c96cb1d6ac98a9b3aa288102fd539a046b</id>
<content type='text'>
wtf, I already committed and pushed these changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wtf, I already committed and pushed these changes
</pre>
</div>
</content>
</entry>
<entry>
<title>- certmaster-ca supports wildcards to -s and -c, now</title>
<updated>2007-10-04T20:41:51+00:00</updated>
<author>
<name>Seth Vidal</name>
<email>skvidal@fedoraproject.org</email>
</author>
<published>2007-10-04T20:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=ce379bdb3d6ade0a6326d5d7cf9446389cf4d94b'/>
<id>ce379bdb3d6ade0a6326d5d7cf9446389cf4d94b</id>
<content type='text'>
- add basic acl support to funcd - make sure that the caller is using
  the cert/key of our ca before letting anything run
- add authfailure exception
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add basic acl support to funcd - make sure that the caller is using
  the cert/key of our ca before letting anything run
- add authfailure exception
</pre>
</div>
</content>
</entry>
<entry>
<title>- add certmaster-ca --clean option to clean out other certs/csrs</title>
<updated>2007-10-03T21:33:43+00:00</updated>
<author>
<name>Seth Vidal</name>
<email>skvidal@fedoraproject.org</email>
</author>
<published>2007-10-03T21:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/alikins/public_git/func.git/commit/?id=5dfdff8f110d8336b4812497428cd5dd1fae2db0'/>
<id>5dfdff8f110d8336b4812497428cd5dd1fae2db0</id>
<content type='text'>
- make certmaster-ca output usage if no options passed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make certmaster-ca output usage if no options passed
</pre>
</div>
</content>
</entry>
</feed>
