summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSHbase.py
Commit message (Expand)AuthorAgeFilesLines
* SSHbase: support for ipv6 addresses in known_hosts filedebian/1.2.3-12Alexander Sulfrian2013-05-021-2/+2
* SSHBase: ignore events from hidden filesAlexander Sulfrian2013-03-061-1/+3
* added debugging about ssh_known_hosts cache invalidation to SSHbaseChris St. Pierre2012-03-131-0/+4
* SSHbase: Don't mark keys as "sensitive" by defaultHolger Weiß2011-12-021-1/+0
* SSHbase: Sort ssh_known_host entries by hostnameHolger Weiß2011-11-021-1/+2
* SSHbase: Add missing newlineHolger Weiß2011-11-021-1/+1
* fixed several bugs with creation of new ssh host keysChris St. Pierre2011-10-281-12/+30
* got a little overzealous with the .rstrip()Chris St. Pierre2011-10-281-1/+1
* fixed bug with inclusion of bogus ssh host keys in ssh_known_hostsChris St. Pierre2011-10-271-0/+2
* Add a number of features to SSHbase:Chris St. Pierre2011-10-271-125/+196
* SSHbase: ECDSA key support from ticket #1063Sol Jerome2011-10-201-2/+10
* fixed indentation bug in SSHbase introduced in cb8b988774c573bb8f6840aa60be0c...Chris St. Pierre2011-09-061-26/+24
* SSHbase: Create only requested key typesHolger Weiß2011-08-261-38/+41
* 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