Mercurial > dropbear
graph
-
Turn modptr local variable into unsigned char *Sun, 03 May 2015 00:27:49 +0200, by Gaël PORTAY
-
Turn name and instruction local variables into char *Sun, 03 May 2015 00:23:55 +0200, by Gaël PORTAY
-
Turn type and term local variables into char *Sun, 03 May 2015 00:01:36 +0200, by Gaël PORTAY
-
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *Sat, 02 May 2015 23:54:06 +0200, by Gaël PORTAY
-
Turn banner, methods and tok local variable into char *Sat, 02 May 2015 23:48:57 +0200, by Gaël PORTAY
-
Turn many local variables into char *Sat, 02 May 2015 23:40:30 +0200, by Gaël PORTAY
-
Turn signame local variable into char *Sat, 02 May 2015 23:32:13 +0200, by Gaël PORTAY
-
Turn ChanSess's cmd attribute into char *Sat, 02 May 2015 23:28:28 +0200, by Gaël PORTAY
-
Turn send_msg_service_accept()'s name argument into char *Sat, 02 May 2015 23:24:23 +0200, by Gaël PORTAY
-
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *Sat, 02 May 2015 23:17:43 +0200, by Gaël PORTAY
-
Turn addr local variable into char *Sat, 02 May 2015 23:03:27 +0200, by Gaël PORTAY
-
Turn sshsession's remoteident attribute into char *Sat, 02 May 2015 22:48:11 +0200, by Gaël PORTAY
-
Turn dropbear_ecc_curve's name into const char *Sat, 02 May 2015 13:59:41 +0200, by Gaël PORTAY
-
Turn Algo_Type's name attribute into const char *Sat, 02 May 2015 22:37:08 +0200, by Gaël PORTAY
-
Turn local key_indent variable into char *Sat, 02 May 2015 22:24:02 +0200, by Gaël PORTAY
-
Turn get_response()'s return type and prompt argument into char *Sat, 02 May 2015 16:30:59 +0200, by Gaël PORTAY
-
Turn type local variable into char *Sun, 03 May 2015 01:12:24 +0200, by Gaël PORTAY
-
Turn ChanSess's tty and term attributes into char *Sat, 02 May 2015 16:01:13 +0200, by Gaël PORTAY
-
Turn cleantext()'s dirtytext argument into char *Sat, 02 May 2015 16:08:08 +0200, by Gaël PORTAY
-
Turn username, servicename and methodname local variables into char *Sat, 02 May 2015 15:26:05 +0200, by Gaël PORTAY
-
Turn sendaddr, listenaddr and request_listenaddr local variables into char *Sat, 02 May 2015 15:09:05 +0200, by Gaël PORTAY
-
Turn send_msg_channel_open_failure()'s text and lang into const char *Sat, 02 May 2015 14:56:57 +0200, by Gaël PORTAY
-
Turn start_send_channel_request()'s type argument into char *Sat, 02 May 2015 13:58:05 +0200, by Gaël PORTAY
-
Turn addrandom()'s buf argument into unsigned char *Sat, 02 May 2015 13:48:16 +0200, by Gaël PORTAY
-
Expect len to be a type of socklen_t [-Werror=pointer-sign]Sat, 02 May 2015 15:58:33 +0200, by Gaël PORTAY
-
Fix pointer differ in signess warnings [-Werror=pointer-sign]Sat, 02 May 2015 15:59:06 +0200, by Gaël PORTAY
-
Fix unused make_connection_string() warning [-Werror=unused-function]Sat, 02 May 2015 16:02:22 +0200, by Gaël PORTAY
-
Fix unused but set variable warnings [-Werror=unused-but-set-variable]Sat, 02 May 2015 12:18:22 +0200, by Gaël PORTAY
-
Fix unused parameters warnings [-Werror=unused-parameter]Sat, 02 May 2015 12:16:06 +0200, by Gaël PORTAY
-
Uses abort() instead of raising a SIGABRT signal [-Werror]Sat, 02 May 2015 11:26:22 +0200, by Gaël PORTAY
-
Uses k_size as an signed integerSat, 02 May 2015 11:37:37 +0200, by Gaël PORTAY
-
Test struct existance against sizeof() operatorSat, 02 May 2015 13:33:34 +0200, by Gaël PORTAY
-
Disable twofish-ctr by default, add config optionWed, 03 Jun 2015 22:59:59 +0800, by Matt Johnston
-
note about constant_time_strcmp and lengthsWed, 03 Jun 2015 22:15:12 +0800, by Matt Johnston
-
Fix building when ENABLE_CLI_PUBKEY_AUTH is unsetWed, 03 Jun 2015 21:45:32 +0800, by Matt Johnston
-
separate client/server fastopen optionsFri, 29 May 2015 23:19:11 +0800, by Matt Johnston
-
Make sure kexfirstinitialise is called early enoughSun, 03 May 2015 00:00:35 +0800, by Matt Johnston
-
fix travis moreSat, 02 May 2015 22:59:55 +0800, by Matt Johnston
-
bad travis syntaxSat, 02 May 2015 22:55:53 +0800, by Matt Johnston
-
add no-writev buildSat, 02 May 2015 22:51:46 +0800, by Matt Johnston
-
Fix no-writev fallbackSat, 02 May 2015 22:47:25 +0800, by Matt Johnston
-
Should be AF_UNSPEC not PF_UNSPECFri, 17 Apr 2015 20:59:32 +0800, by Matt Johnston
-
fastopen code was totally brokenTue, 14 Apr 2015 20:43:54 +0800, by Matt Johnston
-
Avoid channel writev() when there is nothing to writeSat, 21 Mar 2015 22:43:08 +0800, by Matt Johnston
-
Make main socket nonblocking. Limit writequeue size.Fri, 20 Mar 2015 23:36:42 +0800, by Matt Johnston
-
Fix when iov queue is largeFri, 20 Mar 2015 23:33:45 +0800, by Matt Johnston
-
avoid malloc for iovecFri, 20 Mar 2015 22:53:32 +0800, by Matt Johnston
-
Remove ATTRIB_NORETURN from session_loop() since it returns. pamTue, 17 Mar 2015 21:58:32 +0800, by Matt Johnston
-
Fix merge again. ses.loop_handler is required for PAM pamMon, 16 Mar 2015 22:10:30 +0800, by Matt Johnston
-
dropbear_assert() rather than assert()Mon, 16 Mar 2015 21:33:01 +0800, by Matt Johnston
-
strdup strerrorWed, 11 Mar 2015 23:10:27 +0800, by Matt Johnston
-
Fix error handling for dbclient async connectTue, 03 Mar 2015 20:53:00 +0800, by Matt Johnston
-
more changesMon, 02 Mar 2015 21:40:06 +0800, by Matt Johnston
-
changes (also testing hg bookmarks)Mon, 02 Mar 2015 21:29:49 +0800, by Matt Johnston
-
mergeSun, 01 Mar 2015 23:27:08 +0800, by Matt Johnston
-
Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbufferSun, 01 Mar 2015 23:02:06 +0800, by Matt Johnston
-
Fix some memory leaks in ecc codeSun, 01 Mar 2015 22:44:36 +0800, by Matt Johnston
-
allocate buffer and data in a single allocation nocircbufferSun, 01 Mar 2015 21:16:09 +0800, by Matt Johnston
-
A bit of a bodge to avoid memcpy if zlib is disabled nocircbufferSun, 01 Mar 2015 00:57:21 +0800, by Matt Johnston
-
Avoid copying data into circular buffer nocircbufferSun, 01 Mar 2015 00:44:45 +0800, by Matt Johnston
-
Better failure handlingSat, 28 Feb 2015 23:49:39 +0800, by Matt Johnston
-
merge tcp fastopenSat, 28 Feb 2015 23:24:30 +0800, by Matt Johnston
-
EINPROGRESS for sendmsg() means it's working OK fastopenFri, 27 Feb 2015 00:02:48 +0800, by Matt Johnston
-
Use m_burn rather than memsetTue, 24 Feb 2015 22:48:14 +0800, by Thorsten Horstmann
-
Avoid cppcheck warningTue, 24 Feb 2015 22:41:26 +0800, by Thorsten Horstmann
-
Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannTue, 24 Feb 2015 22:36:20 +0800, by Matt Johnston
-
Revert accidental commented out signal handlersTue, 24 Feb 2015 22:23:32 +0800, by Matt Johnston
-
Some additional cleanup functionsTue, 24 Feb 2015 22:17:04 +0800, by Matt Johnston
-
Free memory before exiting. Based on patch from Thorsten Horstmann.Tue, 24 Feb 2015 22:01:33 +0800, by Matt Johnston
-
Use m_close() which will avoid close(-1)Tue, 24 Feb 2015 20:53:32 +0800, by Matt Johnston
-
Fix for old compilers, variable declarations at beginning of functionsTue, 24 Feb 2015 20:51:18 +0800, by Thorsten Horstmann
-
Some minor typo fixes, found by codespell.Tue, 24 Feb 2015 20:45:07 +0800, by Thorsten Horstmann
-
DROPBEAR_ prefix for include guards to avoid collisionsTue, 24 Feb 2015 20:43:01 +0800, by Thorsten Horstmann
-
In theory TFO should work. Needs platform cleanup and testing fastopenThu, 19 Feb 2015 00:32:00 +0800, by Matt Johnston
-
connect_remote() is now always non-blockingSat, 14 Feb 2015 09:56:11 +0800, by Matt Johnston
-
Add envirnonment variable for debug timestamps to roughly matchFri, 13 Feb 2015 23:47:53 +0800, by Matt Johnston
-
Fix print that no longer works since we're not using fourCCsFri, 13 Feb 2015 23:17:23 +0800, by Matt Johnston
-
mergeFri, 13 Feb 2015 23:15:12 +0800, by Matt Johnston
-
Make it compileFri, 13 Feb 2015 23:13:58 +0800, by Matt Johnston
-
Keep sha1 defaultWed, 28 Jan 2015 22:14:07 +0800, by Matt Johnston
-
piggyback data on acks when making connections on linuxFri, 13 Feb 2015 22:49:15 +0800, by Matt Johnston
-
debug should be off by defaultFri, 13 Feb 2015 21:45:15 +0800, by Matt Johnston
-
Tighten validation of DH values. Odds of x==0 being generated areTue, 10 Feb 2015 21:46:19 +0800, by Matt Johnston
-
twofish ctr modesWed, 04 Feb 2015 22:12:06 +0800, by Matt Johnston
-
Added signature for changeset 1d2d81b1b7c1Thu, 29 Jan 2015 21:42:01 +0800, by Matt Johnston
-
sha256Wed, 28 Jan 2015 22:58:52 +0800, by Matt Johnston
-
bump versionWed, 28 Jan 2015 22:57:33 +0800, by Matt Johnston
-
Added tag DROPBEAR_2015.67 for changeset cbd674d63cd4Wed, 28 Jan 2015 22:55:27 +0800, by Matt Johnston