Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-26 | select to poll | Michael Shalayeff | |
2003-09-26 | put 64bit macros/functions documentation back. | Federico G. Schwindt | |
2003-09-26 | avoid strdup. and, while at it, fix a file leak at sigexit time spotted | Theo de Raadt | |
by ish | |||
2003-09-26 | use erealloc | Theo de Raadt | |
2003-09-26 | use emalloc and watch for strdup failure | Theo de Raadt | |
2003-09-26 | use emalloc | Theo de Raadt | |
2003-09-26 | No need to include non-standard machine/endian.h header since | Todd C. Miller | |
sys/types does that for us. Add a STANDARDS section that says what is and is not standard. OK fgsch@ | |||
2003-09-26 | for %#s, # is the amount of input string, not the amount of output string. | Theo de Raadt | |
hence # must be 1 less than the size of the storage buffer. yes, we've known this for a long time, but it is not clearly documented and half the code out there does not use n-1! whoever designed this needs to be tortured. | |||
2003-09-26 | Walking up to a firewall box which had the console logged in, to see | Theo de Raadt | |
the entire screen full of "Reopened logfile" is CLEAR and OBVIOUS reason that that message is UTTERLY USELESS and is wiping important stuff off the screen. | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-09-26 | can free(NULL) | Theo de Raadt | |
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell | |
2003-09-26 | sync | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-26 | free(NULL) works; jjy2+@pitt.edu | Theo de Raadt | |
2003-09-26 | correct scanf sizes; anil aaron ok | Theo de Raadt | |
2003-09-26 | add bounds to sscanf, millert@ | Anil Madhavapeddy | |
2003-09-26 | Move statistics counters from individual pf_test_<proto>() and | Ryan Thomas McBride | |
pf_test_state_<proto>() to pf_test() and pf_test6(). Reduce code redundancy, and fix the following bugs: - ICMP packets were not being accounted for correctly (missing statistics code in pf_test_state_icmp() - Some packets were not being counted in the loginterface statistics NOTE: Under some situations with route-to, packets may get counted once on the original interface, and once on the pf-routed interface. This can be dealt with by rules which specify the each interface explicitly. ok cedric@, henning@ | |||
2003-09-26 | File args are optional. Document strings and \<newline><whitespace> in | Otto Moerbeek | |
numbers. ok jmc@ | |||
2003-09-26 | don't listen to INADDR_ANY if Listen-on is specified. | Cedric Berger | |
patch from markus@, ok ho@ | |||
2003-09-26 | cleanup, and an ammendment from otto@; | Jason McIntyre | |
2003-09-26 | off by one in fscanf; from aaron@ | Anil Madhavapeddy | |
2003-09-26 | .Xr mount_ntfs; | Jason McIntyre | |
2003-09-26 | <> -> .Aq; | Jason McIntyre | |
2003-09-26 | no need to set the listen sockets to non-block; ok deraadt@ | Markus Friedl | |
2003-09-26 | Enable dc(1) and bc(1) regressions | Otto Moerbeek | |
2003-09-26 | Disable bc (and dc). | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-26 | Enable new bc(1) and dc(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-26 | Add a line saying we should conform to Posix. Also warn we do not have | Otto Moerbeek | |
non-portable extensions from GNU bc(1). | |||
2003-09-26 | erm, committing to teh right repository helps sometimes. | Henning Brauer | |
don't reject usernames > 15 chars; username is not used as ruleset name any more, thus, this restriction is gone. PR3491, fix from dhartmei | |||
2003-09-26 | Check strdup() return value, as pointed out by deraadt@ | Otto Moerbeek | |
2003-09-26 | realloc tuning; pvalchev ok | Theo de Raadt | |
2003-09-26 | spacing | Theo de Raadt | |
2003-09-26 | spacing | Theo de Raadt | |
2003-09-26 | Regen | Miod Vallat | |
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat | |
2003-09-26 | regen | Michael Shalayeff | |
2003-09-26 | fix buffer size; leonard+gnats@itee.uq.edu.au | Theo de Raadt | |
2003-09-26 | fix columns; sahara@surt.net | Theo de Raadt | |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev | |
2003-09-26 | It is safe to pass free() a NULL pointer since C89; update example to | Todd C. Miller | |
this effect. OK deraadt@ pvalchev@ | |||
2003-09-26 | make accept failures not globally fatal. | Bob Beck | |
ok deraadt@ | |||
2003-09-26 | retry for ECONNABORTED too | Theo de Raadt | |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff | |
2003-09-26 | spelling, from jolan, and ispell. | Bob Beck | |
2003-09-26 | realloc properly; ok jason | Theo de Raadt | |
2003-09-26 | 7955/7596 rng works (it's just like the 7951, actually) | Jason Wright | |
2003-09-26 | Add recipes fortune file. Start with the Hackathon barbeque recipes | Bob Beck | |
ok deraadt@, mcbride@ (earlier version). | |||
2003-09-26 | use a much more random salt; prompted by ast@domdv.de | Theo de Raadt | |
2003-09-26 | free(NULL) allowed | Theo de Raadt | |
2003-09-26 | reading the record skip the remainder of data we do not need. we are still ↵ | Michael Shalayeff | |
screwed on writes though |