index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile.in
Age
Commit message (
Expand
)
Author
2011-11-08
Fix symlink target created by installdropbearmulti
Matt Johnston
2011-06-30
Hopefully fix -lcrypt problem
Matt Johnston
2011-02-25
-lcrypt needs to be before object files when static linking
Matt Johnston
2010-07-21
Work properly again with bundled libtom*. autoconf is a hassle.
Matt Johnston
2010-07-21
Use system libtomcrypt/libtommath if available. Doesn't currently
Matt Johnston
2009-09-02
- scp progressbar needs strlcat(), so add compat.o
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2008-11-18
- Use the right variable notation
Matt Johnston
2008-11-17
Only use -lcrypt for Dropbear server binary
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston
2006-10-11
Fix up separate-directory building for libtomcrypt
Matt Johnston
2006-04-18
Include CPPFLAGS in CFLAGS
Matt Johnston
2005-09-20
added keyboard-interactive client support
Matt Johnston
2005-05-10
* change include path for libtomcrypt 1.02
Matt Johnston
2005-03-02
* don't add a 'static' prefix to binary names
Matt Johnston
2005-01-02
0.44 release changes
Matt Johnston
2004-12-17
Pristine compilation works.
Matt Johnston
2004-09-21
use inst_ rather than inst, so it doesn't try to install "all".
Matt Johnston
2004-09-12
propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...
Matt Johnston
2004-09-12
propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-17
Small fixes
Matt Johnston
2004-08-17
do the symlinks for multi-binary compiles
Matt Johnston
2004-08-16
dbclient works as "ssh" too
Matt Johnston
2004-08-14
Dropbearkey can now print out pubkey portions
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-12
fake-rfc stuff
Matt Johnston
2004-08-12
Oops, forgot to call the actual code.
Matt Johnston
2004-08-12
TCP forwarding works.
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-08-08
svr-authpam code merged and works. needs tidying a log
Matt Johnston
2004-08-08
add cli-authpubkey
Matt Johnston
2004-08-07
Should be dropbearkey, rather than dropbearmulti, for the default targets
Matt Johnston
2004-07-30
we're nearly there yet
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-27
forgot to include libtomcrypt dir
Matt Johnston
2004-07-27
removed some test targets
Matt Johnston
2004-07-27
Switching to the magical new Makefile, and new dbmulti style
Matt Johnston
2004-07-27
Totally reworked Makefile.in
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-23
Makefile.in
Matt Johnston
2004-06-03
- renaming x11fwd.c to svr-x11fwd.c, to testing monotone
Matt Johnston
2004-06-03
- Reworked non-channel fd handling to listener.c
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston