summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSHbase.py
Commit message (Expand)AuthorAgeFilesLines
* Be more patient for notifications about generated SSHkeys.Mike McCallister2011-08-091-8/+13
* fixed more unescaped shell commandsChris St. Pierre2011-08-051-5/+16
* Removed the explicit calls to AddEntry from SSHbase.py in favor ofMike McCallister2011-08-051-3/+7
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-051-2/+1
* New Info attribute: "sensitive"Holger Weiß2011-06-291-2/+4
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-8/+13
* Add missing import sys.Raul Cuza2011-06-141-0/+1
* SSHbase: PY3K string join method fixSol Jerome2011-05-061-1/+1
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-1/+2
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-16/+16
* SSHbase: Fix hang when file not present on clientSol Jerome2011-01-311-3/+7
* Updated files to match PEP 257 Fabian Affolter2010-06-091-13/+14
* SSHbase: Use shutil as per Lee's suggestion in Ticket #866Sol Jerome2010-03-251-2/+3
* SSHbase: Generate known_hosts file in consistent order (Patch from Lee Loucks)Sol Jerome2010-03-251-31/+32
* Automatically add additional host aliases to ssh_known_hosts.root2010-03-131-1/+34
* POSIX: Remove support for old-style posix entriesSol Jerome2009-11-191-21/+27
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-8/+9
* SSHbase: defer ssh_known_hosts file building until metadata is workingNarayan Desai2009-07-271-1/+4
* SSHbase: fix skn caching (Fixes startup behavior (-40s on my repo))Narayan Desai2009-07-161-2/+2
* SSHbase: add an error message for non-resolving clientsNarayan Desai2009-07-141-0/+4
* Rework SSHbase alias/address supportNarayan Desai2009-07-111-32/+28
* SSHBase: Make SSHBase aware of aliasesSol Jerome2009-06-231-1/+16
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-201-2/+6
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-211-1/+1
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-111-1/+1
* Finish up PullSource plugin workNarayan Desai2009-01-101-1/+2
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-8/+17
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-3/+3
* Fix pull modeNarayan Desai2008-08-191-1/+1
* SSHbase: improve tempfile handling (patch from f.pauget) (Resolves Ticket #588)Narayan Desai2008-08-051-2/+4
* Change to typed plugin systemNarayan Desai2008-06-091-1/+1
* Fix SSHbase key managment in arbitrary locationsNarayan Desai2008-03-271-3/+8
* Rework bcfg2-admin pullNarayan Desai2008-03-241-20/+11
* Implement support for .static files of external public keysNarayan Desai2008-01-221-1/+9
* SSHbase: Re-add workaround to handle skn caching in event handlerNarayan Desai2007-12-311-0/+3
* sshbase: replace ssh_known_hosts cache mechanism with a python propertyNarayan Desai2007-12-281-31/+27
* Fix race when no keys exist and known_hosts is first in the bundle [bugfix]Narayan Desai2007-12-041-0/+2
* bcfg2-admin pull fixesNarayan Desai2007-11-121-1/+1
* Second stage of the root->0 backout (from GP)Narayan Desai2007-11-021-2/+2
* Implement bcfg2-admin pull support for info files/metadata changes (Resolves ...Narayan Desai2007-10-301-1/+1
* finish sshbase class changeNarayan Desai2007-08-081-2/+2
* Fix binary config file stats uploadNarayan Desai2007-08-011-2/+8
* Client side of improved support for binary files in statisticsNarayan Desai2007-08-011-1/+1
* Implementing selective forking server, which runs read-only requests in child...Narayan Desai2007-07-251-26/+31
* Power about to die can't find adapter may work or not...Daniel Joseph Barnhart Clark2007-07-021-2/+2
* Add bcfg2-admin pull support to SSHbaseNarayan Desai2007-04-051-1/+17
* Add dynamic key prefix supportNarayan Desai2006-12-111-0/+12
* Rick's deterministic ordering patchNarayan Desai2006-08-171-3/+7
* Fix tempfile cleanupNarayan Desai2006-06-181-2/+2
* Patch for Jos to fix initialization errorsNarayan Desai2006-06-101-1/+6