search for: t_unsaf

Displaying 11 results from an estimated 11 matches for "t_unsaf".

Did you mean: t_unsafe
2003 Jan 16
1
Possible patch for Irix Makefile problem
...003 +++ new/rsync/Makefile.in Thu Jan 16 16:14:29 2003 @@ -43,8 +43,13 @@ OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases -CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) \ - trimslash$(EXEEXT) t_unsafe$(EXEEXT) +RSYNC_EXE=rsync$(EXEEXT) +TLS_EXE=tls$(EXEEXT) +GETGROUPS_EXE=getgroups$(EXEEXT) +TRIMSLASH_EXE=trimslash$(EXEEXT) +T_UNSAFE_EXE=t_unsafe$(EXEEXT) +CHECK_PROGS=$(RSYNC_EXE) $(TLS_EXE) $(GETGROUPS_EXE) \ + $(TRIMSLASH_EXE) $(T_UNSAFE_EXE) # Objects for CHECK_PROGS to clean CHECK_OBJS=...
2003 Jan 10
1
make clean
...======== RCS file: /cvsroot/rsync/Makefile.in,v retrieving revision 1.84 diff -u -r1.84 Makefile.in --- Makefile.in 8 Apr 2002 06:23:34 -0000 1.84 +++ Makefile.in 10 Jan 2003 02:40:34 -0000 @@ -43,6 +43,9 @@ # Programs we must have to run the test cases CHECK_PROGS = rsync tls getgroups trimslash t_unsafe +# Objects for CHECK_PROGS to clean +CHECK_OBJS=getgroups.o t_stub.o t_unsafe.o trimslash.o + # note that the -I. is needed to handle config.h when using VPATH .c.o: @OBJ_SAVE@ @@ -106,7 +109,7 @@ cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...@ CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ +EXEEXT=@EXEEXT@ LDFLAGS=@LDFLAGS@ INSTALLCMD=@INSTALL@ @@ -41,21 +43,21 @@ OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases -CHECK_PROGS = rsync tls getgroups trimslash t_unsafe +CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) trimslash$(EXEEXT) t_unsafe$(EXEEXT) # note that the -I. is needed to handle config.h when using VPATH .c.o: @OBJ_SAVE@ - $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< @CC_SHOBJ_FLAG@ + $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $&l...
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
...ll -W -o getfsdev getfsdev.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c trimslash.c -o trimslash.o gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o trimslash trimslash.o syscall.o lib/compat.o lib/snprintf.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c t_unsafe.c -o t_unsafe.o gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c t_stub.c -o t_stub.o gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o t_unsafe t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o -lpopt gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c wildtest.c...
2003 Jan 16
3
unsafe_symlink change (Re: CVS update: rsync)
The patch from 2-1/2 years ago for changing copy-unsafe-links to follow unsafe links on the destination side also included essentially this patch. When I looked at it, however, I asked why in the world is unsafe_symlink() doing strdup() in the first place. I think you could get rid of the calls to strdup() and the new local variables and possibly do a couple casts inside the function instead. -
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2007 Nov 15
2
2.6.9 w/ acl, xattr, and fake-super support?
...$ patch -p1 < patches/fake-super.diff patching file backup.c patching file clientserver.c patching file flist.c patching file loadparm.c patching file options.c patching file rsync.c patching file rsync.h patching file rsync.yo patching file rsyncd.conf.yo patching file syscall.c patching file t_unsafe.c patching file tls.c patching file trimslash.c patching file xattr.c patching file proto.h Hunk #2 FAILED at 333. 1 out of 2 hunks FAILED -- saving rejects to file proto.h.rej patching file configure Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping pat...
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625 Summary: "Don't know how to make ./*.c" Product: rsync Version: 3.0.7 Platform: s390 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: sebastian.hoffman at
2003 Jan 02
2
--copy-unsafe-links, links preserved in source tree or local directory?
Hi, I'm a bit confused about what the '--copy-unsafe-links' option considers the 'source tree'. In the man page it says that for links pointing outside the 'source tree' the file will be copied, but when I try this, for all links pointing outside of the local directory the files are copied even though the links point to files that are in the directory tree that is
2004 Feb 06
4
memory reduction
...ring_area *next; -}; +#define FILE_EXTENT (256 * 1024) +#define HLINK_EXTENT (128 * 1024) struct file_list { int count; int malloced; + alloc_pool_t file_pool; + alloc_pool_t hlink_pool; struct file_struct **files; - struct string_area *string_area; }; struct sum_buf { Binary files cvs/t_unsafe and pool2/t_unsafe differ Binary files cvs/tls and pool2/tls differ Binary files cvs/trimslash and pool2/trimslash differ Binary files cvs/wildtest and pool2/wildtest differ
2007 Sep 22
0
rsync build on IA64 using icc
...-rw-r--r-- 1 mccssmb2 mcc101 19998 Apr 26 2006 params.c -rw-r--r-- 1 mccssmb2 mcc101 5780 Apr 26 2006 syscall.c -rw-r--r-- 1 mccssmb2 mcc101 13511 Apr 26 2006 token.c -rw-r--r-- 1 mccssmb2 mcc101 1264 Apr 26 2006 trimslash.c -rw-r--r-- 1 mccssmb2 mcc101 1310 Apr 26 2006 t_unsafe.c -rw-r--r-- 1 mccssmb2 mcc101 6323 Apr 26 2006 fileio.c -rw-r--r-- 1 mccssmb2 mcc101 5219 Apr 26 2006 access.c -rw-r--r-- 1 mccssmb2 mcc101 7959 Apr 26 2006 authenticate.c -rw-r--r-- 1 mccssmb2 mcc101 7107 Apr 26 2006 backup.c -rw-r--r-- 1 mccssmb2 mcc101 5812 Apr 26...