summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
AgeCommit message (Expand)Author
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-09-21- new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston
2005-09-05merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-09-05add a missing freeaddrinfo()Matt Johnston
2005-05-10* add a "label" argument to printhex()Matt Johnston
2005-02-28* add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston
2005-02-28* respect DO_HOST_LOOKUP config optionMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2005-01-020.44 release changesMatt Johnston
2005-01-02Fix so that getnameinfo() is passed the address-specific structure size. ThisMatt Johnston
2004-12-20Cleaning out various dead wood found with -dead_stripMatt Johnston
2004-09-14calloc memory rather than mallocing it - can't hurt too much, and isMatt Johnston
2004-09-02Read the last line of a file without a finishing '\n' correctlyMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-14Dropbearkey can now print out pubkey portionsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-12TCP forwarding works.Matt Johnston
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
2004-08-10just checkpointingMatt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-06-03Mostly done with the listener changeoverMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston