summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-23Use TAILQ_HEAD() macro instead of custom struct definition.Ray Lai
2006-03-23int variables can only hold up to INT_MAX, not UINT_MAX.Ray Lai
2006-03-22plug an fd leak and closedir() two directories;Robert Nagy
2006-03-22remove IV support from the CRC attack detector, OpenSSH has never usedDamien Miller
2006-03-22simplify SSHFP example; ok jmc@Jakob Schlyter
2006-03-22Clean up some lint and -Wall.Kjell Wooding
2006-03-22use strtonum() instead of home-grown balony; ok ottoTheo de Raadt
2006-03-22NetBSD - plug leak in generate_guard()David Hill
2006-03-22change ident_file() and ident_line() return type to void; OK ray@.Xavier Santolaria
2006-03-22Make sure open returns fd != 1, not fd > 0.Ray Lai
2006-03-22Clean up xfree() usage in rcs_choosefile().Ray Lai
2006-03-21add support for `rcs -e[logins]'; "Looks good" ray@.Xavier Santolaria
2006-03-21Instead of duplicating rcs_suffixes and running strsep on it again,Ray Lai
2006-03-21Allow creation of an RCS file if RCS_CREATE flag set.Ray Lai
2006-03-20spacingTheo de Raadt
2006-03-20add limited support for format builtin in gnu-m4 mode, because I'm fedMarc Espie
2006-03-20spacingTheo de Raadt
2006-03-20be strict with tolower() castingTheo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20cast xstrdup to propert u_char *Theo de Raadt
2006-03-20x11_fake_data is only ever used as u_char *Theo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-20sprinkle some ARGSUSED for table driven functions (which sometimes must ignor...Theo de Raadt
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-20make `rcs -a' use cvs_strsplit() for easiness; OK joris@.Xavier Santolaria
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20add missing xfree()'s after we are done with cvs_strsplit();Xavier Santolaria
2006-03-20djm did a typoTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20delint; cvs_buf_write_stmp() will never return non-zero:Niall O'Higgins
2006-03-20(really) last of the Coverity diffs: avoid possible NULL deref inDamien Miller
2006-03-20report function m4errx, that shows app-specific data (filename/linenumber)Marc Espie
2006-03-20Lint should not complain about expressions of the form: ((x == y) == z)Chad Loder
2006-03-20memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20last lot of GSSAPI related leaks detected by Coverity viaDamien Miller
2006-03-20more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20if we're in visual mode reading a command, check the termination valuePeter Valchev
2006-03-19use getopt(3)Robert Nagy
2006-03-19please lintTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19whoever thought that break after return was a good idea needs to get their he...Theo de Raadt
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19more sane calloc(3) usage; from adobriyan@gmail.com, ok millertPeter Valchev
2006-03-19Correct strdelim null test; ok djm@Darren Tucker
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller