Displaying 20 results from an estimated 500 matches similar to: "No Error When Trying To Delete Protected Files With Windows Explorer"
2010 Jul 01
2
Default Hidden Disk Shares
Windows automatically creates an Admin level disk share as \\server\volume$
<file:///\\server\volume$> .
Can anyone tell me if Samba automatically does the same without having to
define these in SMB.CONF?
Thanks, Robert.
***********************************************************************************
Any opinions expressed in email are those of the individual and not necessarily
2010 Jul 01
1
net ads testjoin without asking for password
Hello all,
is it possible to execute "net ads testjoin" without net asking for a
password (in any circumstance)? The reason for my question is that I
want to use it in a script and thus won't be able to supply a password
to net (net does not ask for a password on stdin).
Thanks in advance to anyone who can shed some light on this for me!
Regards,
Khaled
2004 Jun 12
2
[LLVMdev] getelementptr results in seg-fault.
Hi,
I'm trying to compile and run the following code-snippet:
implementation
uint %fie(uint* %x) {
%e = getelementptr uint* %x, int 1
; %f = load uint* %e
ret uint 3
}
int %main(int %argc, sbyte** %argv) {
%z = malloc uint, uint 10
%g = call uint %fie(uint* %z)
ret int 0
}
But the getelementptr instruction gives a segmentation fault. Have I
misunderstood its use? I
2004 Jun 12
0
[LLVMdev] getelementptr results in seg-fault.
Hi Tobias,
I tried your test program on the latest CVS code. Everything worked
fine.
Can you tell me which version of LLVM you're using?
Reid.
On Sat, 2004-06-12 at 08:26, Tobias Nurmiranta wrote:
> Hi,
>
> I'm trying to compile and run the following code-snippet:
>
> implementation
>
> uint %fie(uint* %x) {
> %e = getelementptr uint* %x, int 1
> ;
2004 Jun 12
1
[LLVMdev] getelementptr results in seg-fault.
Hi!
Hmm, ok. I'm using the 1.2 release. Found out that it worked when using
long to index getelementptr, but not when using uint, int or ulong. But
then I'll try with the CVS code instead. Thank you.
, Tobias
On Sat, 12 Jun 2004, Reid Spencer wrote:
> Hi Tobias,
>
> I tried your test program on the latest CVS code. Everything worked
> fine.
>
> Can you tell me which
1999 Dec 20
1
2.0.6: very hard overload after upgrade from 2.0.5a
hi*&
ppl, what I see?
smbstat shows this:
veda uucp uucp 17012 vdv (193.168.6.84) Sun Dec 19
14:33:43 1999
squid-wate piv guest 19110 nlv (193.168.6.74) Mon Dec 20
08:51:18 1999
squid-nav paul wheel 19110 nlv (193.168.6.74) Mon Dec 20
08:51:42 1999
nlv nlv guest 19110 nlv (193.168.6.74) Mon Dec 20
09:11:31 1999
2004 Mar 06
2
.Call: is new attribute of protected object auto-protected
Hi,
I have an SEXP obj in a C function called via .Call(). The obj is
protected (in fact it is an argument to .Call and therefore
automatically protected). If I set an attribute of obj does the
attribute become protected too? Here is an example
SEXP foo(SEXP obj) {
SET_NAMES(obj, NEW_CHARACTER(3)); /* are names protected or not? */
...
}
Thanks,
Vadim
[[alternative HTML version
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the
string/method
protected
in the model. What does it do? Can''t find that in
http://api.rubyonrails.org/.
--
Posted via http://www.ruby-forum.com/.
2006 May 17
0
class filter: cannot call protected controller methods
Greetins all,
I''m rewriting a filter from the method form to a class filter.(see
below)
Problem: some controller - redirect_to - and route - *_url - methods are
protected (redirect_to, f.ex.), and cannot be called.
Is this intended?
Is there a solution workaround?
TIA
Alain
BEFORE:
-----------
before_filter :login_required, :except => [:welcome,:login]
def
2006 May 26
1
access a ActionControllers protected method from plugin?
I can''t belive I fit that in as the subject!
I''m writing a plugin that will allow me to grab some text from a
database and call the render method from ActionController on part of the
text. I can''t seem to figure out how to access the render method of
ActionController::Base. I keep getting the "uninitialized constant
Execute" error. How can I do this?
2008 May 10
1
Mocking protected/private methods
Hello all,
I have a question concerning mocha''s handling
of protected and private methods. When expecting
such a method, the method is public in the test.
I expected the method to keep its original visibilty.
Is this intended behaviour, or a bug?
Thanks for your help,
Tammo Freese
2007 Apr 18
0
[PATCH 10/21] i386 Use protected segment for 16bit stack
Use prepare_protected_segment macro to set up the 16-bit stack.
Whee!! This code is almost readable now.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/cpu/common.c
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/cpu/common.c 2005-11-04 16:54:45.000000000 -0800
+++
2011 Jan 26
1
Re: Can not open Excel password protected file
meonline,
when you say
> if I save the original .xlsx w/o a password, then open under wine and create a password, things work as expected
do you mean that you can open the new password protected with MS Office in Windows? Because I can't...
I've tried with Wine 1.3.12, but the problem is still here.
2006 Nov 20
1
protected file list
Hi all,
I need to protect a certain type of files, example dll, cpp, files within my
share. I need to protect this set of files from being deleted, renamed or
modified. Other files will have a normal permissions. can this be possible
with samba options?
thanks in advance for any help.
warren
2006 Oct 31
0
6412600 IPsec SOFT EXPIRE inaccurately reports number of bytes protected by SA
Author: markfen
Repository: /hg/zfs-crypto/gate
Revision: ea6646e31b7d6941b25bd7557b7c12a68611b2bc
Log message:
6412600 IPsec SOFT EXPIRE inaccurately reports number of bytes protected by SA
Files:
update: usr/src/uts/common/inet/ip/sadb.c
2008 Aug 14
2
Accessing Memdisk from Protected Mode
Hello,
I would like to access Memdisk (as a RAM disk) from my application in
pure protected mode. "Pure" means that I don't' want to have any
switches to real mode even if these switches are automatically handled
by Memdisk interrupt stubs. The reason is that my application is running
on top of Virtual Machine Monitor (VMM). This virtualization layer is
quite simple and
2013 Jul 18
1
INBOX protected foldername?
Hello,
have a little problem with folders with name INBOX created by Users.
Some Clients use a Prefix for their Folders. In our old setup (dovecot 1.2)
it was possible to create a Folder INBOX in mbox-space with some Subfolders.
These Subfolders of INBOX showed up in Mailclient at toplevel.
Now we updatet to 2.1.7.
In higher dovecot versions INBOX seems to be a kind of protected foldername.
2006 Feb 23
1
R and marine protected areas: algorithms for site selection
Dear listers,
a central problem in conservation biology is the selection of sites in
reserve network design.
many algorithms have been published, and I was wondering any have been
implemented in R.
I did not seen anything on CRAN or R-help, or on the web in general.
Best regards, Eric
Eric Pante
----------------------------------------------------------------
College of Charleston, Grice
2006 Apr 01
0
Update among protected repos (with yum-protectbase-plugin)
Hello,
>From http://wiki.linux.duke.edu/YumPlugins
----
This plugin allows certain repositories to be protected. Packages in the
protected repositories can't be overridden by packages in non-protected
repositories even if the non-protected repo has a later version.
---
But jumps a doubt to me, can be updated packages among different
protected repos?
Suppose you have 2 protected repos A
2012 Oct 04
0
protected method access
I just want to make a note of something I read here:
http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Classes#Protected
def <=>(other)
self.age <=> other.age
end
It says:
"If age is private, this method will not work, because other.age is
not accessible. If "age" is protected, this will work fine, because
self and other are of same class, and can access