gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5827 - in GNUnet: . contrib src/applications src/applicati


From: gnunet
Subject: [GNUnet-SVN] r5827 - in GNUnet: . contrib src/applications src/applications/advertising src/applications/bootstrap_http src/applications/datastore src/applications/dht/tools src/applications/fragmentation src/applications/fs/collection src/applications/fs/ecrs src/applications/fs/fsui src/applications/fs/lib src/applications/fs/namespace src/applications/fs/uritrack src/applications/gap src/applications/identity src/applications/kvstore_sqlite src/applications/rpc src/applications/session src/applications/sqstore_mysql src/applications/sqstore_sqlite src/applications/tbench src/applications/vpn src/server src/transports src/transports/upnp src/util/crypto src/util/loggers src/util/network_client src/util/os
Date: Sun, 9 Dec 2007 12:49:48 -0700 (MST)

Author: grothoff
Date: 2007-12-09 12:49:46 -0700 (Sun, 09 Dec 2007)
New Revision: 5827

Removed:
   GNUnet/src/applications/dstore/
Modified:
   GNUnet/configure.ac
   GNUnet/contrib/config-daemon.scm
   GNUnet/src/applications/Makefile.am
   GNUnet/src/applications/advertising/advertising_test.c
   GNUnet/src/applications/bootstrap_http/http.c
   GNUnet/src/applications/bootstrap_http/httptest.c
   GNUnet/src/applications/datastore/filter.c
   GNUnet/src/applications/dht/tools/dht_api.c
   GNUnet/src/applications/dht/tools/dhttest.c
   GNUnet/src/applications/dht/tools/dhttest2.c
   GNUnet/src/applications/fragmentation/fragmentationtest.c
   GNUnet/src/applications/fs/collection/collection.c
   GNUnet/src/applications/fs/collection/collectiontest.c
   GNUnet/src/applications/fs/ecrs/downloadtest.c
   GNUnet/src/applications/fs/ecrs/ecrstest.c
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/fs/ecrs/searchtest.c
   GNUnet/src/applications/fs/ecrs/uritest.c
   GNUnet/src/applications/fs/fsui/download.c
   GNUnet/src/applications/fs/fsui/downloadtest.c
   GNUnet/src/applications/fs/fsui/fsuitest.c
   GNUnet/src/applications/fs/fsui/fsuitest2.c
   GNUnet/src/applications/fs/fsui/search.c
   GNUnet/src/applications/fs/fsui/searchtest.c
   GNUnet/src/applications/fs/fsui/serializetest.c
   GNUnet/src/applications/fs/fsui/serializetest2.c
   GNUnet/src/applications/fs/fsui/serializetest3.c
   GNUnet/src/applications/fs/fsui/serializetest4.c
   GNUnet/src/applications/fs/fsui/unindex.c
   GNUnet/src/applications/fs/fsui/upload.c
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/src/applications/fs/namespace/namespace_info.c
   GNUnet/src/applications/fs/namespace/namespace_infotest.c
   GNUnet/src/applications/fs/uritrack/tracktest.c
   GNUnet/src/applications/gap/gaptest.c
   GNUnet/src/applications/gap/gaptest2.c
   GNUnet/src/applications/gap/gaptest3.c
   GNUnet/src/applications/identity/identity.c
   GNUnet/src/applications/identity/identitytest.c
   GNUnet/src/applications/kvstore_sqlite/kv_sqlitetest.c
   GNUnet/src/applications/rpc/parameters.c
   GNUnet/src/applications/session/sessiontest.c
   GNUnet/src/applications/session/sessiontest2.c
   GNUnet/src/applications/session/sessiontest_http.c
   GNUnet/src/applications/sqstore_mysql/mysql.c
   GNUnet/src/applications/sqstore_mysql/mysqltest.c
   GNUnet/src/applications/sqstore_mysql/mysqltest2.c
   GNUnet/src/applications/sqstore_mysql/mysqltest3.c
   GNUnet/src/applications/sqstore_sqlite/sqlitetest.c
   GNUnet/src/applications/sqstore_sqlite/sqlitetest2.c
   GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c
   GNUnet/src/applications/tbench/tbenchtest.c
   GNUnet/src/applications/vpn/vpn.c
   GNUnet/src/server/version.c
   GNUnet/src/transports/test.c
   GNUnet/src/transports/test_repeat.c
   GNUnet/src/transports/upnp/init.c
   GNUnet/src/transports/upnp/upnptest.c
   GNUnet/src/util/crypto/hostkeytest.c
   GNUnet/src/util/loggers/file.c
   GNUnet/src/util/network_client/tcpiotest.c
   GNUnet/src/util/os/daemontest.c
   GNUnet/src/util/os/semaphoretest.c
   GNUnet/src/util/os/statuscallstest.c
Log:
fixing includes

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/configure.ac 2007-12-09 19:49:46 UTC (rev 5827)
@@ -724,7 +724,8 @@
 src/applications/dht/Makefile
 src/applications/dht/tools/Makefile
 src/applications/dht/module/Makefile
-src/applications/dstore/Makefile
+src/applications/dstore_mysql/Makefile
+src/applications/dstore_sqlite/Makefile
 src/applications/fragmentation/Makefile
 src/applications/fs/Makefile
 src/applications/fs/collection/Makefile

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/contrib/config-daemon.scm    2007-12-09 19:49:46 UTC (rev 5827)
@@ -565,6 +565,7 @@
   (_ "Settings that select specific implementations for GNUnet modules")
   (list 
     (modules-sqstore builder) 
+    (modules-dstore builder) 
     (modules-topology builder) 
   )
   #t
@@ -610,6 +611,19 @@
   (list "SC" "sqstore_sqlite" "sqstore_mysql")
   'fs-loaded) )
 
+(define (modules-dstore builder)
+ (builder
+  "MODULES"
+  "topology"
+  (_ "Which topology should be used?")
+  (_ "Which database should be used for the temporary datastore of the DHT?" )
+  '()
+  #t
+  "dstore_sqlite"
+  (list "SC" "dstore_sqlite" "dstore_mysql")
+  'advanced) )
+
+
 (define (modules-topology builder)
  (builder
   "MODULES"

Modified: GNUnet/src/applications/Makefile.am
===================================================================
--- GNUnet/src/applications/Makefile.am 2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/Makefile.am 2007-12-09 19:49:46 UTC (rev 5827)
@@ -1,9 +1,9 @@
 if HAVE_MYSQL
- MYSQL_DIR = sqstore_mysql
+ MYSQL_DIR = sqstore_mysql dstore_mysql
 endif
 
 if HAVE_SQLITE
- SQLITE_DIR = sqstore_sqlite kvstore_sqlite dstore dht
+ SQLITE_DIR = sqstore_sqlite kvstore_sqlite dstore_sqlite
 endif
 
 if !MINGW
@@ -28,6 +28,7 @@
  gap \
  pingpong \
  session \
+ dht \
  $(MYSQL_DIR) \
  $(SQLITE_DIR) \
  tbench \

Modified: GNUnet/src/applications/advertising/advertising_test.c
===================================================================
--- GNUnet/src/applications/advertising/advertising_test.c      2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/advertising/advertising_test.c      2007-12-09 
19:49:46 UTC (rev 5827)
@@ -35,8 +35,6 @@
 #include "gnunet_protocols.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 
 #define NUM_PEERS 12
 

Modified: GNUnet/src/applications/bootstrap_http/http.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/http.c       2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/bootstrap_http/http.c       2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -25,7 +25,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_crypto.h"
+#include "gnunet_util.h"
 #include "gnunet_core.h"
 #include "gnunet_protocols.h"
 #include "gnunet_bootstrap_service.h"

Modified: GNUnet/src/applications/bootstrap_http/httptest.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/httptest.c   2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/bootstrap_http/httptest.c   2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -25,10 +25,9 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_crypto.h"
+#include "gnunet_util.h"
 #include "gnunet_core.h"
 #include "gnunet_protocols.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_bootstrap_service.h"
 #include "gnunet_stats_service.h"
 

Modified: GNUnet/src/applications/datastore/filter.c
===================================================================
--- GNUnet/src/applications/datastore/filter.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/datastore/filter.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,7 +26,6 @@
 
 #include "gnunet_directories.h"
 #include "gnunet_util.h"
-#include "gnunet_util_containers.h"
 #include "filter.h"
 #include "platform.h"
 

Modified: GNUnet/src/applications/dht/tools/dht_api.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht_api.c 2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/dht/tools/dht_api.c 2007-12-09 19:49:46 UTC (rev 
5827)
@@ -28,7 +28,7 @@
 #include "gnunet_protocols.h"
 #include "dht.h"
 #include "gnunet_dht_lib.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 
 #define DEBUG_DHT_API GNUNET_NO
 

Modified: GNUnet/src/applications/dht/tools/dhttest.c
===================================================================
--- GNUnet/src/applications/dht/tools/dhttest.c 2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/dht/tools/dhttest.c 2007-12-09 19:49:46 UTC (rev 
5827)
@@ -29,9 +29,7 @@
 #include "gnunet_dht_lib.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_cron.h"
+#include "gnunet_util.h"
 
 #define NUM_PEERS 12
 

Modified: GNUnet/src/applications/dht/tools/dhttest2.c
===================================================================
--- GNUnet/src/applications/dht/tools/dhttest2.c        2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/dht/tools/dhttest2.c        2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -29,9 +29,7 @@
 #include "gnunet_dht_lib.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_cron.h"
+#include "gnunet_util.h"
 
 
 #define START_PEERS 1

Modified: GNUnet/src/applications/fragmentation/fragmentationtest.c
===================================================================
--- GNUnet/src/applications/fragmentation/fragmentationtest.c   2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/fragmentation/fragmentationtest.c   2007-12-09 
19:49:46 UTC (rev 5827)
@@ -42,7 +42,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
 
 #include "fragmentation.c"
 

Modified: GNUnet/src/applications/fs/collection/collection.c
===================================================================
--- GNUnet/src/applications/fs/collection/collection.c  2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/collection/collection.c  2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -39,7 +39,7 @@
 #include "gnunet_blockstore.h"
 #include "gnunet_directories.h"
 #include "gnunet_collection_lib.h"
-#include "gnunet_util_crypto.h"
+#include "gnunet_util.h"
 
 /**
  * Filename used to store collection information

Modified: GNUnet/src/applications/fs/collection/collectiontest.c
===================================================================
--- GNUnet/src/applications/fs/collection/collectiontest.c      2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/fs/collection/collectiontest.c      2007-12-09 
19:49:46 UTC (rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_collection_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }
 

Modified: GNUnet/src/applications/fs/ecrs/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/downloadtest.c      2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/ecrs/downloadtest.c      2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "tree.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }

Modified: GNUnet/src/applications/fs/ecrs/ecrstest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrstest.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/ecrs/ecrstest.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "tree.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -26,8 +26,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "gnunet_ecrs_lib.h"
 #include "ecrs.h"
 

Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c        2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c        2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "tree.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }

Modified: GNUnet/src/applications/fs/ecrs/uritest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uritest.c   2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/ecrs/uritest.c   2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,7 +26,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_crypto.h"
 #include "gnunet_ecrs_lib.h"
 #include "ecrs.h"
 

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/download.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,7 +26,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_error_loggers.h"
+#include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_uritrack_lib.h"
 #include "gnunet_fsui_lib.h"

Modified: GNUnet/src/applications/fs/fsui/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/downloadtest.c      2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/downloadtest.c      2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,9 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_crypto.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/fsuitest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/fsuitest.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/fsuitest2.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest2.c 2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/fsuitest2.c 2007-12-09 19:49:46 UTC (rev 
5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/search.c
===================================================================
--- GNUnet/src/applications/fs/fsui/search.c    2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/search.c    2007-12-09 19:49:46 UTC (rev 
5827)
@@ -27,7 +27,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_error_loggers.h"
+#include "gnunet_util.h"
 #include "gnunet_directories.h"
 #include "gnunet_protocols.h"
 #include "gnunet_fsui_lib.h"

Modified: GNUnet/src/applications/fs/fsui/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/searchtest.c        2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/searchtest.c        2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto 
FAILURE; }
 

Modified: GNUnet/src/applications/fs/fsui/serializetest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/serializetest.c     2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/serializetest.c     2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,9 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_crypto.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/serializetest2.c
===================================================================
--- GNUnet/src/applications/fs/fsui/serializetest2.c    2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/serializetest2.c    2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -28,9 +28,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_crypto.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/serializetest3.c
===================================================================
--- GNUnet/src/applications/fs/fsui/serializetest3.c    2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/serializetest3.c    2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,9 +27,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_crypto.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/serializetest4.c
===================================================================
--- GNUnet/src/applications/fs/fsui/serializetest4.c    2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/fsui/serializetest4.c    2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -28,9 +28,6 @@
 #include "platform.h"
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_crypto.h"
 
 #define DEBUG_VERBOSE GNUNET_NO
 

Modified: GNUnet/src/applications/fs/fsui/unindex.c
===================================================================
--- GNUnet/src/applications/fs/fsui/unindex.c   2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/unindex.c   2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,7 +26,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_error_loggers.h"
+#include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_fsui_lib.h"
 #include "fsui.h"

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/fsui/upload.c    2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,8 +26,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_error_loggers.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_uritrack_lib.h"
 #include "gnunet_fsui_lib.h"

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -25,9 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "gnunet_fs_lib.h"
 #include "gnunet_protocols.h"
 #include "ecrs_core.h"

Modified: GNUnet/src/applications/fs/namespace/namespace_info.c
===================================================================
--- GNUnet/src/applications/fs/namespace/namespace_info.c       2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/fs/namespace/namespace_info.c       2007-12-09 
19:49:46 UTC (rev 5827)
@@ -30,7 +30,7 @@
 #include "platform.h"
 #include "gnunet_directories.h"
 #include "gnunet_namespace_lib.h"
-#include "gnunet_util_crypto.h"
+#include "gnunet_util.h"
 
 #define NS_DIR "data" DIR_SEPARATOR_STR "namespaces" DIR_SEPARATOR_STR
 #define NS_UPDATE_DIR "data" DIR_SEPARATOR_STR "namespace-updates" 
DIR_SEPARATOR_STR

Modified: GNUnet/src/applications/fs/namespace/namespace_infotest.c
===================================================================
--- GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-12-09 
19:49:46 UTC (rev 5827)
@@ -29,9 +29,6 @@
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_namespace_lib.h"
 #include "gnunet_namespace_lib.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_network_client.h"
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(ectx, 0); goto 
FAILURE; }
 

Modified: GNUnet/src/applications/fs/uritrack/tracktest.c
===================================================================
--- GNUnet/src/applications/fs/uritrack/tracktest.c     2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/fs/uritrack/tracktest.c     2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -28,7 +28,6 @@
 #include <extractor.h>
 #include "gnunet_util.h"
 #include "gnunet_uritrack_lib.h"
-#include "gnunet_util_config_impl.h"
 
 #define CHECK(a) { if (! (a)) { fprintf(stderr, "Error at %s:%d\n", __FILE__, 
__LINE__); return 1; } }
 

Modified: GNUnet/src/applications/gap/gaptest.c
===================================================================
--- GNUnet/src/applications/gap/gaptest.c       2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/gap/gaptest.c       2007-12-09 19:49:46 UTC (rev 
5827)
@@ -29,9 +29,7 @@
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 #include "gnunet_stats_lib.h"
 
 static struct GNUNET_GE_Context *ectx;

Modified: GNUnet/src/applications/gap/gaptest2.c
===================================================================
--- GNUnet/src/applications/gap/gaptest2.c      2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/gap/gaptest2.c      2007-12-09 19:49:46 UTC (rev 
5827)
@@ -29,9 +29,7 @@
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 #include "gnunet_stats_lib.h"
 
 

Modified: GNUnet/src/applications/gap/gaptest3.c
===================================================================
--- GNUnet/src/applications/gap/gaptest3.c      2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/gap/gaptest3.c      2007-12-09 19:49:46 UTC (rev 
5827)
@@ -30,9 +30,7 @@
 #include "gnunet_testing_lib.h"
 #include "gnunet_identity_lib.h"
 #include "gnunet_stats_lib.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 #include "gnunet_stats_lib.h"
 
 #define PEER_COUNT 10

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/identity/identity.c 2007-12-09 19:49:46 UTC (rev 
5827)
@@ -32,7 +32,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_util_core.h"
+#include "gnunet_util.h"
 #include "gnunet_protocols.h"
 #include "gnunet_directories.h"
 #include "gnunet_identity_service.h"

Modified: GNUnet/src/applications/identity/identitytest.c
===================================================================
--- GNUnet/src/applications/identity/identitytest.c     2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/identity/identitytest.c     2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -31,8 +31,6 @@
 #include "gnunet_identity_lib.h"
 #include "gnunet_transport_service.h"
 #include "gnunet_core.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "core.h"
 
 static struct GNUNET_CronManager *cron;

Modified: GNUnet/src/applications/kvstore_sqlite/kv_sqlitetest.c
===================================================================
--- GNUnet/src/applications/kvstore_sqlite/kv_sqlitetest.c      2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/kvstore_sqlite/kv_sqlitetest.c      2007-12-09 
19:49:46 UTC (rev 5827)
@@ -25,8 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_kvstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/rpc/parameters.c
===================================================================
--- GNUnet/src/applications/rpc/parameters.c    2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/rpc/parameters.c    2007-12-09 19:49:46 UTC (rev 
5827)
@@ -26,7 +26,6 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_containers.h"
 #include "gnunet_rpc_lib.h"
 #include "platform.h"
 

Modified: GNUnet/src/applications/session/sessiontest.c
===================================================================
--- GNUnet/src/applications/session/sessiontest.c       2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/session/sessiontest.c       2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_protocols.h"
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
 

Modified: GNUnet/src/applications/session/sessiontest2.c
===================================================================
--- GNUnet/src/applications/session/sessiontest2.c      2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/session/sessiontest2.c      2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_protocols.h"
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "gnunet_identity_lib.h"
 #include "gnunet_stats_lib.h"
 

Modified: GNUnet/src/applications/session/sessiontest_http.c
===================================================================
--- GNUnet/src/applications/session/sessiontest_http.c  2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/session/sessiontest_http.c  2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -27,8 +27,6 @@
 #include "platform.h"
 #include "gnunet_protocols.h"
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
 #include "gnunet_identity_lib.h"
 #include "gnunet_stats_lib.h"
 

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -657,7 +657,7 @@
   /* now do query on gn072 */
   length = contentSize;
   memset (qbind, 0, sizeof (qbind));
-  qbind[0].is_unsigned = GNUNET_YES;
+  qbind[0].is_unsigned = 1;
   qbind[0].buffer_type = MYSQL_TYPE_LONGLONG;
   qbind[0].buffer = &vkey;
   memset (rbind, 0, sizeof (rbind));
@@ -793,25 +793,25 @@
   memset (qbind, 0, sizeof (qbind));
   qbind[0].buffer_type = MYSQL_TYPE_LONG;       /* size */
   qbind[0].buffer = &size;
-  qbind[0].is_unsigned = GNUNET_YES;
+  qbind[0].is_unsigned = 1;
   qbind[1].buffer_type = MYSQL_TYPE_LONG;       /* type */
-  qbind[1].is_unsigned = GNUNET_YES;
+  qbind[1].is_unsigned = 1;
   qbind[1].buffer = &type;
   qbind[2].buffer_type = MYSQL_TYPE_LONG;       /* prio */
-  qbind[2].is_unsigned = GNUNET_YES;
+  qbind[2].is_unsigned = 1;
   qbind[2].buffer = &prio;
   qbind[3].buffer_type = MYSQL_TYPE_LONG;       /* anon level */
-  qbind[3].is_unsigned = GNUNET_YES;
+  qbind[3].is_unsigned = 1;
   qbind[3].buffer = &level;
   qbind[4].buffer_type = MYSQL_TYPE_LONGLONG;   /* expiration */
-  qbind[4].is_unsigned = GNUNET_YES;
+  qbind[4].is_unsigned = 1;
   qbind[4].buffer = &expiration;
   qbind[5].buffer_type = MYSQL_TYPE_BLOB;       /* GNUNET_hash */
   qbind[5].buffer = (void *) key;
   qbind[5].length = &hashSize;
   qbind[5].buffer_length = hashSize;
   qbind[6].buffer_type = MYSQL_TYPE_LONGLONG;   /* vkey */
-  qbind[6].is_unsigned = GNUNET_YES;
+  qbind[6].is_unsigned = 1;
   qbind[6].buffer = &vkey;
 
   if (mysql_stmt_bind_param (dbh->insert_entry, qbind))
@@ -911,53 +911,53 @@
     {
       qbind[0].buffer_type = MYSQL_TYPE_LONG;
       qbind[0].buffer = &last_prio;
-      qbind[0].is_unsigned = GNUNET_YES;
+      qbind[0].is_unsigned = 1;
       qbind[2 + is_migr].buffer_type = MYSQL_TYPE_LONG;
       qbind[2 + is_migr].buffer = &last_prio;
-      qbind[2 + is_migr].is_unsigned = GNUNET_YES;
+      qbind[2 + is_migr].is_unsigned = 1;
     }
   else
     {
       qbind[0].buffer_type = MYSQL_TYPE_LONGLONG;
       qbind[0].buffer = &last_expire;
-      qbind[0].is_unsigned = GNUNET_YES;
+      qbind[0].is_unsigned = 1;
       qbind[2 + is_migr].buffer_type = MYSQL_TYPE_LONGLONG;
       qbind[2 + is_migr].buffer = &last_expire;
-      qbind[2 + is_migr].is_unsigned = GNUNET_YES;
+      qbind[2 + is_migr].is_unsigned = 1;
     }
   qbind[1].buffer_type = MYSQL_TYPE_LONGLONG;
   qbind[1].buffer = &last_vkey;
-  qbind[1].is_unsigned = GNUNET_YES;
+  qbind[1].is_unsigned = 1;
   qbind[3 + is_migr].buffer_type = MYSQL_TYPE_LONGLONG;
   qbind[3 + is_migr].buffer = &last_vkey;
-  qbind[3 + is_migr].is_unsigned = GNUNET_YES;
+  qbind[3 + is_migr].is_unsigned = 1;
   if (is_migr)
     {
       qbind[2].buffer_type = MYSQL_TYPE_LONGLONG;
       qbind[2].buffer = &now;
-      qbind[2].is_unsigned = GNUNET_YES;
+      qbind[2].is_unsigned = 1;
       qbind[5].buffer_type = MYSQL_TYPE_LONGLONG;
       qbind[5].buffer = &now;
-      qbind[5].is_unsigned = GNUNET_YES;
+      qbind[5].is_unsigned = 1;
     }
 
   hashSize = sizeof (GNUNET_HashCode);
   memset (rbind, 0, sizeof (rbind));
   rbind[0].buffer_type = MYSQL_TYPE_LONG;
   rbind[0].buffer = &size;
-  rbind[0].is_unsigned = GNUNET_YES;
+  rbind[0].is_unsigned = 1;
   rbind[1].buffer_type = MYSQL_TYPE_LONG;
   rbind[1].buffer = &rtype;
-  rbind[1].is_unsigned = GNUNET_YES;
+  rbind[1].is_unsigned = 1;
   rbind[2].buffer_type = MYSQL_TYPE_LONG;
   rbind[2].buffer = &prio;
-  rbind[2].is_unsigned = GNUNET_YES;
+  rbind[2].is_unsigned = 1;
   rbind[3].buffer_type = MYSQL_TYPE_LONG;
   rbind[3].buffer = &level;
-  rbind[3].is_unsigned = GNUNET_YES;
+  rbind[3].is_unsigned = 1;
   rbind[4].buffer_type = MYSQL_TYPE_LONGLONG;
   rbind[4].buffer = &expiration;
-  rbind[4].is_unsigned = GNUNET_YES;
+  rbind[4].is_unsigned = 1;
   rbind[5].buffer_type = MYSQL_TYPE_BLOB;
   rbind[5].buffer = &key;
   rbind[5].buffer_length = hashSize;
@@ -1469,7 +1469,9 @@
   FILE *fp;
   struct passwd *pw;
   size_t nX;
+#ifndef WINDOWS
   char *home_dir;
+#endif
   unsigned long long *sb;
   MYSQL_RES *sql_res;
   MYSQL_ROW sql_row;

Modified: GNUnet/src/applications/sqstore_mysql/mysqltest.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysqltest.c   2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/sqstore_mysql/mysqltest.c   2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -25,8 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/sqstore_mysql/mysqltest2.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysqltest2.c  2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/sqstore_mysql/mysqltest2.c  2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -43,9 +43,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/sqstore_mysql/mysqltest3.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysqltest3.c  2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/sqstore_mysql/mysqltest3.c  2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -25,9 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/sqstore_sqlite/sqlitetest.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlitetest.c 2007-12-09 19:49:23 UTC 
(rev 5826)
+++ GNUnet/src/applications/sqstore_sqlite/sqlitetest.c 2007-12-09 19:49:46 UTC 
(rev 5827)
@@ -25,8 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/sqstore_sqlite/sqlitetest2.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlitetest2.c        2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/sqstore_sqlite/sqlitetest2.c        2007-12-09 
19:49:46 UTC (rev 5827)
@@ -43,9 +43,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c        2007-12-09 
19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c        2007-12-09 
19:49:46 UTC (rev 5827)
@@ -25,9 +25,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_protocols.h"
 #include "gnunet_sqstore_service.h"
 #include "core.h"

Modified: GNUnet/src/applications/tbench/tbenchtest.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest.c 2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/applications/tbench/tbenchtest.c 2007-12-09 19:49:46 UTC (rev 
5827)
@@ -28,9 +28,7 @@
 #include "gnunet_protocols.h"
 #include "gnunet_stats_lib.h"
 #include "gnunet_testing_lib.h"
-#include "gnunet_util_crypto.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
+#include "gnunet_util.h"
 #include "tbench.h"
 
 #define START_PEERS 1

Modified: GNUnet/src/applications/vpn/vpn.c
===================================================================
--- GNUnet/src/applications/vpn/vpn.c   2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/applications/vpn/vpn.c   2007-12-09 19:49:46 UTC (rev 5827)
@@ -50,7 +50,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_crypto.h"
 #include "gnunet_core.h"
 #include "gnunet_protocols.h"
 #include "gnunet_identity_service.h"

Modified: GNUnet/src/server/version.c
===================================================================
--- GNUnet/src/server/version.c 2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/server/version.c 2007-12-09 19:49:46 UTC (rev 5827)
@@ -26,7 +26,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_crypto.h"
 #include "gnunet_directories.h"
 #include "version.h"
 

Modified: GNUnet/src/transports/test.c
===================================================================
--- GNUnet/src/transports/test.c        2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/transports/test.c        2007-12-09 19:49:46 UTC (rev 5827)
@@ -29,7 +29,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_boot.h"
 #include "gnunet_directories.h"
 #include "gnunet_protocols.h"
 #include "gnunet_transport.h"

Modified: GNUnet/src/transports/test_repeat.c
===================================================================
--- GNUnet/src/transports/test_repeat.c 2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/transports/test_repeat.c 2007-12-09 19:49:46 UTC (rev 5827)
@@ -29,7 +29,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_boot.h"
 #include "gnunet_directories.h"
 #include "gnunet_protocols.h"
 #include "gnunet_transport.h"

Modified: GNUnet/src/transports/upnp/init.c
===================================================================
--- GNUnet/src/transports/upnp/init.c   2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/transports/upnp/init.c   2007-12-09 19:49:46 UTC (rev 5827)
@@ -26,7 +26,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#include "gnunet_util_cron.h"
 #include "upnp.h"
 #include "gnunet_upnp_service.h"
 #include "gnunet_core.h"

Modified: GNUnet/src/transports/upnp/upnptest.c
===================================================================
--- GNUnet/src/transports/upnp/upnptest.c       2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/transports/upnp/upnptest.c       2007-12-09 19:49:46 UTC (rev 
5827)
@@ -24,10 +24,8 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
 #include "gnunet_upnp_service.h"
 #include "gnunet_core.h"
-#include "gnunet_util_error_loggers.h"
 #include "platform.h"
 
 

Modified: GNUnet/src/util/crypto/hostkeytest.c
===================================================================
--- GNUnet/src/util/crypto/hostkeytest.c        2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/util/crypto/hostkeytest.c        2007-12-09 19:49:46 UTC (rev 
5827)
@@ -29,7 +29,7 @@
 #include "platform.h"
 
 #define TESTSTRING "Hello World\0"
-#define MAX_TESTVAL sizeof(SESSIONKEY)
+#define MAX_TESTVAL sizeof(GNUNET_AES_SessionKey)
 #define ITER 10
 
 #define PERF GNUNET_NO

Modified: GNUnet/src/util/loggers/file.c
===================================================================
--- GNUnet/src/util/loggers/file.c      2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/util/loggers/file.c      2007-12-09 19:49:46 UTC (rev 5827)
@@ -329,6 +329,7 @@
     {
       name = GNUNET_strdup (filename);
     }
+  GNUNET_disk_directory_create_for_file(ectx,name);
   fd = FOPEN (name, "a+");
   if (fd == NULL)
     {

Modified: GNUnet/src/util/network_client/tcpiotest.c
===================================================================
--- GNUnet/src/util/network_client/tcpiotest.c  2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/util/network_client/tcpiotest.c  2007-12-09 19:49:46 UTC (rev 
5827)
@@ -23,8 +23,6 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_config_impl.h"
 #include "platform.h"
 
 static struct GNUNET_GC_Configuration *cfg;

Modified: GNUnet/src/util/os/daemontest.c
===================================================================
--- GNUnet/src/util/os/daemontest.c     2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/util/os/daemontest.c     2007-12-09 19:49:46 UTC (rev 5827)
@@ -24,9 +24,6 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_network_client.h"
-#include "gnunet_util_error_loggers.h"
 #include "platform.h"
 
 int

Modified: GNUnet/src/util/os/semaphoretest.c
===================================================================
--- GNUnet/src/util/os/semaphoretest.c  2007-12-09 19:49:23 UTC (rev 5826)
+++ GNUnet/src/util/os/semaphoretest.c  2007-12-09 19:49:46 UTC (rev 5827)
@@ -23,7 +23,6 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_error_loggers.h"
 #include "platform.h"
 
 #include <sys/types.h>

Modified: GNUnet/src/util/os/statuscallstest.c
===================================================================
--- GNUnet/src/util/os/statuscallstest.c        2007-12-09 19:49:23 UTC (rev 
5826)
+++ GNUnet/src/util/os/statuscallstest.c        2007-12-09 19:49:46 UTC (rev 
5827)
@@ -23,8 +23,6 @@
  */
 
 #include "gnunet_util.h"
-#include "gnunet_util_config_impl.h"
-#include "gnunet_util_error_loggers.h"
 #include "platform.h"
 
 int





reply via email to

[Prev in Thread] Current Thread [Next in Thread]