Displaying 7 results from an estimated 7 matches for "20030326".
Did you mean:
20030325
2003 Aug 05
2
bug: rsync always writes temp-files to current directory since cvs-20030326
Hi,
The documentation states that rsync writes temp-files to the recieving
directory, unless --temp-dir is specified. This is not true since
cvs-20030326, when receiver.c was modified.
( http://cvs.samba.org/cgi-bin/cvsweb/rsync/receiver.c#rev1.44 )
You will get this error when you don't have write access to the
current directory:
mkstemp .somefile.UQVWQd failed: Permission denied
rsync error: some files could not be transferred (code 23) a...
2003 Mar 26
0
Reminder: Please join us!
..._______________________________
Powered by List Builder
To unsubscribe follow the link:
http://lb.bcentral.com/ex/sp?c=27695&s=55E53ECCE39BD5A1&m=9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030326/37da2aa1/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 43 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030326/37da2aa1/attachment.gif
-------------- next...
2007 Apr 12
1
Milestone: 1000 packages on CRAN as of today(?)
...elease. I've tried to do my contribution ;)
While maintaining R at my previous place, I kept track on the number
of package installed, which included almost all CRAN packages, except
a few hard-to-install ones, plus some Bioconductor packages. This is
my summary:
20020917 68, R v1.5.1
20030326 206, R v1.6.2
20030424 269, R v1.6.2
20030903 298, R v1.7.1
20031015 306, R v1.7.1
20031126 352, R v1.7.1
20040310 370, R v1.8.1
20040525 411, R v1.9.0
20041005 459, R v1.9.1
20041217 506, R v2.0.1
20060217 698, R v2.2.1
Quite a growth. Are there any "official" records...
2003 Mar 26
1
Changing PAM service name in sshd_config, or running sshd as non-root
Currently, openssh's PAM service name is a compile-time choice.
That's fine when one uses one sshd to serve normal shell logins
and the like. But this will not work IF sshd is nor run as
root (which I don't want it to do), because pam_open_session
usually requires access to one's shadow information (for account
expiration perhaps?), and there is no way (and need: this sshd
is
2003 Mar 26
1
OpenSSH api
...,Socket...)
Thanks,
FRS
---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030326/cd385375/attachment.html
2003 Mar 25
3
mailbox problem
Hi list!
Since a week I am testing with dovecot, and I must say, I like it a lot :)
Keep up the good work :)
I do have one questing regarding dovecot: If I login to a mailbox, and the
mailbox does NOT exist, and the parent directory does not exist either, I
will get disconnected, and dovecot claims it cannot create the directory.
(eg: my user blah at test.com has mail directory
2003 Mar 26
2
what actually uses xdr_mem.c?
In regards to FreeBSD-SA-03:05.xdr, does anyone know which static binaries
or tools under /bin or /sbin actually use that problem code?
The recent XDR fixes the xdrmem_getlong_aligned(),
xdrmem_putlong_aligned(), xdrmem_getlong_unaligned(),
xdrmem_putlong_unaligned(), xdrmem_getbytes(), and/or xdrmem_putbytes()
functions, but it is difficult to know what uses these (going backwards
manually).