muddleftpd-cvs
[Top][All Lists]
Advanced

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

[Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd


From: Joerg Jaspert
Subject: [Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd
Date: Mon, 03 Nov 2003 10:39:27 -0500

Module name:    muddleftpd
Branch:         release_1_3_13
Changes by:     Joerg Jaspert <address@hidden>  03/11/03 10:39:27
Reply-to: address@hidden

CVSROOT:        /cvsroot/muddleftpd
Module name:    muddleftpd
Branch:         release_1_3_13
Changes by:     Joerg Jaspert <address@hidden>  03/11/03 10:39:27

Modified files:
        modules/auth/authlibsmb/smbval: Makefile.in 
        .              : defaults.h.in NEWS ChangeLog 

Log message:
        Added CFLAGS and
        -fPIC so this thing compiles on 64bit architectures too.
        Bump Version to 1.3.13.1

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in.diff?only_with_tag=release_1_3_13&tr1=1.1&tr2=1.1.8.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/defaults.h.in.diff?only_with_tag=release_1_3_13&tr1=1.1&tr2=1.1.8.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/NEWS.diff?only_with_tag=release_1_3_13&tr1=1.3.2.1&tr2=1.3.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/ChangeLog.diff?only_with_tag=release_1_3_13&tr1=1.7.2.2&tr2=1.7.2.3&r1=text&r2=text

Patches:
Index: muddleftpd/ChangeLog
diff -c muddleftpd/ChangeLog:1.7.2.2 muddleftpd/ChangeLog:1.7.2.3
*** muddleftpd/ChangeLog:1.7.2.2        Mon Nov  3 07:24:31 2003
--- muddleftpd/ChangeLog        Mon Nov  3 10:39:26 2003
***************
*** 1,5 ****
--- 1,8 ----
  2003-11-03  Joerg Jaspert  <address@hidden>
  
+       * modules/auth/authlibsmb/smbval/Makefile.in: Added CFLAGS and
+       -fPIC so this thing compiles on 64bit architectures too.
+ 
        * modules/auth: authlibexample/Makefile.in,
        authlibmud/Makefile.in, authlibsmb/Makefile.in,
        authlibmysql/Makefile.in, authlibmsql/Makefile.in: Added -fPIC so
Index: muddleftpd/NEWS
diff -c muddleftpd/NEWS:1.3.2.1 muddleftpd/NEWS:1.3.2.2
*** muddleftpd/NEWS:1.3.2.1     Sun Nov  2 13:51:35 2003
--- muddleftpd/NEWS     Mon Nov  3 10:39:26 2003
***************
*** 1,4 ****
--- 1,9 ----
  
+ Version 1.3.13.1:
+ 
+       1) Bug Fix: Compile all auth-modules with -fPIC so that they compile
+                 on 64bit architectures too.
+ 
  Version 1.3.13:
  
        1) Change: Revamped build system to use new build tools.
Index: muddleftpd/defaults.h.in
diff -c /dev/null muddleftpd/defaults.h.in:1.1.8.1
*** /dev/null   Mon Nov  3 10:39:27 2003
--- muddleftpd/defaults.h.in    Mon Nov  3 10:39:26 2003
***************
*** 0 ****
--- 1,37 ----
+ /* This files specifies default values and other values */
+ 
+ /* Specify where the default config file is */
+ #define CONFIGFILE "/etc/muddleftpd/muddleftpd.conf"
+ 
+ #define       MAXSECTIONLEN   40      /* Maximum length of a section name */
+ #define               MAXPENDCONN     10      /* Maximum connections for 
listen */
+ #define               BUFFERSIZE      4096    /* Buffer size. Increase to 
improve
+                                          throughput performace */
+ #define               LOWATERMARK     4096    /* wait for this much data 
before
+                                          sending/receiving */
+ #define               BUFFSMALL       256     /* Filename and username buffer 
*/
+ #define               STRCACHESIZE    20      /* Elements in a string cache */
+ #define               MAXMEMUSAGE     4096*1024   /* maximum memory usage */
+ #define               MAXINCLUDEDEPTH 5       /* maximum recursion in include
+                                          directives */
+ #define MAXUSERS              30
+ #define MAXTOOMANYUSERS               10      /* maximum number of 
connections to
+                                          display too busy message to at once 
*/
+ #define ALTLONGREPLIES                FALSE
+ #define LOGSTRENGTH           63
+ #define TIMEOUT                       300
+ #define BADAUTHWAIT           3000000
+ #define SMARTBIND             @zerobind@
+ #define ZEROBIND              @zerobind@
+ #define LOGINTRIES            3
+ #define RDNSTIMEOUT           15
+ #define LOGFILE                       "/var/log/muddleftpd.log"
+ #define LOGINDUMP             "(null)"
+ #define EMAIL                 "address@hidden"
+ #define       SCRATCHFILE             "/etc/muddleftpd/muddleftpd.scratch"
+ 
+ #define PROGNAME              "muddleftpd"
+ #define VERSTR                        "1.3.13.1"
+ 
+ #undef ACCESSCMD
+ #undef DUMPCMD
Index: muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in
diff -c /dev/null muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in:1.1.8.1
*** /dev/null   Mon Nov  3 10:39:27 2003
--- muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in       Mon Nov  3 
10:39:26 2003
***************
*** 0 ****
--- 1,30 ----
+ # makefile for smblib
+ # Type make system, where system is ULTRIX, DU, DECOSF1, Solaris etc
+ AR = ar
+ address@hidden@
+ 
+ INCLUDES = smblib.h smblib-priv.h
+ 
+ RFCNB = session.o rfcnb-util.o rfcnb-io.o
+ 
+ OBJS = smblib.o smblib-util.o file.o smb-errors.o exper.o smblib-api.o 
smbencrypt.o smbdes.o md4.o
+ 
+ VALIDATE = valid.o session.o rfcnb-util.o \
+            rfcnb-io.o smblib-util.o smblib.o smbencrypt.o smbdes.o md4.o
+ 
+ .SUFFIXES: .c .o .h
+ 
+ dummy: all
+ 
+ smbvalid.a:   $(VALIDATE) 
+       $(AR) rcs smbvalid.a $(VALIDATE)
+ 
+ all: smbvalid.a
+ 
+ .c.o: $(INCLUDES)
+       @echo Compiling $*.c
+       $(CC) $(CFLAGS) -fPIC -c $*.c
+ 
+ clean:
+       rm -f *.o smbvalid.a
+ 




reply via email to

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