summaryrefslogtreecommitdiffhomepage
path: root/cli-main.c
AgeCommit message (Expand)Author
2021-03-04Update cli-main.c (#114)Guillaume Picquet
2020-10-18Get client fuzzer building and starting (fails straight away)Matt Johnston
2020-05-28set up early logging nameMatt Johnston
2020-05-19ext-info handling for server-sig-algsMatt Johnston
2018-02-18Add dbclient '-J &fd' option for a file descriptorMatt Johnston
2018-02-14make signal flags volatile, simplify handlingMatt Johnston
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2017-08-19Pointer parameter could be declared as pointing to const (callback)Francois Perrad
2016-07-21merge 2016.74Matt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-07-11Improve exit message formattingMatt Johnston
2015-12-18use exec for proxycommandMatt Johnston
2015-12-15rename killchild to kill_proxy_sighandlerMatt Johnston
2015-12-15A few minor style fixesMatt Johnston
2015-12-15Support syslog logging in dbclient.Konstantin Tokarev
2015-12-03Client: kill proxy command when exiting application.Konstantin Tokarev
2015-03-03Fix error handling for dbclient async connectMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-02-19In theory TFO should work. Needs platform cleanup and testingMatt Johnston
2015-02-18async connections workingMatt Johnston
2015-02-14connect_remote() is now always non-blockingMatt Johnston
2015-02-13piggyback data on acks when making connections on linuxMatt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2014-07-09Make sure client exit messages don't get lostMatt Johnston
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-01Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston
2011-04-07Add noreturn and format attribute hints for some functions.Matt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2007-02-12Disable core dumpsMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-26snapshot of stuffMatt Johnston