Andreas Schneider
|
c563ed636a
|
Remove vim modelines from all files
If you want modelines use my vim plugin:
https://github.com/cryptomilk/git-modeline.vim
git config --add vim.modeline "ts=4 sw=4 et"
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2018-06-28 08:41:08 +02:00 |
|
Andreas Schneider
|
f0ddde4826
|
Fix config.h includes
We need stdlib.h and string.h in priv.h for free() and memset().
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2017-10-28 14:31:37 +02:00 |
|
Andreas Schneider
|
94fa1e382f
|
match: Add missing return statement
This makey the compiler happy.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2017-08-25 10:06:00 +02:00 |
|
Andreas Schneider
|
ec56d1d453
|
match: Don't dereference 's' directly.
Found by Coverity.
|
2012-10-09 11:09:34 +02:00 |
|
Andreas Schneider
|
f7842e3a4b
|
misc: Rename libssh/ to src/
|
2010-09-06 14:28:38 +02:00 |
|