/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

  • Committer: Teddy Hogeborn
  • Date: 2010-04-14 06:36:36 UTC
  • mto: (24.1.149 mandos)
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: teddy@fukt.bsnet.se-20100414063636-v93vjajwrnlsqj9u
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):