/mandos/trunk

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

« back to all changes in this revision

Viewing changes to mandos-ctl

merge

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 processed
 
143
# Compile list of clients to process
144
144
clients=[]
145
145
for name in client_names:
146
146
    for path, client in mandos_clients.iteritems():