Gitiles
Code Review
Sign In
review.gerrithub.io
/
Akaros
/
dropbear-akaros
/
HEAD
f00930b
Add proper DROPBEAR_URANDOM_DEV for akaros
by Kevin Klues
· 7 years ago
akaros
62573fa
Use DROPBEAR_URANDOM_DEV instead of literal string
by Kevin Klues
· 7 years ago
2092c02
Update CONFIGURE_AKAROS to make it more generic
by Kevin Klues
· 7 years ago
646657b
Get it to build under akaros
by Ronald G. Minnich
· 7 years ago
e482702
Warn rather than fail if flags have trailing parts
by Matt Johnston
· 7 years ago
main
master
00798ca
Test for crypt() rather than crypt.h
by Matt Johnston
· 7 years ago
e84cb3c
fix default build when getpass() is unavailable
by Mike Frysinger
· 7 years ago
78b9cec
fix default build when crypt() is unavailable
by Mike Frysinger
· 7 years ago
93c54fe
avoid getpass when not used
by Mike Frysinger
· 7 years ago
5f97d0f
fix build when ENABLE_CLI_INTERACT_AUTH is disabled
by Mike Frysinger
· 7 years ago
dc01a8e
Don't display the MOTD when an explicit command is run.
by Guilhem Moulin
· 7 years ago
23cc2bf
don't silently ignore extra flag arguments
by Matt Johnston
· 7 years ago
9e37983
avoid invalidated iterator when connection fails
by Matt Johnston
· 7 years ago
8ccbd21
make sure that the test for queued packets to write occurs after
by Matt Johnston
· 7 years ago
90f4da2
Added signature for changeset ef4b26364b0c
by Matt Johnston
· 8 years ago
54dbd5b
Added signature for changeset a687f835236c
by Matt Johnston
· 8 years ago
849b8ec
Added tag DROPBEAR_2015.68 for changeset 809feaa9408f
by Matt Johnston
· 8 years ago
84e18f7
changelog and version 2015.68
by Matt Johnston
· 8 years ago
DROPBEAR_2015.68
633b98e
Fix typo in dropbear(8)'s manpage
by Guilhem Moulin
· 8 years ago
2a34a72
Fix segfault with restricted authorized_key files without forced command
by Guilhem Moulin
· 8 years ago
24bae46
only update keepalive timeout post-auth (when keepalives are sent)
by Matt Johnston
· 8 years ago
7585d46
Build with -Werror for the simplest case
by Matt Johnston
· 8 years ago
94bff1d
couple more changelog items
by Matt Johnston
· 8 years ago
2e60d20
set timeouts to time remaining rather than timeout duration
by Matt Johnston
· 8 years ago
ce59260
Fix problem where auth timeout wasn't checked when waiting for ident
by Matt Johnston
· 8 years ago
387ebcc
increase MAX_CMD_LEN to 9000
by Matt Johnston
· 8 years ago
2f618af
remove .hgtags from release
by Matt Johnston
· 8 years ago
0ac33d2
Don't try to send data on first ack packet of 3way handshake.
by Matt Johnston
· 8 years ago
c7bd5ac
remove extraneous semicolon from m_free #define
by Matt Johnston
· 8 years ago
941c067
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
by Matt Johnston
· 8 years ago
839e023
check ecc key return, fix null pointer crash
by Matt Johnston
· 8 years ago
2e05a2b
Merge pull request #11 from nshopik/patch-2
by Matt Johnston
· 8 years ago
fc2c67e
a bit more changelog
by Matt Johnston
· 8 years ago
9c3e9fc
merge
by Matt Johnston
· 8 years ago
1a4db21
buf_getstring and buf_putstring now use non-unsigned char*
by Matt Johnston
· 8 years ago
d96a525
Merge pull request #13 from gazoo74/fix-warnings
by Matt Johnston
· 8 years ago
e7ac4c1
Merge pull request #13 from gazoo74/fix-warnings
by Matt Johnston
· 8 years ago
ecd8505
Disable twofish-ctr by default, add config option
by Matt Johnston
· 8 years ago
1fa1c3f
note about constant_time_strcmp and lengths
by Matt Johnston
· 8 years ago
91df741
Fix building when ENABLE_CLI_PUBKEY_AUTH is unset
by Matt Johnston
· 8 years ago
2a431ca
separate client/server fastopen options
by Matt Johnston
· 8 years ago
9fdab3c
Merge branch 'fix-pointer-sign-warnings' into fix-warnings
by Gaël PORTAY
· 8 years ago
6e15e75
Turn modptr local variable into unsigned char *
by Gaël PORTAY
· 8 years ago
1c2a183
Turn name and instruction local variables into char *
by Gaël PORTAY
· 8 years ago
bfd730a
Turn type and term local variables into char *
by Gaël PORTAY
· 8 years ago
e3c6a86
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
by Gaël PORTAY
· 8 years ago
bbaeb91
Turn banner, methods and tok local variable into char *
by Gaël PORTAY
· 8 years ago
20f1e49
Turn many local variables into char *
by Gaël PORTAY
· 8 years ago
292656d
Turn signame local variable into char *
by Gaël PORTAY
· 8 years ago
05b36b4
Turn ChanSess's cmd attribute into char *
by Gaël PORTAY
· 8 years ago
be3016b
Turn send_msg_service_accept()'s name argument into char *
by Gaël PORTAY
· 8 years ago
5cf43d7
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
by Gaël PORTAY
· 8 years ago
6f05e81
Turn addr local variable into char *
by Gaël PORTAY
· 8 years ago
947d269
Turn sshsession's remoteident attribute into char *
by Gaël PORTAY
· 8 years ago
449ddae
Turn dropbear_ecc_curve's name into const char *
by Gaël PORTAY
· 8 years ago
6b90885
Turn Algo_Type's name attribute into const char *
by Gaël PORTAY
· 8 years ago
bd6c37a
Turn local key_indent variable into char *
by Gaël PORTAY
· 8 years ago
5923527
Turn get_response()'s return type and prompt argument into char *
by Gaël PORTAY
· 8 years ago
e5ce3fc
Turn type local variable into char *
by Gaël PORTAY
· 8 years ago
9f97511
Turn ChanSess's tty and term attributes into char *
by Gaël PORTAY
· 8 years ago
ef0aac4
Fix unused make_connection_string() warning [-Werror=unused-function]
by Gaël PORTAY
· 8 years ago
7928d83
Turn cleantext()'s dirtytext argument into char *
by Gaël PORTAY
· 8 years ago
3e91ec0
Fix unused but set variable warnings [-Werror=unused-but-set-variable]
by Gaël PORTAY
· 8 years ago
d680a9e
Turn username, servicename and methodname local variables into char *
by Gaël PORTAY
· 8 years ago
6086851
Fix unused parameters warnings [-Werror=unused-parameter]
by Gaël PORTAY
· 8 years ago
61726df
Turn sendaddr, listenaddr and request_listenaddr local variables into char *
by Gaël PORTAY
· 8 years ago
1601a65
Turn send_msg_channel_open_failure()'s text and lang into const char *
by Gaël PORTAY
· 8 years ago
50b14f6
Turn start_send_channel_request()'s type argument into char *
by Gaël PORTAY
· 8 years ago
c239baf
Turn addrandom()'s buf argument into unsigned char *
by Gaël PORTAY
· 8 years ago
1863885
Expect len to be a type of socklen_t [-Werror=pointer-sign]
by Gaël PORTAY
· 8 years ago
224b16b
Fix pointer differ in signess warnings [-Werror=pointer-sign]
by Gaël PORTAY
· 8 years ago
d9d9796
Uses abort() instead of raising a SIGABRT signal [-Werror]
by Gaël PORTAY
· 8 years ago
897da4e
Uses k_size as an signed integer
by Gaël PORTAY
· 8 years ago
90f9f43
Test struct existance against sizeof() operator
by Gaël PORTAY
· 8 years ago
0e1dee8
Make sure kexfirstinitialise is called early enough
by Matt Johnston
· 8 years ago
cbdc1f0
fix travis more
by Matt Johnston
· 8 years ago
7e30633
bad travis syntax
by Matt Johnston
· 8 years ago
e7def4c
add no-writev build
by Matt Johnston
· 8 years ago
19e1afb
Fix no-writev fallback
by Matt Johnston
· 8 years ago
fee3205
Should be AF_UNSPEC not PF_UNSPEC
by Matt Johnston
· 8 years ago
9754fdd
fastopen code was totally broken
by Matt Johnston
· 8 years ago
ef20b9f
Avoid channel writev() when there is nothing to write
by Matt Johnston
· 8 years ago
275611f
Make main socket nonblocking. Limit writequeue size.
by Matt Johnston
· 8 years ago
a070159
Fix when iov queue is large
by Matt Johnston
· 8 years ago
20f9683
avoid malloc for iovec
by Matt Johnston
· 8 years ago
dce3846
dropbear_assert() rather than assert()
by Matt Johnston
· 8 years ago
fdcd21e
Prepend DROPBEAR for scp.c
by Nikolay Shopik
· 8 years ago
67b4fa3
strdup strerror
by Matt Johnston
· 8 years ago
5dff741
Fix error handling for dbclient async connect
by Matt Johnston
· 8 years ago
20d970a
more changes
by Matt Johnston
· 8 years ago
94734ad
changes (also testing hg bookmarks)
by Matt Johnston
· 8 years ago
14ad6a5
merge
by Matt Johnston
· 8 years ago
9e66b5a
reword comment for clarity
by Matt Johnston
· 8 years ago
f782cf3
Fix pubkey auth after change to reuse ses.readbuf as ses.payload (4d7b4c5526c5)
by Matt Johnston
· 8 years ago
3317916
Fix some memory leaks in ecc code
by Matt Johnston
· 8 years ago
f367273
allocate buffer and data in a single allocation
by Matt Johnston
· 8 years ago
91ef9b2
Avoid malloc in hmac
by Matt Johnston
· 8 years ago
5794639
A bit of a bodge to avoid memcpy if zlib is disabled
by Matt Johnston
· 8 years ago
989c5c1
Avoid copying data into circular buffer
by Matt Johnston
· 8 years ago
3113932
Better failure handling
by Matt Johnston
· 8 years ago
Next »