Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-21 | document mount_ntfs and better formatting; | Jason McIntyre | |
ok tedu@ | |||
2003-06-21 | Add explicit declaration of printerr variable in function header | Todd C. Miller | |
(was defaulting to int which is OK but oh so K&R :-). From Theo. | |||
2003-06-21 | typo; | Jason McIntyre | |
2003-06-21 | clarify these functions by changing references from strings to buffers | Anil Madhavapeddy | |
ok deraadt@, millert@, jmc@, suggested by espie@ | |||
2003-06-21 | missing $SUDO; from dtucker@zip.com.au | Markus Friedl | |
2003-06-21 | count packets and bidirectionally on state entries, allowing for fine-grained | Damien Miller | |
traffic reporting w/ pfsync; ok dhartmei@ Note: ABI change (new fields in struct pf_state), requires a rebuild of pfctl and tcpdump. | |||
2003-06-21 | () | Theo de Raadt | |
2003-06-21 | the the | Theo de Raadt | |
2003-06-21 | A few clarifications, and more third-person text. | Miod Vallat | |
2003-06-21 | make type descriptions generally plural. | Ted Unangst | |
Vfs -> VFS, Adosfs -> ADOSFS, etc. | |||
2003-06-21 | document new malloc type EMULDATA and missing NTFS types. | Ted Unangst | |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst | |
use them to correctly emulate linux brk. update to TNF copyright in linux_exec.c. from netbsd, mostly from a diff by Kurt Miller in pr3318. this should fix java. no regressions in testing by kurt and sturm@. be prepared for "proc size mismatch" -- recompile ps and friends. ok deraadt@ | |||
2003-06-21 | minor grammar | Peter Valchev | |
2003-06-21 | typo | Peter Valchev | |
2003-06-20 | correct what FIONBIO returns; | Jason McIntyre | |
closes PR 2696; work done by Otto Moerbeek. also sorted the .Rs/.Re section. | |||
2003-06-20 | sync | Theo de Raadt | |
2003-06-20 | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. | Miod Vallat | |
Tested by jason@ and I. | |||
2003-06-20 | Add MSS support to the synproxy. The client's MSS is sent to the server, | Daniel Hartmeier | |
the server's MSS is guessed based on the routing table and interface MTU. Fine patch entirely from Krists Krilovs <pow@pow.za.net>, ok frantzen@ Note: ABI change (new field in struct pf_state), requires a pfctl rebuild (and tcpdump for pfsync). | |||
2003-06-20 | tweak; | Jason McIntyre | |
ok jason@ | |||
2003-06-20 | Call setusershell() before using getusershell() to guarantee we | Todd C. Miller | |
start checking on the first line of /etc/shells. Also call endusershell() when we are done. From FreeBSD. | |||
2003-06-20 | Extend 'BAD ICMP' debug message, include icmp type/code and outer IP header | Daniel Hartmeier | |
addresses. ok mcbride@, cedric@ | |||
2003-06-20 | some cleanings recommended by lint; dhartmei ok | Theo de Raadt | |
2003-06-20 | a cleaning recommended by lint | Theo de Raadt | |
2003-06-20 | some cleanings recommended by lint | Theo de Raadt | |
2003-06-20 | sync | Theo de Raadt | |
2003-06-20 | Be a bit more verbose when we give up on ever seeing a response to the | Hakan Olsson | |
last message we sent out. In case we initiated the exchange, one possible and common reason is a network level problem (pf, routing, whatnot), if we're the responder, there is also the possibility we were scanned by something like ike-scan. markus@ ok. | |||
2003-06-20 | To keep the frame pointer addressing for stack_protection, | Hiroaki Etoh | |
skip the canonicalization; (minus A (plus B C)) to (minus (minus A B) C) where B is frame pointer and C is frame offset. ok pvalchev@ | |||
2003-06-20 | To keep the frame pointer addressing for stack_protection, skip the ↵ | Hiroaki Etoh | |
following RTL conversion; (plus (plus fp offset) const) to (plus (plus fp const) offset). ok pvalchev@ | |||
2003-06-20 | remove unused autoconf files | Markus Friedl | |
2003-06-20 | remove old files; libevent is maintained elsewhere | Markus Friedl | |
2003-06-20 | use .Bk/.Ek to keep SYNOPSIS tidy; | Jason McIntyre | |
2003-06-20 | sync some implemented options; ok markus@ | Damien Miller | |
2003-06-20 | sync description of protocol 2 cipher proposal; ok markus | Damien Miller | |
2003-06-20 | bpp man page | Jason Wright | |
2003-06-20 | Xr auxio (and set the description to something that doesn't refer to me) | Jason Wright | |
2003-06-20 | auxio man page. | Jason Wright | |
2003-06-20 | auxreg man page | Jason Wright | |
2003-06-19 | add "microsoft-ds"; Dries Schellekens | Peter Valchev | |
2003-06-19 | o get rid of strecpy() and use strlcpy() and/or snprintf() instead. | Todd C. Miller | |
o make itoa() just use snprintf() o rename itoa7() to format_uid() and use snprintf() o max username len is _PW_NAME_LEN, not 8 | |||
2003-06-19 | use fseeko; millert ok | Theo de Raadt | |
2003-06-19 | knf | Theo de Raadt | |
2003-06-19 | alphabetic | Theo de Raadt | |
2003-06-19 | rpcgen -C | Theo de Raadt | |
2003-06-19 | generate code that is much more ANSI and even KNF too | Theo de Raadt | |
2003-06-19 | generate ANSI code | Theo de Raadt | |
2003-06-19 | use width 12n and -compact | Theo de Raadt | |
2003-06-19 | clean | Theo de Raadt | |
2003-06-19 | sync | Theo de Raadt | |
2003-06-19 | constify constant structures; niels ok | Michael Shalayeff | |
2003-06-19 | a few grammer fixens from jmc@ | Michael Shalayeff | |