gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7690 - in libmicrohttpd: doc src/daemon/https src/daemon/h


From: gnunet
Subject: [GNUnet-SVN] r7690 - in libmicrohttpd: doc src/daemon/https src/daemon/https/tls src/daemon/https/x509
Date: Wed, 10 Sep 2008 22:15:04 -0600 (MDT)

Author: grothoff
Date: 2008-09-10 22:15:03 -0600 (Wed, 10 Sep 2008)
New Revision: 7690

Modified:
   libmicrohttpd/doc/Makefile.am
   libmicrohttpd/src/daemon/https/Makefile.am
   libmicrohttpd/src/daemon/https/tls/Makefile.am
   libmicrohttpd/src/daemon/https/tls/ext_server_name.c
   libmicrohttpd/src/daemon/https/x509/Makefile.am
Log:
make dist fixes

Modified: libmicrohttpd/doc/Makefile.am
===================================================================
--- libmicrohttpd/doc/Makefile.am       2008-09-11 04:06:34 UTC (rev 7689)
+++ libmicrohttpd/doc/Makefile.am       2008-09-11 04:15:03 UTC (rev 7690)
@@ -3,5 +3,5 @@
 
 DISTCLEANFILES = microhttpd.cps tutorial.cps
 info_TEXINFOS = microhttpd.texi tutorial.texi
-microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc 
chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.2.texi 
chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc 
chapters/responseheaders.inc 
+microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc 
chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.2.texi 
chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc 
chapters/responseheaders.inc chapters/largerpost.inc
 

Modified: libmicrohttpd/src/daemon/https/Makefile.am
===================================================================
--- libmicrohttpd/src/daemon/https/Makefile.am  2008-09-11 04:06:34 UTC (rev 
7689)
+++ libmicrohttpd/src/daemon/https/Makefile.am  2008-09-11 04:15:03 UTC (rev 
7690)
@@ -1 +1,2 @@
+EXTRA_DIST = gnutls.h
 SUBDIRS = minitasn1 lgl x509 tls .

Modified: libmicrohttpd/src/daemon/https/tls/Makefile.am
===================================================================
--- libmicrohttpd/src/daemon/https/tls/Makefile.am      2008-09-11 04:06:34 UTC 
(rev 7689)
+++ libmicrohttpd/src/daemon/https/tls/Makefile.am      2008-09-11 04:15:03 UTC 
(rev 7690)
@@ -65,4 +65,46 @@
 gnutls_ui.c \
 gnutls_x509.c \
 pkix_asn1_tab.c \
-x509_b64.c
\ No newline at end of file
+x509_b64.c \
+auth_anon.h \
+auth_cert.h \
+auth_dh_common.h \
+debug.h \
+defines.h \
+ext_cert_type.h \
+ext_max_record.h \
+ext_oprfi.h \
+ext_server_name.h \
+gnutls_algorithms.h \
+gnutls_auth.h \
+gnutls_auth_int.h \
+gnutls_buffers.h \
+gnutls_cert.h \
+gnutls_cipher.h \
+gnutls_cipher_int.h \
+gnutls_compress.h \
+gnutls_compress_int.h \
+gnutls_constate.h \
+gnutls_datum.h \
+gnutls_dh.h \
+gnutls_errors.h \
+gnutls_extensions.h \
+gnutls_global.h \
+gnutls_handshake.h \
+gnutls_hash_int.h \
+gnutls_int.h \
+gnutls_kx.h \
+gnutls_mem.h \
+gnutls_mpi.h \
+gnutls_num.h \
+gnutls_pk.h \
+gnutls_record.h \
+gnutls_rsa_export.h \
+gnutls_session_pack.h \
+gnutls_sig.h \
+gnutls_state.h \
+gnutls_str.h \
+gnutls_supplemental.h \
+gnutls_x509.h \
+io_debug.h \
+x509_b64.h 

Modified: libmicrohttpd/src/daemon/https/tls/ext_server_name.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/ext_server_name.c        2008-09-11 
04:06:34 UTC (rev 7689)
+++ libmicrohttpd/src/daemon/https/tls/ext_server_name.c        2008-09-11 
04:15:03 UTC (rev 7690)
@@ -128,13 +128,12 @@
                                   opaque * data, size_t _data_size)
 {
   int total_size = 0;
-
+#if MHD_DEBUG_TLS
   uint16_t len;
   opaque *p;
   unsigned i;
   ssize_t data_size = _data_size;
 
-#if MHD_DEBUG_TLS
   /* this function sends the client extension data (dnsname) */
   if (session->security_parameters.entity == GNUTLS_CLIENT)
     {

Modified: libmicrohttpd/src/daemon/https/x509/Makefile.am
===================================================================
--- libmicrohttpd/src/daemon/https/x509/Makefile.am     2008-09-11 04:06:34 UTC 
(rev 7689)
+++ libmicrohttpd/src/daemon/https/x509/Makefile.am     2008-09-11 04:15:03 UTC 
(rev 7690)
@@ -13,23 +13,20 @@
 # -l $(top_srcdir)/src/daemon/https/lgl/liblgl.la
 
 libx509_la_SOURCES = \
-common.c \
-crq.c \
+common.c common.h \
+crq.c crq.h \
 crl.c \
-dn.c \
-dsa.c \
-extensions.c \
-mpi.c \
+dn.c dn.h \
+dsa.c dsa.h \
+extensions.c extensions.h \
+mpi.c mpi.h \
 pkcs12_bag.c \
-pkcs12.c \
+pkcs12.c pkcs12.h \
 pkcs12_encr.c \
-pkcs7.c \
-x509_privkey.c \
+pkcs7.c pkcs7.h \
+x509_privkey.c privkey.h \
 privkey_pkcs8.c \
-rfc2818_hostname.c \
-sign.c \
-x509_verify.c \
-x509.c 
-
-
-
+rfc2818_hostname.c rfc2818.h \
+sign.c sign.h \
+x509_verify.c verify.h \
+x509.c x509.h





reply via email to

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