代码搜索:Rsync
找到约 206 项符合「Rsync」的源代码
代码结果 206
www.eeworm.com/read/417108/11003524
m4 aclocal.m4
dnl AC_VALIDATE_CACHE_SYSTEM_TYPE[(cmd)]
dnl if the cache file is inconsistent with the current host,
dnl target and build system types, execute CMD or print a default
dnl error message.
AC_DEFUN(AC_V
www.eeworm.com/read/417108/11003286
news
NEWS for rsync 3.0.5 (28 Dec 2008)
Protocol: 30 (unchanged)
Changes since 3.0.4:
BUG FIXES:
- Initialize xattr data in a couple spots in the hlink code, which avoids a
crash when the xat
www.eeworm.com/read/417108/11003289
h errcode.h
/*
* Error codes returned by rsync.
*
* Copyright (C) 1998-2000 Andrew Tridgell
* Copyright (C) 2003-2008 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/417108/11003307
configure
#!/bin/sh -e
# This configure script ensures that the configure.sh script exists, and
# if not, it tries to fetch rsync's generated files or build them. We
# then transfer control to the configure.sh
www.eeworm.com/read/417108/11003473
txt csprotocol.txt
This is kind of informal and may be wrong, but it helped me. It's
basically a summary of clientserver.c and authenticate.c.
-- Martin Pool
This is the protocol used for rsync --da
www.eeworm.com/read/417108/11003544
c authenticate.c
/*
* Support rsync daemon authentication.
*
* Copyright (C) 1998-2000 Andrew Tridgell
* Copyright (C) 2002-2008 Wayne Davison
*
* This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/417108/11003238
c t_unsafe.c
/*
* Test harness for unsafe_symlink(). Not linked into rsync itself.
*
* Copyright (C) 2002 Martin Pool
* Copyright (C) 2003-2008 Wayne Davison
*
* This program is free software; you can redis
www.eeworm.com/read/417108/11003325
c t_stub.c
/*
* This file contains really simple implementations for rsync global
* functions, so that module test harnesses can run standalone.
*
* Copyright (C) 2001, 2002 Martin Pool
* Co
www.eeworm.com/read/417108/11003421
test unsafe-byname.test
#! /bin/sh
# Copyright (C) 2002 by Martin Pool
# Call directly into unsafe_symlink and test its handling of various filenames
. "$suitedir/rsync.fns"
test_unsafe() {
# $1 is the target of a sy
www.eeworm.com/read/417108/11003448
git-set-file-times
#!/usr/bin/perl -w
use strict;
# Sets mtime and atime of files to the latest commit time in git.
#
# This is useful after the first clone of the rsync repository BEFORE you
# do any building. It is