Mercurial > dropbear
graph
-
random.c: fix missed instance of DROPBEAR_EGD_SOCKET2004-12-27, by Matt Johnston
-
Log the IP along with auth success/fail attempts2004-12-23, by Matt Johnston
-
tommath_class.h: make sure that toom and karatsuba code really doesn't get libtommath2004-12-22, by Matt Johnston
-
Rearrange preprocessor parts so that compilation with various options2004-12-22, by Matt Johnston
-
loginrec.c: replaced erroneously removed function definition2004-12-20, by Matt Johnston
-
Cleaning up various unused bits (des_*, rijndael, MDS for twofish) libtomcrypt2004-12-20, by Matt Johnston
-
Cleaning out various dead wood found with -dead_strip2004-12-20, by Matt Johnston
-
Cleaned up the random code, use /dev/random by default,2004-12-20, by Matt Johnston
-
includes.h: include mycrypt.h rather than mycrypt_custom.h2004-12-19, by Matt Johnston
-
configure.in: fix a status message2004-12-19, by Matt Johnston
-
atomicio.c: one less compile warning2004-12-19, by Matt Johnston
-
Pristine compilation works.2004-12-17, by Matt Johnston
-
- Fixed a couple of compile warnings2004-11-27, by Matt Johnston
-
Initialise the outgoing packet queue2004-11-03, by Matt Johnston
-
-i works with scp now.2004-10-17, by Matt Johnston
-
Initialise the "lastexit" variable so that we don't get session channels2004-10-17, by Matt Johnston
-
use inst_ rather than inst, so it doesn't try to install "all".2004-09-21, by Matt Johnston
-
strdup() variables correctly for the PAM conversation function private-rez2004-09-21, by Matt Johnston
-
propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe7028bc2f2bad66c603069 from branch 'matt.dbclient.work' to 'matt.dbclient.rez' private-rez2004-09-21, by Matt Johnston
-
Added dropbear.8 and dropbearkey.8 back in2004-09-14, by Matt Johnston
-
put the #ifdefs back in for authpam2004-09-14, by Matt Johnston
-
Oops, PAM was on by default in options.h2004-09-14, by Matt Johnston
-
0.44test4 probably2004-09-14, by Matt Johnston
-
calloc memory rather than mallocing it - can't hurt too much, and is2004-09-14, by Matt Johnston
-
propagate of f51a272341ee12268fe7028bc2f2bad66c603069 and ab35ee4292ea910d4871c3609d6100fe34300720 from branch 'matt.dbclient.rez' to 'matt.dbclient.work' private-rez2004-09-14, by Matt Johnston
-
Don't need to burn the payload buffer since process-packet.c does it2004-09-12, by Matt Johnston
-
propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam' private-rez2004-09-12, by Matt Johnston
-
propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466e4641bf796f96040a085d from branch 'matt.dbclient.authpam' to 'matt.dbclient.rez' private-rez2004-09-12, by Matt Johnston
-
Read the last line of a file without a finishing '\n' correctly private-rez2004-09-02, by Matt Johnston
-
Check for non-matching algos properly2004-09-02, by Matt Johnston
-
WCOREDUMP finally2004-08-31, by Matt Johnston
-
Leak found with MallocDebug - it's kinda useful2004-08-30, by Matt Johnston
-
Load the hostkeys for inetd too - oops2004-08-30, by Matt Johnston
-
options.h2004-08-27, by Matt Johnston
-
Add help text that a symlink to "ssh" works2004-08-27, by Matt Johnston
-
merge of 50be59810e462f9f44f55e421227d6aa0b31982b2004-08-27, by Matt Johnston
-
- added circular buffering for channels2004-08-26, by Matt Johnston
-
Nasty.2004-08-24, by Matt Johnston
-
Fix if the first write fails2004-08-24, by Matt Johnston
-
Fix for "-l" scp option2004-08-24, by Matt Johnston
-
Default port is now set as a string2004-08-24, by Matt Johnston
-
Allow leading lines before the ident banner when connecting2004-08-24, by Matt Johnston
-
merge of 5c31199418631253a3d311fe3b1ff87351e1c9ca2004-08-24, by Matt Johnston
-
Change the way we load keys/ports so we don't print error messages into our2004-08-23, by Matt Johnston
-
oops, the fcntl() was commented out2004-08-23, by Matt Johnston
-
Move the revert-to-non-blocking-stdin code to cli-session so it2004-08-22, by Matt Johnston
-
Fix for printing out things with inetd mode when we have DEBUG_TRACE2004-08-22, by Matt Johnston
-
Remove obselete documentation2004-08-19, by Matt Johnston
-
Mention the race condition between setting the childpid entry, and2004-08-18, by Matt Johnston
-
Don't try to remove non-eixtant listeners2004-08-18, by Matt Johnston
-
DEBUG_TRACE now only triggers with -v on the cmdline2004-08-18, by Matt Johnston
-
Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.2004-08-18, by Matt Johnston
-
Auth doesn't timeout after 5 minutes.2004-08-18, by Matt Johnston
-
Stupid DSS hostkey bug fixed.2004-08-18, by Matt Johnston
-
Some small fixes for unused vars, and old messages2004-08-17, by Matt Johnston
-
Small fixes2004-08-17, by Matt Johnston
-
#ifdef for PENDIN2004-08-17, by Matt Johnston
-
default initialisers for mp_ints2004-08-17, by Matt Johnston
-
fix for AIX not having WCOREDUMP2004-08-17, by Matt Johnston
-
do the symlinks for multi-binary compiles2004-08-17, by Matt Johnston
-
dbclient works as "ssh" too2004-08-16, by Matt Johnston
-
create known_hosts properly2004-08-16, by Matt Johnston
-
- don't crash when trying to add to known_hosts if it doesn't exist2004-08-16, by Matt Johnston
-
filelist.txt2004-08-14, by Matt Johnston
-
- It'll be called 0.44test12004-08-14, by Matt Johnston
-
Some documentation touchups2004-08-14, by Matt Johnston
-
License boilerplate etc, add Mihnea as an author to some of the files2004-08-14, by Matt Johnston
-
Dropbearkey can now print out pubkey portions2004-08-14, by Matt Johnston
-
Some doc changes2004-08-13, by Matt Johnston
-
adding inetd mode back from 0.432004-08-12, by Matt Johnston
-
Merging in the changes from 0.41-0.43 main Dropbear tree2004-08-12, by Matt Johnston
-
Simple text changes2004-08-12, by Matt Johnston
-
cleaning up the pubkey defines2004-08-12, by Matt Johnston
-
fake-rfc stuff2004-08-12, by Matt Johnston
-
Some more sanity-checking of args, and just warn and ignore OpenSSH args2004-08-12, by Matt Johnston
-
Oops, forgot to call the actual code.2004-08-12, by Matt Johnston
-
TCP forwarding works.2004-08-12, by Matt Johnston
-
- A nice cleaner structure for tcp (acceptor) forwarding.2004-08-11, by Matt Johnston
-
just checkpointing2004-08-10, by Matt Johnston
-
Write the correct termcodes length2004-08-09, by Matt Johnston
-
Just a test for merging heads2004-08-09, by Matt Johnston
-
add new entries to known_hosts2004-08-09, by Matt Johnston
-
merge of 3b1edf7489e1de452e30aaaec37d647db44e43282004-08-09, by Matt Johnston
-
newlines which weren't there2004-08-08, by Matt Johnston
-
add cli-authpubkey2004-08-08, by Matt Johnston
-
burn the buffer a bit earlier2004-08-08, by Matt Johnston
-
Be a bit safer with reentrant pw_name2004-08-08, by Matt Johnston
-
Forgot dbutil.h with the last commit (added buf_get_line)2004-08-08, by Matt Johnston
-
- Hostkey checking is mostly there, just aren't appending yet.2004-08-08, by Matt Johnston
-
Should be dropbearkey, rather than dropbearmulti, for the default targets2004-08-07, by Matt Johnston
-
Remove unused printbuf which prevented large DSS keys from being generated.2004-08-06, by Matt Johnston
-
- client pubkey auth works2004-08-06, by Matt Johnston
-
Filled out a bit, with commandline support etc2004-08-06, by Matt Johnston
-
Pubkey auth is mostly there for the client. Something strange with2004-08-03, by Matt Johnston
-
Improved signkey code2004-08-03, by Matt Johnston
-
Banner printing2004-08-02, by Matt Johnston
-
Remove some unused commented-out code2004-08-01, by Matt Johnston
-
added window-size change handling2004-08-01, by Matt Johnston
-
- Added terminal mode handling etc for the client, and window change2004-08-01, by Matt Johnston
-
tty raw mode support works mostly2004-07-30, by Matt Johnston
-
get rid of the substitution... We want a fixed identifier2004-07-30, by Matt Johnston
-
we're nearly there yet2004-07-30, by Matt Johnston
-
Handle differing c2s and s2c algorithms properly2004-07-29, by Matt Johnston
-
set the isserver flag (oops)2004-07-29, by Matt Johnston
-
Client mostly works up to password auth2004-07-28, by Matt Johnston
-
Progressing client support2004-07-27, by Matt Johnston
-
forgot to include libtomcrypt dir2004-07-27, by Matt Johnston
-
removed some test targets2004-07-27, by Matt Johnston
-
Switching to the magical new Makefile, and new dbmulti style2004-07-27, by Matt Johnston
-
Totally reworked Makefile.in2004-07-27, by Matt Johnston
-
Mention that autoheader should also be run2004-07-27, by Matt Johnston
-
- Rename common-packet.c to packet.c2004-07-27, by Matt Johnston
-
snapshot of stuff2004-07-26, by Matt Johnston
-
Rename cli_algo.c to cli-algo.c for consistency2004-07-20, by Matt Johnston
-
switching to global vars2004-07-20, by Matt Johnston
-
Makefile.in2004-06-23, by Matt Johnston
-
merge of abac2150ee4f4031a98016241fbd136d24fed1272004-06-23, by Matt Johnston
-
- Port restriction code back in2004-06-22, by Matt Johnston
-
Include files accidentally zeroed when merging 0.96 release libtomcrypt2004-06-15, by Matt Johnston
-
Don't bother printing errno in exit messages (the code wasn't valid anyway)2004-06-07, by Matt Johnston
-
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)2004-06-03, by Matt Johnston
-
merge of a585c2284e9ad17bfe6c6fd8f18b1c5042b2df472004-06-03, by Matt Johnston
-
Mostly done with the listener changeover2004-06-03, by Matt Johnston
-
- renaming x11fwd.c to svr-x11fwd.c, to testing monotone2004-06-03, by Matt Johnston
-
- Reworked non-channel fd handling to listener.c2004-06-03, by Matt Johnston
-
Chantype handling is sorted2004-06-02, by Matt Johnston
-
Sorted out the first channel init issues.2004-06-01, by Matt Johnston
-
syntactical fixups - it compiles, but channel handling code requires fixing.2004-06-01, by Matt Johnston
-
Makefile.in contains updated files required2004-06-01, by Matt Johnston
-
put back the 0.95 makefile which was inadvertently merged over libtomcrypt2004-05-31, by Matt Johnston