Displaying 20 results from an estimated 1159 matches for "glob".
Did you mean:
globl
2007 Oct 21
0
Taking a stab at a pure Ruby Dir.glob
Hi all,
Here''s what I''ve come up with so far for a pure Ruby Dir.glob for MS
Windows. It almost works. The problem right now is the [] notation,
which I''m not translating properly into a regex.
I haven''t started on the ''**'' notation yet either, but I figure that''s
more of a control flow issue. Feel free to disagree wit...
2012 May 02
4
[PATCH 0/4] fish: Allow the glob command to expand device patterns (RHBZ#635971).
This patch set fixes a two year old bug in guestfish, namely that the
'glob' command does not expand /dev/* patterns.
https://bugzilla.redhat.com/show_bug.cgi?id=635971
Rich.
2016 Feb 03
2
[PATCH 1/2] daemon: glob: do not return directories with trailing slash
Do not pass GLOB_MARK as flag for glob(3) in the daemon implementation
of glob, so names of directories will not have a trailing slash.
This allows users to have filenames that can be used with other tools,
such as rm. Add a new test to check this (based on RHBZ#1293271).
A mild behaviour change is that users of...
2017 Sep 28
2
Call for testing: OpenSSH 7.6
On Wed, 27 Sep 2017, Martin Hecht wrote:
> all tests passed on
>
> Ubuntu 16.04.3 LTS and
> Scientific Linux release 6.9 (Carbon)
>
> On SUSE Linux Enterprise Server 11 SP3 LTSS I had to provide a local
> installation of a newer openssl. I have chosen their current LTS version
> 1.0.2l with shared library support enabled, and I had to tweak with
> CFLAGS and LDFLAGS
2010 Dec 30
4
perl code to remove newlines
...d a space,
chop; # and then chomp.
seek $in, $curr, 0; # and reset position to current line.
}
print;
print $out;
$prev = tell $in; # Location of previous line.
}
--------- end snippet ---------
When I cat the output file, it looks like this:
--------- begin snippet ---------
GLOB(0x9fd587c)<htmlGLOB(0x9fd587c)><headGLOB(0x9fd587c)><titleGLOB(0x9fd587c)>We've
Lied to
You…</titleGLOB(0x9fd587c)><metaGLOB(0x9fd587c)NAME="GENERATOR"GLOB(0x9fd587c)CONTENT="Modular
DocBook HTML Stylesheet Version
1.79"><linkGLOB(0...
2010 Nov 06
2
Custom File List for Rails 3 Spec Task
...pt specs (using the jspec javascript framework) in my rails 3 project, living in the spec/javascript directory. How can I exclude the ruby files in the jspec project from being run when I run "rake spec"?
RSpec::Core::RakeTask used to take a file list (which was usually generated with a glob pattern and an explicit call to Dir.glob). Now it only takes a glob pattern:
http://rdoc.info/github/rspec/rspec-core/master/RSpec/Core/RakeTask#pattern-instance_method
So how am I supposed to express the following in one glob pattern?
Dir.glob("spec/**/*_spec.rb") - Dir.glob("sp...
2015 Sep 11
11
[Bug 2463] New: Conflict with openbsd compat glob() function in shared libraries
https://bugzilla.mindrot.org/show_bug.cgi?id=2463
Bug ID: 2463
Summary: Conflict with openbsd compat glob() function in shared
libraries
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:...
2016 Feb 04
2
[PATCH v2 1/2] daemon: glob: add optarg to control trailing slash for dirs
Add a new optional bool "directoryslash" to indicate whether the caller
wants trailing slashes in names of directories, defaulting to true (the
current behaviour); this helps with interoperability with other tools
(such as rm).
Related to RHBZ#1293271.
---
daemon/glob.c | 11 +++++++++--
generator/actions.ml | 21 ++++++++++++++++-----
gobject/Makefile.inc | 2 ++
po/POTFILES | 1 +
4 files changed, 28 insertions(+), 7 deletions(-)
diff --git a/daemon/glob.c b/daemon/glob.c
index 45fb30f..a22fd33 100644
--- a/daemon/glob.c
+++ b/daemon/glob.c...
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
attempting to compile dovecot 2.2.31 on Sun/Oracle Solaris 10 SPARC.
configure goes fine. First sign of problems during compile is with this warning:
...............................................
*** libssl_iostream_openssl.so is not portable!
...............................................
actual ERRORS - Soon, compile errors out with undefined symbols. Output at
bottom of note.
2011 Aug 11
2
UNC windows path beginning with backslashes: normalizePath bug??
...June I posted the message below, but had no replies. I've made a
little progress since then so this is to update anyone interested (!) and to
ask for comments.
Brief problem statement:
Under Windows, some parts of R don't handle UNC paths beginning with
backslashes. Specifically
a) Sys.glob() fails to find some files breaking (e.g.) Rcmdr plugins
Sys.glob(file.path(.libPaths(), "*/etc/menus.txt"))
fails to find files which are there
b) update.packages(ask='graphics') fails when copying the updates into the
destination folders
In Renviron.site I define th...
2009 Aug 20
2
[Bug 1634] New: [PATCH] openbsd-compat/glob.h conflicts with system glob.h
https://bugzilla.mindrot.org/show_bug.cgi?id=1634
Summary: [PATCH] openbsd-compat/glob.h conflicts with system
glob.h
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unass...
2007 Nov 26
1
Problem with configure's detection of glob on 2.6.0 (PR#10468)
...but compilation aborts with:
pgcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I.
-I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
-Mvect=sse -Mscalarsse -Mcache_align -O2 -Kieee -c platform.c -o platform.o
PGC-S-0040-Illegal use of symbol, glob_t (platform.c: 1141)
PGC-W-0156-Type not specified, 'int' assumed (platform.c: 1141)
PGC-W-0095-Type cast required for this conversion (platform.c: 1168)
PGC/x86-64 Linux 7.0-2: compilation completed with severe errors
make[3]: *** [platform.o] Error 2
Running a diff on ./src/include/conf...
2001 Apr 17
0
FreeBSD Security Advisory FreeBSD-SA-01:33.ftpd-glob
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-01:33 Security Advisory
FreeBSD, Inc.
Topic: globbing vulnerability in ftpd
Category: core
Module: ftpd/libc
Announced: 2001-04-17
Credits: John McDonald and Anthony Osborne, COVERT Labs
Affects: FreeBSD 3.x (all releases), FreeBSD 4.x (all releases),
FreeBSD 3.5-STABLE and 4.3-RC prior to the...
2018 Oct 16
0
[PATCH 2/2] drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_global
So far, struct ttm_bo_global_ref was the only way of initializing a struct
ttm_bo_global. Providing separate initializer and release functions for
struct ttm_bo_global gives drivers the option of implementing their own
init and release callbacks for drm_global_references of type
DRM_GLOBAL_TTM_BO.
The original functions for...
2007 Sep 29
1
templates with same name before extension are cached
...ents I put in to follow
the code)
Request 1 "Accept: text/xml"
- "starting find_template, options are :"
{:action=>"index", :ext=>"rxml,xerb,builder"}
- match on elsif action
path is : /Users/dusty/nms/app/views/testing/index
- no cache, created glob
glob is : /Users/dusty/nms/app/views/testing/index.{rxml,xerb,builder}
- searched Dir[glob].first and found
found is : /Users/dusty/nms/app/views/testing/index.xerb
- finished find_template, template is:
"/Users/dusty/nms/app/views/testing/index.xerb"
Request 2 "Accept: text...
2009 Jun 26
1
should Sys.glob() cope with a UNC windows path beginning with backslashes?
I find that Sys.glob() doesn't like UNC paths where the initial slashes are backslashes. The help page for Sys.glob() doesn't specificly mention UNC paths, but does say: "File paths in Windows are interpreted with separator \ or /." Is the failure to treat a path beginning with a double-backslash as...
2011 Mar 04
2
remote DoS in sftp via crafted glob expressions (CVE-2010-4755)
Hi folks.
We were made aware of a MITRE CVE assignment on OpenSSH for a remote DoS
in sftp, described as:
The (1) remote_glob function in sftp-glob.c and the (2) process_put
function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3
and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote
authenticated users to cause a denial of service (CPU and memory
consumption) via crafted glob expressions that...
2011 Jun 30
0
Sys.glob() doesn't handle a UNC windows path beginning with backslashes
...specifying the path in .libPaths() as a 'local file system' (LFS)
address <L:/R/library/2.13> fixed the problem.
I contacted Professor Fox (maintainer of Rcmdr) who told me that Rcmdr finds
plug-in packages via the command
plugins <- unlist(lapply(.libPaths(), function(x) Sys.glob(file.path(x,
"*/etc/menus.txt"))))
Because file.path and Sys.glob are both vectorised I think (but am not
certain) that this could be simplified to:
plugins <- Sys.glob(file.path(.libPaths(), "*/etc/menus.txt"))
but that's by the way, the problem seems to lie in Sys.g...
2006 Mar 31
2
Missing probes in libc.so.1
...FUNCTION NAME
42288 pid22010 libc.so.1 _cleanup entry
42289 pid22010 libc.so.1 _creat64 entry
% /usr/ccs/bin/nm -n /lib/libc.so.1 | grep ''\|_c......$'' | grep FUNC
[8747] | 260828| 500|FUNC |GLOB |0 |9 |_catgets
[8845] | 261328| 148|FUNC |GLOB |0 |9 |_catopen
[6100] | 525792| 16|FUNC |WEAK |0 |9 |_cleanup
[7789] | 651320| 24|FUNC |GLOB |0 |9 |_creat64
[8799] | 515852| 56|FUNC |GLOB |0 |9 |_ctermid
[8814] | 271940...
2004 Sep 17
0
[Bug 1793] New: configure: WARNING: glob.h: present but cannot be compiled
https://bugzilla.samba.org/show_bug.cgi?id=1793
Summary: configure: WARNING: glob.h: present but cannot be
compiled
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org...