Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-21 | test altq tbrsize calculation | Henning Brauer | |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-21 | open 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-21 | toss in dhclient-script; from krw | Theo de Raadt | |
2003-02-21 | whole bunch of options tests, idea by krause | Henning Brauer | |
2003-02-21 | test scrub random-id, pointed out by krause | Henning Brauer | |
2003-02-21 | more testing: illegal port, af mismatch w/ route-to and more flags tcponly | Henning Brauer | |
from krause | |||
2003-02-21 | typo; Mr. Manpagebeauty Krause. Thanks! | Henning Brauer | |
2003-02-21 | Improved 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-21 | fix 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-21 | dhclient-script fits; from krw | Theo de Raadt | |
2003-02-21 | A little scatological humour goes a long way. | Ryan Thomas McBride | |
"this is fine" henning@ | |||
2003-02-21 | check for size < 0 when allocating memory, from openssl (-r1.34) | Markus Friedl | |
2003-02-21 | re-allow set loginterface none | Henning Brauer | |
ok cedric@ dhartmei@ | |||
2003-02-21 | set loginterface to nonexistant interface | Henning Brauer | |
2003-02-21 | explicit tbrsize; found by mcbride@ | Henning Brauer | |
2003-02-21 | better error message if set loginterface is called with nonexistant | Henning 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-21 | remove unused variable | Ted Unangst | |
ok mickey@ | |||
2003-02-21 | one more: guid -> egid | Jason McIntyre | |
thanks tedu@ | |||
2003-02-21 | typos; | Jason McIntyre | |
2003-02-21 | print sshd_config filename in debug2 mode. | Markus Friedl | |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl | |
2003-02-21 | remove bind4; ok deraadt@ | Jakob Schlyter | |
2003-02-21 | remove bad xref to dnssec-keygen(8) | Jakob Schlyter | |
2003-02-21 | push_frame_in_operand: add the setup and restore code for setjmp on powerpc ↵ | Hiroaki Etoh | |
and alpha | |||
2003-02-21 | sweep_string_in_operand: properly sweep inline function frame. | Hiroaki Etoh | |
2003-02-21 | mark the top address of inline function frame with integrated flag for the ↵ | Hiroaki Etoh | |
propolice protection | |||
2003-02-21 | In 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-21 | Ssh... use -q of pfctl to quieten things down. | Jason Wright | |
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright | |
2003-02-21 | - kill several unnecessary static's | Jason Wright | |
- fix debugging code so it doesn't generate crashes itself | |||
2003-02-20 | add printing of ipcomp, and while in the neighborhood, make ah/esp actually | Jason Wright | |
check the length of the data | |||
2003-02-20 | Don'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-20 | extra plurals; openbsd@davidkrause.com | Theo de Raadt | |
2003-02-20 | Fix 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-20 | Use STDOUT_FILENO; David at phobia dot ms | Todd C. Miller | |
2003-02-20 | Sync 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-20 | bad jmc, did not nroff? | Theo de Raadt | |
2003-02-20 | If there is no cron.allow or cron.deny file, only the superuser may run | Todd 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-20 | copyrights added; | Jason McIntyre | |
these are all David Leonard, and Public Domain ok deraadt@ | |||
2003-02-20 | knf | Theo de Raadt | |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the ↵ | Jason Wright | |
IPCOMP case) | |||
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer | |
2003-02-20 | remove useless cast in memset() | Todd C. Miller | |
2003-02-20 | cron.{allow,deny}, not at.{allow,deny}; noticed by Dries Schellekens | Todd C. Miller | |
2003-02-20 | Fix 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-20 | Fix table syntax documentation, from David Krause. | Cedric Berger | |
2003-02-20 | sync | Theo de Raadt | |