Commits on Source (20)
-
Ben Gardner authored
-
Ben Gardner authored
_ERR is defined in stdio.h on my platform. Signed-off-by:
Ben Gardner <gardner.ben@gmail.com>
-
Ben Gardner authored
My POSIX-like platform is missing some basic termcodes. Make them optional. Signed-off-by:
Ben Gardner <gardner.ben@gmail.com>
-
Ben Gardner authored
Ignored are all files created when building from a git checkout as well as anything deleted by 'make clean'. Signed-off-by:
Ben Gardner <gardner.ben@gmail.com>
-
Stefan Hauser authored
Configure options to disable some features, which are checked using AC_ARG_ENABLE can be invoked with --enable-<option> as well. The current configure script always generates a #define for such options even though the --enable-<option> case should not generate a #define. Fix this by properly checking if the feature should be enabled, in which case no #define is being generated. Signed-off-by:
Stefan Hauser <stefan@shauser.net>
-
Andre McCurdy authored
To prevent build failures when using system libtom libraries and linking with --as-needed, LIBTOM_LIBS should be in the order -ltomcrypt -ltommath, not the other way around, ie libs should be prepended to LIBTOM_LIBS as they are found, not appended. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com>
-
Francois Perrad authored
-
Francois Perrad authored
-
Francois Perrad authored
-
Francois Perrad authored
in function tcp_acceptor() struct sockaddr_storage addr; char* addr = NULL;
-
Matt Johnston authored
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
-
Matt Johnston authored
Change label name _ERR to LBL_ERR
-
Matt Johnston authored
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional
-
Matt Johnston authored
Add .gitignore file
-
Matt Johnston authored
fix indentation
-
Matt Johnston authored
Fix configure options using AC_ARG_ENABLE
-
Matt Johnston authored
-
Francois Perrad authored
-
Matt Johnston authored
more lintings
-
Matt Johnston authored
Fix libtomcrypt/libtommath linking order
Showing
- .gitignore 21 additions, 0 deletions.gitignore
- cli-runopts.c 1 addition, 1 deletioncli-runopts.c
- cli-session.c 2 additions, 2 deletionscli-session.c
- common-kex.c 1 addition, 1 deletioncommon-kex.c
- compat.c 1 addition, 1 deletioncompat.c
- configure.ac 59 additions, 31 deletionsconfigure.ac
- dbrandom.c 3 additions, 3 deletionsdbrandom.c
- dropbearkey.c 1 addition, 1 deletiondropbearkey.c
- keyimport.c 5 additions, 5 deletionskeyimport.c
- libtommath/bn_mp_exteuclid.c 17 additions, 16 deletionslibtommath/bn_mp_exteuclid.c
- rsa.c 1 addition, 1 deletionrsa.c
- scpmisc.c 1 addition, 1 deletionscpmisc.c
- svr-runopts.c 2 additions, 2 deletionssvr-runopts.c
- svr-session.c 1 addition, 1 deletionsvr-session.c
- tcp-accept.c 4 additions, 4 deletionstcp-accept.c
- termcodes.c 22 additions, 2 deletionstermcodes.c
.gitignore
0 → 100644