similar to: Now using bugzilla bug-tracking database

Displaying 20 results from an estimated 80000 matches similar to: "Now using bugzilla bug-tracking database"

2024 Mar 03
0
[PATCH] drm/nouveau: keep DMA buffers required for suspend/resume
[adding a bunch of list and people as well as Timur Tabi, who authored the culprit] Sid Pranjale, thx for the report. FWIW, I'm just replying to add this to the regression tracking to ensure it does not fall through the cracks. Nevertheless let me mention two things while at it: On 29.02.24 18:58, Sid Pranjale wrote: > Nouveau deallocates a few buffers post GPU init which are required for
2001 Oct 18
1
Bugzilla for portable OpenSSH
To make it easier for us to track bugs (and reduce the likelihood of patches falling through the cracks), I have set up a bug tracking system using the Mozilla projects Bugzilla software. You can access Bugzilla at http://bugzilla.mindrot.org/ To do anything useful (esp. enter bugs) you will need to create an account. Bugzilla is a little overcomplicated for a small project, but it handles
2004 Jan 02
0
rsync 2.6.0 (final) released
I've released version 2.6.0 of rsync. Two important things to note in the new release: 1. The default remote shell is now "ssh" unless you tell the configure you want to use something else. 2. Some bug fixes in the include/exclude code, while making things work properly, have resulted in some user-visible changes for certain wildcard strings. Read the
2011 Sep 22
3
[Bug 8475] New: memory leak around free_xattr() and rsync_xal_free(), with -aX, 200 bytes per file and per directory
https://bugzilla.samba.org/show_bug.cgi?id=8475 Summary: memory leak around free_xattr() and rsync_xal_free(), with -aX, 200 bytes per file and per directory Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core
2013 Oct 24
2
[Bug 10226] New: fatal_unsafe_io_error and the version it reports
https://bugzilla.samba.org/show_bug.cgi?id=10226 Summary: fatal_unsafe_io_error and the version it reports Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Martin.vGagern at
2008 Jul 04
3
Rsync "roadmap" and version numbering (3.1.0 vs 3.0.4)
I think it's about time to start adding some new features to rsync 3 instead of just making bug fixes, so I'm planning to starting work on version 3.1.0. This will start the use of a new version numbering idiom where feature releases increment the sub-version number, while patch releases continue to increment the sub-sub-version number. I'm not using an odd/even scheme for
2012 Mar 03
2
[Bug 8790] New: rsync stream file type
https://bugzilla.samba.org/show_bug.cgi?id=8790 Summary: rsync stream file type Product: rsync Version: 3.0.6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Dave at Yost.com QAContact: rsync-qa at
2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
https://bugzilla.samba.org/show_bug.cgi?id=11369 Bug ID: 11369 Summary: obsoleted autoconf macros Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at
2003 Jul 05
1
make check's diff -u vs -c
Wayne, i like the diff -u idea. I find -c awkward. It seems to me that the shell script could test for support of -u and if present use it instead of -c. ala if [ -n "`diff -u /dev/null /dev/null 2>&1`" ] then difftype="-c" else difftype="-u" fi diff $difftype "$2"/"$f" "$3"/"$f" || failed=YES or something
2008 Mar 03
2
DO NOT REPLY [Bug 5301] New: rsync 3.0.0 copyright dates not updated to 2008
https://bugzilla.samba.org/show_bug.cgi?id=5301 Summary: rsync 3.0.0 copyright dates not updated to 2008 Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: michael@usg.edu
2011 Dec 16
1
[Bug 8665] New: Crash in free_xattr(), from recv_generator()
https://bugzilla.samba.org/show_bug.cgi?id=8665 Summary: Crash in free_xattr(), from recv_generator() Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chris at onthe.net.au
2008 Jul 29
7
DO NOT REPLY [Bug 5644] New: Option to recheck basis dirs for existing dest files
https://bugzilla.samba.org/show_bug.cgi?id=5644 Summary: Option to recheck basis dirs for existing dest files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2001 Apr 30
2
Add a couple .cvsignore files?
It would be nice if the CVS source had a .cvsignore file in the main dir with the following items: ssh scp sshd ssh-add ssh-keygen ssh-keyscan ssh-agent sftp-server sftp configure config.h.in config.h config.status Makefile ssh_prng_cmds *.out Plus a .cvsignore file in openbsd-compat that ignored "Makefile". ..wayne..
2004 Jan 08
0
Implementing rsync hard-link improvements
On Wed, 7 Jan 2004 17:33:36 -0800, Wayne Davison <wayned@samba.org> wrote: > On Wed, Jan 07, 2004 at 04:15:57PM -0800, jw schultz wrote: > >> Runtime variable sized structures should be avoided. Do you want >> to make rdev, link and sum conditional also? > > The difference between these other items you mentioned is that we aren't > talking about making them
2020 May 06
8
[Bug 14371] New: Combined Exclude & Protect Filter Type
https://bugzilla.samba.org/show_bug.cgi?id=14371 Bug ID: 14371 Summary: Combined Exclude & Protect Filter Type Product: rsync Version: 3.2.0 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayne at opencoder.net
2006 Feb 09
5
Rsync 2.6.7pre1 is now available
Rsync version 2.6.7pre1 is now available for release testing. Please give it a try and send email to the regular mailing list with any questions, comments, bug reports, etc. You can read all about the latest improvements and bug-fixes in the NEWS file: http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.7pre1-NEWS For the tar file itself, you'll find it here (with its signature):
2013 Jul 17
1
[Bug 10031] New: rsyncd resolves hosts stupidly
https://bugzilla.samba.org/show_bug.cgi?id=10031 Summary: rsyncd resolves hosts stupidly Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: jwz at jwz.org QAContact:
2011 Mar 16
1
[Bug 8018] New: configure doesn't find iconv library
https://bugzilla.samba.org/show_bug.cgi?id=8018 Summary: configure doesn't find iconv library Product: rsync Version: 3.0.8 Platform: All OS/Version: Mac OS X Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: mike at bombich.com
2009 Nov 21
8
DO NOT REPLY [Bug 6916] New: Avoid bundling a modified zlib
https://bugzilla.samba.org/show_bug.cgi?id=6916 Summary: Avoid bundling a modified zlib Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: matt at mattmccutchen.net
2005 Jun 04
1
Fw: please help -- Variable syntax error
----- Original Message ----- From: "Govindarajan, Bhadri" <bhadri.g@gmail.com> To: "Wayne Davison" <wayned@samba.org> Sent: Saturday, June 04, 2005 5:08 PM Subject: Re: please help -- Variable syntax error > Hello > > I even tried this. I tried to scp and ssh from the remote machine to the > local machine. I works well. > But doing rsync gives the