Re: Executing command over forwarded port

2015-07-15 Thread Andreas Schneider
On Wednesday 15 July 2015 19:09:58 Raghaw Shukla wrote: And one more question how to connect to a forwarded port. The same as you would connect to a normal port?!? -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Executing command over forwarded port

2015-07-15 Thread Andreas Schneider
On Wednesday 15 July 2015 18:54:55 Raghaw Shukla wrote: Hi Andreas, How to read back what has been executed on shell over REmote.? Take a look at the exec example included in the sources ... -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Using ssh_bind_set_callbacks

2015-07-15 Thread Andreas Schneider
like the API is not complete. We have a ssh_bind_get_poll() function isn't called by anything so the callback can't be triggered at all. Go with this example ... https://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c -- Andreas Schneider GPG-ID: CC014E3D

Re: Executing command over forwarded port

2015-07-15 Thread Andreas Schneider
session d) connect to the forwared port -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: SFTP/SCP over a forwarded port

2015-07-13 Thread Andreas Schneider
On Saturday 11 July 2015 16:00:34 Raghaw Shukla wrote: Hi, Is it possible to do a SFTP/SCP over a forwarded port.If it is possible how to do that.? Yes, if you create a new session. -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: ssh_threads_set_callbacks in multithreaded server

2015-07-10 Thread Andreas Schneider
with it. -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: error during make of libssh

2015-07-08 Thread Andreas Schneider
/files So it works for me and I'm not a Windows developer ... -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Fwd: Not able to send several commands to the server

2015-07-07 Thread Andreas Schneider
:31 at Module.runMain (module.js:492:10) Running the same command using Putty works and my node script is executed... Can you please help me with this? For each ssh_channel_request_exec() you need to create a new channel ... -- andreas -- Andreas Schneider

Re: error during make of libssh

2015-07-07 Thread Andreas Schneider
any idea why this is happeening?? Compiler too old? It works just fine for me ... -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: libssh 0.7.0 ssh_connect() failed but 0.6.5 was OK

2015-07-03 Thread Andreas Schneider
/commit/?h=v0-7id=b45933d30d9a1d1ce94757a4dc76e0d7a5f31c44 Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: crashing application with LIBSSh 0.7.1

2015-07-02 Thread Andreas Schneider
-- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Public key authentication bugs

2015-06-29 Thread Andreas Schneider
, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: unsubscribe

2015-06-29 Thread Andreas Schneider
On Monday 29 June 2015 08:35:37 you wrote: try libssh+unsubscr...@libssh.org ;) -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Building as a subproject with CMake add_subdirectory

2015-06-24 Thread Andreas Schneider
command. why don't you use ExternalProject_Add: http://www.cmake.org/cmake/help/v3.3/module/ExternalProject.html ?? Best regards, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] Don't allocate a new identity list in the new session's options.

2015-06-24 Thread Andreas Schneider
; -} - it = ssh_list_get_iterator(src-opts.identity); while (it) { char *id; -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] requestExec() and openSession() are now throwable and return value. ssh::Session::getCSession() is now public method. Added ssh::Channel::getCChannel() public method which returns the unde

2015-06-16 Thread Andreas Schneider
On Thursday 04 June 2015 17:40:12 Angel Kolev wrote: Thank you very much for your contribution. Could you please create several commits. If you have an AND in the commit message it should be more than one commit ... Thanks, -- andreas -- Andreas Schneider GPG-ID

Re: Remote connection to linux server

2015-05-25 Thread Andreas Schneider
On Wednesday 20 May 2015 22:14:54 Charles@Hinet wrote: Hi Aris, I think openssl header was OK. It seems libssh 0.7.0 have change something in CMake rule.. Update your cmake installation. I think we need to require 2.8.6 at least ... -- Andreas Schneider GPG-ID: CC014E3D

Re: Remote connection to linux server

2015-05-20 Thread Andreas Schneider
On Tuesday 19 May 2015 18:14:48 Charles@Hinet wrote: Hi, What version are you using? I got the same error on 0.7.0, but 0.6.5 was OK on Windows 7/2012R2. Also which OpenSSL version are you using? It looks like we don't compile with DES support but advertise it ... Can you look

Re: run on android devices

2015-05-20 Thread Andreas Schneider
On Monday 18 May 2015 16:36:38 汤南 wrote: Could I use libssh on android devices? Thanks in advance! Yes, why not ...

Re: how send string to server

2015-05-20 Thread Andreas Schneider
On Monday 18 May 2015 16:34:49 汤南 wrote: could libssh send a string to a server? Please be more precise ... Sending data to a server is done using a channel ...

Re: how to build a server application using libssh

2015-05-20 Thread Andreas Schneider
On Monday 18 May 2015 20:05:11 汤南 wrote: I want to use libssh build a server application. But I can not find any documentation,I need some help. Thanks a lot! Take a look at https://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c

Re: Copying file from remote machine to local machine

2015-05-15 Thread Andreas Schneider
... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

libssh 0.7.0

2015-05-11 Thread Andreas Schneider
MACs Help is appreciated :) [1] https://www.libssh.org/2015/05/11/libssh-0-7-0/ -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: How use ssh_select after ­fail in ssh_bind_accept?

2015-05-11 Thread Andreas Schneider
ssh_bind_accept(). Common algorithm is: Hey, you should use the ssh event loop and callbacks, see: https://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c?h=v0-7 -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Compiling libssh for vxwork

2015-05-07 Thread Andreas Schneider
do not know vxworks ... -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Compiling libssh for vxwork

2015-05-06 Thread Andreas Schneider
Building for Visual Studio 9 2008 ? I guess you already built for VS9 in that directory, so you still have cmake build files around ... mkdir obj-vxworks cd obj-vxworks cmake -DCMAKE_TOOLCHAIN_FILE=path/to/toolchain.txt path/to/libssh -- Andreas Schneider GPG-ID: CC014E3D

Re: Compiling libssh for vxwork

2015-05-04 Thread Andreas Schneider
/CMake_Cross_Compiling#The_toolchain_file -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: exec command trough ssh tunnel

2015-04-20 Thread Andreas Schneider
) example. -- andreas http://man.cx/socketpair -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Question about creating an SSH session through SSH tunnel

2015-04-14 Thread Andreas Schneider
a second session and pass the second fd from the socketpair via ssh_options_set() and then do whatever you have to do ... It would be great if someone could extend the Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Issue closing socket in win32

2015-04-14 Thread Andreas Schneider
); Example below #ifdef _WIN32 closesocket(s); #else close(s); #endif I've fixed that in master ... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Errors after migrating from 0.6.0rc1 to 0.6.4

2015-04-07 Thread Andreas Schneider
server. https://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c You should use ssh_event ... -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Libssh and port forwarding

2015-03-25 Thread Andreas Schneider
/libssh_tutor_forwarding.html -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] basic client certificate support for libssh

2015-03-06 Thread Andreas Schneider
? Also a git format- patch would be nice. Thanks, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Transfering all types of files from one machine to another

2015-02-06 Thread Andreas Schneider
On Thursday 05 February 2015 11:19:21 Caspar Romot wrote: Hello, I am trying to implement libssh’s sftp api to copy all sorts of files from one machine to another via an ssh session. How would i go about it? As far as i can see looking at the sftp api there is only a way to create text

Re: double authentication ? How to handle it ?

2015-02-05 Thread Andreas Schneider
On Wednesday 04 February 2015 19:47:15 balasubramanian Achuthan wrote: Hi , Hi, I am writing a ssh client. The client should be able to handle double auth from SSH server. First the server sends a Challange , then it asks another password. How do i detect it and pass the password to SSH

Re: Running 'pkd' in Nightly and Coverage Builds

2015-01-26 Thread Andreas Schneider
by using a socket_wrapper to hook socket calls here? Just trying to understand the suggestion: why would we use that for this test? We get a consistent test setup on every machine. Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Running 'pkd' in Nightly and Coverage Builds

2015-01-26 Thread Andreas Schneider
directory. Move the pkd server to that directory and start it with socket_wrapper. Then implement tests with cmocka ... Does this make sense? -- andreas [1] http://cwrap.org [2] http://git.libssh.org/users/asn/libssh.git/log/?h=cwrap -- Andreas Schneider GPG-ID

Re: [PATCH] diffie-hellman-group-exchange-sha256

2015-01-20 Thread Andreas Schneider
://git.libssh.org/users/asn/libssh.git/log/?h=cwrap -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: ssh1 pty: wrong request state

2015-01-20 Thread Andreas Schneider
... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] diffie-hellman-group-exchange-sha256

2015-01-20 Thread Andreas Schneider
(). Thanks! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] diffie-hellman-group-exchange-sha256

2015-01-20 Thread Andreas Schneider
On Tuesday 20 January 2015 16:38:28 Yanis Kurganov wrote: 2015-01-20 14:19 GMT+03:00 Andreas Schneider a...@cryptomilk.org: Server side is ready! That's great. Thanks for your contribution! I would like to see some changes to the code for inclusion. It following our CodingStyle, small

Re: ssh1 pty: wrong request state

2015-01-20 Thread Andreas Schneider
On Tuesday 20 January 2015 14:37:08 Yanis Kurganov wrote: OK Pushed to master and v0-6. Thanks! -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] sftp: Fix memory leak on realloc failure

2015-01-14 Thread Andreas Schneider
to the respective sftp-ext member on success. Pushed, thanks for your contribution. -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Problem with server key verification

2015-01-13 Thread Andreas Schneider
and valid sig - key ok - return SUCCESS Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: bug 164 fixes?

2015-01-12 Thread Andreas Schneider
On Monday 12 January 2015 17:33:00 Robert Xu wrote: Hi all, Hi, Is bug 164/174 getting pushed to master anytime soon? The patch attached in 164 definitely works. I've pushed it to master and v0-6. -- andreas -- Andreas Schneider GPG-ID: CC014E3D

Re: libssh-0.6.4 Connection to server and build problem

2014-12-25 Thread Andreas Schneider
On Wednesday 24 December 2014 15:29:53 Виктор Буцких wrote: Hello Hi, I use your perfect library for my project on Windows. I decide to migrate from libssh 0.4.8 to 0.6.4. I don't use pre-compiled library (prefer to build myself). For building libssh I use VisualStudio 2010 Express (static

Re: [PATCH] diffie-hellman-group-exchange-sha256

2014-12-25 Thread Andreas Schneider
On Thursday 25 December 2014 13:17:41 you wrote: Hi, Andreas! Hey! I think I finish my work only on January((( It will be 3rd or 4th week. I want to test server side very well. I'm really sorry! end of January is fine! Merry xmas! -- andreas

Re: [PATCH] diffie-hellman-group-exchange-sha256

2014-12-19 Thread Andreas Schneider
a release. I really want to include this! Thanks for your contribution! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH 0/4] A Couple of LIBGCRYPT Fixes

2014-12-09 Thread Andreas Schneider
, and finally port over the older DSA signature fix originally from https://red.libssh.org/issues/144. thank you very much for the patches. I've pushed them to master. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] diffie-hellman-group-exchange-sha256

2014-12-08 Thread Andreas Schneider
this algos for server side later. This looks great. I will try to do a full review this week. We also need server side and some tests would be great too. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Large number of ssh_poll/poll leads to Interrupted system call

2014-12-05 Thread Andreas Schneider
-- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: channel_request: Channel request subsystem failed

2014-12-05 Thread Andreas Schneider
to the internet (NAT virtual adapter or bridged), Turn on debugging on the server and client side and find out what fails! The server log normally tells you more in this case! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Sample program equivalent to ssh -L localport:remotehost:remoteport without the shell session?

2014-12-05 Thread Andreas Schneider
to the tutorial are welcome!! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] crash with callbacks

2014-12-05 Thread Andreas Schneider
: ssh_set_log_callback(); and ssh_set_log_userdata(); -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: About non-blocking mode usage

2014-11-05 Thread Andreas Schneider
to fix the documentation are very welcome! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Error when using libssh in a PAM module with OpenSSH

2014-10-23 Thread Andreas Schneider
somehow differently? Why do you link against two libraries which provide the same functionality? -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Error when using libssh in a PAM module with OpenSSH

2014-10-23 Thread Andreas Schneider
via fiddling around with ELF internals. It would work if you create a map file for symbol versioning and compile libssh with it. This should resolve the problem. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] tests: introduce pkd_hello (resend: rebased)

2014-10-12 Thread Andreas Schneider
On Sunday 12 October 2014 15:37:46 you wrote: On Friday 10 October 2014 13:48:11 you wrote: Hi, Hi Jon, I've rebased the pkd_hello test on top of the latest master and thought I'd resend out. I'd love to get these tests running somehow on test.libssh.org, maybe with a valgrind

Re: [PATCH 0/3] ed25519: a couple fixes

2014-10-02 Thread Andreas Schneider
'. thank you very much for the patches! I've pushed all to master and the v0-6 repo. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: does libssh support Mac OS X?

2014-09-18 Thread Andreas Schneider
by clang senddata.c -I/opt/local/include the problem still exists! how to fix it ? I would link against libssh ... clang senddata.c -I/opt/local/include -lssh -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: does libssh support Mac OS X?

2014-09-18 Thread Andreas Schneider
connect_ssh.c see examples/CMakeLists.txt ... If you compile from source, the examples are compiled by default ... -- andreas -- Andreas Schneider GPG-ID

Re: API Docs 404'ing

2014-09-09 Thread Andreas Schneider
On Tuesday 09 September 2014 12:40:42 William Orr wrote: Hey, Is there a new URI for the doxygen docs? The links from https://www.libssh.org/documentation/ all 404. It works just fine for me ... http://api.libssh.org/ signature.asc Description: This is a digitally signed message part.

Re: Windows last realese version

2014-08-25 Thread Andreas Schneider
and provide new packages for windows too ... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Possible bug

2014-08-25 Thread Andreas Schneider
-- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: pki_private_key_from_base64: key flags issue

2014-08-25 Thread Andreas Schneider
key from a private key, see ssh_pki_export_privkey_to_pubkey(): http://api.libssh.org/stable/group__libssh__pki.html#ga5777bc537da6a447b2a9aa9eceff9877 -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: attribution statement?

2014-08-12 Thread Andreas Schneider
be sufficient. Andreas, correct me if I'm wrong. I think it depends ... See Q4 at http://answers.google.com/answers/threadview/id/439136.html It should answer your question :) Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: sys/time.h not found error on windows

2014-08-06 Thread Andreas Schneider
On Monday 30 June 2014 19:40:04 Andreas Schneider wrote: On Thursday 26 June 2014 17:00:26 Joseph Southwell wrote: git master branch src/libcrypto.c has #include sys/time.h This needs to be changed to #ifndef WIN32 #include sys/time.h #endif In order to compile

Re: Issue #74 from release 0.7 roadmap.

2014-07-02 Thread Andreas Schneider
On Monday 30 June 2014 19:38:03 Andreas Schneider wrote: On Thursday 26 June 2014 17:18:50 Joseph Southwell wrote: I need this feature myself so would like to contribute it. Sorry for the late response, I was on vacation. This is really great. We should rewrite the async sftp read too so

Re: Issue #74 from release 0.7 roadmap.

2014-06-30 Thread Andreas Schneider
'. We have async writev function in Samba and use this function most of the time. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Registering a logging callback

2014-06-10 Thread Andreas Schneider
/libssh.git/commit/?id=d9c47a8cfaedd51c24d95afba710e0e7f66b3c46 Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Closure of socket by shutdown function

2014-05-30 Thread Andreas Schneider
could be integrated to the main line. I don't think this is a common problem. It is a special case for how you implemented forking and handling of SSH. So you should call fd = ssh_bind_getfd(bind); shutdown(fd, 2) ssh_bind_free(bind); Cheers, -- andreas -- Andreas Schneider

Re: ssh_key_type_from_name + old identity.pub

2014-05-30 Thread Andreas Schneider
is the best way to solve this ? Either by fixing libssh or by changes on my side ? We should fix it in libssh and you should stop using rsa1 keys ;) -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: PATCH Contribution Signoff: password Protected Server Keys

2014-05-28 Thread Andreas Schneider
the same way. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] session: fix ssh_session-srv.ecdsa_key leak

2014-05-28 Thread Andreas Schneider
On Friday 23 May 2014 13:23:50 Jon Simons wrote: Attached is a leak fix for the 'srv.ecdsa_key' field in ssh_session. Pushed to the repo. I really need to do a new release. Thanks, -Jon -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Problems with login to debian7 server

2014-05-20 Thread Andreas Schneider
(session, NULL); Am 28.04.2014 16:12, schrieb Daniel Kroker: Hi, no. Am 28.04.2014 16:02, schrieb Andreas Schneider: On Monday 28 April 2014 15:34:56 Daniel Kroker wrote: Hello, i have problems to login into debian 7 server. Debian 5 works fine for me with this code

Re: [PATCH] Set the correct application version in CMakeLists.txt

2014-05-19 Thread Andreas Schneider
is this patch? I think master should be set to 0.7.0. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] Small documentation fix.

2014-05-06 Thread Andreas Schneider
base64 encoded key. You * need to free the buffer. * * @return SSH_OK on success, SSH_ERROR on error. -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH 3/4] tests: Add ssh server setup functionality

2014-05-06 Thread Andreas Schneider
); } -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] tests: introduce pkd_hello

2014-05-06 Thread Andreas Schneider
On Tuesday 22 April 2014 00:58:37 Jon Simons wrote: On 4/22/14, 12:31 AM, Andreas Schneider wrote: I'm really interested in adding this. But I would like to integrate it as an automated test. So it has to wait a bit. I've started with cwrap integration last week. http://git.libssh.org

Re: Problems with login to debian7 server

2014-04-28 Thread Andreas Schneider
it looks like 0 is ssh_auth_method_unknown. Did you call ssh_userauth_none() before? -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Support for SHA2 HMAC algorithms

2014-04-22 Thread Andreas Schneider
those two would be great. More smaller patches would be nice ... And you need to add to the commit message(es): BUG: https://red.libssh.org/issues/91 which you fix :) Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: [PATCH] tests: introduce pkd_hello

2014-04-22 Thread Andreas Schneider
last week. http://git.libssh.org/users/asn/libssh.git/log/?h=cwrap I will try to work on it this week. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Fwd: Optimization of log levels - libSSH

2014-04-22 Thread Andreas Schneider
On Wednesday 16 April 2014 17:18:47 Gangadhar Sandrani wrote: Hi All, Hi, I've committed it to the master branch, thanks! -- asn -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Support for SHA2 HMAC algorithms

2014-04-22 Thread Andreas Schneider
. I've pushed your work to master. Now we have to wait for the nightly builds ... http://test.libssh.org/index.php?project=libssh Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: building libssh for ios

2014-04-16 Thread Andreas Schneider
/view.php?id=12288 There are a lot people with your issue. I'm sure you know how a search engine works :) Best regards, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: What is WITH_GSSAPI and WITH_PCAP ?

2014-04-16 Thread Andreas Schneider
-DWITH_PCAP:BOOL=OFF pcap is a network tracing format. We implement it so you can dump the unencrypted network traffic for debugging purposes. Read more at http://www.tcpdump.org/ Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: Reg: Vulnerability CVE-2014-0160

2014-04-14 Thread Andreas Schneider
On Saturday 12 April 2014 22:53:07 Aris Adamantiadis wrote: Le 11/04/14 14:31, Andreas Schneider a écrit : Hi, This is regarding the vulnerability CVE-2014-0160 (OpenSSL Heartbleed), we understand that we use openSSL in our implementation. We link -lssl and use libcrypto.so in our

Re: libssh without OpenSSL

2014-04-14 Thread Andreas Schneider
-- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: Reg: Vulnerability CVE-2014-0160

2014-04-11 Thread Andreas Schneider
algorithms. See: https://www.openssl.org/docs/crypto/crypto.html Cheers, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: SSH via java secure shell

2014-04-09 Thread Andreas Schneider
featured ssh server. It just shows how to do things. Maybe it works with http://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c but I wouldn't guarantee it ... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org

Re: [PATCH 0/6] Fix ability to use ECDSA keys

2014-03-27 Thread Andreas Schneider
-- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH 1/3] options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keys

2014-03-27 Thread Andreas Schneider
; } break; case SSH_BIND_OPTIONS_BINDADDR: -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY

2014-03-27 Thread Andreas Schneider
and resend :) -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] channel: add ssh_channel_write timeout family

2014-03-27 Thread Andreas Schneider
for each of the 'waitsession_unblocked' and 'waitwindow_termination' loops that take place before the write. There should be no behavior change for the existing ssh_channel_write functions. Could you please rebase the patch and resend? Thanks, -- andreas -- Andreas Schneider

Pending patches

2014-03-20 Thread Andreas Schneider
Thanks for all the contributions! I'm sorry but I'm currently busy with security updates and other urgent stuff. I will go over all patches next week! -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: SSH Tunnels

2014-03-12 Thread Andreas Schneider
? this is not the callback way how libssh server should be implemented. See http://git.libssh.org/projects/libssh.git/tree/examples/ssh_server_fork.c -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] Fix ability to use ECDSA host keys

2014-02-25 Thread Andreas Schneider
or http://git.libssh.org/projects/libssh.git/tree/src/pki.c#n206 -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

Re: [PATCH] Fix ability to use ECDSA host keys

2014-02-25 Thread Andreas Schneider
On Wednesday 26 February 2014 02:29:32 Dustin Oprea wrote: On Wed, Feb 26, 2014 at 2:22 AM, Andreas Schneider a...@cryptomilk.orgwrote: On Tuesday 25 February 2014 22:19:49 Dustin Oprea wrote: Alan/Andreas: Hi Dustin, I'm guessing that the value assigned to ssh_key_struct.type

Re: [PATCH] examples: Add samplesshd-full example

2014-02-20 Thread Andreas Schneider
On Friday 21 February 2014 01:20:44 Dustin Oprea wrote: On Sun, Feb 2, 2014 at 1:36 PM, Andreas Schneider a...@cryptomilk.orgwrote: On Tuesday 28 January 2014 19:14:04 you wrote: Just a note. I've worked out how to make it work using polling, but I don't want to spam the mailing

Re: [PATCH] Fix ability to use ECDSA host keys

2014-02-17 Thread Andreas Schneider
open bugs for them and split it in to patches? Add to the commit message BUG: https://red.libssh.org/issues/ID Thanks, -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.orga...@cryptomilk.org

<    1   2   3   4   5   6   7   >