summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-07oopsie.Ted Unangst
2003-10-07check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
2003-10-07- check if result is valid before using it.Federico G. Schwindt
2003-10-07handle ; terminators for strings like other sed programs do. this isTheo de Raadt
2003-10-07check strdup, from jared yanovich. fix realloc while i'm here.Ted Unangst
2003-10-07sftp quoting fix from admorten AT umich.edu; ok markus@Damien Miller
2003-10-07Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707.Darren Tucker
2003-10-06better output on error; ok henning@Federico G. Schwindt
2003-10-04oopsTheo de Raadt
2003-10-04- sort optionsJason McIntyre
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-04negotation -> negotiation;Jason McIntyre
2003-10-04whois port hack thingy; rperkins@tcsg.netTheo de Raadt
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-10-02missing $OpenBSD:; dtuckerMarkus Friedl
2003-10-02use err/warn instead of fprintf/exitMichael Shalayeff
2003-10-01.Xr compress 3 and a typo;Jason McIntyre
2003-10-01tweak;Jason McIntyre
2003-10-01handle failed strdup; reported by jjy2+@pitt.eduTheo de Raadt
2003-09-30parse elf now; help from millertMichael Shalayeff
2003-09-30Make sure strings and error messages sent to dc(1) properly escape [, ] and \.Otto Moerbeek
2003-09-30Teach dc(1) how to read strings with unbalanced braces by introducingOtto Moerbeek
2003-09-30Flush stdout after P operator. Improves interaction with bc(1).Otto Moerbeek
2003-09-29GSSAPICleanupCreds -> GSSAPICleanupCredentialsMarkus Friedl
2003-09-29knfTheo de Raadt
2003-09-29realloc fix; ok henning cloderTheo de Raadt
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
2003-09-29- add some indent and spacingJason McIntyre
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
2003-09-29avaliable -> availableMiod Vallat
2003-09-29Implement (undocumented) dot shorthand, which was missing.Otto Moerbeek
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-28Better error hanndling:Otto Moerbeek
2003-09-28realloc(3) cleanup.Otto Moerbeek
2003-09-28Fix function return types. Unbreaks sparc64 compilation. Spotted byOtto Moerbeek
2003-09-27Correct wording on -C option.Ryan Thomas McBride
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-09-26minor tweaks as i fail to find real bugsTheo de Raadt
2003-09-26incorrect indentTheo de Raadt
2003-09-26make usage match man pageTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26File args are optional. Document strings and \<newline><whitespace> inOtto Moerbeek
2003-09-26cleanup, and an ammendment from otto@;Jason McIntyre
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl