summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more de-certmaster'ingAdrian Likins2008-02-291-9/+3
|
* using the wrong path to minion.conf, updateAdrian Likins2008-02-291-2/+2
|
* Revert "first pass at splitting off certmaster"Michael DeHaan2008-02-253-7/+10
| | | | This reverts commit 6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.
* first pass at splitting off certmasterAdrian Likins2008-02-253-10/+7
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-02-2528-227/+596
|\
| * allow ctrl+c and make sure we get input.Steve 'Ashcrow' Milner2008-02-231-19/+33
| |
| * checks for a valid email address and closer to normal __main__ coding.Steve 'Ashcrow' Milner2008-02-231-14/+36
| |
| * Remove a bunch of unused imports.Luke Macken2008-02-219-14/+1
| |
| * Update to ps_mem.py V1.9, which fixes errors in values reported when PSS is ↵Pádraig Brady2008-02-211-31/+35
| | | | | | | | | | | | | | provided in /proc/$pid/smaps Signed-off-by: Pádraig Brady <P@draigBrady.com> Signed-off-by: Luke Macken <lmacken@redhat.com>
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-211-0/+10
| |\
| | * Add some documentation to our pamprovider moduleLuke Macken2008-02-201-0/+10
| | |
| * | Fixing func "*" ping functionality, which had an earlier reference to ↵Michael DeHaan2008-02-213-7/+35
| | | | | | | | | | | | expand_servers that is no longer supported. To do this, I've exposed an additional method in the client.minions() API. Also some more work done on func "check" command to diagnose setup problems.
| * | initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-215-7/+134
| |/ | | | | | | still more to do.
| * More funcweb README modificationsLuke Macken2008-02-201-12/+7
| |
| * Remove our now unnecessary identity model from funcwebLuke Macken2008-02-201-177/+0
| |
| * Add an entry point to our FuncWebVisitManagerLuke Macken2008-02-201-0/+4
| |
| * Dumb down our FuncWebVisitManagerLuke Macken2008-02-201-0/+51
| |
| * Remove database references from funcweb configuration (wee!)Luke Macken2008-02-202-7/+8
| |
| * Make our PAMIdentityProvider actually "work".Luke Macken2008-02-201-19/+59
| | | | | | | | | | | | - Define a dumb User class instead of a db model - Define a basic Identity class instead of the SqlAlchemyIdentity - Dumb down our PAMIdentityProvider, a lot.
| * funcweb README modificationsLuke Macken2008-02-191-2/+6
| |
| * Add an entry point for our PAMIdentityProviderLuke Macken2008-02-191-0/+4
| |
| * Now that funcweb can auth against PAM, we only have to require that the user ↵Luke Macken2008-02-191-6/+3
| | | | | | | | is not anonymous, and not that they are from localhost.
| * Update the funcweb configuration to use our new model and PAM identity providerLuke Macken2008-02-191-12/+7
| |
| * Add a PAMIdentityProvider for TurboGears. This utilizes the PAM python ↵Luke Macken2008-02-193-0/+182
| | | | | | | | module written by Chris AtLee.
| * Remove the Elixir dependency by using an SQLAlchemy model for now.Luke Macken2008-02-192-99/+177
| |
| * Fix minion listingMichael DeHaan2008-02-191-5/+8
| |
* | get certs from certmaster dirs nowAdrian Likins2008-02-251-2/+2
| |
* | splitting off certmasterAdrian Likins2008-02-251-16/+5
|/
* add netapp.options moduleJohn Eckersberg2008-02-151-0/+55
|
* Update to jQuery 1.2.3Luke Macken2008-02-141-11/+12
|
* add support for clone the local developers version of the repo to testAdrian Likins2008-02-121-1/+12
|
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-124-67/+118
| | | | | | | a touch more OO. Also update unittests/etc. Did some s/servers/minions/ renaming while I was at it as well. Need to go back and finish that up.
* move some methods into the Groups class.Adrian Likins2008-02-122-18/+30
|
* add minimal group docsAdrian Likins2008-02-121-0/+3
|
* make remove_this_host remove_this_cert so it actually worksSeth Vidal2008-02-121-1/+1
| | | | thanks to Karsten Hopp for pointing this out
* Working on script to help push code.Michael DeHaan2008-02-081-6/+2
|
* Adding build script to help with pushes.Michael DeHaan2008-02-083-1/+155
|
* Apply Tim V's patch to virt moduleMichael DeHaan2008-02-082-0/+18
|
* Possible traceback formatting difference on older python?Michael DeHaan2008-02-071-3/+6
|
* fix that methodSeth Vidal2008-02-051-6/+7
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/hosted/funcSeth Vidal2008-02-056-29/+101
|\ | | | | | | | | | | | | | | * 'master' of ssh://git.fedorahosted.org/git/hosted/func: Make hostname detection code shared. seeing if this resultis 0 is dumb, just see if it executes use socket.getfqdn instead of gethostname for sanity sake Adding a module to allow func to control certmaster via func, this will be more useful once we have support for local connections.
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-051-1/+0
| |\
| | * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/funcAdrian Likins2008-02-053-15/+86
| | |\
| | * | seeing if this resultis 0 is dumb, just see if it executesroot2008-02-051-1/+0
| | | | | | | | | | | | | | | | We do need to be smarter about this though
| * | | Make hostname detection code shared.Michael DeHaan2008-02-053-12/+13
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-054-12/+39
| |\|
| | * use socket.getfqdn instead of gethostname for sanity sakeAdrian Likins2008-02-051-1/+2
| | |
| * | Adding a module to allow func to control certmaster via func, this will be ↵Michael DeHaan2008-02-053-15/+86
| | | | | | | | | | | | more useful once we have support for local connections.
* | | new Func_Client_Exception and allow the the caller to specify the ↵Seth Vidal2008-02-052-8/+44
| |/ |/| | | | | | | | | cert/key/ca to use for connecting
* | we don't really need to see the cp output I supposeAdrian Likins2008-02-041-2/+2
| |