summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-21test altq tbrsize calculationHenning Brauer
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
ok deraadt@
2003-02-21open the etag-state file writeonly. open it O_TRUNC in case it was too big.Henning Brauer
chmod/chown to root.www 0640, just in case a etag file from the initial version is around. ok cloder theo
2003-02-21toss in dhclient-script; from krwTheo de Raadt
2003-02-21whole bunch of options tests, idea by krauseHenning Brauer
2003-02-21test scrub random-id, pointed out by krauseHenning Brauer
2003-02-21more testing: illegal port, af mismatch w/ route-to and more flags tcponlyHenning Brauer
from krause
2003-02-21typo; Mr. Manpagebeauty Krause. Thanks!Henning Brauer
2003-02-21Improved environment variable parser from FreeBSD (Thomas Quinot).Todd C. Miller
Fixes some issues with quoting and allows no longer mistakes commands starting with a variable assignment for environment variables.
2003-02-21$OpenBSD$Henning Brauer
2003-02-21fix restarts.Henning Brauer
the etag-state file wasn't readable after chroot and privilege drop. therefore, make it root.www 640. split the read and write portions to their own functions, and in init_etag, try to write the etag-state; in case of any problem with that, create a new one and read that.
2003-02-21dhclient-script fits; from krwTheo de Raadt
2003-02-21A little scatological humour goes a long way.Ryan Thomas McBride
"this is fine" henning@
2003-02-21check for size < 0 when allocating memory, from openssl (-r1.34)Markus Friedl
2003-02-21re-allow set loginterface noneHenning Brauer
ok cedric@ dhartmei@
2003-02-21set loginterface to nonexistant interfaceHenning Brauer
2003-02-21explicit tbrsize; found by mcbride@Henning Brauer
2003-02-21better error message if set loginterface is called with nonexistantHenning Brauer
interface, found by krause (who is doing EXCELLENT work. Thank you very much!), fix by me, ok dhartmei@ and cedric@
2003-02-21...sizeof(&adat.session) is not good here.Mike Pechkin
henning@, deraadt@, millert@
2003-02-21remove unused variableTed Unangst
ok mickey@
2003-02-21one more: guid -> egidJason McIntyre
thanks tedu@
2003-02-21typos;Jason McIntyre
2003-02-21print sshd_config filename in debug2 mode.Markus Friedl
2003-02-21move server only kex and monitor code to sshd.Markus Friedl
2003-02-21remove bind4; ok deraadt@Jakob Schlyter
2003-02-21remove bad xref to dnssec-keygen(8)Jakob Schlyter
2003-02-21push_frame_in_operand: add the setup and restore code for setjmp on powerpc ↵Hiroaki Etoh
and alpha
2003-02-21sweep_string_in_operand: properly sweep inline function frame.Hiroaki Etoh
2003-02-21mark the top address of inline function frame with integrated flag for the ↵Hiroaki Etoh
propolice protection
2003-02-21In the case of no optimization, fix the problem that the first argument ↵Hiroaki Etoh
doesn't copy to the region of local variables.
2003-02-21Ssh... use -q of pfctl to quieten things down.Jason Wright
2003-02-21Print the pa not ldxa(pa)Jason Wright
2003-02-21- kill several unnecessary static'sJason Wright
- fix debugging code so it doesn't generate crashes itself
2003-02-20add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyJason Wright
check the length of the data
2003-02-20Don't return a value from a void function; from the kerberosV version.Todd C. Miller
This part of the code is not actually compiled on OpenBSD; hin@ OK
2003-02-20extra plurals; openbsd@davidkrause.comTheo de Raadt
2003-02-20Fix a crash in the systrace found by form@Artur Grabowski
One is a kernel fix that changes the lockin and one is a userland fix that prevents dereferencing a freed pointer. From provos deraadt@ ok
2003-02-20Use STDOUT_FILENO; David at phobia dot msTodd C. Miller
2003-02-20Sync with ISC cron-current + my at(1) integration.Todd C. Miller
The at(1) code is now more tightly integrated into the cron codebase.
2003-02-20bad jmc, did not nroff?Theo de Raadt
2003-02-20If there is no cron.allow or cron.deny file, only the superuser may runTodd C. Miller
the crontab command; for POSIX compliance. Create an empty cron.deny file to allow any user to run crontab: install -c -o root -g crontab -m 660 /dev/null /var/cron/cron.deny
2003-02-20copyrights added;Jason McIntyre
these are all David Leonard, and Public Domain ok deraadt@
2003-02-20knfTheo de Raadt
2003-02-20If there's no tag to be reset, don't reset it (avoids a NULL deref in the ↵Jason Wright
IPCOMP case)
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer
2003-02-20remove useless cast in memset()Todd C. Miller
2003-02-20cron.{allow,deny}, not at.{allow,deny}; noticed by Dries SchellekensTodd C. Miller
2003-02-20Fix the mask and sign extension for bl instruction which branch backwards.Dale Rahn
When printing the address, address has already been added according to AA.
2003-02-20Fix table syntax documentation, from David Krause.Cedric Berger
2003-02-20syncTheo de Raadt