search for: ruehsen

Displaying 5 results from an estimated 5 matches for "ruehsen".

Did you mean: gruessen
2013 Oct 25
2
ProxyCommand brokent in recent snapshots
On 26 Oct 2013 08:38, "Tim R?hsen" <tim.ruehsen at gmx.de> wrote: [...] > With this change, the regression test fails (ssh dumps core). > 'addrs' stays NULL but is freed unconditionally a few lines further down. What platform is this on? POSIX says free(NULL) is a no-op. http://pubs.opengroup.org/onlinepubs/000095399/function...
2012 Apr 20
1
array code issue ?
Hi, I just took a look into the dovecot 2.1 sources and just saw a possible issue in array.h. This code snippet as an example: #static inline void * #array_get_modifiable_i(struct array *array, unsigned int *count_r) #{ # *count_r = array->buffer->used / array->element_size; # return buffer_get_modifiable_data(array->buffer, NULL); #} array->buffer->used and
2013 Oct 15
0
SSH development questions
Hi, I would like to contribute to OpenSSH. Theo pointed out that development first takes place on OpenBSD, than ported. My first steps where - installation of OpenBSD 5.3 - CVS downloaded /usr/src from -current branch - compiling/linking /usr/src/usr.bin/ssh/ (following the README) Now I would like to do some changes to the sources and contribute a patch. My main questions is What is the
2013 Oct 17
1
SSH regression test failure question
Hi, meanwhile I am deeper into OpenSSH (followed the well-done docs, that I missed in the beginning). 'make build' works with current CVS. But REGRESS_FULL=1 make regress fails for ssh: failed sftp permissions *** Error 1 in ssh (Makefile:145 't-sftp-perm') FAILED *** Error 1 in ssh (<bsd.regress.mk>:101 'regress') *** Error 1 in /usr/src/regress/usr.bin
2013 Oct 21
0
[PATCH] added warning options to CDIAGFLAGS
In short - added -Wextra, -Wold-style-definition and -Wformat=2 - fixed compiler warnings in roaming_common.c and ssh-agent.c The changes in ssh-agent.c enable gcc format checking in some cases where it has been circumvented before. Tim -------------- next part -------------- A non-text attachment was scrubbed... Name: ssh.diff Type: text/x-patch Size: 3733 bytes Desc: not available URL: