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

* initramfs-tools-hook: Bug fix: Add "--userid" and "--groupid" to
                        start of "plugin-runner.conf" file instead of
                        appending, to allow any preexisting options to
                        override.
* plugin-runner.conf: Improved wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 */
31
31
 
32
32
/* Needed by GPGME, specifically gpgme_data_seek() */
 
33
#ifndef _LARGEFILE_SOURCE
33
34
#define _LARGEFILE_SOURCE
 
35
#endif
 
36
#ifndef _FILE_OFFSET_BITS
34
37
#define _FILE_OFFSET_BITS 64
 
38
#endif
35
39
 
36
40
#define _GNU_SOURCE             /* TEMP_FAILURE_RETRY(), asprintf() */
37
41
 
38
42
#include <stdio.h>              /* fprintf(), stderr, fwrite(),
39
 
                                   stdout, ferror(), sscanf */
 
43
                                   stdout, ferror(), remove() */
40
44
#include <stdint.h>             /* uint16_t, uint32_t */
41
45
#include <stddef.h>             /* NULL, size_t, ssize_t */
42
46
#include <stdlib.h>             /* free(), EXIT_SUCCESS, EXIT_FAILURE,
43
 
                                   srand() */
44
 
#include <stdbool.h>            /* bool, true */
 
47
                                   srand(), strtof() */
 
48
#include <stdbool.h>            /* bool, false, true */
45
49
#include <string.h>             /* memset(), strcmp(), strlen(),
46
50
                                   strerror(), asprintf(), strcpy() */
47
 
#include <sys/ioctl.h>          /* ioctl */
 
51
#include <sys/ioctl.h>          /* ioctl */
48
52
#include <sys/types.h>          /* socket(), inet_pton(), sockaddr,
49
53
                                   sockaddr_in6, PF_INET6,
50
 
                                   SOCK_STREAM, INET6_ADDRSTRLEN,
51
 
                                   uid_t, gid_t, open(), opendir(),
52
 
                                   DIR */
 
54
                                   SOCK_STREAM, uid_t, gid_t, open(),
 
55
                                   opendir(), DIR */
53
56
#include <sys/stat.h>           /* open() */
54
57
#include <sys/socket.h>         /* socket(), struct sockaddr_in6,
55
 
                                   struct in6_addr, inet_pton(),
56
 
                                   connect() */
 
58
                                   inet_pton(), connect() */
57
59
#include <fcntl.h>              /* open() */
58
60
#include <dirent.h>             /* opendir(), struct dirent, readdir()
59
61
                                 */
60
 
#include <inttypes.h>           /* PRIu16, SCNu16 */
 
62
#include <inttypes.h>           /* PRIu16, PRIdMAX, intmax_t,
 
63
                                   strtoimax() */
61
64
#include <assert.h>             /* assert() */
62
65
#include <errno.h>              /* perror(), errno */
63
 
#include <time.h>               /* time() */
 
66
#include <time.h>               /* nanosleep(), time() */
64
67
#include <net/if.h>             /* ioctl, ifreq, SIOCGIFFLAGS, IFF_UP,
65
68
                                   SIOCSIFFLAGS, if_indextoname(),
66
69
                                   if_nametoindex(), IF_NAMESIZE */
67
 
#include <netinet/in.h>
 
70
#include <netinet/in.h>         /* IN6_IS_ADDR_LINKLOCAL,
 
71
                                   INET_ADDRSTRLEN, INET6_ADDRSTRLEN
 
72
                                */
68
73
#include <unistd.h>             /* close(), SEEK_SET, off_t, write(),
69
74
                                   getuid(), getgid(), setuid(),
70
75
                                   setgid() */
71
76
#include <arpa/inet.h>          /* inet_pton(), htons */
72
 
#include <iso646.h>             /* not, and, or */
 
77
#include <iso646.h>             /* not, or, and */
73
78
#include <argp.h>               /* struct argp_option, error_t, struct
74
79
                                   argp_state, struct argp,
75
80
                                   argp_parse(), ARGP_KEY_ARG,
76
81
                                   ARGP_KEY_END, ARGP_ERR_UNKNOWN */
 
82
#include <signal.h>             /* sigemptyset(), sigaddset(),
 
83
                                   sigaction(), SIGTERM, sigaction,
 
84
                                   sig_atomic_t */
 
85
 
 
86
#ifdef __linux__
 
87
#include <sys/klog.h>           /* klogctl() */
 
88
#endif  /* __linux__ */
77
89
 
78
90
/* Avahi */
79
91
/* All Avahi types, constants and functions
125
137
  gpgme_ctx_t ctx;
126
138
} mandos_context;
127
139
 
 
140
/* global context so signal handler can reach it*/
 
141
mandos_context mc = { .simple_poll = NULL, .server = NULL,
 
142
                      .dh_bits = 1024, .priority = "SECURE256"
 
143
                      ":!CTYPE-X.509:+CTYPE-OPENPGP" };
 
144
 
128
145
/*
129
 
 * Make room in "buffer" for at least BUFFER_SIZE additional bytes.
130
 
 * "buffer_capacity" is how much is currently allocated,
 
146
 * Make additional room in "buffer" for at least BUFFER_SIZE more
 
147
 * bytes. "buffer_capacity" is how much is currently allocated,
131
148
 * "buffer_length" is how much is already used.
132
149
 */
133
 
size_t adjustbuffer(char **buffer, size_t buffer_length,
 
150
size_t incbuffer(char **buffer, size_t buffer_length,
134
151
                  size_t buffer_capacity){
135
152
  if(buffer_length + BUFFER_SIZE > buffer_capacity){
136
153
    *buffer = realloc(*buffer, buffer_capacity + BUFFER_SIZE);
145
162
/* 
146
163
 * Initialize GPGME.
147
164
 */
148
 
static bool init_gpgme(mandos_context *mc, const char *seckey,
 
165
static bool init_gpgme(const char *seckey,
149
166
                       const char *pubkey, const char *tempdir){
150
167
  int ret;
151
168
  gpgme_error_t rc;
153
170
  
154
171
  
155
172
  /*
156
 
   * Helper function to insert pub and seckey to the enigne keyring.
 
173
   * Helper function to insert pub and seckey to the engine keyring.
157
174
   */
158
175
  bool import_key(const char *filename){
159
176
    int fd;
172
189
      return false;
173
190
    }
174
191
    
175
 
    rc = gpgme_op_import(mc->ctx, pgp_data);
 
192
    rc = gpgme_op_import(mc.ctx, pgp_data);
176
193
    if(rc != GPG_ERR_NO_ERROR){
177
194
      fprintf(stderr, "bad gpgme_op_import: %s: %s\n",
178
195
              gpgme_strsource(rc), gpgme_strerror(rc));
188
205
  }
189
206
  
190
207
  if(debug){
191
 
    fprintf(stderr, "Initialize gpgme\n");
 
208
    fprintf(stderr, "Initializing GPGME\n");
192
209
  }
193
210
  
194
211
  /* Init GPGME */
221
238
  }
222
239
  
223
240
  /* Create new GPGME "context" */
224
 
  rc = gpgme_new(&(mc->ctx));
 
241
  rc = gpgme_new(&(mc.ctx));
225
242
  if(rc != GPG_ERR_NO_ERROR){
226
243
    fprintf(stderr, "bad gpgme_new: %s: %s\n",
227
244
            gpgme_strsource(rc), gpgme_strerror(rc));
239
256
 * Decrypt OpenPGP data.
240
257
 * Returns -1 on error
241
258
 */
242
 
static ssize_t pgp_packet_decrypt(const mandos_context *mc,
243
 
                                  const char *cryptotext,
 
259
static ssize_t pgp_packet_decrypt(const char *cryptotext,
244
260
                                  size_t crypto_size,
245
261
                                  char **plaintext){
246
262
  gpgme_data_t dh_crypto, dh_plain;
273
289
  
274
290
  /* Decrypt data from the cryptotext data buffer to the plaintext
275
291
     data buffer */
276
 
  rc = gpgme_op_decrypt(mc->ctx, dh_crypto, dh_plain);
 
292
  rc = gpgme_op_decrypt(mc.ctx, dh_crypto, dh_plain);
277
293
  if(rc != GPG_ERR_NO_ERROR){
278
294
    fprintf(stderr, "bad gpgme_op_decrypt: %s: %s\n",
279
295
            gpgme_strsource(rc), gpgme_strerror(rc));
280
296
    plaintext_length = -1;
281
297
    if(debug){
282
298
      gpgme_decrypt_result_t result;
283
 
      result = gpgme_op_decrypt_result(mc->ctx);
 
299
      result = gpgme_op_decrypt_result(mc.ctx);
284
300
      if(result == NULL){
285
301
        fprintf(stderr, "gpgme_op_decrypt_result failed\n");
286
302
      } else {
322
338
  
323
339
  *plaintext = NULL;
324
340
  while(true){
325
 
    plaintext_capacity = adjustbuffer(plaintext,
 
341
    plaintext_capacity = incbuffer(plaintext,
326
342
                                      (size_t)plaintext_length,
327
343
                                      plaintext_capacity);
328
344
    if(plaintext_capacity == 0){
329
 
        perror("adjustbuffer");
 
345
        perror("incbuffer");
330
346
        plaintext_length = -1;
331
347
        goto decrypt_end;
332
348
    }
364
380
  return plaintext_length;
365
381
}
366
382
 
367
 
static const char * safer_gnutls_strerror(int value) {
368
 
  const char *ret = gnutls_strerror(value); /* Spurious warning */
 
383
static const char * safer_gnutls_strerror(int value){
 
384
  const char *ret = gnutls_strerror(value); /* Spurious warning from
 
385
                                               -Wunreachable-code */
369
386
  if(ret == NULL)
370
387
    ret = "(unknown)";
371
388
  return ret;
377
394
  fprintf(stderr, "GnuTLS: %s", string);
378
395
}
379
396
 
380
 
static int init_gnutls_global(mandos_context *mc,
381
 
                              const char *pubkeyfilename,
 
397
static int init_gnutls_global(const char *pubkeyfilename,
382
398
                              const char *seckeyfilename){
383
399
  int ret;
384
400
  
387
403
  }
388
404
  
389
405
  ret = gnutls_global_init();
390
 
  if(ret != GNUTLS_E_SUCCESS) {
 
406
  if(ret != GNUTLS_E_SUCCESS){
391
407
    fprintf(stderr, "GnuTLS global_init: %s\n",
392
408
            safer_gnutls_strerror(ret));
393
409
    return -1;
402
418
  }
403
419
  
404
420
  /* OpenPGP credentials */
405
 
  gnutls_certificate_allocate_credentials(&mc->cred);
 
421
  gnutls_certificate_allocate_credentials(&mc.cred);
406
422
  if(ret != GNUTLS_E_SUCCESS){
407
 
    fprintf(stderr, "GnuTLS memory error: %s\n", /* Spurious
408
 
                                                    warning */
 
423
    fprintf(stderr, "GnuTLS memory error: %s\n", /* Spurious warning
 
424
                                                    from
 
425
                                                    -Wunreachable-code
 
426
                                                 */
409
427
            safer_gnutls_strerror(ret));
410
428
    gnutls_global_deinit();
411
429
    return -1;
418
436
  }
419
437
  
420
438
  ret = gnutls_certificate_set_openpgp_key_file
421
 
    (mc->cred, pubkeyfilename, seckeyfilename,
 
439
    (mc.cred, pubkeyfilename, seckeyfilename,
422
440
     GNUTLS_OPENPGP_FMT_BASE64);
423
 
  if(ret != GNUTLS_E_SUCCESS) {
 
441
  if(ret != GNUTLS_E_SUCCESS){
424
442
    fprintf(stderr,
425
443
            "Error[%d] while reading the OpenPGP key pair ('%s',"
426
444
            " '%s')\n", ret, pubkeyfilename, seckeyfilename);
430
448
  }
431
449
  
432
450
  /* GnuTLS server initialization */
433
 
  ret = gnutls_dh_params_init(&mc->dh_params);
434
 
  if(ret != GNUTLS_E_SUCCESS) {
 
451
  ret = gnutls_dh_params_init(&mc.dh_params);
 
452
  if(ret != GNUTLS_E_SUCCESS){
435
453
    fprintf(stderr, "Error in GnuTLS DH parameter initialization:"
436
454
            " %s\n", safer_gnutls_strerror(ret));
437
455
    goto globalfail;
438
456
  }
439
 
  ret = gnutls_dh_params_generate2(mc->dh_params, mc->dh_bits);
440
 
  if(ret != GNUTLS_E_SUCCESS) {
 
457
  ret = gnutls_dh_params_generate2(mc.dh_params, mc.dh_bits);
 
458
  if(ret != GNUTLS_E_SUCCESS){
441
459
    fprintf(stderr, "Error in GnuTLS prime generation: %s\n",
442
460
            safer_gnutls_strerror(ret));
443
461
    goto globalfail;
444
462
  }
445
463
  
446
 
  gnutls_certificate_set_dh_params(mc->cred, mc->dh_params);
 
464
  gnutls_certificate_set_dh_params(mc.cred, mc.dh_params);
447
465
  
448
466
  return 0;
449
467
  
450
468
 globalfail:
451
469
  
452
 
  gnutls_certificate_free_credentials(mc->cred);
 
470
  gnutls_certificate_free_credentials(mc.cred);
453
471
  gnutls_global_deinit();
454
 
  gnutls_dh_params_deinit(mc->dh_params);
 
472
  gnutls_dh_params_deinit(mc.dh_params);
455
473
  return -1;
456
474
}
457
475
 
458
 
static int init_gnutls_session(mandos_context *mc,
459
 
                               gnutls_session_t *session){
 
476
static int init_gnutls_session(gnutls_session_t *session){
460
477
  int ret;
461
478
  /* GnuTLS session creation */
462
479
  ret = gnutls_init(session, GNUTLS_SERVER);
467
484
  
468
485
  {
469
486
    const char *err;
470
 
    ret = gnutls_priority_set_direct(*session, mc->priority, &err);
471
 
    if(ret != GNUTLS_E_SUCCESS) {
 
487
    ret = gnutls_priority_set_direct(*session, mc.priority, &err);
 
488
    if(ret != GNUTLS_E_SUCCESS){
472
489
      fprintf(stderr, "Syntax error at: %s\n", err);
473
490
      fprintf(stderr, "GnuTLS error: %s\n",
474
491
              safer_gnutls_strerror(ret));
478
495
  }
479
496
  
480
497
  ret = gnutls_credentials_set(*session, GNUTLS_CRD_CERTIFICATE,
481
 
                               mc->cred);
482
 
  if(ret != GNUTLS_E_SUCCESS) {
 
498
                               mc.cred);
 
499
  if(ret != GNUTLS_E_SUCCESS){
483
500
    fprintf(stderr, "Error setting GnuTLS credentials: %s\n",
484
501
            safer_gnutls_strerror(ret));
485
502
    gnutls_deinit(*session);
490
507
  gnutls_certificate_server_set_request(*session,
491
508
                                        GNUTLS_CERT_IGNORE);
492
509
  
493
 
  gnutls_dh_set_prime_bits(*session, mc->dh_bits);
 
510
  gnutls_dh_set_prime_bits(*session, mc.dh_bits);
494
511
  
495
512
  return 0;
496
513
}
502
519
/* Called when a Mandos server is found */
503
520
static int start_mandos_communication(const char *ip, uint16_t port,
504
521
                                      AvahiIfIndex if_index,
505
 
                                      mandos_context *mc){
 
522
                                      int af){
506
523
  int ret, tcp_sd;
507
524
  ssize_t sret;
508
 
  union { struct sockaddr in; struct sockaddr_in6 in6; } to;
 
525
  union {
 
526
    struct sockaddr_in in;
 
527
    struct sockaddr_in6 in6;
 
528
  } to;
509
529
  char *buffer = NULL;
510
530
  char *decrypted_buffer;
511
531
  size_t buffer_length = 0;
513
533
  ssize_t decrypted_buffer_size;
514
534
  size_t written;
515
535
  int retval = 0;
516
 
  char interface[IF_NAMESIZE];
517
536
  gnutls_session_t session;
518
 
  
519
 
  ret = init_gnutls_session(mc, &session);
 
537
  int pf;                       /* Protocol family */
 
538
  
 
539
  switch(af){
 
540
  case AF_INET6:
 
541
    pf = PF_INET6;
 
542
    break;
 
543
  case AF_INET:
 
544
    pf = PF_INET;
 
545
    break;
 
546
  default:
 
547
    fprintf(stderr, "Bad address family: %d\n", af);
 
548
    return -1;
 
549
  }
 
550
  
 
551
  ret = init_gnutls_session(&session);
520
552
  if(ret != 0){
521
553
    return -1;
522
554
  }
523
555
  
524
556
  if(debug){
525
 
    fprintf(stderr, "Setting up a tcp connection to %s, port %" PRIu16
 
557
    fprintf(stderr, "Setting up a TCP connection to %s, port %" PRIu16
526
558
            "\n", ip, port);
527
559
  }
528
560
  
529
 
  tcp_sd = socket(PF_INET6, SOCK_STREAM, 0);
530
 
  if(tcp_sd < 0) {
 
561
  tcp_sd = socket(pf, SOCK_STREAM, 0);
 
562
  if(tcp_sd < 0){
531
563
    perror("socket");
532
564
    return -1;
533
565
  }
534
566
  
535
 
  if(debug){
536
 
    if(if_indextoname((unsigned int)if_index, interface) == NULL){
537
 
      perror("if_indextoname");
538
 
      return -1;
539
 
    }
540
 
    fprintf(stderr, "Binding to interface %s\n", interface);
541
 
  }
542
 
  
543
567
  memset(&to, 0, sizeof(to));
544
 
  to.in6.sin6_family = AF_INET6;
545
 
  /* It would be nice to have a way to detect if we were passed an
546
 
     IPv4 address here.   Now we assume an IPv6 address. */
547
 
  ret = inet_pton(AF_INET6, ip, &to.in6.sin6_addr);
 
568
  if(af == AF_INET6){
 
569
    to.in6.sin6_family = (sa_family_t)af;
 
570
    ret = inet_pton(af, ip, &to.in6.sin6_addr);
 
571
  } else {                      /* IPv4 */
 
572
    to.in.sin_family = (sa_family_t)af;
 
573
    ret = inet_pton(af, ip, &to.in.sin_addr);
 
574
  }
548
575
  if(ret < 0 ){
549
576
    perror("inet_pton");
550
577
    return -1;
553
580
    fprintf(stderr, "Bad address: %s\n", ip);
554
581
    return -1;
555
582
  }
556
 
  to.in6.sin6_port = htons(port); /* Spurious warning */
557
 
  
558
 
  to.in6.sin6_scope_id = (uint32_t)if_index;
 
583
  if(af == AF_INET6){
 
584
    to.in6.sin6_port = htons(port); /* Spurious warnings from
 
585
                                       -Wconversion and
 
586
                                       -Wunreachable-code */
 
587
    
 
588
    if(IN6_IS_ADDR_LINKLOCAL /* Spurious warnings from */
 
589
       (&to.in6.sin6_addr)){ /* -Wstrict-aliasing=2 or lower and
 
590
                              -Wunreachable-code*/
 
591
      if(if_index == AVAHI_IF_UNSPEC){
 
592
        fprintf(stderr, "An IPv6 link-local address is incomplete"
 
593
                " without a network interface\n");
 
594
        return -1;
 
595
      }
 
596
      /* Set the network interface number as scope */
 
597
      to.in6.sin6_scope_id = (uint32_t)if_index;
 
598
    }
 
599
  } else {
 
600
    to.in.sin_port = htons(port); /* Spurious warnings from
 
601
                                     -Wconversion and
 
602
                                     -Wunreachable-code */
 
603
  }
559
604
  
560
605
  if(debug){
561
 
    fprintf(stderr, "Connection to: %s, port %" PRIu16 "\n", ip,
562
 
            port);
563
 
    char addrstr[INET6_ADDRSTRLEN] = "";
564
 
    if(inet_ntop(to.in6.sin6_family, &(to.in6.sin6_addr), addrstr,
565
 
                 sizeof(addrstr)) == NULL){
 
606
    if(af == AF_INET6 and if_index != AVAHI_IF_UNSPEC){
 
607
      char interface[IF_NAMESIZE];
 
608
      if(if_indextoname((unsigned int)if_index, interface) == NULL){
 
609
        perror("if_indextoname");
 
610
      } else {
 
611
        fprintf(stderr, "Connection to: %s%%%s, port %" PRIu16 "\n",
 
612
                ip, interface, port);
 
613
      }
 
614
    } else {
 
615
      fprintf(stderr, "Connection to: %s, port %" PRIu16 "\n", ip,
 
616
              port);
 
617
    }
 
618
    char addrstr[(INET_ADDRSTRLEN > INET6_ADDRSTRLEN) ?
 
619
                 INET_ADDRSTRLEN : INET6_ADDRSTRLEN] = "";
 
620
    const char *pcret;
 
621
    if(af == AF_INET6){
 
622
      pcret = inet_ntop(af, &(to.in6.sin6_addr), addrstr,
 
623
                        sizeof(addrstr));
 
624
    } else {
 
625
      pcret = inet_ntop(af, &(to.in.sin_addr), addrstr,
 
626
                        sizeof(addrstr));
 
627
    }
 
628
    if(pcret == NULL){
566
629
      perror("inet_ntop");
567
630
    } else {
568
631
      if(strcmp(addrstr, ip) != 0){
571
634
    }
572
635
  }
573
636
  
574
 
  ret = connect(tcp_sd, &to.in, sizeof(to));
 
637
  if(af == AF_INET6){
 
638
    ret = connect(tcp_sd, &to.in6, sizeof(to));
 
639
  } else {
 
640
    ret = connect(tcp_sd, &to.in, sizeof(to)); /* IPv4 */
 
641
  }
575
642
  if(ret < 0){
576
643
    perror("connect");
577
644
    return -1;
623
690
  /* Read OpenPGP packet that contains the wanted password */
624
691
  
625
692
  if(debug){
626
 
    fprintf(stderr, "Retrieving pgp encrypted password from %s\n",
 
693
    fprintf(stderr, "Retrieving OpenPGP encrypted password from %s\n",
627
694
            ip);
628
695
  }
629
696
  
630
697
  while(true){
631
 
    buffer_capacity = adjustbuffer(&buffer, buffer_length,
 
698
    buffer_capacity = incbuffer(&buffer, buffer_length,
632
699
                                   buffer_capacity);
633
700
    if(buffer_capacity == 0){
634
 
      perror("adjustbuffer");
 
701
      perror("incbuffer");
635
702
      retval = -1;
636
703
      goto mandos_end;
637
704
    }
676
743
  gnutls_bye(session, GNUTLS_SHUT_RDWR);
677
744
  
678
745
  if(buffer_length > 0){
679
 
    decrypted_buffer_size = pgp_packet_decrypt(mc, buffer,
 
746
    decrypted_buffer_size = pgp_packet_decrypt(buffer,
680
747
                                               buffer_length,
681
748
                                               &decrypted_buffer);
682
749
    if(decrypted_buffer_size >= 0){
717
784
 
718
785
static void resolve_callback(AvahiSServiceResolver *r,
719
786
                             AvahiIfIndex interface,
720
 
                             AVAHI_GCC_UNUSED AvahiProtocol protocol,
 
787
                             AvahiProtocol proto,
721
788
                             AvahiResolverEvent event,
722
789
                             const char *name,
723
790
                             const char *type,
728
795
                             AVAHI_GCC_UNUSED AvahiStringList *txt,
729
796
                             AVAHI_GCC_UNUSED AvahiLookupResultFlags
730
797
                             flags,
731
 
                             void* userdata) {
732
 
  mandos_context *mc = userdata;
 
798
                             AVAHI_GCC_UNUSED void* userdata){
733
799
  assert(r);
734
800
  
735
801
  /* Called whenever a service has been resolved successfully or
736
802
     timed out */
737
803
  
738
 
  switch(event) {
 
804
  switch(event){
739
805
  default:
740
806
  case AVAHI_RESOLVER_FAILURE:
741
807
    fprintf(stderr, "(Avahi Resolver) Failed to resolve service '%s'"
742
808
            " of type '%s' in domain '%s': %s\n", name, type, domain,
743
 
            avahi_strerror(avahi_server_errno(mc->server)));
 
809
            avahi_strerror(avahi_server_errno(mc.server)));
744
810
    break;
745
811
    
746
812
  case AVAHI_RESOLVER_FOUND:
749
815
      avahi_address_snprint(ip, sizeof(ip), address);
750
816
      if(debug){
751
817
        fprintf(stderr, "Mandos server \"%s\" found on %s (%s, %"
752
 
                PRIu16 ") on port %d\n", name, host_name, ip,
753
 
                interface, port);
 
818
                PRIdMAX ") on port %" PRIu16 "\n", name, host_name,
 
819
                ip, (intmax_t)interface, port);
754
820
      }
755
 
      int ret = start_mandos_communication(ip, port, interface, mc);
 
821
      int ret = start_mandos_communication(ip, port, interface,
 
822
                                           avahi_proto_to_af(proto));
756
823
      if(ret == 0){
757
 
        avahi_simple_poll_quit(mc->simple_poll);
 
824
        avahi_simple_poll_quit(mc.simple_poll);
758
825
      }
759
826
    }
760
827
  }
761
828
  avahi_s_service_resolver_free(r);
762
829
}
763
830
 
764
 
static void browse_callback( AvahiSServiceBrowser *b,
765
 
                             AvahiIfIndex interface,
766
 
                             AvahiProtocol protocol,
767
 
                             AvahiBrowserEvent event,
768
 
                             const char *name,
769
 
                             const char *type,
770
 
                             const char *domain,
771
 
                             AVAHI_GCC_UNUSED AvahiLookupResultFlags
772
 
                             flags,
773
 
                             void* userdata) {
774
 
  mandos_context *mc = userdata;
 
831
static void browse_callback(AvahiSServiceBrowser *b,
 
832
                            AvahiIfIndex interface,
 
833
                            AvahiProtocol protocol,
 
834
                            AvahiBrowserEvent event,
 
835
                            const char *name,
 
836
                            const char *type,
 
837
                            const char *domain,
 
838
                            AVAHI_GCC_UNUSED AvahiLookupResultFlags
 
839
                            flags,
 
840
                            AVAHI_GCC_UNUSED void* userdata){
775
841
  assert(b);
776
842
  
777
843
  /* Called whenever a new services becomes available on the LAN or
778
844
     is removed from the LAN */
779
845
  
780
 
  switch(event) {
 
846
  switch(event){
781
847
  default:
782
848
  case AVAHI_BROWSER_FAILURE:
783
849
    
784
850
    fprintf(stderr, "(Avahi browser) %s\n",
785
 
            avahi_strerror(avahi_server_errno(mc->server)));
786
 
    avahi_simple_poll_quit(mc->simple_poll);
 
851
            avahi_strerror(avahi_server_errno(mc.server)));
 
852
    avahi_simple_poll_quit(mc.simple_poll);
787
853
    return;
788
854
    
789
855
  case AVAHI_BROWSER_NEW:
792
858
       the callback function is called the Avahi server will free the
793
859
       resolver for us. */
794
860
    
795
 
    if(!(avahi_s_service_resolver_new(mc->server, interface,
796
 
                                       protocol, name, type, domain,
797
 
                                       AVAHI_PROTO_INET6, 0,
798
 
                                       resolve_callback, mc)))
 
861
    if(avahi_s_service_resolver_new(mc.server, interface, protocol,
 
862
                                    name, type, domain, protocol, 0,
 
863
                                    resolve_callback, NULL) == NULL)
799
864
      fprintf(stderr, "Avahi: Failed to resolve service '%s': %s\n",
800
 
              name, avahi_strerror(avahi_server_errno(mc->server)));
 
865
              name, avahi_strerror(avahi_server_errno(mc.server)));
801
866
    break;
802
867
    
803
868
  case AVAHI_BROWSER_REMOVE:
812
877
  }
813
878
}
814
879
 
 
880
sig_atomic_t quit_now = 0;
 
881
 
 
882
/* stop main loop after sigterm has been called */
 
883
static void handle_sigterm(__attribute__((unused)) int sig){
 
884
  if(quit_now){
 
885
    return;
 
886
  }
 
887
  quit_now = 1;
 
888
  int old_errno = errno;
 
889
  if(mc.simple_poll != NULL){
 
890
    avahi_simple_poll_quit(mc.simple_poll);
 
891
  }
 
892
  errno = old_errno;
 
893
}
 
894
 
815
895
int main(int argc, char *argv[]){
816
 
    AvahiSServiceBrowser *sb = NULL;
817
 
    int error;
818
 
    int ret;
819
 
    int exitcode = EXIT_SUCCESS;
820
 
    const char *interface = "eth0";
821
 
    struct ifreq network;
822
 
    int sd;
823
 
    uid_t uid;
824
 
    gid_t gid;
825
 
    char *connect_to = NULL;
826
 
    char tempdir[] = "/tmp/mandosXXXXXX";
827
 
    AvahiIfIndex if_index = AVAHI_IF_UNSPEC;
828
 
    const char *seckey = PATHDIR "/" SECKEY;
829
 
    const char *pubkey = PATHDIR "/" PUBKEY;
830
 
    
831
 
    mandos_context mc = { .simple_poll = NULL, .server = NULL,
832
 
                          .dh_bits = 1024, .priority = "SECURE256"
833
 
                          ":!CTYPE-X.509:+CTYPE-OPENPGP" };
834
 
    bool gnutls_initalized = false;
835
 
    bool gpgme_initalized = false;
836
 
    
837
 
    {
838
 
      struct argp_option options[] = {
839
 
        { .name = "debug", .key = 128,
840
 
          .doc = "Debug mode", .group = 3 },
841
 
        { .name = "connect", .key = 'c',
842
 
          .arg = "ADDRESS:PORT",
843
 
          .doc = "Connect directly to a specific Mandos server",
844
 
          .group = 1 },
845
 
        { .name = "interface", .key = 'i',
846
 
          .arg = "NAME",
847
 
          .doc = "Interface that will be used to search for Mandos"
848
 
          " servers",
849
 
          .group = 1 },
850
 
        { .name = "seckey", .key = 's',
851
 
          .arg = "FILE",
852
 
          .doc = "OpenPGP secret key file base name",
853
 
          .group = 1 },
854
 
        { .name = "pubkey", .key = 'p',
855
 
          .arg = "FILE",
856
 
          .doc = "OpenPGP public key file base name",
857
 
          .group = 2 },
858
 
        { .name = "dh-bits", .key = 129,
859
 
          .arg = "BITS",
860
 
          .doc = "Bit length of the prime number used in the"
861
 
          " Diffie-Hellman key exchange",
862
 
          .group = 2 },
863
 
        { .name = "priority", .key = 130,
864
 
          .arg = "STRING",
865
 
          .doc = "GnuTLS priority string for the TLS handshake",
866
 
          .group = 1 },
867
 
        { .name = NULL }
868
 
      };
869
 
      
870
 
      error_t parse_opt(int key, char *arg,
871
 
                        struct argp_state *state) {
872
 
        switch(key) {
873
 
        case 128:               /* --debug */
874
 
          debug = true;
875
 
          break;
876
 
        case 'c':               /* --connect */
877
 
          connect_to = arg;
878
 
          break;
879
 
        case 'i':               /* --interface */
880
 
          interface = arg;
881
 
          break;
882
 
        case 's':               /* --seckey */
883
 
          seckey = arg;
884
 
          break;
885
 
        case 'p':               /* --pubkey */
886
 
          pubkey = arg;
887
 
          break;
888
 
        case 129:               /* --dh-bits */
889
 
          ret = sscanf(arg, "%u", &mc.dh_bits);
890
 
          if(ret != 1){
891
 
            fprintf(stderr, "Bad number of DH bits\n");
892
 
            exit(EXIT_FAILURE);
 
896
  AvahiSServiceBrowser *sb = NULL;
 
897
  int error;
 
898
  int ret;
 
899
  intmax_t tmpmax;
 
900
  char *tmp;
 
901
  int exitcode = EXIT_SUCCESS;
 
902
  const char *interface = "eth0";
 
903
  struct ifreq network;
 
904
  int sd;
 
905
  uid_t uid;
 
906
  gid_t gid;
 
907
  char *connect_to = NULL;
 
908
  char tempdir[] = "/tmp/mandosXXXXXX";
 
909
  bool tempdir_created = false;
 
910
  AvahiIfIndex if_index = AVAHI_IF_UNSPEC;
 
911
  const char *seckey = PATHDIR "/" SECKEY;
 
912
  const char *pubkey = PATHDIR "/" PUBKEY;
 
913
  
 
914
  bool gnutls_initialized = false;
 
915
  bool gpgme_initialized = false;
 
916
  float delay = 2.5f;
 
917
  
 
918
  struct sigaction old_sigterm_action;
 
919
  struct sigaction sigterm_action = { .sa_handler = handle_sigterm };
 
920
  
 
921
  {
 
922
    struct argp_option options[] = {
 
923
      { .name = "debug", .key = 128,
 
924
        .doc = "Debug mode", .group = 3 },
 
925
      { .name = "connect", .key = 'c',
 
926
        .arg = "ADDRESS:PORT",
 
927
        .doc = "Connect directly to a specific Mandos server",
 
928
        .group = 1 },
 
929
      { .name = "interface", .key = 'i',
 
930
        .arg = "NAME",
 
931
        .doc = "Network interface that will be used to search for"
 
932
        " Mandos servers",
 
933
        .group = 1 },
 
934
      { .name = "seckey", .key = 's',
 
935
        .arg = "FILE",
 
936
        .doc = "OpenPGP secret key file base name",
 
937
        .group = 1 },
 
938
      { .name = "pubkey", .key = 'p',
 
939
        .arg = "FILE",
 
940
        .doc = "OpenPGP public key file base name",
 
941
        .group = 2 },
 
942
      { .name = "dh-bits", .key = 129,
 
943
        .arg = "BITS",
 
944
        .doc = "Bit length of the prime number used in the"
 
945
        " Diffie-Hellman key exchange",
 
946
        .group = 2 },
 
947
      { .name = "priority", .key = 130,
 
948
        .arg = "STRING",
 
949
        .doc = "GnuTLS priority string for the TLS handshake",
 
950
        .group = 1 },
 
951
      { .name = "delay", .key = 131,
 
952
        .arg = "SECONDS",
 
953
        .doc = "Maximum delay to wait for interface startup",
 
954
        .group = 2 },
 
955
      { .name = NULL }
 
956
    };
 
957
    
 
958
    error_t parse_opt(int key, char *arg,
 
959
                      struct argp_state *state){
 
960
      switch(key){
 
961
      case 128:                 /* --debug */
 
962
        debug = true;
 
963
        break;
 
964
      case 'c':                 /* --connect */
 
965
        connect_to = arg;
 
966
        break;
 
967
      case 'i':                 /* --interface */
 
968
        interface = arg;
 
969
        break;
 
970
      case 's':                 /* --seckey */
 
971
        seckey = arg;
 
972
        break;
 
973
      case 'p':                 /* --pubkey */
 
974
        pubkey = arg;
 
975
        break;
 
976
      case 129:                 /* --dh-bits */
 
977
        errno = 0;
 
978
        tmpmax = strtoimax(arg, &tmp, 10);
 
979
        if(errno != 0 or tmp == arg or *tmp != '\0'
 
980
           or tmpmax != (typeof(mc.dh_bits))tmpmax){
 
981
          fprintf(stderr, "Bad number of DH bits\n");
 
982
          exit(EXIT_FAILURE);
 
983
        }
 
984
        mc.dh_bits = (typeof(mc.dh_bits))tmpmax;
 
985
        break;
 
986
      case 130:                 /* --priority */
 
987
        mc.priority = arg;
 
988
        break;
 
989
      case 131:                 /* --delay */
 
990
        errno = 0;
 
991
        delay = strtof(arg, &tmp);
 
992
        if(errno != 0 or tmp == arg or *tmp != '\0'){
 
993
          fprintf(stderr, "Bad delay\n");
 
994
          exit(EXIT_FAILURE);
 
995
        }
 
996
        break;
 
997
      case ARGP_KEY_ARG:
 
998
        argp_usage(state);
 
999
      case ARGP_KEY_END:
 
1000
        break;
 
1001
      default:
 
1002
        return ARGP_ERR_UNKNOWN;
 
1003
      }
 
1004
      return 0;
 
1005
    }
 
1006
    
 
1007
    struct argp argp = { .options = options, .parser = parse_opt,
 
1008
                         .args_doc = "",
 
1009
                         .doc = "Mandos client -- Get and decrypt"
 
1010
                         " passwords from a Mandos server" };
 
1011
    ret = argp_parse(&argp, argc, argv, 0, 0, NULL);
 
1012
    if(ret == ARGP_ERR_UNKNOWN){
 
1013
      fprintf(stderr, "Unknown error while parsing arguments\n");
 
1014
      exitcode = EXIT_FAILURE;
 
1015
      goto end;
 
1016
    }
 
1017
  }
 
1018
  
 
1019
  if(not debug){
 
1020
    avahi_set_log_function(empty_log);
 
1021
  }
 
1022
  
 
1023
  /* Initialize Avahi early so avahi_simple_poll_quit() can be called
 
1024
     from the signal handler */
 
1025
  /* Initialize the pseudo-RNG for Avahi */
 
1026
  srand((unsigned int) time(NULL));
 
1027
  mc.simple_poll = avahi_simple_poll_new();
 
1028
  if(mc.simple_poll == NULL){
 
1029
    fprintf(stderr, "Avahi: Failed to create simple poll object.\n");
 
1030
    exitcode = EXIT_FAILURE;
 
1031
    goto end;
 
1032
  }
 
1033
  
 
1034
  sigemptyset(&sigterm_action.sa_mask);
 
1035
  ret = sigaddset(&sigterm_action.sa_mask, SIGINT);
 
1036
  if(ret == -1){
 
1037
    perror("sigaddset");
 
1038
    exitcode = EXIT_FAILURE;
 
1039
    goto end;
 
1040
  }
 
1041
  ret = sigaddset(&sigterm_action.sa_mask, SIGHUP);
 
1042
  if(ret == -1){
 
1043
    perror("sigaddset");
 
1044
    exitcode = EXIT_FAILURE;
 
1045
    goto end;
 
1046
  }
 
1047
  ret = sigaddset(&sigterm_action.sa_mask, SIGTERM);
 
1048
  if(ret == -1){
 
1049
    perror("sigaddset");
 
1050
    exitcode = EXIT_FAILURE;
 
1051
    goto end;
 
1052
  }
 
1053
  ret = sigaction(SIGTERM, &sigterm_action, &old_sigterm_action);
 
1054
  if(ret == -1){
 
1055
    perror("sigaction");
 
1056
    exitcode = EXIT_FAILURE;
 
1057
    goto end;
 
1058
  }  
 
1059
  
 
1060
  /* If the interface is down, bring it up */
 
1061
  if(interface[0] != '\0'){
 
1062
#ifdef __linux__
 
1063
    /* Lower kernel loglevel to KERN_NOTICE to avoid KERN_INFO
 
1064
       messages to mess up the prompt */
 
1065
    ret = klogctl(8, NULL, 5);
 
1066
    bool restore_loglevel = true;
 
1067
    if(ret == -1){
 
1068
      restore_loglevel = false;
 
1069
      perror("klogctl");
 
1070
    }
 
1071
#endif  /* __linux__ */
 
1072
    
 
1073
    sd = socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP);
 
1074
    if(sd < 0){
 
1075
      perror("socket");
 
1076
      exitcode = EXIT_FAILURE;
 
1077
#ifdef __linux__
 
1078
      if(restore_loglevel){
 
1079
        ret = klogctl(7, NULL, 0);
 
1080
        if(ret == -1){
 
1081
          perror("klogctl");
 
1082
        }
 
1083
      }
 
1084
#endif  /* __linux__ */
 
1085
      goto end;
 
1086
    }
 
1087
    strcpy(network.ifr_name, interface);
 
1088
    ret = ioctl(sd, SIOCGIFFLAGS, &network);
 
1089
    if(ret == -1){
 
1090
      perror("ioctl SIOCGIFFLAGS");
 
1091
#ifdef __linux__
 
1092
      if(restore_loglevel){
 
1093
        ret = klogctl(7, NULL, 0);
 
1094
        if(ret == -1){
 
1095
          perror("klogctl");
 
1096
        }
 
1097
      }
 
1098
#endif  /* __linux__ */
 
1099
      exitcode = EXIT_FAILURE;
 
1100
      goto end;
 
1101
    }
 
1102
    if((network.ifr_flags & IFF_UP) == 0){
 
1103
      network.ifr_flags |= IFF_UP;
 
1104
      ret = ioctl(sd, SIOCSIFFLAGS, &network);
 
1105
      if(ret == -1){
 
1106
        perror("ioctl SIOCSIFFLAGS");
 
1107
        exitcode = EXIT_FAILURE;
 
1108
#ifdef __linux__
 
1109
        if(restore_loglevel){
 
1110
          ret = klogctl(7, NULL, 0);
 
1111
          if(ret == -1){
 
1112
            perror("klogctl");
893
1113
          }
894
 
          break;
895
 
        case 130:               /* --priority */
896
 
          mc.priority = arg;
897
 
          break;
898
 
        case ARGP_KEY_ARG:
899
 
          argp_usage(state);
900
 
        case ARGP_KEY_END:
901
 
          break;
902
 
        default:
903
 
          return ARGP_ERR_UNKNOWN;
904
1114
        }
905
 
        return 0;
906
 
      }
907
 
      
908
 
      struct argp argp = { .options = options, .parser = parse_opt,
909
 
                           .args_doc = "",
910
 
                           .doc = "Mandos client -- Get and decrypt"
911
 
                           " passwords from a Mandos server" };
912
 
      ret = argp_parse(&argp, argc, argv, 0, 0, NULL);
913
 
      if(ret == ARGP_ERR_UNKNOWN){
914
 
        fprintf(stderr, "Unknown error while parsing arguments\n");
915
 
        exitcode = EXIT_FAILURE;
 
1115
#endif  /* __linux__ */
916
1116
        goto end;
917
1117
      }
918
1118
    }
919
 
    
920
 
    /* If the interface is down, bring it up */
921
 
    {
922
 
      sd = socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP);
923
 
      if(sd < 0) {
924
 
        perror("socket");
925
 
        exitcode = EXIT_FAILURE;
926
 
        goto end;
927
 
      }
928
 
      strcpy(network.ifr_name, interface);
 
1119
    /* sleep checking until interface is running */
 
1120
    for(int i=0; i < delay * 4; i++){
929
1121
      ret = ioctl(sd, SIOCGIFFLAGS, &network);
930
1122
      if(ret == -1){
931
1123
        perror("ioctl SIOCGIFFLAGS");
932
 
        exitcode = EXIT_FAILURE;
933
 
        goto end;
934
 
      }
935
 
      if((network.ifr_flags & IFF_UP) == 0){
936
 
        network.ifr_flags |= IFF_UP;
937
 
        ret = ioctl(sd, SIOCSIFFLAGS, &network);
938
 
        if(ret == -1){
939
 
          perror("ioctl SIOCSIFFLAGS");
940
 
          exitcode = EXIT_FAILURE;
941
 
          goto end;
942
 
        }
943
 
      }
944
 
      ret = (int)TEMP_FAILURE_RETRY(close(sd));
 
1124
      } else if(network.ifr_flags & IFF_RUNNING){
 
1125
        break;
 
1126
      }
 
1127
      struct timespec sleeptime = { .tv_nsec = 250000000 };
 
1128
      ret = nanosleep(&sleeptime, NULL);
 
1129
      if(ret == -1 and errno != EINTR){
 
1130
        perror("nanosleep");
 
1131
      }
 
1132
    }
 
1133
    ret = (int)TEMP_FAILURE_RETRY(close(sd));
 
1134
    if(ret == -1){
 
1135
      perror("close");
 
1136
    }
 
1137
#ifdef __linux__
 
1138
    if(restore_loglevel){
 
1139
      /* Restores kernel loglevel to default */
 
1140
      ret = klogctl(7, NULL, 0);
945
1141
      if(ret == -1){
946
 
        perror("close");
 
1142
        perror("klogctl");
947
1143
      }
948
1144
    }
949
 
    
950
 
    uid = getuid();
951
 
    gid = getgid();
952
 
    
953
 
    ret = setuid(uid);
954
 
    if(ret == -1){
955
 
      perror("setuid");
956
 
    }
957
 
    
958
 
    setgid(gid);
959
 
    if(ret == -1){
960
 
      perror("setgid");
961
 
    }
962
 
    
963
 
    ret = init_gnutls_global(&mc, pubkey, seckey);
964
 
    if(ret == -1){
965
 
      fprintf(stderr, "init_gnutls_global failed\n");
966
 
      exitcode = EXIT_FAILURE;
967
 
      goto end;
968
 
    } else {
969
 
      gnutls_initalized = true;
970
 
    }
971
 
    
972
 
    if(mkdtemp(tempdir) == NULL){
973
 
      perror("mkdtemp");
974
 
      tempdir[0] = '\0';
975
 
      goto end;
976
 
    }
977
 
    
978
 
    if(not init_gpgme(&mc, pubkey, seckey, tempdir)){
979
 
      fprintf(stderr, "gpgme_initalized failed\n");
980
 
      exitcode = EXIT_FAILURE;
981
 
      goto end;
982
 
    } else {
983
 
      gpgme_initalized = true;
984
 
    }
985
 
    
 
1145
#endif  /* __linux__ */
 
1146
  }
 
1147
  
 
1148
  uid = getuid();
 
1149
  gid = getgid();
 
1150
  
 
1151
  errno = 0;
 
1152
  setgid(gid);
 
1153
  if(ret == -1){
 
1154
    perror("setgid");
 
1155
  }
 
1156
  
 
1157
  ret = setuid(uid);
 
1158
  if(ret == -1){
 
1159
    perror("setuid");
 
1160
  }
 
1161
  
 
1162
  ret = init_gnutls_global(pubkey, seckey);
 
1163
  if(ret == -1){
 
1164
    fprintf(stderr, "init_gnutls_global failed\n");
 
1165
    exitcode = EXIT_FAILURE;
 
1166
    goto end;
 
1167
  } else {
 
1168
    gnutls_initialized = true;
 
1169
  }
 
1170
  
 
1171
  if(mkdtemp(tempdir) == NULL){
 
1172
    perror("mkdtemp");
 
1173
    goto end;
 
1174
  }
 
1175
  tempdir_created = true;
 
1176
  
 
1177
  if(not init_gpgme(pubkey, seckey, tempdir)){
 
1178
    fprintf(stderr, "init_gpgme failed\n");
 
1179
    exitcode = EXIT_FAILURE;
 
1180
    goto end;
 
1181
  } else {
 
1182
    gpgme_initialized = true;
 
1183
  }
 
1184
  
 
1185
  if(interface[0] != '\0'){
986
1186
    if_index = (AvahiIfIndex) if_nametoindex(interface);
987
1187
    if(if_index == 0){
988
1188
      fprintf(stderr, "No such interface: \"%s\"\n", interface);
989
 
      exit(EXIT_FAILURE);
990
 
    }
991
 
    
992
 
    if(connect_to != NULL){
993
 
      /* Connect directly, do not use Zeroconf */
994
 
      /* (Mainly meant for debugging) */
995
 
      char *address = strrchr(connect_to, ':');
996
 
      if(address == NULL){
997
 
        fprintf(stderr, "No colon in address\n");
998
 
        exitcode = EXIT_FAILURE;
999
 
        goto end;
1000
 
      }
1001
 
      uint16_t port;
1002
 
      ret = sscanf(address+1, "%" SCNu16, &port);
1003
 
      if(ret != 1){
1004
 
        fprintf(stderr, "Bad port number\n");
1005
 
        exitcode = EXIT_FAILURE;
1006
 
        goto end;
1007
 
      }
1008
 
      *address = '\0';
1009
 
      address = connect_to;
1010
 
      ret = start_mandos_communication(address, port, if_index, &mc);
1011
 
      if(ret < 0){
1012
 
        exitcode = EXIT_FAILURE;
1013
 
      } else {
1014
 
        exitcode = EXIT_SUCCESS;
1015
 
      }
1016
 
      goto end;
1017
 
    }
1018
 
    
1019
 
    if(not debug){
1020
 
      avahi_set_log_function(empty_log);
1021
 
    }
1022
 
    
1023
 
    /* Initialize the pseudo-RNG for Avahi */
1024
 
    srand((unsigned int) time(NULL));
1025
 
    
1026
 
    /* Allocate main Avahi loop object */
1027
 
    mc.simple_poll = avahi_simple_poll_new();
1028
 
    if(mc.simple_poll == NULL) {
1029
 
        fprintf(stderr, "Avahi: Failed to create simple poll"
1030
 
                " object.\n");
1031
 
        exitcode = EXIT_FAILURE;
1032
 
        goto end;
1033
 
    }
1034
 
    
1035
 
    {
1036
 
      AvahiServerConfig config;
1037
 
      /* Do not publish any local Zeroconf records */
1038
 
      avahi_server_config_init(&config);
1039
 
      config.publish_hinfo = 0;
1040
 
      config.publish_addresses = 0;
1041
 
      config.publish_workstation = 0;
1042
 
      config.publish_domain = 0;
1043
 
      
1044
 
      /* Allocate a new server */
1045
 
      mc.server = avahi_server_new(avahi_simple_poll_get
1046
 
                                   (mc.simple_poll), &config, NULL,
1047
 
                                   NULL, &error);
1048
 
      
1049
 
      /* Free the Avahi configuration data */
1050
 
      avahi_server_config_free(&config);
1051
 
    }
1052
 
    
1053
 
    /* Check if creating the Avahi server object succeeded */
1054
 
    if(mc.server == NULL) {
1055
 
        fprintf(stderr, "Failed to create Avahi server: %s\n",
1056
 
                avahi_strerror(error));
1057
 
        exitcode = EXIT_FAILURE;
1058
 
        goto end;
1059
 
    }
1060
 
    
1061
 
    /* Create the Avahi service browser */
1062
 
    sb = avahi_s_service_browser_new(mc.server, if_index,
1063
 
                                     AVAHI_PROTO_INET6,
1064
 
                                     "_mandos._tcp", NULL, 0,
1065
 
                                     browse_callback, &mc);
1066
 
    if(sb == NULL) {
1067
 
        fprintf(stderr, "Failed to create service browser: %s\n",
1068
 
                avahi_strerror(avahi_server_errno(mc.server)));
1069
 
        exitcode = EXIT_FAILURE;
1070
 
        goto end;
1071
 
    }
1072
 
    
1073
 
    /* Run the main loop */
1074
 
    
1075
 
    if(debug){
1076
 
      fprintf(stderr, "Starting Avahi loop search\n");
1077
 
    }
1078
 
    
1079
 
    avahi_simple_poll_loop(mc.simple_poll);
1080
 
    
 
1189
      exitcode = EXIT_FAILURE;
 
1190
      goto end;
 
1191
    }
 
1192
  }
 
1193
  
 
1194
  if(connect_to != NULL){
 
1195
    /* Connect directly, do not use Zeroconf */
 
1196
    /* (Mainly meant for debugging) */
 
1197
    char *address = strrchr(connect_to, ':');
 
1198
    if(address == NULL){
 
1199
      fprintf(stderr, "No colon in address\n");
 
1200
      exitcode = EXIT_FAILURE;
 
1201
      goto end;
 
1202
    }
 
1203
    uint16_t port;
 
1204
    errno = 0;
 
1205
    tmpmax = strtoimax(address+1, &tmp, 10);
 
1206
    if(errno != 0 or tmp == address+1 or *tmp != '\0'
 
1207
       or tmpmax != (uint16_t)tmpmax){
 
1208
      fprintf(stderr, "Bad port number\n");
 
1209
      exitcode = EXIT_FAILURE;
 
1210
      goto end;
 
1211
    }
 
1212
    port = (uint16_t)tmpmax;
 
1213
    *address = '\0';
 
1214
    address = connect_to;
 
1215
    /* Colon in address indicates IPv6 */
 
1216
    int af;
 
1217
    if(strchr(address, ':') != NULL){
 
1218
      af = AF_INET6;
 
1219
    } else {
 
1220
      af = AF_INET;
 
1221
    }
 
1222
    ret = start_mandos_communication(address, port, if_index, af);
 
1223
    if(ret < 0){
 
1224
      exitcode = EXIT_FAILURE;
 
1225
    } else {
 
1226
      exitcode = EXIT_SUCCESS;
 
1227
    }
 
1228
    goto end;
 
1229
  }
 
1230
    
 
1231
  {
 
1232
    AvahiServerConfig config;
 
1233
    /* Do not publish any local Zeroconf records */
 
1234
    avahi_server_config_init(&config);
 
1235
    config.publish_hinfo = 0;
 
1236
    config.publish_addresses = 0;
 
1237
    config.publish_workstation = 0;
 
1238
    config.publish_domain = 0;
 
1239
    
 
1240
    /* Allocate a new server */
 
1241
    mc.server = avahi_server_new(avahi_simple_poll_get
 
1242
                                 (mc.simple_poll), &config, NULL,
 
1243
                                 NULL, &error);
 
1244
    
 
1245
    /* Free the Avahi configuration data */
 
1246
    avahi_server_config_free(&config);
 
1247
  }
 
1248
  
 
1249
  /* Check if creating the Avahi server object succeeded */
 
1250
  if(mc.server == NULL){
 
1251
    fprintf(stderr, "Failed to create Avahi server: %s\n",
 
1252
            avahi_strerror(error));
 
1253
    exitcode = EXIT_FAILURE;
 
1254
    goto end;
 
1255
  }
 
1256
  
 
1257
  /* Create the Avahi service browser */
 
1258
  sb = avahi_s_service_browser_new(mc.server, if_index,
 
1259
                                   AVAHI_PROTO_UNSPEC, "_mandos._tcp",
 
1260
                                   NULL, 0, browse_callback, NULL);
 
1261
  if(sb == NULL){
 
1262
    fprintf(stderr, "Failed to create service browser: %s\n",
 
1263
            avahi_strerror(avahi_server_errno(mc.server)));
 
1264
    exitcode = EXIT_FAILURE;
 
1265
    goto end;
 
1266
  }
 
1267
  
 
1268
  /* Run the main loop */
 
1269
  
 
1270
  if(debug){
 
1271
    fprintf(stderr, "Starting Avahi loop search\n");
 
1272
  }
 
1273
  
 
1274
  avahi_simple_poll_loop(mc.simple_poll);
 
1275
  
1081
1276
 end:
1082
 
    
1083
 
    if(debug){
1084
 
      fprintf(stderr, "%s exiting\n", argv[0]);
1085
 
    }
1086
 
    
1087
 
    /* Cleanup things */
1088
 
    if(sb != NULL)
1089
 
        avahi_s_service_browser_free(sb);
1090
 
    
1091
 
    if(mc.server != NULL)
1092
 
        avahi_server_free(mc.server);
1093
 
    
1094
 
    if(mc.simple_poll != NULL)
1095
 
        avahi_simple_poll_free(mc.simple_poll);
1096
 
    
1097
 
    if(gnutls_initalized){
1098
 
      gnutls_certificate_free_credentials(mc.cred);
1099
 
      gnutls_global_deinit();
1100
 
      gnutls_dh_params_deinit(mc.dh_params);
1101
 
    }
1102
 
    
1103
 
    if(gpgme_initalized){
1104
 
      gpgme_release(mc.ctx);
1105
 
    }
1106
 
    
1107
 
    /* Removes the temp directory used by GPGME */
1108
 
    if(tempdir[0] != '\0'){
1109
 
      DIR *d;
1110
 
      struct dirent *direntry;
1111
 
      d = opendir(tempdir);
1112
 
      if(d == NULL){
1113
 
        if(errno != ENOENT){
1114
 
          perror("opendir");
1115
 
        }
1116
 
      } else {
1117
 
        while(true){
1118
 
          direntry = readdir(d);
1119
 
          if(direntry == NULL){
1120
 
            break;
1121
 
          }
1122
 
          if(direntry->d_type == DT_REG){
1123
 
            char *fullname = NULL;
1124
 
            ret = asprintf(&fullname, "%s/%s", tempdir,
1125
 
                           direntry->d_name);
1126
 
            if(ret < 0){
1127
 
              perror("asprintf");
1128
 
              continue;
1129
 
            }
1130
 
            ret = unlink(fullname);
1131
 
            if(ret == -1){
1132
 
              fprintf(stderr, "unlink(\"%s\"): %s",
1133
 
                      fullname, strerror(errno));
1134
 
            }
1135
 
            free(fullname);
1136
 
          }
1137
 
        }
1138
 
        closedir(d);
1139
 
      }
1140
 
      ret = rmdir(tempdir);
1141
 
      if(ret == -1 and errno != ENOENT){
1142
 
        perror("rmdir");
1143
 
      }
1144
 
    }
1145
 
          
1146
 
    return exitcode;
 
1277
  
 
1278
  if(debug){
 
1279
    fprintf(stderr, "%s exiting\n", argv[0]);
 
1280
  }
 
1281
  
 
1282
  /* Cleanup things */
 
1283
  if(sb != NULL)
 
1284
    avahi_s_service_browser_free(sb);
 
1285
  
 
1286
  if(mc.server != NULL)
 
1287
    avahi_server_free(mc.server);
 
1288
  
 
1289
  if(mc.simple_poll != NULL)
 
1290
    avahi_simple_poll_free(mc.simple_poll);
 
1291
  
 
1292
  if(gnutls_initialized){
 
1293
    gnutls_certificate_free_credentials(mc.cred);
 
1294
    gnutls_global_deinit();
 
1295
    gnutls_dh_params_deinit(mc.dh_params);
 
1296
  }
 
1297
  
 
1298
  if(gpgme_initialized){
 
1299
    gpgme_release(mc.ctx);
 
1300
  }
 
1301
  
 
1302
  /* Removes the temp directory used by GPGME */
 
1303
  if(tempdir_created){
 
1304
    DIR *d;
 
1305
    struct dirent *direntry;
 
1306
    d = opendir(tempdir);
 
1307
    if(d == NULL){
 
1308
      if(errno != ENOENT){
 
1309
        perror("opendir");
 
1310
      }
 
1311
    } else {
 
1312
      while(true){
 
1313
        direntry = readdir(d);
 
1314
        if(direntry == NULL){
 
1315
          break;
 
1316
        }
 
1317
        /* Skip "." and ".." */
 
1318
        if(direntry->d_name[0] == '.'
 
1319
           and (direntry->d_name[1] == '\0'
 
1320
                or (direntry->d_name[1] == '.'
 
1321
                    and direntry->d_name[2] == '\0'))){
 
1322
          continue;
 
1323
        }
 
1324
        char *fullname = NULL;
 
1325
        ret = asprintf(&fullname, "%s/%s", tempdir,
 
1326
                       direntry->d_name);
 
1327
        if(ret < 0){
 
1328
          perror("asprintf");
 
1329
          continue;
 
1330
        }
 
1331
        ret = remove(fullname);
 
1332
        if(ret == -1){
 
1333
          fprintf(stderr, "remove(\"%s\"): %s\n", fullname,
 
1334
                  strerror(errno));
 
1335
        }
 
1336
        free(fullname);
 
1337
      }
 
1338
      closedir(d);
 
1339
    }
 
1340
    ret = rmdir(tempdir);
 
1341
    if(ret == -1 and errno != ENOENT){
 
1342
      perror("rmdir");
 
1343
    }
 
1344
  }
 
1345
  
 
1346
  return exitcode;
1147
1347
}