8000 Tags · abondis/sflvault · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: abondis/sflvault

Tags

v0.8.0

Toggle v0.8.0's commit message
Updated documentation link in README

v0.8.0-rc1

Toggle v0.8.0-rc1's commit message
Changed pexpect dependency for pexpect-u

0.8-rc1

Toggle 0.8-rc1's commit message
Adds client installation instruction on the front page

v0.7.8.2

Toggle v0.7.8.2's commit message
Release 0.7.8.2

#3680 Use meta-data when using sudo:// without any password (NOPASSWD:), using the 'prompt' meta-data keyword.

v0.7.8.1

Toggle v0.7.8.1's commit message
Release 0.7.8.1

* Fix retro-compatibility bug.
* Bump to 0.7.8.1
* Read on sflvault.org for upgrade instructions.

v0.7.6.1dev

Toggle v0.7.6.1dev's commit message
Release v0.7.6.1dev

* Fixes critical bug with user-setup and user-passwd

v0.7.6dev

Toggle v0.7.6dev's commit message
Release 0.7.6dev

* Multiple bug fixes
* Fixed annoying server crash on auth. failed.
* Integrated Gnome Keyring and/or KWallet using the `wallet` command
** Requires either `python-keyring-gnome` or `python-keyring-kwallet` available on Ubuntu Lucid
* New Qt4-based GUI
* Added debian packages
* Modified slightly the SFLvaultClient object to better support multiple identities.
* Disabled Python warnings by default.

v0.7.5dev

Toggle v0.7.5dev's commit message
Release 0.7.5dev

* SFLvault now split into 3 different packages.
** Plugins system layed out
** SFLvault-common and SFLvault-client required for client
** SFLvault-common and SFLvault-server required for server
** Qt4 graphical interface in development
** MS Windows support on it's way
* Fixed double authentication on `show` and `connect`
* `group-list` now lists members, unless the new `-q` is specified.
* Output from SFLvault can now be piped, to less or some other standard input
** Output is always UTF-8
* DEFAULT SERVER CONFIG IS NOW SSL ENABLED.
** Clients will have to switch to https instead of http
* The `sudo` command now execute `sudo -i` instead of `sudo -s`.
* Most of the functions now ask for a -u when specifying a user, a -c when specifying a customer
** "user-del -u user" instead of "user-del user"
** "customer-del -c customer", "machine-del -m machine", "service-del -s service", "group-del -g group"
**
* `show` now shows detailed view by default, and will quiet down with `-q`.
** This includes listing the services' groups
* Added connect -a | --alias, which will add an alias while connecting
** Equivalent to "alias <something> <vault_id>" and then "connect <vault_id>"
* Added connect -s, which will execute a "show <vault_id>" before connecting
* Search now reports customers or machines even if no services are attached to them.
* Added support for identities
** Running @sflvault -i something@ will use @~/.sflvault/config.something@ as a config file.
* Added port forward capabilities
** Services can request port-forwarding for functioning
** The `connect` command now support:
*** @connect s#123 -- -L 1234:localhost:80@ and will forward through multiple hops, the right ports to the right places
* Added search in machines, and in customers, in addition to searching in groups.
** `search -m 123 key words` or `search -c 123 key words`, or a mix of both.
* Fixed crash on `service-edit` or other `-edit` calls
* Added support for `postgres` service
* Added support for hosts different than `localhost` in the MySQL service
* Added support for `ssh+pki` service (authentication by PRIVATE KEY stored in the vault)
** Any service starting with ssh+pki://username@hostname
** SSH+PKI will always require port-forwarded operation, so that the private key is never sent to intermediate servers.  It does it automatically, of course.
* Added auto-complete in SFLvault Shell
* Implemented SFLvault Fall-back shell.
** Access with Ctrl+Alt+; while in an `ssh` session.
** First draft of a FISH file exchange protocol
** Added a shell switcher via the Fallback, when using port forwards.
* Service password will be erased from screen after being entered
* Fixed support of PostgreSQL and other strict databases (compared to SQLite)
* Many fixes to prevent accidental erasing of private key, and other security features
* Implemented several security checks at the XML-RPC level
** Added some permissions documentation (see docs/)
* Plenty of bug fixes
* Improved error messages
* Cosmetics
* Improved documentation (Sphinx documentation added)
* Libraries updated

v0.7.3dev

Toggle v0.7.3dev's commit message
Release 0.7.3dev - First official python2.6 release

- Sort `group-list` in alphabetical order.
- Fix exceptions for Python 2.6
- Adding a new group will automatically add myself as admin.
- Added MIGRATION SCRIPT you MUST run to fix a small bug that created data
  corruption. Running this script and upgrading all your clients will ensure
  everything is fine for now and the future.
- Implemented a version checking on the server side. It will require a client
  of a minimal version.
- Implemented adding a server to multiple groups directly (with service-add
  -g g#1 -g g#2 -g g#3, etc..)

More goodies to come.

v0.7.2.7dev

Toggle v0.7.2.7dev's commit message
Release 0.7.2.7dev - MAINTENANCE RELEASE

- Allow anyone to create a group.
0