search for: proctect

Displaying 15 results from an estimated 15 matches for "proctect".

Did you mean: mprotect
2009 Mar 21
5
macro in a loop
...quot;,") How can I write a loop to read the data? I was trying to use the following year<-c(1940,1950,1960) for (j in 1:3){ data.year[j] <- read.table("c:/data/year[j] .csv",header=TRUE,sep=",") } But it is obviously wrong, as the marco is not proctected. I have been googling around for a while but haven't succeeded in finding any solutions. Thanks again for your help. Le
2006 May 23
4
Protecting the source code.
...nd obfuscate the source code running on the web server. I didn''t see yet some solution like this for Rails. Maybe we''ll have something like that on a near future (1 or 2 years)? Is there some plan to make some tool like that, is it possible, or is there a solution already for proctecting the source code of an commercial Rails project? I''d love to use Rails on this, but if there is no way to protect the source code, I''m afraid that somebody will ask me to use PHP. No problem with that, but as I said, I''d love to use Rails there. :-) Thanks! -- Po...
2016 Jan 19
2
Samba 4 and Windows 10 Problem.
For my home server i did it like this. Share \\server\backups [backups] path = /media/sambashares/backups read only = No by default everybody had full control on the share. Rights on the folder are 777 In this share/folder i have proctect folders. Like : /media/sambashares/backups/louis /media/sambashares/backups/mywife I created a linux user with the same name as i use in windows. /media/sambashares/backups/louis is set louis:users 700 Now everybody can write/create in the backup folder, but cannot access my own folder. My...
2016 Jan 19
0
Samba 4 and Windows 10 Problem.
...H. van Belle <belle at bazuin.nl> escreveu: For my home server i did it like this. Share \\server\backups [backups]     path = /media/sambashares/backups     read only = No by default everybody had full control on the share. Rights on the folder are 777 In this share/folder i have proctect folders. Like : /media/sambashares/backups/louis /media/sambashares/backups/mywife I created a linux user with the same name as i use in windows. /media/sambashares/backups/louis  is set louis:users 700 Now everybody can write/create in the backup folder, but cannot access my own folder. My...
2023 Jul 07
0
[PATCH drm-next v6 02/13] drm: manager to keep track of GPUs VA mappings
...> +/* > + * drm_gem_gpuva_set_lock() - Set the lock protecting accesses to the gpuva list. > + * @obj: the &drm_gem_object > + * @lock: the lock used to protect the gpuva list. The locking primitive > + * must contain a dep_map field. > + * > + * Call this if you're not proctecting access to the gpuva list > + * with the resv lock, otherwise, drm_gem_gpuva_init() takes case > + * of initializing the lock_dep_map for you. > + */ > +#define drm_gem_gpuva_set_lock(obj, lock) \ > + obj->gpuva.lock_dep_map = &(lock)->dep_map > +#define drm_gem_gpuva_...
2016 Jan 18
7
Samba 4 and Windows 10 Problem.
Hi... I'm used to configure samba 3, and now I'm getting some problems using samba 4. My scenario: I have a file server which hosts need to access public folders and private folders.OS: Centos7Samba version: 4.2.3  | 11.el7_2Selinux DisabledFirewalld disabled smb.conf[global]workgroup = WORKGROUP server string = Samba Server %v netbios name = centossecurity = usermap to guest = bad userdns
2017 Sep 08
2
[PATCH] RFC: v2v: add and use libvirt connection objects
...PI calls, improving the communication with remote (input) servers b) because of (a), there is way less need to pass libvirt_uri and password variables all around The hierarchy of input_libvirt* classes is changed to take a Lazy object with the libvirt connection, accessing it through a "proctected" method: this way, the connection is opened only at the first access. --- v2v/copy_to_local.ml | 3 +- v2v/input_libvirt.ml | 13 +- v2v/input_libvirt_other.ml | 24 ++-- v2v/input_libvirt_other.mli | 5 +- v2v/input_libvirt_vcenter_https...
2019 Apr 08
0
[PATCH v4 3/7] v2v: switch to ocaml-libvirt
...only when needed - no need to pass URIs and passwords around, if not needed - a wider range of libvirt APIs can now be used, with no need to create bindings manually The hierarchy of input_libvirt* classes is changed to take a Lazy object with the libvirt connection, accessing it through a "proctected" method: this way, the connection is opened only at the first access. Also, the Libvirt_utils module now is just helpers around the Libvirt module, to centralize error handling, and few common operations. --- docs/C_SOURCE_FILES | 1 - po/POTFILES |...
2023 Jul 13
1
[PATCH drm-next v7 02/13] drm: manager to keep track of GPUs VA mappings
...ct *obj); +#ifdef CONFIG_LOCKDEP +/* + * drm_gem_gpuva_set_lock() - Set the lock protecting accesses to the gpuva list. + * @obj: the &drm_gem_object + * @lock: the lock used to protect the gpuva list. The locking primitive + * must contain a dep_map field. + * + * Call this if you're not proctecting access to the gpuva list + * with the dma-resv lock, otherwise, drm_gem_gpuva_init() takes care + * of initializing lock_dep_map for you. + */ +#define drm_gem_gpuva_set_lock(obj, lock) \ + if (!(obj)->gpuva.lock_dep_map) \ + (obj)->gpuva.lock_dep_map = &(lock)->dep_map +#define dr...
2023 Jul 20
2
[PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings
...t *obj); +#ifdef CONFIG_LOCKDEP +/** + * drm_gem_gpuva_set_lock() - Set the lock protecting accesses to the gpuva list. + * @obj: the &drm_gem_object + * @lock: the lock used to protect the gpuva list. The locking primitive + * must contain a dep_map field. + * + * Call this if you're not proctecting access to the gpuva list + * with the dma-resv lock, otherwise, drm_gem_gpuva_init() takes care + * of initializing lock_dep_map for you. + */ +#define drm_gem_gpuva_set_lock(obj, lock) \ + if (!(obj)->gpuva.lock_dep_map) \ + (obj)->gpuva.lock_dep_map = &(lock)->dep_map +#define dr...
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all