Displaying 9 results from an estimated 9 matches for "wraper".
Did you mean:
wrapper
2008 Nov 25
1
Sieve and global scripts
...any way to make the dovecot deliver agent (with sieve) load a
"global sieve script" before load the user sieve file?
I want to create some rules for every one, like: "if header contais:
IS SPAM, move to SPAM BOX"...
I made this today with a couple of "sed + awk" and a wraper for
managesieve-login... but, this is definily not the best way to do
this...
This is possible to do? (Even with change in the code)
Regards.
--
"N?o deixe a faculdade atrapalhar seus estudos."
http://allan.cassaro.googlepages.com
2006 Feb 09
0
(no subject)
...tion.
This example used to be in package cxx_0.0-x.tar.gz in the src/contrib/Devel section on CRAN, and could be compiled as a package in the usual way on Windows. "
So it doesn't run ,
With C it 's ok but with c++ no no.
I dont understand and don' t know how write this wraper, because Compilateur Visual C++ compile C too, so I don't need wraper?
Too there is a black box used in Logiciel R it is writted in "R" with C it 'ok but with c++ it doesn't
Can you help me please.
Thank you very much
[[alternative HTML version deleted]]
2006 Aug 21
3
User can't access a share that he has full control of
...ding to the man page on stat:
"... you do not need any access rights to the file to get information
but you need search rights to all directories named in the path leading
to the file..."
Am I missing something here big time?
Was it done by purposes?
I quickly modified vfs.c and vfs-wraper .c to change to root before stat
or chdir is done and then change back to the original vuid and things
started to work.
Basically, now it works exactly as windows behaving.
Meaning a user can access a share that he has rights to, even that the
user has no access to all folders leading to that....
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
...4 ftp://ftp.openssl.org/source/openssl-0.9.4.tar.gz
egd 0.6 ftp://ftp.lothar.com/linux/egd-0.6.tar.gz
openssh 1.2pre16 http://violet.ibs.com.au/openssh/files/openssh-1.2pre16.tar.gz
Configured with:
./configure --prefix=/usr/local \
--sysconfdir=/etc/ssh \
--with-tcp-wrapers \
--with-egd-pool=/var/random/entropy
Problem:
# using $Id: pty.c,v 1.9 1999/12/06 12:10:12 deraadt Exp $
gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/etc/ssh\" \
-DSSH_PROGRAM=\"/usr/local/bin/ssh\" \
-DSSH_ASKPASS_DEFAULT=\"/usr/local/l...
2001 Sep 20
0
Wine ?? MM ?? Microphone ??
...equire it ... and i think all other
Voice/Micophone apps do require it too.
the ponit at the moment is, i'd like to use the voicechat function from
HL ... since this is shipped with 1108 ....
so please gimme some hints ...
btw : i don't use the OSS modules in the kernel .. is there a OSS
wraper ? or are the automaticly oss ??
greetings ... Moritz
2012 Jan 21
0
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Hi Anton, in a solution without CAZ, isNullValue can just return true when it
sees the special "this ConstantArray is all zero" flag. So all the places that
now look for CAZ can just use isNullValue instead and there need be no
performance loss. That said, CAZ is more "in your force" so less likely to be
forgotten about. Another interesting possibility is to handle more than
2008 Nov 07
6
Cannot get the libwrap patch work
Hello there,
I have been trying to make the patch work for libwrap(TCP
Wrappers) posted on http://dovecot.org/patches
<http://dovecot.org/patches%20Patch%20of%201.1> Patch of 1.1 but could not
get it work. Any help will be highly appreciated. After compiling and
running it I get error "Error: login_tcp_wrappers can't be used because
Dovecot wasn't built with
2008 Nov 08
1
dovecot Digest, Vol 67, Issue 19
...5 @@
io_loop_stop(ioloop);
}
+static void access_check(int fd, const struct ip_addr *ip, bool ssl)
+{
+#ifdef HAVE_LIBWRAP
+ struct request_info req;
+ char *daemon;
+ string_t *process_name_ssl;
+
+ if (!tcp_wrappers)
+ return;
+ if (!process_per_connection)
+ i_fatal("Tried to use TCP wrapers with
process_per_connection=no");
+
+ if (ssl) {
+ process_name_ssl = t_str_new(20);
+ str_append(process_name_ssl, process_name);
+ str_append(process_name_ssl, "-ssl");
+ daemon = str_c(process_name_ssl);
+ } else {
+ daemon = process_name;
+ }
+ request_init(&req,
+...
2001 Feb 16
7
OpenSSH 2.5.0p1
Known issues:
1) Linux 'sleep 20' -- Unfixable before 2.5.0 (known work around)
2) HP/UX signal issue -- Patched and HP/UX 11 works in v2
3) SCO 2/ Native Compiler -- Unfixable before 2.5.0 (known work around)
4) NeXTStep -- Resynced, MAX_GROUPS vs NGROUPS unresolved (not major)
5) DG/UX regcomp/regexec -- Fixed.
6) Cray signal issues -- ???
7) Solaris '$PATH' issue -- ??