Displaying 20 results from an estimated 30000 matches similar to: "[Bug 1099] usernames in config file cannot contain space"
2005 Dec 13
10
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |David.Monniaux at ens.fr
------- Comment #4 from dtucker at zip.com.au 2005-12-13 19:24 -------
*** Bug 1099 has been marked as a
2006 Feb 26
1
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1041 is|0 |1
obsolete| |
------- Comment #12 from dtucker at zip.com.au 2006-02-26 14:28 -------
Created
2006 Aug 17
1
LDAP usernames with spaces
I'm trying to setup dovecot to work with an existing virtual user
database in LDAP in order to replace courier-imap.
I have users in LDAP with dn of the following form
cn=Firstname Lastname,ou=company,dc=domain,dc=com
and the uid attribute containes a userid of the form
flastname
The on disk format for an account is:
/home/exim/<uid>/.maildir
My first problem is that I cannot get
2003 Jun 28
0
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |harry at scms.waikato.ac.nz
------- Additional Comments From dtucker at zip.com.au 2003-06-28 13:13 -------
*** Bug 579 has been
2006 Sep 28
0
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #14 from dtucker at zip.com.au 2006-09-28 19:25 -------
With the release of 4.4, we believe that this bug is
2012 Apr 20
1
R CMD check: Sys.getenv("R_GSCMD") cannot contain full pathname (contrary to docs)
Hi,
in help("R_GSCMD") it says "R_GSCMD: Optional. The path to
Ghostscript, used by dev2bitmap, bitmap and embedFonts. Consulted when
those functions are invoked.". However, if 'R_GSCMD' contains a full
pathname to the Ghostscript executable (as above "path" indicates),
e.g.
> Sys.getenv("R_GSCMD")
[1] "C:\\Program
2003 Jan 21
0
Messages in Logwatch / Long usernames
Every day I get emailed Logwatch reports with several entries of the
following type. I've tried googling for these entries and found nothing
that indicats if these represent any particular problem. We did not have
these messages before and nothing really changed other than some RedHat
updates. The system generally runs fine (~170 users) with only the
occasional authentication glitch.
2018 Feb 21
0
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi all,
For the record this approach isnt 100% backwards compatible, because
names(mergeddf) will e incompatibly different. Thatx why i claimed
bakcwards compatable-ish
That said its still worth considering imho because of the reasons stated
(and honestly one particular simple reading of the docs might suggest that
this was thr intended behavior all along). Im not a member of Rcore through
so i
2018 Feb 23
0
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Thanks Martin!
Can you clarify the functionality of the 'no.dups' argument so I can change
my patch to `data.table:::merge.data.table` accordingly?
- When `no.dups=TRUE` will the suffix to the by.x column name? Or will it
take the functionality of the second functionality where only the column in
y has the suffix added?
- When `no.dups=FALSE` will the output be the same as it currently
2006 Oct 07
0
[Bug 1084] provide better error message if keys in authorized_keys contain CR/LF (was " sshd[6895]: fatal: buffer_get: trying to get more bytes 129 than in buffer 34")
http://bugzilla.mindrot.org/show_bug.cgi?id=1084
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:42 -------
Change all RESOLVED bug to CLOSED with the exception
2018 Feb 20
0
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi Scott,
I think that's a good idea and I tried your patch on my copy of the
repository. But it looks to me like the recent patch is identical to
the previous one, can you confirm this?
Frederick
On Mon, Feb 19, 2018 at 07:19:32AM +1100, Scott Ritchie wrote:
> Thanks Gabriel,
>
> I think your suggested approach is 100% backwards compatible
>
> Currently in the case of
2006 Feb 26
2
[Bug 1164] scp with spaces username no longer works
http://bugzilla.mindrot.org/show_bug.cgi?id=1164
Summary: scp with spaces username no longer works
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy: dtucker at
2018 Feb 22
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
>>>>> Gabriel Becker <gmbecker at ucdavis.edu>
>>>>> on Wed, 21 Feb 2018 07:11:44 -0800 writes:
> Hi all,
> For the record this approach isnt 100% backwards compatible, because
> names(mergeddf) will e incompatibly different. Thatx why i claimed
> bakcwards compatable-ish
exactly.
> That said its still worth considering
2018 Feb 20
3
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi Frederick,
It looks like I didn't overwrite the patch.diff file after the last edits.
Here's the correct patch (attached and copied below):
Index: src/library/base/R/merge.R
===================================================================
--- src/library/base/R/merge.R (revision 74280)
+++ src/library/base/R/merge.R (working copy)
@@ -157,6 +157,14 @@
}
2018 Feb 18
0
Duplicate column names created by base::merge() when by.x has the same name as a column in y
On 17/02/2018 6:36 PM, frederik at ofb.net wrote:
> Hi Scott,
>
> Thanks for the patch. I'm not really involved in R development; it
> will be up to someone in the R core team to apply it. I would hazard
> to say that even if correct (I haven't checked), it will not be
> applied because the change might break existing code. For example it
> seems like reasonable code
2020 Oct 02
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3217
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3217
[Bug 3217] Tracking bug for 8.5
2020 Oct 02
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|3162 |
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3162
[Bug 3162] Tracking bug for 8.4 release
--
2015 Jan 13
3
[Bug 2337] New: PATCH remove duplicate #include of pwd.h
https://bugzilla.mindrot.org/show_bug.cgi?id=2337
Bug ID: 2337
Summary: PATCH remove duplicate #include of pwd.h
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: sftp-server
Assignee: unassigned-bugs at
2016 Nov 22
1
[Bug 1099] New: Minor typo in wiki.nftables.org
https://bugzilla.netfilter.org/show_bug.cgi?id=1099
Bug ID: 1099
Summary: Minor typo in wiki.nftables.org
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2018 Feb 18
0
Duplicate column names created by base::merge() when by.x has the same name as a column in y
It seems like there is a way that is backwards compatible-ish in the sense
mentioned and still has the (arguably, but a good argument I think) better
behavior:
if by.x is 'name', (AND by.y is not also 'name'), then x's 'name' column is
called name and y's 'name' column (not used int he merge) is changed to
name.y.
Now of course this would still change