Mercurial > dropbear
graph
-
Merge pull request #18 from annulen/dbclient_syslog2015-12-15, by Matt Johnston
-
Use dropbear_log instead of some fprintf's in client code.2015-12-01, by Konstantin Tokarev
-
Support syslog logging in dbclient.2015-12-01, by Konstantin Tokarev
-
Allow setting syslog identifier via startsyslog().2015-12-01, by Konstantin Tokarev
-
Moved usingsyslog from svr_runopts to runopts.2015-12-01, by Konstantin Tokarev
-
Merge pull request #17 from annulen/kill_proxy_cmd2015-12-15, by Matt Johnston
-
Client: kill proxy command when exiting application.2015-12-03, by Konstantin Tokarev
-
Merge pull request #16 from annulen/openssh_options2015-12-15, by Matt Johnston
-
Implemented ExitOnForwardFailure option for local and remote forwarding.2015-11-30, by Konstantin Tokarev
-
Added OpenSSH-like -o command line option to dbclient.2015-11-30, by Konstantin Tokarev
-
diffie-hellman-group14-sha2562015-12-11, by Matt Johnston
-
Thanks2015-12-03, by Matt Johnston
-
Added signature for changeset 926e7275cef42015-12-03, by Matt Johnston
-
Added tag DROPBEAR_2015.71 for changeset 9a944a243f082015-12-03, by Matt Johnston
-
wrong breakage version2015-12-02, by Matt Johnston
-
preliminary 2015.71 CHANGES2015-12-02, by Matt Johnston
-
ports and addresses must be malloced to avoid segfault on exit2015-12-02, by Matt Johnston
-
Merge pull request #15 from annulen/fix_cli_remotetcpfwd2015-11-30, by Matt Johnston
-
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.2015-11-27, by Konstantin Tokarev
-
The '==' comparision operator is not defined by POSIX, use '=' instead2015-11-30, by Juergen Daubert
-
Fix "Avoid queueing into circbuffer when the channel is about to close"2015-11-27, by Matt Johnston
-
Fix ses.channel_signal_pending race2015-11-27, by Matt Johnston
-
Added signature for changeset 5bb5976e69022015-11-26, by Matt Johnston
-
Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d2015-11-26, by Matt Johnston
-
2015.702015-11-26, by Matt Johnston
-
Another attempt at test for crypt()2015-11-26, by Matt Johnston
-
Backed out changeset fbcd0a20e6672015-11-26, by Matt Johnston
-
AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()2015-11-26, by Matt Johnston
-
release.sh reminds how to sign2015-11-25, by Matt Johnston
-
Added signature for changeset af074dbcb68f2015-11-25, by Matt Johnston
-
Added tag DROPBEAR_2015.69 for changeset 1637dbd262122015-11-25, by Matt Johnston
-
debian changelog2015-11-25, by Matt Johnston
-
changelog2015-11-25, by Matt Johnston
-
mention dropbearkey too2015-11-25, by Matt Johnston
-
Mention "dropbear -R" if no hostkeys2015-11-25, by Matt Johnston
-
check for zero K value from curve255192015-11-25, by Matt Johnston
-
Fix minor manpage formatting issues2015-11-25, by Guilhem Moulin
-
Improve dbclient manpage2015-11-23, by Matt Johnston
-
Fix flags after the hostname2015-11-23, by Matt Johnston
-
Bundling for dbclient2015-11-23, by Guilhem Moulin
-
Increase channel limit to 10002015-11-19, by Matt Johnston
-
Avoid queueing into circbuffer when the channel is about to close2015-11-19, by Matt Johnston
-
lazy allocation of circbuffer2015-11-19, by Matt Johnston
-
Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels open2015-11-19, by Matt Johnston
-
Only clear channel_signal_pending after handling all channels,2015-11-17, by Matt Johnston
-
Enable bundling2015-11-06, by Guilhem Moulin
-
S_IWUSR rather than S_IWRITE for scp2015-11-04, by Matt Johnston
-
Mention -y flag2015-10-28, by Guilhem Moulin
-
Add comment about compression2015-10-28, by Matt Johnston
-
Warn rather than fail if flags have trailing parts2015-10-28, by Matt Johnston
-
Test for crypt() rather than crypt.h2015-10-21, by Matt Johnston