/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 plugins.d/mandos-client.c

  • Committer: Teddy Hogeborn
  • Date: 2009-09-07 07:48:59 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090907074859-nv2nni1wwib5hi10
* plugin-runner.c: Minor stylistic changes.

* plugins.d/askpass-fifo.c: Changed contact information and did minor
                            stylistic changes.

* plugins.d/mandos-client.c: Minor stylistic changes.

* plugins.d/password-prompt.c: Changed contact information.

* plugins.d/splashy.c: Changed contact information.
  (main): Changed error handling design.  Bug fix: Will now be much
          more tolerant against signals.  Bug fix: Will now re-raise
          signal received.

* plugins.d/usplash.c: Changed contact information and did minor
                       stylistic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
    goto mandos_end;
712
712
  }
713
713
  
714
 
  do{
 
714
  do {
715
715
    ret = gnutls_handshake(session);
716
716
    if(quit_now){
717
717
      goto mandos_end;
763
763
      case GNUTLS_E_AGAIN:
764
764
        break;
765
765
      case GNUTLS_E_REHANDSHAKE:
766
 
        do{
 
766
        do {
767
767
          ret = gnutls_handshake(session);
768
768
          
769
769
          if(quit_now){