summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-21document mount_ntfs and better formatting;Jason McIntyre
ok tedu@
2003-06-21Add explicit declaration of printerr variable in function headerTodd C. Miller
(was defaulting to int which is OK but oh so K&R :-). From Theo.
2003-06-21typo;Jason McIntyre
2003-06-21clarify these functions by changing references from strings to buffersAnil Madhavapeddy
ok deraadt@, millert@, jmc@, suggested by espie@
2003-06-21missing $SUDO; from dtucker@zip.com.auMarkus Friedl
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien 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-21the theTheo de Raadt
2003-06-21A few clarifications, and more third-person text.Miod Vallat
2003-06-21make type descriptions generally plural.Ted Unangst
Vfs -> VFS, Adosfs -> ADOSFS, etc.
2003-06-21document new malloc type EMULDATA and missing NTFS types.Ted Unangst
2003-06-21add 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-21minor grammarPeter Valchev
2003-06-21typoPeter Valchev
2003-06-20correct what FIONBIO returns;Jason McIntyre
closes PR 2696; work done by Otto Moerbeek. also sorted the .Rs/.Re section.
2003-06-20syncTheo de Raadt
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
Tested by jason@ and I.
2003-06-20Add 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-20tweak;Jason McIntyre
ok jason@
2003-06-20Call setusershell() before using getusershell() to guarantee weTodd C. Miller
start checking on the first line of /etc/shells. Also call endusershell() when we are done. From FreeBSD.
2003-06-20Extend 'BAD ICMP' debug message, include icmp type/code and outer IP headerDaniel Hartmeier
addresses. ok mcbride@, cedric@
2003-06-20some cleanings recommended by lint; dhartmei okTheo de Raadt
2003-06-20a cleaning recommended by lintTheo de Raadt
2003-06-20some cleanings recommended by lintTheo de Raadt
2003-06-20syncTheo de Raadt
2003-06-20Be a bit more verbose when we give up on ever seeing a response to theHakan 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-20To 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-20To 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-20remove unused autoconf filesMarkus Friedl
2003-06-20remove old files; libevent is maintained elsewhereMarkus Friedl
2003-06-20use .Bk/.Ek to keep SYNOPSIS tidy;Jason McIntyre
2003-06-20sync some implemented options; ok markus@Damien Miller
2003-06-20sync description of protocol 2 cipher proposal; ok markusDamien Miller
2003-06-20bpp man pageJason Wright
2003-06-20Xr auxio (and set the description to something that doesn't refer to me)Jason Wright
2003-06-20auxio man page.Jason Wright
2003-06-20auxreg man pageJason Wright
2003-06-19add "microsoft-ds"; Dries SchellekensPeter Valchev
2003-06-19o 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-19use fseeko; millert okTheo de Raadt
2003-06-19knfTheo de Raadt
2003-06-19alphabeticTheo de Raadt
2003-06-19rpcgen -CTheo de Raadt
2003-06-19generate code that is much more ANSI and even KNF tooTheo de Raadt
2003-06-19generate ANSI codeTheo de Raadt
2003-06-19use width 12n and -compactTheo de Raadt
2003-06-19cleanTheo de Raadt
2003-06-19syncTheo de Raadt
2003-06-19constify constant structures; niels okMichael Shalayeff
2003-06-19a few grammer fixens from jmc@Michael Shalayeff