/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to mandos-ctl

  • Committer: Björn Påhlsson
  • Date: 2009-02-06 01:13:58 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 250.
  • Revision ID: belorn@braxen-20090206011358-d92mnhobdv0d7csw
new domain name for d-bus

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
                  help="Set password blob (file) for client")
141
141
options, client_names = parser.parse_args()
142
142
 
143
 
# Compile list of clients to process
 
143
# Compile list of clients to processed
144
144
clients=[]
145
145
for name in client_names:
146
146
    for path, client in mandos_clients.iteritems():