Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-18 | Yet another wonna-be-raid device. | Alexander Yurchenko | |
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>. | |||
2004-02-18 | sync | Theo de Raadt | |
2004-02-18 | Rewrite argv processing to not alter argv[] and optind while in the | Otto Moerbeek | |
getopt() loop. ok deraadt@ | |||
2004-02-18 | Be sure to pass a third argument to open() when used with O_CREAT. | Miod Vallat | |
ok espie@ | |||
2004-02-18 | strtoul for getting pid. ok and numerous hints from deraadt@ | Ted Unangst | |
also correct errbuf size | |||
2004-02-18 | revoke privs asap; tedu ok | Theo de Raadt | |
2004-02-18 | a pinch of knf | Theo de Raadt | |
2004-02-18 | little cleanup. strlcat. usage. don't call atoi on non-numbers. | Ted Unangst | |
mostly spotted by deraadt@ | |||
2004-02-18 | strlcpy is nicer. ok deraadt@ millert@ | Ted Unangst | |
2004-02-18 | printing (null) is not so useful. instead print names of missing symbols | Ted Unangst | |
with a useful message. | |||
2004-02-18 | fix thinko in the revents & (POLLIN|POLLOUT) case | Henning Brauer | |
2004-02-17 | improve logging on connection open fail | Henning Brauer | |
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback | |
leakage from one use to the next. There is no such thing as too much paranoia. ok deraadt@. | |||
2004-02-17 | init wbuf.sock too in init_peer() | Henning Brauer | |
2004-02-17 | little easier | Henning Brauer | |
2004-02-17 | bit better err msgs after buf_close (which can't fail anyway actually) | Henning Brauer | |
2004-02-17 | couple more bits from wiz@netbsd; | Jason McIntyre | |
2004-02-17 | check for EAGAIN after read | Henning Brauer | |
2004-02-17 | tidy this page up a bit; | Jason McIntyre | |
2004-02-17 | malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be> | Ted Unangst | |
2004-02-17 | sync | Ted Unangst | |
2004-02-17 | kqueue works using native calls | Ted Unangst | |
once from art@ a while back, again from Jason Ackley <jason@ackley.net> | |||
2004-02-17 | remove cruft left over from RhostsAuthentication removal; | Jason McIntyre | |
ok markus@ | |||
2004-02-17 | tweak; | Jason McIntyre | |
ok miod@ | |||
2004-02-17 | typos; | Jason McIntyre | |
from Maxim Tsyplakov; | |||
2004-02-17 | tweak; | Jason McIntyre | |
ok mickey@ | |||
2004-02-17 | Change the maketemp() description into what it really does. | Miod Vallat | |
ok espie@ jmc@ | |||
2004-02-17 | Somehow size needs some time to settle. The direct inline call of attr_error | Claudio Jeker | |
caused troubles on my test machines which manifested in garbage size values. OK henning@ | |||
2004-02-17 | ptm ref. Okay millert@ | Marc Espie | |
2004-02-17 | sync | Theo de Raadt | |
2004-02-17 | missing bzero() of the iovec | Henning Brauer | |
2004-02-17 | Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; this | Otto Moerbeek | |
version with millert@. Resolves PR 3677. ok millert@ | |||
2004-02-17 | two more returns; open msg counter might have gotten increased too much | Henning Brauer | |
2004-02-17 | On write error return and do not try to make a read. OK henning@ | Claudio Jeker | |
2004-02-17 | Make gcc on sparc happy. OK henning@ | Claudio Jeker | |
2004-02-17 | init len for getsockname and getpeername, found and ok claudio | Henning Brauer | |
2004-02-17 | Make sure that we add the new prefix to the prefix list or bad things will | Claudio Jeker | |
happen. OK henning@ | |||
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl | |
2004-02-17 | Regen with correct hd(4) description. | Miod Vallat | |
2004-02-17 | Move conflicting hd(4) definitions to MD files. | Miod Vallat | |
2004-02-17 | sftp.c and sftp-int.c, together at last; ok markus@ | Damien Miller | |
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger | |
2004-02-17 | Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@ | Cedric Berger | |
2004-02-17 | Add regression test for LoginGraceTime; ok markus@ | Darren Tucker | |
2004-02-17 | Remove useless headers; ok deraadt@ | Damien Miller | |
2004-02-17 | switch to license.template for code written by me (belated, I know...) | Damien Miller | |
2004-02-17 | qmake on sparc64 uses a character array with the size of 1 and pp moves its ↵ | Hiroaki Etoh | |
location in the stack. then, pp breaks the memory alignment of every local variables. This fixes the problem not to change the location when the array is not aligned based on word boundary. This also changes SUSPICIOUS_BUF_SIZE from zero to eight. This is the original pp protection. ok espie@, sturm@, drahn@, brad@ | |||
2004-02-17 | use unsigned ints for the frame fields and add proper typecasting so we | Jean-Francois Brousseau | |
don't end up with a bogus argument to process_read() ok drahn@, vincent@ | |||
2004-02-16 | fixes function parameters to match the man page as well | Brad Smith | |
as adding a more aggressive arguement check. From: FreeBSD's libc_r. ok marc@ | |||
2004-02-16 | Add missing const for function parameters to match POSIX. | Brad Smith | |
From: FreeBSD's libc_r ok marc@ |