summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23display usage if an unknown option is specified;Xavier Santolaria
2006-01-23add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.Xavier Santolaria
2006-01-23snprintf() -> strlcpy()/strlcat(); OK niallo@.Xavier Santolaria
2006-01-23print complete command name in usage, not aliases.Xavier Santolaria
2006-01-23wrap usage;Xavier Santolaria
2006-01-23Make man page reflect current reality of play command. jmc@ cleanedKenneth R Westerback
2006-01-22- drop privs before running krb5 codeBjorn Sandell
2006-01-21b^Hlsd license! from Mischa DiehmMichael Shalayeff
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2006-01-20typos in comments;Xavier Santolaria
2006-01-20- word change, agreed w/ markusJason McIntyre
2006-01-20Clean up command line parsing, don't accept trailing garbage, add inKenneth R Westerback
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2006-01-19delint: check value against UINT_MAX before casting to u_int; whileOtto Moerbeek
2006-01-18add a section on ssh-based vpn, based on reyk's README.tun;Jason McIntyre
2006-01-17Fix malloc calculation to avoid memory bounds error. deraadt@ okAaron Campbell
2006-01-16minimal recognition of C99 float hex constants, allows lint to parseMarc Espie
2006-01-16- in cvs_buf_free(), don't try to free() b->cb_buf if it has not beenNiall O'Higgins
2006-01-16the first ietf meeting; from kai doernemannMichael Shalayeff
2006-01-16remove Xr to self from SEE ALSO;Jason McIntyre
2006-01-16delint; use size_t as stack size and ssize_t as stack pointer.Otto Moerbeek
2006-01-16Kill spurious warnings when using size_t as an index; since size_t andOtto Moerbeek
2006-01-15- don't try to malloc 0 bytes of memory if an empty buffer is requested; delayNiall O'Higgins
2006-01-15delint; index is a global symbol, so rename some locals to avoidOtto Moerbeek
2006-01-15delint wrt return values, including some missing BN returnOtto Moerbeek
2006-01-15correction from deraadtJason McIntyre
2006-01-15- add descriptions for 'pzidle' and 'kmapent' fields in vmstat display.Niall O'Higgins
2006-01-14Properly handle failure binding to a local interface (using the -bOtto Moerbeek
2006-01-14document why we avoid: set -- `getopt optstring $*`Jason McIntyre
2006-01-14update the example and synopsis so that we are checking theJason McIntyre
2006-01-13- kill some of the mad escaping;Jason McIntyre
2006-01-12back out a sentence - AUTHENTICATION already documents this;Jason McIntyre
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12refer to `TCP' rather than `TCP/IP' in the context of connectionJason McIntyre
2006-01-12change incorrect FILES entries for makefiles;Jason McIntyre
2006-01-12split sections on tcp and x11 forwarding into two sections.Jason McIntyre
2006-01-11Fix recovery of realloc failure, which causes a segv on files withOtto Moerbeek
2006-01-11fix xi olympic games; from mischa diehmMichael Shalayeff
2006-01-11Whitespace nits.Kenneth R Westerback
2006-01-10fix the time view of the interface stats so that is shows the averageDavid Gwynne
2006-01-10Fix issues with relative times, especially track # vs TOC indexKenneth R Westerback
2006-01-10Prevent close() from clobbering errno. ok otto@ deraadt@Moritz Jodeit
2006-01-10- rewrite RCS keyword expansion. the old way of doing it was very slow,Niall O'Higgins
2006-01-10- add cvs_buf_getc() function; returns byte at specified buffer position.Niall O'Higgins
2006-01-10zap unused variables;Xavier Santolaria
2006-01-10Use strlcpy(), not strncpy(); OK deraadt@Todd C. Miller
2006-01-09No more ancontrol.Jonathan Gray