Displaying 20 results from an estimated 100000 matches similar to: "info for code"
2002 Jul 23
1
to override existing sshd daemon
hi ,
to override the previous sshd daemon with
the one i have installed using openssh
what changes i will have to do
in my red hat linux 7.1
so that i can change existing code
to add some new features and use my
own server
bye
siddharth
2002 Jul 21
1
source problem
hi ,
i am installing openssh
please tell me links , where i can get information
about the source code (comments for source code)
bye
siddharth
2002 Jul 21
1
problem in openssl installation
hi ,
while installing openssl
which is to be installed before installing ssh
after doing tar
it is not generating configure file
but a directory named apps
please tell me how to proceed
please reply soon
bye
siddharth
2002 Jul 20
1
installation procedure
hi,
please give me information
of the steps needed to install
the openssh
2002 Jul 20
1
installation problem
hi ,
before installing openssh
is it necessary to install zlib and openssl ??
if yes where can i get the material
please help me.........
bye
2002 Aug 01
3
problem
hi ,
i am adding new feature biometrics authentication
to openssh
i have following query
after all the authentication methods fail
i want to add new authentications after it
but i am unable to add it
when i add the code
i get errors
connection closed by remote host
connection closed
and in log file i get
monitor_read unsupported request
i
2017 Sep 19
0
Dependency Info from AST
> On Sep 19, 2017, at 10:09 AM, Siddharth Shankar Swain <h2015096 at pilani.bits-pilani.ac.in> wrote:
>
> Hi Chris,
> Thanks for the suggestion i was trying to use the patch https://reviews.llvm.org/D30691 <https://reviews.llvm.org/D30691> and ASTimporter concept for cross file analysis. Can u explain in details the approach u suggested ?
There is a tutorial on
2017 Sep 19
0
Dependency Info from AST
(Apologies for the re-send Siddharth, I failed to cc the list)
There is no existing tool that I'm aware of which performs this analysis on the AST. It is possible to do on an AST. You would just need to write an AST Visitor that finds declarations, definitions, and uses of functions.
Is there a reason you need to do this at the AST level? With C code this analysis can be trivially performed
2017 Sep 19
3
Dependency Info from AST
Hi Chris,
Thanks for the suggestion i was trying to use the patch
https://reviews.llvm.org/D30691 and ASTimporter concept for cross file
analysis. Can u explain in details the approach u suggested ? What is `nm`
on the object files ? Can u suggest some approach to start on this cross
file analysis tool.
Thanks,
Siddharth
On Tue, Sep 19, 2017 at 9:42 PM, Chris Bieneman <beanz at apple.com>
2017 Sep 14
2
Dependency Info from AST
Hi,
Can anyone help if for example we have multiple c files and we want to
analyze their ASTs to find out any dependency between them ( like a
function defined in one c file is used in other, any external variable etc
). How can we do it at the AST level? I mean is there any automated tool or
flag for it in LLVM. If anyone has any idea please tell.
sincerely,
Siddharth
-------------- next part
2017 Sep 07
2
InstCombine, graph rewriting, Equality saturation
Thanks for the response.
Should I create a small prototype of equality saturation as an LLVM pass so
that there can be some concrete discussion on this? I'd love pointers.
Thanks,
Siddharth
On Wed 6 Sep, 2017, 23:35 John Regehr via llvm-dev <llvm-dev at lists.llvm.org>
wrote:
> Equality saturation is very cool work and Ross Tate mentioned to me that
> he'd be happy to chat
2019 Sep 10
3
[Bug 3068] New: Duplicate code in sshkey_load_private() function
https://bugzilla.mindrot.org/show_bug.cgi?id=3068
Bug ID: 3068
Summary: Duplicate code in sshkey_load_private() function
Product: Portable OpenSSH
Version: 8.0p1
Hardware: Other
OS: Windows 10
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee:
2019 Jun 24
2
Update README doc to include missing test cases
Dear OpenSSH developers,
I have created a pull request https://github.com/openssh/openssh-portable/pull/133 for submitting one patch.
With that patch, aim is to update the regress README document to include introduction of all the test cases present in regress.
Could this pull request be reviewed.
Thanks,
Jitendra
2019 Jul 29
2
[PATCH] regress: Fix possible memleaks
Hello,
Could attached patch be reviewed. This patch provides a fix for bug:
https://bugzilla.mindrot.org/show_bug.cgi?id=3037
Thanks,
Jitendra
2018 May 01
0
Disabling Exception in LLVM
LLVM does not allow the use of exceptions in our code. We do not allow throwing or catching them. That does not mean you cannot compile the code with exceptions enabled, it just means we don't use them.
Clang is a full C++ compiler. Even though LLVM & Clang do not use exceptions in their implementation, Clang does support compiling C++ code that uses exceptions.
Does this answer your
2018 May 11
0
LTO query
Hopefully someone else on the dev list who has experience with LNT and the
LLVM test-suite will chime in. I've never run it myself. Adding Mehdi since
he ran it with LTO/ThinLTO.
I found some documentation for the test-suite:
https://llvm.org/docs/TestingGuide.html#test-suite-overview
http://llvm.org/docs/lnt/quickstart.html
http://llvm.org/docs/lnt/tests.html#llvm-cmake-test-suite
But I
2018 May 11
0
LTO query
I'm not completely sure what you are asking. Are you looking for
performance benchmarks to use for LTO and ThinLTO testing? Or are you
asking how to build/run with LTO and ThinLTO? Are you asking how to run
LLVM's performance test-suite with LTO and ThinLTO?
Teresa
On Fri, May 11, 2018 at 5:21 AM Siddharth Shankar Swain <
h2015096 at pilani.bits-pilani.ac.in> wrote:
> Hi,
>
2018 Jan 30
1
Enabling LTO for new target
yeah so when LTO runs, in the linker, it uses the target to produce
object code. In the sense of code generation for target arch.
Thanks,
Siddharth
On Mon, Jan 29, 2018 at 11:03 PM, Teresa Johnson <tejohnson at google.com>
wrote:
> Can you be more specific? LTO/ThinLTO are target independent. You just
> need to be using a linker that supports *LTO (gold, lld, ld64, eg).
> Teresa
2000 Sep 26
3
anoying debug info + can't login automaticaly
Howdy,
I'm installing openssh 2.2.0p1 on a number of SUNs running Solaris
2.6 but ran into a few problems:
1. whenever I run a remote X11 application and f.i. change the windowsize
I get anoying debug messages like
debug: client_check_window_change: changed
This is a problem since I want to use openssh in a production environment.
Is there any way to turn these messages off?
2018 May 30
0
Meetup/Social in India
I'd be interested in attending and helping organise the Hyderabad meetup.
Cheers
Siddharth
On Wed 30 May, 2018, 14:32 Siddharth Shankar Swain via llvm-dev, <
llvm-dev at lists.llvm.org> wrote:
> Hi Folks,
>
> We are a group of LLVM compiler developers in Hyderabad area. Considering
> few previous mail about meetups in India, we are planning to organize LLVM
> meetups