summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-11-08remove unused variable (pw). ok djm@Jakob Schlyter
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-07hppa is bigendianMichael Shalayeff
2003-11-07prevent overflow, see freebsd r1.32. also, do nicer reallocs.Ted Unangst
2003-11-06Describe non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
2003-11-06Implement non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-11-04Duh, a stack machine without swap; implement GNU compatible 'r'Otto Moerbeek
2003-11-03Don't define a specific target when the default rule will do perfectly.Otto Moerbeek
2003-11-03Install bc(1) USD doc.Otto Moerbeek
2003-11-03mention w^x on i386 tooMichael Shalayeff
2003-11-03put a line about 3.4Michael Shalayeff
2003-11-03do not free static type pointer in warn_changed_key()Jakob Schlyter
2003-11-03move changed key warning into warn_changed_key(). ok markus@Jakob Schlyter
2003-11-03make this a little more idiot-proof; ok markus@Damien Miller
2003-11-02remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukMarkus Friedl
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-11-01process signals at the right time. also handle stdin failure better;Theo de Raadt
2003-10-31o fairly major man page reorganizationTodd C. Miller
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-10-31New libedit api changes.Otto Moerbeek
2003-10-30add missing tcpdump capture types; aldo@nullcube.comTheo de Raadt
2003-10-28prototype declared static, but function was not. add static to function.Anil Madhavapeddy
2003-10-28error->debug for getsockopt+TCP_NODELAY; several requestsMarkus Friedl
2003-10-27- make SYNOPSIS expand properlyJason McIntyre
2003-10-27fix crash on startup by using the good allocation routine in edinit()Vincent Labrecque
2003-10-26rename 'supported' static var in userauth_gssapi() to 'gss_supported'Anil Madhavapeddy
2003-10-25#undef p2 in carp_stats()Ryan Thomas McBride
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-24- fix rcs Xr; from Jared YanovichJason McIntyre
2003-10-24typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm;Jason McIntyre
2003-10-23macros with too many args;Jason McIntyre
2003-10-23rearrange .Nd to make it expand properly;Jason McIntyre
2003-10-23quote args to make them expand properly;Jason McIntyre
2003-10-22err on strdup failure. from vink joris.Ted Unangst
2003-10-22rearrange examples so they expand properly;Jason McIntyre
2003-10-22Make J operator handle extended comparisons correctly.Otto Moerbeek
2003-10-22Document if ... elseOtto Moerbeek
2003-10-22Implement if ... else statement. If you do not use 'else', code generatedOtto Moerbeek
2003-10-22Document new extended comparison operators.Otto Moerbeek
2003-10-22Implement extended comparison operators, to allow for an if ... else constructOtto Moerbeek
2003-10-22Make ungetting a char read form a string behave the same as ungettingOtto Moerbeek
2003-10-21strdup check missing; noted by nimadeus@pandora.beTheo de Raadt
2003-10-21make undo records per MGWIN, not per BUFFER...Vincent Labrecque
2003-10-21Document continue and for with empty parts. Also, our implementationOtto Moerbeek
2003-10-21make sure the doid is larger than 2Markus Friedl
2003-10-20typos from Jared Yanovich, slightly ammended;Jason McIntyre
2003-10-20tweaks;Jason McIntyre