summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.orig' (head 52840647ac7f5c707c3bd1...Matt Johnston
2007-01-11Update to LibTomCrypt 1.16Matt Johnston
2007-01-04Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent usMatt Johnston
2006-12-06merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston
2006-12-06- Include netinet/in.h before arpa/inet.h for FreeBSDMatt Johnston
2006-12-05Add some code for testing whether a writefd is closed (by read()ing from it)Matt Johnston
2006-12-05- Add some extra tracing.Matt Johnston
2006-12-05merge of 'a94c5265558121fe936519b5d9a5eb27f95e9d9d'Matt Johnston
2006-12-05Tidy up behaviour when select() is interrupted. We follow normalMatt Johnston
2006-11-02comment about putenv() leaking malloced variablesMatt Johnston
2006-11-02Fix memory leak found by KlocworkMatt Johnston
2006-11-02Make sure that we clean up key parts if we fail during reading a rsa keyMatt Johnston
2006-11-02make code clearer and more robust (from Klocwork)Matt Johnston
2006-11-02Free x component of DSS key upon failure to loadMatt Johnston
2006-10-12propagate from branch 'au.asn.ucc.matt.dropbear' (head 31dcd7a22983ef19d6c632...Matt Johnston
2006-10-11Fix up separate-directory building for libtomcryptMatt Johnston
2006-10-11Remove accidentally removed block (making sure to close the channel).Matt Johnston
2006-10-09Passes most test cases nowMatt Johnston
2006-10-07Rearranged (and hopefully simplified) channel close/eof handlingMatt Johnston
2006-10-02Rearranged some more bits, marked some areas that need work.Matt Johnston
2006-10-01just shuffle some variables names about, a brief commentMatt Johnston
2006-09-11Forgot variable declaration.Matt Johnston
2006-08-20Handle failure reading a file (such as a key file)Matt Johnston
2006-08-07merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'Matt Johnston
2006-08-07Add (disabled by default) LOG_COMMANDS option to log the commands executedMatt Johnston
2006-07-27Just use the normal "remote closed" handler when reading ident stingsMatt Johnston
2006-07-09CHECKCLEARTOWRITE() can normally be defined blankMatt Johnston
2006-07-07From Erik HovlandMatt Johnston
2006-07-07Make flow of execution clearer for getting process exit statusMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2006-07-07BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston
2006-07-07BUG: mp_div_2d returns status and it isn't checked.Matt Johnston
2006-06-120.49 is close to done.Matt Johnston
2006-06-12Can't check for ss_family without #including sys/socket.hMatt Johnston
2006-06-12Another stab at getting ss_family happy on older glibcMatt Johnston
2006-06-12Make the dbclient password prompt more usefulMatt Johnston
2006-06-12mention a command in the helpMatt Johnston
2006-06-11fix accidentally changed == vs != operatorsMatt Johnston
2006-06-11progress towards exiting on writefd closure rather thanMatt Johnston
2006-06-10merge of 332f709a4cb39cde4cedab7c3be89e05f3023067Matt Johnston
2006-06-10disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'Matt Johnston
2006-06-10increase the size of listening sockets if the port count increasesMatt Johnston
2006-06-07Bring in changes from Debian 0.48.1-1Matt Johnston
2006-06-07add -f background option to dbclientMatt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-06-07Include user@host in the pubkey line, since it's sometimes very usefulMatt Johnston
2006-06-07Add -P pidfile patch from Swen SchilligMatt Johnston
2006-06-07Look at HOME before /etc/passwd when looking for ~/.ssh/known_hostsMatt Johnston
2006-06-07change AC_MSG_RESULT to AC_MSG_NOTICE in configure.in, add AC_SYS_LARGEFILEMatt Johnston
2006-04-18Include CPPFLAGS in CFLAGSMatt Johnston