aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_file_information.c
blob: b248fae44353d1440316ed52fba20714fa68fb31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
/*
     This file is part of GNUnet.
     (C) 2009, 2011 Christian Grothoff (and other contributing authors)

     GNUnet is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published
     by the Free Software Foundation; either version 3, or (at your
     option) any later version.

     GNUnet is distributed in the hope that it will be useful, but
     WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     General Public License for more details.

     You should have received a copy of the GNU General Public License
     along with GNUnet; see the file COPYING.  If not, write to the
     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.
*/

/**
 * @file fs/fs_file_information.c
 * @brief  Manage information for publishing directory hierarchies
 * @author Christian Grothoff
 *
 * TODO:
 * - metadata filename clean up code
 * - metadata/ksk generation for directories from contained files
 */
#include "platform.h"
#include <extractor.h>
#include "gnunet_fs_service.h"
#include "fs.h"
#include "fs_tree.h"


/**
 * Add meta data that libextractor finds to our meta data
 * container.
 *
 * @param cls closure, our meta data container
 * @param plugin_name name of the plugin that produced this value;
 *        special values can be used (i.e. '&lt;zlib&gt;' for zlib being
 *        used in the main libextractor library and yielding
 *        meta data).
 * @param type libextractor-type describing the meta data
 * @param format basic format information about data
 * @param data_mime_type mime-type of data (not of the original file);
 *        can be NULL (if mime-type is not known)
 * @param data actual meta-data found
 * @param data_len number of bytes in data
 * @return always 0 to continue extracting
 */
static int
add_to_md(void *cls,
	  const char *plugin_name,
	  enum EXTRACTOR_MetaType type,
	  enum EXTRACTOR_MetaFormat format,
	  const char *data_mime_type,
	  const char *data,
	  size_t data_len)
{
  struct GNUNET_CONTAINER_MetaData *md = cls;
  (void) GNUNET_CONTAINER_meta_data_insert (md,
					    plugin_name,
					    type,
					    format,
					    data_mime_type,
					    data,
					    data_len);
  return 0;
}


/**
 * Extract meta-data from a file.
 *
 * @return GNUNET_SYSERR on error, otherwise the number
 *   of meta-data items obtained
 */
int
GNUNET_FS_meta_data_extract_from_file (struct GNUNET_CONTAINER_MetaData
				       *md, const char *filename,
				       struct EXTRACTOR_PluginList *
				       extractors)
{
  int old;

  if (filename == NULL)
    return GNUNET_SYSERR;
  if (extractors == NULL)
    return 0;
  old = GNUNET_CONTAINER_meta_data_iterate (md, NULL, NULL);
  GNUNET_assert (old >= 0);
  EXTRACTOR_extract (extractors, 
		     filename,
		     NULL, 0,
		     &add_to_md,
		     md);
  return (GNUNET_CONTAINER_meta_data_iterate (md, NULL, NULL) - old);
}



/**
 * Obtain the name under which this file information
 * structure is stored on disk.  Only works for top-level
 * file information structures.
 *
 * @param s structure to get the filename for
 * @return NULL on error, otherwise filename that
 *         can be passed to "GNUNET_FS_file_information_recover"
 *         to read this fi-struct from disk.
 */
const char *
GNUNET_FS_file_information_get_id (struct GNUNET_FS_FileInformation *s)
{
  if (NULL != s->dir)
    return NULL;
  return s->serialization;
}


/**
 * Create an entry for a file in a publish-structure.
 *
 * @param h handle to the file sharing subsystem
 * @param client_info initial value for the client-info value for this entry
 * @param filename name of the file or directory to publish
 * @param keywords under which keywords should this file be available
 *         directly; can be NULL
 * @param meta metadata for the file
 * @param do_index GNUNET_YES for index, GNUNET_NO for insertion,
 *                GNUNET_SYSERR for simulation
 * @param bo block options
 * @return publish structure entry for the file
 */
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_create_from_file (struct GNUNET_FS_Handle *h,
					     void *client_info,
					     const char *filename,
					     const struct GNUNET_FS_Uri *keywords,
					     const struct GNUNET_CONTAINER_MetaData *meta,
					     int do_index,
					     const struct GNUNET_FS_BlockOptions *bo)
{
  struct FileInfo *fi;
  struct stat sbuf;
  struct GNUNET_FS_FileInformation *ret;
  const char *fn;
  const char *ss;

  if (0 != STAT (filename, &sbuf))
    {
      GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
				"stat",
				filename);
      return NULL;
    }
  fi = GNUNET_FS_make_file_reader_context_ (filename);
  if (fi == NULL)
    {
      GNUNET_break (0);
      return NULL;
    }
  ret = GNUNET_FS_file_information_create_from_reader (h,
						       client_info,
						       sbuf.st_size,
						       &GNUNET_FS_data_reader_file_,
						       fi,
						       keywords,
						       meta,
						       do_index,
						       bo);
  if (ret == NULL)
    return NULL;
  ret->h = h;
  ret->filename = GNUNET_strdup (filename);
  fn = filename;
  while (NULL != (ss = strstr (fn,
			       DIR_SEPARATOR_STR)))
    fn = ss + 1;
  GNUNET_CONTAINER_meta_data_insert (ret->meta,
				     "<gnunet>",
				     EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME,
				     EXTRACTOR_METAFORMAT_C_STRING,
				     "text/plain",
				     fn,
				     strlen (fn) + 1);
  return ret;
}


/**
 * Create an entry for a file in a publish-structure.
 *
 * @param h handle to the file sharing subsystem
 * @param client_info initial value for the client-info value for this entry
 * @param length length of the file
 * @param data data for the file (should not be used afterwards by
 *        the caller; callee will "free")
 * @param keywords under which keywords should this file be available
 *         directly; can be NULL
 * @param meta metadata for the file
 * @param do_index GNUNET_YES for index, GNUNET_NO for insertion,
 *                GNUNET_SYSERR for simulation
 * @param bo block options
 * @return publish structure entry for the file
 */
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_create_from_data (struct GNUNET_FS_Handle *h,
					     void *client_info,
					     uint64_t length,
					     void *data,
					     const struct GNUNET_FS_Uri *keywords,
					     const struct GNUNET_CONTAINER_MetaData *meta,
					     int do_index,
					     const struct GNUNET_FS_BlockOptions *bo)
{
  if (GNUNET_YES == do_index)        
    {
      GNUNET_break (0);
      return NULL;
    }
  return GNUNET_FS_file_information_create_from_reader (h,
							client_info,
							length,
							&GNUNET_FS_data_reader_copy_,
							data,
							keywords,
							meta,
							do_index,
							bo);
}


/**
 * Create an entry for a file in a publish-structure.
 *
 * @param h handle to the file sharing subsystem
 * @param client_info initial value for the client-info value for this entry
 * @param length length of the file
 * @param reader function that can be used to obtain the data for the file 
 * @param reader_cls closure for "reader"
 * @param keywords under which keywords should this file be available
 *         directly; can be NULL
 * @param meta metadata for the file
 * @param do_index GNUNET_YES for index, GNUNET_NO for insertion,
 *                GNUNET_SYSERR for simulation
 * @param bo block options
 * @return publish structure entry for the file
 */
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_create_from_reader (struct GNUNET_FS_Handle *h,
					       void *client_info,
					       uint64_t length,
					       GNUNET_FS_DataReader reader,
					       void *reader_cls,
					       const struct GNUNET_FS_Uri *keywords,
					       const struct GNUNET_CONTAINER_MetaData *meta,
					       int do_index,
					       const struct GNUNET_FS_BlockOptions *bo)
{
  struct GNUNET_FS_FileInformation *ret;

  if ( (GNUNET_YES == do_index) &&
       (reader != &GNUNET_FS_data_reader_file_) )
    {
      GNUNET_break (0);
      return NULL;
    }
  ret = GNUNET_malloc (sizeof (struct GNUNET_FS_FileInformation));
  ret->h = h;
  ret->client_info = client_info;  
  ret->meta = GNUNET_CONTAINER_meta_data_duplicate (meta);
  if (ret->meta == NULL)
    ret->meta = GNUNET_CONTAINER_meta_data_create ();
  ret->keywords = (keywords == NULL) ? NULL : GNUNET_FS_uri_dup (keywords);
  ret->data.file.reader = reader; 
  ret->data.file.reader_cls = reader_cls;
  ret->data.file.do_index = do_index;
  ret->data.file.file_size = length;
  ret->bo = *bo;
  return ret;
}


/**
 * Closure for "dir_scan_cb".
 */
struct DirScanCls 
{
  /**
   * Metadata extractors to use.
   */
  struct EXTRACTOR_PluginList *extractors;

  /**
   * Master context.
   */ 
  struct GNUNET_FS_Handle *h;

  /**
   * Function to call on each directory entry.
   */
  GNUNET_FS_FileProcessor proc;
  
  /**
   * Closure for proc.
   */
  void *proc_cls;

  /**
   * Scanner to use for subdirectories.
   */
  GNUNET_FS_DirectoryScanner scanner;

  /**
   * Closure for scanner.
   */
  void *scanner_cls;

  /**
   * Set to an error message (if any).
   */
  char *emsg; 

  /**
   * Block options.
   */
  const struct GNUNET_FS_BlockOptions *bo;

  /**
   * Should files be indexed?
   */ 
  int do_index;

};


/**
 * Function called on each entry in a file to
 * cause default-publishing.
 * @param cls closure (struct DirScanCls)
 * @param filename name of the file to be published
 * @return GNUNET_OK on success, GNUNET_SYSERR to abort
 */
static int
dir_scan_cb (void *cls,
	     const char *filename)
{
  struct DirScanCls *dsc = cls;  
  struct stat sbuf;
  struct GNUNET_FS_FileInformation *fi;
  struct GNUNET_FS_Uri *ksk_uri;
  struct GNUNET_FS_Uri *keywords;
  struct GNUNET_CONTAINER_MetaData *meta;

  if (0 != STAT (filename, &sbuf))
    {
      GNUNET_asprintf (&dsc->emsg,
		       _("`%s' failed on file `%s': %s"),
		       "stat",
		       filename,
		       STRERROR (errno));
      return GNUNET_SYSERR;
    }
  if (S_ISDIR (sbuf.st_mode))
    {
      fi = GNUNET_FS_file_information_create_from_directory (dsc->h,
							     NULL,
							     filename,
							     dsc->scanner,
							     dsc->scanner_cls,
							     dsc->do_index,
							     dsc->bo,
							     &dsc->emsg);
      if (NULL == fi)
	{
	  GNUNET_assert (NULL != dsc->emsg);
	  return GNUNET_SYSERR;
	}
    }
  else
    {
      meta = GNUNET_CONTAINER_meta_data_create ();
      GNUNET_FS_meta_data_extract_from_file (meta,
					     filename,
					     dsc->extractors);
      keywords = GNUNET_FS_uri_ksk_create_from_meta_data (meta);
      ksk_uri = GNUNET_FS_uri_ksk_canonicalize (keywords);
      fi = GNUNET_FS_file_information_create_from_file (dsc->h,
							NULL,
							filename,
							ksk_uri,
							meta,
							dsc->do_index,
							dsc->bo);
      GNUNET_CONTAINER_meta_data_destroy (meta);
      GNUNET_FS_uri_destroy (keywords);
      GNUNET_FS_uri_destroy (ksk_uri);
    }
  dsc->proc (dsc->proc_cls,
	     filename,
	     fi);
  return GNUNET_OK;
}


/**
 * Simple, useful default implementation of a directory scanner
 * (GNUNET_FS_DirectoryScanner).  This implementation expects to get a
 * UNIX filename, will publish all files in the directory except hidden
 * files (those starting with a ".").  Metadata will be extracted
 * using GNU libextractor; the specific list of plugins should be
 * specified in "cls", passing NULL will disable (!)  metadata
 * extraction.  Keywords will be derived from the metadata and be
 * subject to default canonicalization.  This is strictly a
 * convenience function.
 *
 * @param cls must be of type "struct EXTRACTOR_Extractor*"
 * @param h handle to the file sharing subsystem
 * @param dirname name of the directory to scan
 * @param do_index should files be indexed or inserted
 * @param bo block options
 * @param proc function called on each entry
 * @param proc_cls closure for proc
 * @param emsg where to store an error message (on errors)
 * @return GNUNET_OK on success
 */
int
GNUNET_FS_directory_scanner_default (void *cls,
				     struct GNUNET_FS_Handle *h,
				     const char *dirname,
				     int do_index,
				     const struct GNUNET_FS_BlockOptions *bo,
				     GNUNET_FS_FileProcessor proc,
				     void *proc_cls,
				     char **emsg)
{
  struct EXTRACTOR_PluginList *ex = cls;
  struct DirScanCls dsc;

  dsc.h = h;
  dsc.extractors = ex;
  dsc.proc = proc;
  dsc.proc_cls = proc_cls;
  dsc.scanner = &GNUNET_FS_directory_scanner_default;
  dsc.scanner_cls = cls;
  dsc.do_index = do_index;
  dsc.bo = bo;
  if (-1 == GNUNET_DISK_directory_scan (dirname,
					&dir_scan_cb,
					&dsc))
    {
      GNUNET_assert (NULL != dsc.emsg);
      *emsg = dsc.emsg;
      return GNUNET_SYSERR;
    }
  return GNUNET_OK;
}


/**
 * Closure for dirproc function.
 */
struct EntryProcCls
{
  /**
   * Linked list of directory entries that is being
   * created.
   */
  struct GNUNET_FS_FileInformation *entries;

};


/**
 * Function that processes a directory entry that
 * was obtained from the scanner.
 * @param cls our closure
 * @param filename name of the file (unused, why there???)
 * @param fi information for publishing the file
 */
static void
dirproc (void *cls,
	 const char *filename,
	 struct GNUNET_FS_FileInformation *fi)
{
  struct EntryProcCls *dc = cls;

  GNUNET_assert (fi->next == NULL);
  GNUNET_assert (fi->dir == NULL);
  fi->next = dc->entries;
  dc->entries = fi;
}


/**
 * Create a publish-structure from an existing file hierarchy, inferring
 * and organizing keywords and metadata as much as possible.  This
 * function primarily performs the recursive build and re-organizes
 * keywords and metadata; for automatically getting metadata
 * extraction, scanning of directories and creation of the respective
 * GNUNET_FS_FileInformation entries the default scanner should be
 * passed (GNUNET_FS_directory_scanner_default).  This is strictly a
 * convenience function.
 *
 * @param h handle to the file sharing subsystem
 * @param client_info initial value for the client-info value for this entry
 * @param filename name of the top-level file or directory
 * @param scanner function used to get a list of files in a directory
 * @param scanner_cls closure for scanner
 * @param do_index should files in the hierarchy be indexed?
 * @param bo block options
 * @param emsg where to store an error message
 * @return publish structure entry for the directory, NULL on error
 */
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_create_from_directory (struct GNUNET_FS_Handle *h,
						  void *client_info,
						  const char *filename,
						  GNUNET_FS_DirectoryScanner scanner,
						  void *scanner_cls,
						  int do_index,
						  const struct GNUNET_FS_BlockOptions *bo,
						  char **emsg)
{
  struct GNUNET_FS_FileInformation *ret;
  struct EntryProcCls dc;
  struct GNUNET_FS_Uri *ksk;
  struct GNUNET_CONTAINER_MetaData *meta;
  const char *fn;
  const char *ss;
  char *dn;

  dc.entries = NULL;
  meta = GNUNET_CONTAINER_meta_data_create ();
  GNUNET_FS_meta_data_make_directory (meta);
  scanner (scanner_cls,
	   h,
	   filename,
	   do_index,
	   bo,
	   &dirproc,
	   &dc,
	   emsg);
  ksk = NULL; // FIXME...
  // FIXME: create meta!
  ret = GNUNET_FS_file_information_create_empty_directory (h,
							   client_info,
							   ksk,
							   meta,
							   bo);
  GNUNET_CONTAINER_meta_data_destroy (meta);
  ret->data.dir.entries = dc.entries;
  while (dc.entries != NULL)
    {
      dc.entries->dir = ret;
      dc.entries = dc.entries->next;
    }
  fn = filename;
  while ( (NULL != (ss = strstr (fn,
				 DIR_SEPARATOR_STR))) &&
	  (strlen (ss) > 1) )
    fn = ss + 1;
  GNUNET_asprintf (&dn,
		   "%s/", 
		   fn);
  GNUNET_CONTAINER_meta_data_insert (ret->meta,
				     "<gnunet>",
				     EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME,
				     EXTRACTOR_METAFORMAT_C_STRING,
				     "text/plain",
				     dn,
				     strlen (dn) + 1);
  GNUNET_free (dn);
  ret->filename = GNUNET_strdup (filename);
  return ret;
}


/**
 * Test if a given entry represents a directory.
 *
 * @param ent check if this FI represents a directory
 * @return GNUNET_YES if so, GNUNET_NO if not
 */
int
GNUNET_FS_file_information_is_directory (struct GNUNET_FS_FileInformation *ent)
{
  return ent->is_directory;
}


/**
 * Create an entry for an empty directory in a publish-structure.
 * This function should be used by applications for which the
 * use of "GNUNET_FS_file_information_create_from_directory"
 * is not appropriate.
 *
 * @param h handle to the file sharing subsystem
 * @param client_info initial value for the client-info value for this entry
 * @param meta metadata for the directory
 * @param keywords under which keywords should this directory be available
 *         directly; can be NULL
 * @param bo block options
 * @return publish structure entry for the directory , NULL on error
 */
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_create_empty_directory (struct GNUNET_FS_Handle *h,
						   void *client_info,
						   const struct GNUNET_FS_Uri *keywords,
						   const struct GNUNET_CONTAINER_MetaData *meta,
						   const struct GNUNET_FS_BlockOptions *bo)
{
  struct GNUNET_FS_FileInformation *ret;

  ret = GNUNET_malloc (sizeof (struct GNUNET_FS_FileInformation));
  ret->h = h;
  ret->client_info = client_info;
  ret->meta = GNUNET_CONTAINER_meta_data_duplicate (meta);
  ret->keywords = GNUNET_FS_uri_dup (keywords);
  ret->bo = *bo;
  ret->is_directory = GNUNET_YES;
  return ret;
}


/**
 * Add an entry to a directory in a publish-structure.  Clients
 * should never modify publish structures that were passed to
 * "GNUNET_FS_publish_start" already.
 *
 * @param dir the directory
 * @param ent the entry to add; the entry must not have been
 *            added to any other directory at this point and 
 *            must not include "dir" in its structure
 * @return GNUNET_OK on success, GNUNET_SYSERR on error
 */
int
GNUNET_FS_file_information_add (struct GNUNET_FS_FileInformation *dir,
				struct GNUNET_FS_FileInformation *ent)
{
  if ( (ent->dir != NULL) ||
       (ent->next != NULL) ||
       (! dir->is_directory) )
    {
      GNUNET_break (0);
      return GNUNET_SYSERR;
    }
  ent->dir = dir;
  ent->next = dir->data.dir.entries;
  dir->data.dir.entries = ent;
  dir->data.dir.dir_size = 0;
  return GNUNET_OK;
}


/**
 * Inspect a file or directory in a publish-structure.  Clients
 * should never modify publish structures that were passed to
 * "GNUNET_FS_publish_start" already.  When called on a directory,
 * this function will FIRST call "proc" with information about
 * the directory itself and then for each of the files in the
 * directory (but not for files in subdirectories).  When called
 * on a file, "proc" will be called exactly once (with information
 * about the specific file).
 *
 * @param dir the directory
 * @param proc function to call on each entry
 * @param proc_cls closure for proc
 */
void
GNUNET_FS_file_information_inspect (struct GNUNET_FS_FileInformation *dir,
				    GNUNET_FS_FileInformationProcessor proc,
				    void *proc_cls)
{
  struct GNUNET_FS_FileInformation *pos;
  int no;

  no = GNUNET_NO;
  if (GNUNET_OK !=
      proc (proc_cls, 
	    dir,
	    (dir->is_directory) ? dir->data.dir.dir_size : dir->data.file.file_size,
	    dir->meta,
	    &dir->keywords,
	    &dir->bo,
	    (dir->is_directory) ? &no : &dir->data.file.do_index,
	    &dir->client_info))
    return;
  if (! dir->is_directory)
    return;
  pos = dir->data.dir.entries;
  while (pos != NULL)
    {
      no = GNUNET_NO;
      if (GNUNET_OK != 
	  proc (proc_cls, 
		pos,
		(pos->is_directory) ? pos->data.dir.dir_size : pos->data.file.file_size,
		pos->meta,
		&pos->keywords,
		&pos->bo,
		(dir->is_directory) ? &no : &dir->data.file.do_index,
		&pos->client_info))
	break;
      pos = pos->next;
    }
}


/**
 * Destroy publish-structure.  Clients should never destroy publish
 * structures that were passed to "GNUNET_FS_publish_start" already.
 *
 * @param fi structure to destroy
 * @param cleaner function to call on each entry in the structure
 *        (useful to clean up client_info); can be NULL; return
 *        values are ignored
 * @param cleaner_cls closure for cleaner
 */
void
GNUNET_FS_file_information_destroy (struct GNUNET_FS_FileInformation *fi,
				    GNUNET_FS_FileInformationProcessor cleaner,
				    void *cleaner_cls)
{
  struct GNUNET_FS_FileInformation *pos;
  int no;

  no = GNUNET_NO;
  if (fi->is_directory)
    {
      /* clean up directory */
      while (NULL != (pos = fi->data.dir.entries))
	{
	  fi->data.dir.entries = pos->next;
	  GNUNET_FS_file_information_destroy (pos, cleaner, cleaner_cls);
	}
      /* clean up client-info */
      if (NULL != cleaner)
	cleaner (cleaner_cls, 
		 fi,
		 fi->data.dir.dir_size,
		 fi->meta,
		 &fi->keywords,
		 &fi->bo,
		 &no,
		 &fi->client_info);
      GNUNET_free_non_null (fi->data.dir.dir_data);
    }
  else
    {
      /* call clean-up function of the reader */
      if (fi->data.file.reader != NULL)
	fi->data.file.reader (fi->data.file.reader_cls, 0, 0, 
			      NULL, NULL);
      /* clean up client-info */
      if (NULL != cleaner)
	cleaner (cleaner_cls, 
		 fi,
		 fi->data.file.file_size,
		 fi->meta,
		 &fi->keywords,
		 &fi->bo,
		 &fi->data.file.do_index,
		 &fi->client_info);
    }
  GNUNET_free_non_null (fi->filename);
  GNUNET_free_non_null (fi->emsg);
  GNUNET_free_non_null (fi->chk_uri);
  /* clean up serialization */
  if ( (NULL != fi->serialization) &&
       (0 != UNLINK (fi->serialization)) )
    GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
			      "unlink",
			      fi->serialization);
  if (NULL != fi->keywords)
    GNUNET_FS_uri_destroy (fi->keywords);
  if (NULL != fi->meta)
    GNUNET_CONTAINER_meta_data_destroy (fi->meta);
  GNUNET_free_non_null (fi->serialization);
  if (fi->te != NULL)
    {
      GNUNET_FS_tree_encoder_finish (fi->te,
				     NULL, NULL);
      fi->te = NULL;
    }
  GNUNET_free (fi);
}


/* end of fs_file_information.c */