summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-11-13handle lack of protoTheo de Raadt
2013-11-13handle proto warningsTheo de Raadt
2013-11-13from nicm: : handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13protosTheo de Raadt
2013-11-13satisfy gcc in -Whiny modeTheo de Raadt
2013-11-13handle missing protoTheo de Raadt
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
2013-11-13add missing braces found by pedroMarkus Friedl
2013-11-13proto and such cleanupTheo de Raadt
2013-11-12clarify a simple expressionTheo de Raadt
2013-11-12simple prototype repairsTheo de Raadt
2013-11-12avoid math on void * pointers; delete an unused variableTheo de Raadt
2013-11-12deal with lack of prototypeTheo de Raadt
2013-11-12bring prototypes into scopeTheo de Raadt
2013-11-12Do not use a char as index, unless first making it unsigned.Theo de Raadt
2013-11-12remove more code accidentally left behind during the a.out purgeTheo de Raadt
2013-11-12simpler prototype repairsTheo de Raadt
2013-11-12pull in local .h files to satisfy protoTheo de Raadt
2013-11-12remove bogus legacy server-specific bits that cause confusionAlexandre Ratchov
2013-11-11%lld for time_t even if division occursTheo de Raadt
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-11-10Ignore blank lines right after .SH and .SS.Ingo Schwarze
2013-11-10Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze
2013-11-09kinfo_file returns the socket buffer counts in uint64_ts, so we need toPhilip Guenther
2013-11-09Support case insensitive searching in the same manner as emacs - allNicholas Marriott
2013-11-08Make quota(1) work with DUIDs.Joel Sing
2013-11-08Correctly redraw the top two lines in copy mode when they are selected -Nicholas Marriott
2013-11-08Include stdlib.h for free() as per the man page.Darren Tucker
2013-11-08openssh-6.4Damien Miller
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-11-07Output the effective values of Ciphers, MACs and KexAlgorithms whenDarren Tucker
2013-11-06from portable: s/true/true_val/ to avoid name collisions on dump platformsDamien Miller
2013-11-06Back port remainder of use_loginclass fix from sudo 1.7.9.Todd C. Miller
2013-11-06fix spacing in usage()Igor Sobrado
2013-11-06fix rekeying for AES-GCM modes; ok deraadtMarkus Friedl
2013-11-04Use proper ANSI function definitions for functions that take noTodd C. Miller
2013-11-04fix rekeying for KEX_C25519_SHA256; noted by dtucker@Markus Friedl
2013-11-03fix a couple of function definitions foo() -> foo(void)Damien Miller
2013-11-02the default kex is now curve25519-sha256@libssh.orgMarkus Friedl
2013-11-02no need to include monitor_wrap.h and ssh-gss.hMarkus Friedl
2013-11-02no need to include ssh-gss.hMarkus Friedl
2013-11-02no need to include monitor_wrap.hMarkus Friedl
2013-11-02add missing $OpenBSD$ tagsMarkus Friedl
2013-11-02use curve25519 for default key exchange (curve25519-sha256@libssh.org);Markus Friedl
2013-11-02support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;Markus Friedl
2013-11-01update currency exchange rates;Jason McIntyre
2013-11-01silence warningMarc Espie
2013-11-01not just altq queues, queuesHenning Brauer
2013-10-31sometimes we find .h we no longer needTheo de Raadt
2013-10-30Make yystacksize unsigned to avoid a warning about sign comparisionTodd C. Miller