search for: requst

Displaying 18 results from an estimated 18 matches for "requst".

Did you mean: request
2006 Jun 09
2
How to mail decrypted password to user?
Hi, I am using acts_as_athenticated plugin for my rails application. That plugin is using "SHA1" algorithm to encrypt password & stroe it into database. Now in future suppose user requsted his password through email, hhow should I decrypt that password in my application & for sending it through mail? Please help me. I am trying this since last 2 days. But still not succeeded. Thanx in advance for ur help. Prash -- Posted via http://www.ruby-forum.com/.
2016 Apr 18
3
Machine-readble cloud-image list
Hi there, I would like to write a script to download the CentOS generic cloud images with the intention of making them eventually available to oVirt users via the oVirt public Glance repository. For that purpose I need to: 1. list the CentOS generic cloud images 2. list mirrors from where I could potentially download those images I could try to parse the HTML here [1], but I'd rather just
2020 Jun 16
2
client host certificates and receiving host configuration
I'm working on a small server written in Go to add short-lived user certificates to the forwarded agents of authorized users. https://github.com/rorycl/sshagentca This seems to work quite well for accessing sshd servers with the appropriately configured "TrustedUserCAKeys" directive. I have been in a debate about how similarly adding host certificates to forwarded agents could
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
...(c) && strstr((c),"ntea") && !strstr((c),"nontea")) + #if defined(open) && open == binary_open # undef open #endif @@ -61,12 +65,34 @@ int check_nt_auth(int pwd_authenticated, * context on NT systems is the password authentication. So * we deny all requsts for changing the user context if another * authentication method is used. - * This may change in future when a special openssh - * subauthentication package is available. + * + * This doesn't apply to Cygwin versions >= 1.3.2 anymore which + * uses the undocumented NtCreateToken() call to...
2004 Aug 18
3
R as shared library
...runs an initialization routine which calls Rf_initEmbeddedR() and the following code: /* override to call apache library write routine */ ptr_R_WriteConsole = Rapache_WriteConsole; /* load source(). I assume this is appropriate. I could always move this to the code that handles the requst */ PROTECT(R_source_fun = allocVector(LANGSXP, 2)); SETCAR(R_source_fun, Rf_install("source")); SETCAR(CDR(R_source_fun), R_source_arg = NEW_CHARACTER(1)); Then each request is serviced by the following code: /* r is apache request, r->filename is url translated to apsol...
2016 Apr 19
0
Machine-readble cloud-image list
...s information or parts of it available in some > machine-readable format somewhere? > > [1]: http://cloud.centos.org/centos/7/images/ > > Thanks, > Barak > in the early days I had a json file that had the details in there, but it was dropped almost a year ago. If you file a requst at bugs.centos.org and point me at it ( ideally assign the issue to me ), I can work out the required bits. What sort of info would you expect to see in this beyond - filename - date of last upates - centos ver - arch - file format - sha256um regards -- Karanbir Singh +44-207-0999389 | http://...
2016 Apr 19
1
Machine-readble cloud-image list
On Tue, Apr 19, 2016 at 02:08:33AM +0100, Karanbir Singh wrote: > in the early days I had a json file that had the details in there, but > it was dropped almost a year ago. If you file a requst at > bugs.centos.org and point me at it ( ideally assign the issue to me ), I > can work out the required bits. > > What sort of info would you expect to see in this beyond > - filename > - date of last upates > - centos ver > - arch > - file format > - sha256um >...
2005 Aug 10
0
network traffic can''t be seen by iptables when no bridge presents
...ping 10.8.0.52 from 10.8.0.51 and I expect to see the traffics would be logged. However, I can''t see any corresponding traffics are logging. Only traffics looks like : IN=lo OUT= ip-source=127.0.0.1 ip-destination=127.0.0.1........ I use tcpdump to listen on vif1.0 and I can see the icmp requsts from 10.8.0.51 to 10.8.0.52. I am using the kernel linux-2.6.11-xen0. Does anybody have ideas about it? Is it because there is no bridge presenting? thanks liang _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen...
2013 Apr 16
0
ext3 corruption in domU
I was referred here by Ian Campbell ijc@hellion.org.uk from bugs.debian.org. First, I''m happy to provide more information about this bug as requsted. I recognize not all relevant data has been collected yet. Detailed information about this bug can be found at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705124. The executive summary is: Using Debian Testing (7.0, wheezy) dom0 with LVM and full disk encryption with Debian Stable (6.0, Sq...
2006 Mar 30
4
SSL Requirement plugin
Is there any way to have the plugin require SSL to be used for all actions in a controller and just specify the ones you dont want to require SSL using ssl_allowed? class ApplicationController < ActiveRecord::Base include SslRequirement ssl_required *.* Many thanks. Also I could of course combine this with local.request? so that when developing locally http is allowed, but
2006 Jun 23
3
Help Analyzing The Log...(first time newbie)
Hello. Can someone please help me read this error log located in the log folder? [ displays ''ESC'' in my editor, but did not display in this copy and paste. so i''m wondering what that means too.. Session ID: cefa85a414c483d345b4e2fd5ce9449c / ^ just the session id / Parameters: {"action"=>"index",
2001 May 23
1
[PATCH]: Drop the use of `check_nt_auth'.
...d-cygwin_util.c 2001/05/23 09:40:50 @@ -54,22 +54,6 @@ int binary_pipe(int fd[2]) return ret; } -int check_nt_auth(int pwd_authenticated, uid_t uid) -{ - /* - * The only authentication which is able to change the user - * context on NT systems is the password authentication. So - * we deny all requsts for changing the user context if another - * authentication method is used. - * This may change in future when a special openssh - * subauthentication package is available. - */ - if (is_winnt && !pwd_authenticated && geteuid() != uid) - return 0; - - return 1; -} - int check_nt...
2006 Sep 19
2
help w/ Powerware Prestige 9
Hi, I've got a Powerware Prestige 9 1kVA UPS that seems to not be working with nut. It's not in the current "supported hardware" list, but the old bcmxcp page lists it as being a UPS that speaks that protocol. I have the following in my ups.conf [powerware] driver = bcmxcp port = /dev/ttyS0 desc = "Powerware Prestige 9 EXT" baud_rate = 2400 And when I start the
2020 Jun 17
3
client host certificates and receiving host configuration
...added to a forwarded agent > > replace the necessity for a '@cert-authority' line in a user's known_hosts > > file? > > I'm not sure I want to add yet another path (the agent) to ssh's already > twisty host key verification logic. However, a few people have requsted > a KnownHostsCommand option that allows the output of a subprocess to > be used in addition to the usual known_hosts. Would this work for you? > > > Secondly, would there be any alteration to the requirement for a > > "HostCertificate" CA-signed public key (from a...
2007 Sep 28
9
PUT (and friends) bug?
As far as I can tell, sending an actual HTTP PUT request to a Camping app will never parse the params out of the request body - or am I going nuts? This code seems to say only POST''s will parse the request body: elsif @method == "post" and \ e.CONTENT_TYPE == "application/x-www-form-urlencoded" q.u(C.qsp(@in.read)) end I looked for an easy spot to stick
2006 Apr 11
12
RJS
I am trying to use RJS as shown in this tutorial : http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates However it does not seem to work. I am not getting any excpetions in the logs. Here is what the logs say : Parameters: {"action"=>"add", "controller"=>"homepage"} Rendering homepage/add The homepage/add is named add.rjs I know
2012 May 21
16
Contactos en Madrid-ayuda con instalación
Hola a todos, Mi nombre es Juanjo. Llevo un tiempo intentado hacer funcionar un programa que necesita de la instalación de RPROJECT y REXCEL. He mirado varias guías e instalado los programas pero obtengo varios errores. El principal es que tras instalar RProject, Rexcel y statcon y al intentar correr esta macro desde Visual Basic… Sub Start() RInterface.StartRServer
2016 May 04
2
OrcLazyJIT for windows
Hi David, This is really cool. I'd love to get this in-tree. There are two ways we could go about this: (1) Make the OrcArchitecture interface ABI-aware so that it can choose the right resolver code, or (2) Replace the OrcArchitecture classes with OrcABI classes. I.e. We'd just a rename OrcX86_64 -> Orc_X86_64_SysV (and rename I386 & AArch64 similarly) , then we add your code as