/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

Initial design on approval system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1065
1065
                if not enabled:
1066
1066
                    ipc.write(u"DISABLED %s\n" % client.name)
1067
1067
                    return
 
1068
                # Send "NEED_APPROVAL" here and hang waiting
 
1069
                # for response?  Leave timeout to parent process?
1068
1070
                ipc.write(u"SENDING %s\n" % client.name)
1069
1071
                sent_size = 0
1070
1072
                while sent_size < len(client.secret):