summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 2af22fb4e878750b88...Matt Johnston
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-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-11Fix up separate-directory building for libtomcryptMatt 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
2006-04-12don't fail fatally if the client can't get homedir from getpwuid(), fallbackMatt Johnston
2006-03-27send success message for successful window change requestMatt Johnston
2006-03-26A few more fixups, make sure that variable declarations are theMatt Johnston
2006-03-25merge of 6ace12c71fc2773210f2f3d374c96622ca54fe48Matt Johnston
2006-03-25Some cleanups/fixes for various TRACE statementsMatt Johnston
2006-03-22minor cleanups for some warningsMatt Johnston
2006-03-110.48.1Matt Johnston
2006-03-11put back the TIMEVAL_TO_TIMESPEC and timersub macros for LinuxMatt Johnston
2006-03-090.48 bumpMatt Johnston