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