aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-16added CSR ability (and vendored certificate_authority gem, so we can get the ...elijah
2012-11-15include missing vendor/vagrant_ssh_keys in gemelijah
2012-11-15fixed minor bug with 'false' values on node configs.elijah
2012-11-15auto remove files/nodes/x when nodes/x.json doesn't exist anymore.elijah
2012-11-15minor fix to exception catchingelijah
2012-11-15ensure certificates are generated with subjectAltName that includes all domai...elijah
2012-11-14only generate cert of x509.user == trueelijah
2012-11-14inherit .json from leap_platform/provider_baseelijah
2012-11-14more improvements to loggingelijah
2012-11-14added requirements checking - will bail out if a configuration option is missingelijah
2012-11-14version bump.elijah
2012-11-14made 'leap update-cert' intelligently update all certificates as needed.elijah
2012-11-13cleaned up logging, and much improved error message when file is not foundelijah
2012-11-09better vagrant error msg.elijah
2012-11-09vagrant supportelijah
2012-11-08remove apt-get warnings when running init-nodeelijah
2012-11-06updated test/provider and added configurable life_span to CA.elijah
2012-11-06minor path changeelijah
2012-11-04set default log_level to 1elijah
2012-11-04allow symbols for ObjectList lookupelijah
2012-11-04added automatic secret generation in secrets.jsonelijah
2012-11-04distinguish between leap progress and capistrano progresselijah
2012-11-04minor cleanupelijah
2012-11-04better reporting of puppet progress (supply_drop hack)elijah
2012-11-04remove sudo callselijah
2012-11-04better path managementelijah
2012-11-03added --print <attr> to "leap list" command.elijah
2012-11-03fixed typoelijah
2012-11-02explicitly set digest in server cert generationelijah
2012-11-02fixed another eval problem in 1.9elijah
2012-11-01figured out a workaround to make --version work as expectedelijah
2012-11-01fixed bugs in ruby 1.9 related to our use of eval.elijah
2012-11-01fixed generation of authorized_keys and known_hosts: now entries are sortedelijah
2012-11-01added some initial tests. yeah.elijah
2012-11-01fixed bug with compiling authorized_keyselijah
2012-11-01x.509 support -- added certificate authority creation and server cert creationelijah
2012-10-30fix the generation of the known_hosts fileelijah
2012-10-30use GlobalKnownHostsFile for rsync and ssh instead of UserKnownHostsFile.elijah
2012-10-29fixed 'leap ssh' with nonstandard portelijah
2012-10-29respect configured ssh port when doing keyscanelijah
2012-10-29make typed passwords invisible again (use --echo to make them visible)elijah
2012-10-29hardcode puppet to /usr/bin/puppet for nowelijah
2012-10-27auto run 'git submodule update --init' on leap platform if neededelijah
2012-10-27bump version to 0.1.0elijah
2012-10-27minor code cleanupelijah
2012-10-27avoid KCODE error under ruby 1.9elijah
2012-10-27switch to using ya2yamlelijah
2012-10-27install ruby-hiera-puppet when doing init-nodeelijah
2012-10-25suppress auth-agent warningelijah
2012-10-25make gpg optionalelijah