search for: dtto

Displaying 5 results from an estimated 5 matches for "dtto".

Did you mean: ditto
1998 May 19
1
Beware of dangerous enviroment (Re: Overflows in minicom)
...SPATH. Don''t know about 2.0, > separate GNU gettext, or libc5. I have browsed various versions of libc and found a handful of weak points where the value of an enviroment variable is trusted more than necessary. Variable Impact NLSPATH can read arbitrary file LANGUAGE, LANG, LC_* dtto (if the value starts with a sufficient number of "../") TZ dtto (../) LD_PROFILE_OUTPUT can overwrite arbitrary file (not verified) Quite a lot of harm can be caused even with read-only access. Think of getting read access to /dev/*, esp. /dev/mem and /dev/port (welcome to the wor...
2000 Jul 27
1
rh62 suid files
Hi, I believe having less root setuid binaries on system is The Way ... so: Why does RH6.2 ships with /sbin/dump & /sbin/restore root setuid? These are for sysadmins, not for regular users I hope. Is /sbin/unix_chkpwd really used and what is it used for? I haven't find anything about it in pam documentation. Is it really necessary to ship /usr/bin/gpasswd and /usr/bin/newgrp? Does
2019 Jul 17
0
Re: [PATCH] Rust bindings: Add Rust bindings
...is supposed to be here :) >diff --git a/rust/run-bindtests b/rust/run-bindtests >new file mode 100755 >index 000000000..2986e898d >--- /dev/null >+++ b/rust/run-bindtests >@@ -0,0 +1,23 @@ >+#!/bin/sh - >+# libguestfs Golang bindings >+# Copyright (C) 2013 Red Hat Inc. dtto and some other files as well [...] >diff --git a/rust/tests/010_load.rs b/rust/tests/010_load.rs >new file mode 100644 >index 000000000..4cb43f2c1 >--- /dev/null >+++ b/rust/tests/010_load.rs >@@ -0,0 +1,24 @@ >+/* libguestfs Rust bindings >+Copyright (C) 2009-2019 Red Ha...
2019 Jul 17
2
[PATCH] Rust bindings: Add Rust bindings
From: Hiroyuki_Katsura <hiroyuki.katsura.0513@gmail.com> Rust bindings: Add create / close functions Rust bindings: Add 4 bindings tests Rust bindings: Add generator of structs Rust bindings: Add generator of structs for optional arguments Rust bindings: Add generator of function signatures Rust bindings: Complete actions Rust bindings: Fix memory management Rust bindings: Add
2019 Jul 20
2
Re: [PATCH] Rust bindings: Add Rust bindings
.../run-bindtests b/rust/run-bindtests > >new file mode 100755 > >index 000000000..2986e898d > >--- /dev/null > >+++ b/rust/run-bindtests > >@@ -0,0 +1,23 @@ > >+#!/bin/sh - > >+# libguestfs Golang bindings > >+# Copyright (C) 2013 Red Hat Inc. > > dtto > > and some other files as well > > [...] > > >diff --git a/rust/tests/010_load.rs b/rust/tests/010_load.rs > >new file mode 100644 > >index 000000000..4cb43f2c1 > >--- /dev/null > >+++ b/rust/tests/010_load.rs > >@@ -0,0 +1,24 @@ > >+/* lib...