gtkpasman

A GTK+ passwords manager for system and network administrators

Main page     Screenshots     Download    

What is it?

It is a graphical interface to manage the usage of passwords related to servers or services, grouped by customers (plateforms, etc.) The purpose is to provide system and network administrators a convenient tool to manage a passwords knowledge base related to customers, servers, services... It can help to retrieve passwords, or even connect to servers (ssh, telnet, ftp...) Unix, C compiler, GTK+ libraries are required in addition to gnupg. Passwords must be kept in a gnupg crypted file. The structure of the file is predefined, but very easy to edit and maintain. The gtk application can switch between a discret applet and a full list of containers.

What is needed?

Where does it come from?

gtkpasman was a project based on gpasman (project of Olivier Sessink) The RC2 crypted method has been replaced by calls to gnupg. The encryption is now external to the application. As the 'Eye view' and its menus have been removed, the application is now completely distinct.

How does it work?

Typical use:
Buttons under the list of accounts on servers, help you to connect:

There is also a search field to find out a server/group/customer in the list.

The password file should contain one line per password; The format of a line in the encrypted file must be the same as the following:

A sample file: gpasman4.txt

This file would give a represented tree like this :
+customer1
   +Group 1
   |  +srvA
   |  | +ssh
   |  |   +root2
   |  +srvB
   |    +ssh
   |      +root
   +Group 2
      +srvC
        +ssh
          +root
+customer2
   +Group 1
      +srvD
        +ssh
          +root
          +acc
+customer3
   +Group A
      +srvE
      | +ssh
      |   +port 322
      |     +root
      +srvF
        +ssh
          +port 322
            +root
	

Authors

Cyril Bellot (Dev, DEB packaging), David Odin (GTK helpdesk), Philippe Rocques (Testing, FreeBSD port maintener, RPM packaging).

Current version: 0.10

Last news:

v0.10
Cyril Bellot on Sun, 07 Jun 2009 17:52:37 GMT
New release today (0 comments)

http wrapper
Cyril Bellot on Sun, 07 Jun 2009 17:38:13 GMT
A new wrapper has been added in configuration panel, to be able to launch web browser on urls. (0 comments)

Expand all
Cyril Bellot on Fri, 17 Oct 2008 08:46:21 GMT
New feature asked by stephs : expand all (really). Available in the cvs only for the moment. (1 comments)

v0.9
Cyril Bellot on Fri, 29 Dec 2006 10:15:05 GMT
New release today.
Move to gtk2 is done. (0 comments)


Code cleanup
Cyril Bellot on Thu, 28 Dec 2006 23:38:26 GMT
After a quick survey, it appears that the eye view is not used anymore. It has been removed from the code, in order to have an easier gtk2 transition. gtkpasman will only have its single list view in the future. (0 comments)

v0.8
Cyril Bellot on Thu, 17 Aug 2006 22:13:20 GMT
New release tonight.
A few bugs were corrected and several minor features have been added. (0 comments)


v0.7
Cyril Bellot on Mon, 08 Aug 2005 21:03:57 GMT
New release tonight! (0 comments)

v0.6
Cyril Bellot on Tue, 22 Mar 2005 09:23:32 GMT
New release today! (0 comments)

FreeBSD port
Cyril Bellot on Tue, 22 Mar 2005 09:21:49 GMT
Since gtkpasman is now part of the official FreeBSD port tree, the FreeBSD port file has been removed from here. (0 comments)

First release: v0.5
Cyril Bellot on Tue, 24 Aug 2004 13:03:32 GMT
The first release is available at downloads. (0 comments)