search for: srinath

Displaying 10 results from an estimated 10 matches for "srinath".

Did you mean: sirinath
2009 Oct 20
10
REXML
Hi, How to embed ruby code in xml . here is my XML template : string = <<EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ozxmlscene> <ozml version="4.0"> <styleRun style="1091379" offset="0" length="7"/> <text>The End</text> <object value="84"/> <object
2006 May 15
2
[PATCH 10/12 bugfix: openssh-4.3p2: memory leak
The variable local_user was allocated by xstrdup and is not freed or pointed to in this branch. This patch adds the xfree. This entire set of patches passed the regression tests on my system. Bug found by Coverity. Signed-off-by: Kylene Hall <kjhall at us.ibm.com> --- sshconnect.c | 1 + 1 files changed, 1 insertion(+) diff -uprN openssh-4.3p2/sshconnect.c
2010 Sep 29
1
Samba4 intersite DC replication
Hi, How's samba4 in intersite environment ? I'm not really concerned about bandwidth, but mostly in which ports I need to open in the firewall and if it has been tested before. Thanks Srinath
1999 Nov 03
8
help me
Well I have 2 segments in my network with win95 but I want to use a linux gateway to see ,all the machines when I click in Network Neighhood of one of my win95 ,my question is How configured samba to do that ,in winnt is very very difficult and I think that samba is more easy Bye
2007 Sep 21
4
Diffie Hellman key exchange algorithms
A few questions regarding the OpenSSH support for the Diffie Hellman key exchange algorithms: (1) Are the diffie-hellman-group-exchange-sha256", "diffie-hellman-group-exchange-sha1" , "diffie-hellman-group14-sha1" "diffie-hellman-group1-sha1" (as defined in RFCs 4253 and RFC 4419) the complete list of key exchange algorithms supported by OpenSSH? (2) Is there a
2006 Jul 11
0
Problems with buffer usage in SSH1.
...packet that's of size greater than 5Kb. In SSH2 this problem is overcome by constantly "consuming" the data in the buffer. I wanted to find out if somebody has already faced this problem and knows how to resolve it. I hope I have stated the problem precisely and correctly. Thanks, Srinath.
2008 Jun 30
1
javascript onclick for thumbnails
Hi, i was struggling for a function where only 1 thumbnail should be active and others inactive when clicked on the particular thumbnail. code: 1. view: 2. <script type="javascript"> 3. function PlayVideo_options(videoFile, id) { 4. document.getElementById(id).className = ''video_option active_video''; 5. } 6. </script> 7. 8.
2004 Jul 07
1
RES: ntlm_auth help
...rd OK my smb.conf is [global] workgroup = mydomain netbios name = PROXY_LINUX security = DOMAIN password server = 10.1.1.51 idmap uid = 10000-20000 idmap gid = 10000-20000 winbind use default domain = Yes Hope your help thank you champaka Srinath __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba =================...
2013 Mar 05
1
[LLVMdev] Cross-Compiling libc++ using newlib/Clang based Toolchain.
Hi There, I am trying to build a cross-compiler for an architecture with MIPS like ISA. To begin with, I built a toolchain for MIPSr2 which uses: Clang-3.1 for preprocessing, compiling, optimizing; Binutils-2.22 for assembling and linking; Newlib-1.20.0 as the standard C library implementation. I modified the Clang Driver to use the correct binutils tools and linker scripts. Compiling Newlib with
2009 Aug 13
0
Multiple selection with drag drop in rails
Hi, How can we achieve multipe selection of items with drag them from List A and drop in List B. Using the Ctrl key to select multiple items from a list. when click on any link in List B it will show images/items on List A. At present my app will drag only single items .. could any one help me on this !! thanks, sri.. -- Posted via http://www.ruby-forum.com/.