Age | Commit message (Expand) | Author |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-21 | open the etag-state file writeonly. open it O_TRUNC in case it was too big. | Henning Brauer |
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 |
2003-02-21 | typo; Mr. Manpagebeauty Krause. Thanks! | Henning Brauer |
2003-02-21 | Improved environment variable parser from FreeBSD (Thomas Quinot). | Todd C. Miller |
2003-02-21 | $OpenBSD$ | Henning Brauer |
2003-02-21 | fix restarts. | Henning Brauer |
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 |
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 |
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 |
2003-02-21 | ...sizeof(&adat.session) is not good here. | Mike Pechkin |
2003-02-21 | remove unused variable | Ted Unangst |
2003-02-21 | one more: guid -> egid | Jason McIntyre |
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 |
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 pr... | Hiroaki Etoh |
2003-02-21 | In the case of no optimization, fix the problem that the first argument doesn... | Hiroaki Etoh |
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 |
2003-02-20 | add printing of ipcomp, and while in the neighborhood, make ah/esp actually | Jason Wright |
2003-02-20 | Don't return a value from a void function; from the kerberosV version. | Todd C. Miller |
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 |
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 |
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 |
2003-02-20 | copyrights added; | Jason McIntyre |
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 IPC... | Jason Wright |
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 |
2003-02-20 | Fix table syntax documentation, from David Krause. | Cedric Berger |
2003-02-20 | sync | Theo de Raadt |
2003-02-20 | I found my missing 24 bytes... crp_olen = the total length of the result - cr... | Jason Wright |