similar to: [Bug 3816] New: regression: valid_hostname() refuses hostname with comma

Displaying 20 results from an estimated 300 matches similar to: "[Bug 3816] New: regression: valid_hostname() refuses hostname with comma"

2011 Aug 03
0
[PATCH] update valid_hostname regex checks
rhbz#720956 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-setup.py | 22 +++++++++++++--------- scripts/ovirtfunctions.py | 10 +++++++--- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py index 8c6c8af..a8f85cf 100755 --- a/scripts/ovirt-config-setup.py +++
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
--- python/Makefile.am | 5 ++++ src/appliance-kcmdline.c | 21 ++----------- src/drives.c | 65 +++++++---------------------------------- src/guestfs-internal-frontend.h | 3 ++ src/unit-tests.c | 40 +++++++++++++++++++++++++ src/utils.c | 50 +++++++++++++++++++++++++++++-- 6 files changed, 110 insertions(+), 74
2016 Dec 24
2
[PATCH] lib: Use a common function to validate strings.
As discussed in the thread on validating $TERM, it would be good to have a common function to do this. This is such a function. The main advantage is it includes unit tests which the previous functions did not. Rich.
2009 Apr 15
1
Writing .xlsx files
Dear all, I have been looking for possibilities to read and write Excel 2007-files in and from R. The 'reading' part is ok through odbcConnectExcel2007 and sqlFetch(RODBC). For 'writing' I thought of using sqlSave in the same package, but it does not work (I think because this function starts from an existing file). Is there a workaround for this, or are there other plausible
2008 Aug 05
1
Confidence interval for the coefficient of variation
Dear, We are trying to determine the (one-sided) CI for the coefficient of variation in a small sample (say n = 10), with mean 100 and standard deviation 21. It appears though that the R-function ci.cv() and our simulation do not agree. The R-code: library(MBESS) n = 10 ci.cv(mean = 100, sd = 21, n = 10, conf.level = 0.9) U10.95 <- 0.3551754 ci.cv(mean = 100, sd = 21, n = 10, conf.level =
2007 Dec 03
3
strsplit on comma, with a trailing comma in input
I have a comma-separated data file in which trailing commas sometimes occur. I am using strsplit to extract the data from this file, and it seems great except in cases with trailing comma characters. The example below illustrates. What I'd like is to get a fourth element in the answer, being an empty string just like the second element. Is there a way I can express my patter (or perhaps
2006 Nov 29
3
comma delimiter & comma in text
Hi I have data like 1, A, 24, The Red House 2, A, 25, King's Home, by the Sea ... I'd like to read this in as three variables. I first tried temp <-read.csv(addresses, sep = "," ) it worked but line 2 was broken after King's Home, and by the Sea as placed in another line. and so i eneded up with more number of rows than in the data. when i tried temp
2025 Apr 30
7
[Bug 3818] New: Release Notes title references "10p2", but the actual portable release appears to be "10p1"
https://bugzilla.mindrot.org/show_bug.cgi?id=3818 Bug ID: 3818 Summary: Release Notes title references "10p2", but the actual portable release appears to be "10p1" Product: Portable OpenSSH Version: 10.0p1 Hardware: Other OS: All Status: NEW Severity: trivial
2006 May 23
3
comma separated autocompletion, like in Google Bookmarks, GMail, ..
Hi list, Hi all, In Google Bookmark and GMail -f.ex.-, autocompletion would help you enter multiple values in 1 field, separated by commas. Is there such a solution available somewhere? This is necessary for the acts_as_taggable plugin, to let people enter many tags in one file ex: "rails, ruby, plugin" but with the help of some AJAX magic. Without it, people have no clue about
2006 Feb 10
1
Setting RAILS_ENV before running script/server in the comma
I want to set an environment variable before running a script for example setting ENV[''RAILS_ENV''] = production in the command line before running script/server so that it would start in production mode. Is there a way to do this from the command line so that I don''t have to modify the file? Thanks, Brian -- www.kenlet.com
2002 Jun 05
1
Trailing comma in enum for 3.2.3p1
A trailing comma in an enum generates an error with the IBM C compiler, xlc, on AIX 4.3.2: $ gmake ... xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I. -I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include -DSSHDIR=\"/etc/opt/TWWfsw/openssh323\" -D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
2002 Jun 06
0
[Bug 266] New: Trailing comma in enum for 3.2.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=266 Summary: Trailing comma in enum for 3.2.3p1 Product: Portable OpenSSH Version: -current Platform: PPC URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh- 3.2.3p1-2.patch OS/Version: AIX Status: NEW Severity: normal Priority: P2
2013 Dec 22
2
How do I separate elements of a vector by comma?
I have a vector like this (this vector is a colomn of a data set): > 3 5 2 3 7 4 7 8  8 9 0 1 4 I want to separate elements of the vector by comma like this: > 3,5,2,3,7,4,7,8,8,9,0,1,4 How can do this? Thanks. Elham [[alternative HTML version deleted]]
2016 Jun 30
1
[PATCH] Fix build error from comma at end of enum
This fixes the build error here: https://mf4.xiph.org/jenkins/job/opus-pedantic-makefile/886/
2008 Jun 18
1
[LLVMdev] [PATCH] Insert a missing comma in documentation
Hi all, I know it's a tiny thing, but this is the second time I'm noticing it so I'm just submitting a patch. There's a comma missing over there. Cheers, Bram Geron --- docs/LangRef.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index eba4e5a..5bc81cc 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@
2002 Jun 06
1
[Bug 266] Trailing comma in enum for 3.2.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=266 ------- Additional Comments From markus at openbsd.org 2002-06-07 03:48 ------- fixed in openbsd-current ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2017 May 08
3
[Bug 2715] New: for more flexibility, please support a comma ',' separated list of patterns to add to/remove from the defaults
https://bugzilla.mindrot.org/show_bug.cgi?id=2715 Bug ID: 2715 Summary: for more flexibility, please support a comma ',' separated list of patterns to add to/remove from the defaults Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Linux Status: NEW
2011 Mar 19
1
Failure - for a stronger be a comma, for the weak is ending.
Happiness, gladne around in your side. If you received from mother job, be warm hands, that's happiness; If you read the friends in the light of the letter, savour friendship, that's happiness; If you are sitting in a corner, silent music, while convenient, that is happiness. cheap clothing (http://www.ebuybus.com)
2014 Sep 01
2
Escape comma in the LDAP passdb subquery configuration
Hi I have to configure the LDAP passdb to execute a subquery defining dinamically the new DN to use. For example: pass_attrs = @mail=mail=%{login_user},dc=%{login_domain},dc=example,dc=com,\ =proxy=y,\ =host=%{ldap:mailHost at mail} In the previous example, the problem is the use of "," for DN representation, which is also the separator for the attribute
2017 Apr 17
1
[BUG] config-parser.c: line 89 - crash on comma in namespace mailbox
Hi! On the latest versions (2.2.28, 2.2.29.x) we get crash on dovecot config parse. Error in config parser when checking namespace mailbox name. Reason: comma in mailbox name. Worked well in versions < 2.2.22. Do not know if it was working on 2.2.23-2.2.27, skipped this versions. Example: namespace inbox { mailbox "&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1-" { special_use = \Sent