| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-25 | good-bye, moved to external | christos | |
| 2013-12-15 | nb_name_len does not increase size when nn_scope contains only a \0, | stacktic | |
| do the same on nb_name_encode to avoid a buffer overflow | |||
| 2013-12-15 | Make sure we keep enough space to encode the type | stacktic | |
| 2013-11-28 | These have moved to external | christos | |
| 2013-11-18 | Change content of string, don't overwrite the newly allocated pointer. | joerg | |
| 2013-10-21 | add a gcc XXX initialization | christos | |
| 2013-10-21 | remove unused variables | christos | |
| 2013-10-20 | fix unused variable warnings | christos | |
| 2013-10-18 | remove unused variables | christos | |
| 2013-09-13 | wkmodulus is only used with USE_SRP, so conditionalize it. | joerg | |
| 2013-07-20 | Use Mt for email addresses. | wiz | |
| 2013-06-20 | buy ancient code | christos | |
| 2013-03-23 | one less, 6 left. | christos | |
| 2013-01-23 | It is ridiculous to truncate files on character conversions without | christos | |
| warning and a chance for recovery. This patch sets the handler to copy the character, clear the error and proceed instead of bailing out. To replicate: - unset LANG - Create a file that has ~1000 lines. Put a single bad character - '\344' in it, around 2/3rds of the file down. Save it. - export LANG=en_US.UTF-8 - edit the file. Notice there is no error for input conversion, since nvi reads the file opportunistically. - :w Boom, the file is truncated. Alternatively, you can put that character in the first line of the file, and watch the fireworks. If you like to restore the previous behavior compile with -DERROR_ON_CONVERT XXX: Pullup to 6, 5 etc. | |||
| 2012-12-24 | ftp-proxy: disable NPF bits for now; it will be re-done. | rmind | |
| 2012-11-19 | Protect a few more quotes in chat script examples. | njoly | |
| 2012-09-15 | IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now; | plunky | |
| these files are obsolete | |||
| 2012-09-15 | reinstate "Update ftp-proxy for changes to ipnat_t" from Darren Reed | plunky | |
| 2012-07-15 | Use after free (Coverity 273146) | spz | |
| 2012-06-25 | Casting an uint32_t pointer to (long *) may have been acceptable | abs | |
| in the eighties but that time has long past. Minimally invasive fix using a temporary long variable, so while we can still overflow at least we're less broken. | |||
| 2012-05-07 | Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2. | wiz | |
| 2012-04-08 | print sizeof() with %zu | christos | |
| 2012-04-08 | Cast argument to unsigned long for i386. | wiz | |
| 2012-04-08 | Fix a format string error clang found. | wiz | |
| 2012-04-08 | Sprinkle __dead and __printflike for clang. | wiz | |
| 2012-04-06 | make this work on 64 bit machines; use stdint/inttypes. | christos | |
| 2012-03-23 | More c89 prototypes, mostly just filling in void where needed. | he | |
| 2012-03-22 | Add some more __dead as exposed by the recent WARN bumps. | joerg | |
| 2012-03-22 | Add a void to make function declaration c89. | he | |
| 2012-02-29 | Fix format string usage. | joerg | |
| 2012-02-25 | Don't use loops with empty body. | joerg | |
| 2012-02-18 | moved to external/bsd | christos | |
| 2012-02-15 | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, | riz | |
| which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch. ok: core, releng. | |||
| 2012-02-03 | Really skip the current line only if the comment is at the start. | joerg | |
| 2012-02-02 | Compiler warning on a for loop that does not terminate correctly | darrenr | |
| 2012-01-31 | More printf format fixes | martin | |
| 2012-01-31 | Fix printf formats (those who can't decide wether to use casts or PRI* | martin | |
| macros do both in bogus combination) | |||
| 2012-01-30 | Correct merge error from import. | darrenr | |
| 2012-01-30 | Merge error - stale code from HEAD not removed. | darrenr | |
| 2012-01-30 | Lost on import | darrenr | |
| 2012-01-30 | Lost on import | darrenr | |
| 2012-01-30 | Update ftp-proxy for changes to ipnat_t | darrenr | |
| 2012-01-30 | Merge IPFilter 5.1.1 into HEAD | darrenr | |
| 2012-01-30 | Import IPFilter 5.1.1 | darrenr | |
| 2012-01-27 | PR/45881: Chavdar Ivanov: nvi copy command copies empty lines. | christos | |
| Move ENTIRE_LINE definition to common.h and have interested parties use it. | |||
| 2012-01-21 | remove error(1) line. | christos | |
| 2012-01-21 | make the previous patch compile. | christos | |
| 2012-01-21 | PR/10367: Second part. | christos | |
| Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0043.html Fix a test condition for EOF. | |||
| 2012-01-21 | PR/10367: | christos | |
| Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0042.html Define ENTIRE_LINE to be -1 instead of 0 since we may want to copy 0 characters. (and use ENTIRE_LINE instead of 0 where appropriate) This fixes a bug in the dw command with for example: <cursor> a b c ~ ~ if you hit dw there, only the empty line would be killed but both the empty line and the subsequent one would be pasted when asked for with P for example. | |||
| 2012-01-21 | undo previous, it is wrong. | christos | |
