server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Server
/
Plugins
/
SSHbase.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSHbase: Don't mark keys as "sensitive" by default
Holger Weiß
2011-12-02
1
-1
/
+0
*
SSHbase: Sort ssh_known_host entries by hostname
Holger Weiß
2011-11-02
1
-1
/
+2
*
SSHbase: Add missing newline
Holger Weiß
2011-11-02
1
-1
/
+1
*
fixed several bugs with creation of new ssh host keys
Chris St. Pierre
2011-10-28
1
-12
/
+30
*
got a little overzealous with the .rstrip()
Chris St. Pierre
2011-10-28
1
-1
/
+1
*
fixed bug with inclusion of bogus ssh host keys in ssh_known_hosts
Chris St. Pierre
2011-10-27
1
-0
/
+2
*
Add a number of features to SSHbase:
Chris St. Pierre
2011-10-27
1
-125
/
+196
*
SSHbase: ECDSA key support from ticket #1063
Sol Jerome
2011-10-20
1
-2
/
+10
*
fixed indentation bug in SSHbase introduced in cb8b988774c573bb8f6840aa60be0c...
Chris St. Pierre
2011-09-06
1
-26
/
+24
*
SSHbase: Create only requested key types
Holger Weiß
2011-08-26
1
-38
/
+41
*
Be more patient for notifications about generated SSHkeys.
Mike McCallister
2011-08-09
1
-8
/
+13
*
fixed more unescaped shell commands
Chris St. Pierre
2011-08-05
1
-5
/
+16
*
Removed the explicit calls to AddEntry from SSHbase.py in favor of
Mike McCallister
2011-08-05
1
-3
/
+7
*
fixed security bugs with unescaped input to the shell
Chris St. Pierre
2011-08-05
1
-2
/
+1
*
New Info attribute: "sensitive"
Holger Weiß
2011-06-29
1
-2
/
+4
*
PY3K: Finish server-side code fixes
Sol Jerome
2011-06-14
1
-8
/
+13
*
Add missing import sys.
Raul Cuza
2011-06-14
1
-0
/
+1
*
SSHbase: PY3K string join method fix
Sol Jerome
2011-05-06
1
-1
/
+1
*
Plugins: Add full PY3K compatibility
Sol Jerome
2011-04-26
1
-1
/
+2
*
Plugins: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
1
-16
/
+16
*
SSHbase: Fix hang when file not present on client
Sol Jerome
2011-01-31
1
-3
/
+7
*
Updated files to match PEP 257
Fabian Affolter
2010-06-09
1
-13
/
+14
*
SSHbase: Use shutil as per Lee's suggestion in Ticket #866
Sol Jerome
2010-03-25
1
-2
/
+3
*
SSHbase: Generate known_hosts file in consistent order (Patch from Lee Loucks)
Sol Jerome
2010-03-25
1
-31
/
+32
*
Automatically add additional host aliases to ssh_known_hosts.
root
2010-03-13
1
-1
/
+34
*
POSIX: Remove support for old-style posix entries
Sol Jerome
2009-11-19
1
-21
/
+27
*
Pylint/PEP 8 Code cleanups
Sol Jerome
2009-10-07
1
-8
/
+9
*
SSHbase: defer ssh_known_hosts file building until metadata is working
Narayan Desai
2009-07-27
1
-1
/
+4
*
SSHbase: fix skn caching (Fixes startup behavior (-40s on my repo))
Narayan Desai
2009-07-16
1
-2
/
+2
*
SSHbase: add an error message for non-resolving clients
Narayan Desai
2009-07-14
1
-0
/
+4
*
Rework SSHbase alias/address support
Narayan Desai
2009-07-11
1
-32
/
+28
*
SSHBase: Make SSHBase aware of aliases
Sol Jerome
2009-06-23
1
-1
/
+16
*
os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)
Sol Jerome
2009-02-20
1
-2
/
+6
*
Infrastructure and initial implementation of the Packages plugin
Narayan Desai
2009-01-21
1
-1
/
+1
*
Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...
Narayan Desai
2009-01-11
1
-1
/
+1
*
Finish up PullSource plugin work
Narayan Desai
2009-01-10
1
-1
/
+2
*
This patch is stage 1 of the plugin capabilities rework
Narayan Desai
2009-01-05
1
-8
/
+17
*
Update dictionary accesses to work with Python 3.0
Sol Jerome
2008-12-22
1
-3
/
+3
*
Fix pull mode
Narayan Desai
2008-08-19
1
-1
/
+1
*
SSHbase: improve tempfile handling (patch from f.pauget) (Resolves Ticket #588)
Narayan Desai
2008-08-05
1
-2
/
+4
*
Change to typed plugin system
Narayan Desai
2008-06-09
1
-1
/
+1
*
Fix SSHbase key managment in arbitrary locations
Narayan Desai
2008-03-27
1
-3
/
+8
*
Rework bcfg2-admin pull
Narayan Desai
2008-03-24
1
-20
/
+11
*
Implement support for .static files of external public keys
Narayan Desai
2008-01-22
1
-1
/
+9
*
SSHbase: Re-add workaround to handle skn caching in event handler
Narayan Desai
2007-12-31
1
-0
/
+3
*
sshbase: replace ssh_known_hosts cache mechanism with a python property
Narayan Desai
2007-12-28
1
-31
/
+27
*
Fix race when no keys exist and known_hosts is first in the bundle [bugfix]
Narayan Desai
2007-12-04
1
-0
/
+2
*
bcfg2-admin pull fixes
Narayan Desai
2007-11-12
1
-1
/
+1
*
Second stage of the root->0 backout (from GP)
Narayan Desai
2007-11-02
1
-2
/
+2
*
Implement bcfg2-admin pull support for info files/metadata changes (Resolves ...
Narayan Desai
2007-10-30
1
-1
/
+1
[next]