summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-18printing (null) is not so useful. instead print names of missing symbolsTed Unangst
2004-02-18fix thinko in the revents & (POLLIN|POLLOUT) caseHenning Brauer
2004-02-17improve logging on connection open failHenning Brauer
2004-02-17bzero scsi_xfer's as they come out of the pool to ensure there is noKenneth R Westerback
2004-02-17init wbuf.sock too in init_peer()Henning Brauer
2004-02-17little easierHenning Brauer
2004-02-17bit better err msgs after buf_close (which can't fail anyway actually)Henning Brauer
2004-02-17couple more bits from wiz@netbsd;Jason McIntyre
2004-02-17check for EAGAIN after readHenning Brauer
2004-02-17tidy this page up a bit;Jason McIntyre
2004-02-17malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be>Ted Unangst
2004-02-17syncTed Unangst
2004-02-17kqueue works using native callsTed Unangst
2004-02-17remove cruft left over from RhostsAuthentication removal;Jason McIntyre
2004-02-17tweak;Jason McIntyre
2004-02-17typos;Jason McIntyre
2004-02-17tweak;Jason McIntyre
2004-02-17Change the maketemp() description into what it really does.Miod Vallat
2004-02-17Somehow size needs some time to settle. The direct inline call of attr_errorClaudio Jeker
2004-02-17ptm ref. Okay millert@Marc Espie
2004-02-17syncTheo de Raadt
2004-02-17missing bzero() of the iovecHenning Brauer
2004-02-17Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; thisOtto Moerbeek
2004-02-17two more returns; open msg counter might have gotten increased too muchHenning Brauer
2004-02-17On write error return and do not try to make a read. OK henning@Claudio Jeker
2004-02-17Make gcc on sparc happy. OK henning@Claudio Jeker
2004-02-17init len for getsockname and getpeername, found and ok claudioHenning Brauer
2004-02-17Make sure that we add the new prefix to the prefix list or bad things willClaudio Jeker
2004-02-17switch to sysctl_int_arr(); ok henning, deraadtMarkus Friedl
2004-02-17Regen with correct hd(4) description.Miod Vallat
2004-02-17Move conflicting hd(4) definitions to MD files.Miod Vallat
2004-02-17sftp.c and sftp-int.c, together at last; ok markus@Damien Miller
2004-02-17add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@Cedric Berger
2004-02-17Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@Cedric Berger
2004-02-17Add regression test for LoginGraceTime; ok markus@Darren Tucker
2004-02-17Remove useless headers; ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2004-02-17qmake on sparc64 uses a character array with the size of 1 and pp moves its l...Hiroaki Etoh
2004-02-17use unsigned ints for the frame fields and add proper typecasting so weJean-Francois Brousseau
2004-02-16fixes function parameters to match the man page as wellBrad Smith
2004-02-16Add missing const for function parameters to match POSIX.Brad Smith
2004-02-16If the user does "chown foo.bar" check to see if foo.bar is a usernameTodd C. Miller
2004-02-16don't allocate a cluster if the header fits into a mbuf;Markus Friedl
2004-02-16add IPv4/IPv6 transport selection. ok millert@ deraadt@Jakob Schlyter
2004-02-16check for isakmp_sa->transport != NULL; noticed by bluhm at genua.de ok hshoe...Markus Friedl
2004-02-16make -b and -c work with large offsets; tweak from millert@Otto Moerbeek
2004-02-16remove redundant code, u_int8_t cannot be > 0xffOtto Moerbeek
2004-02-16handle allocation failure; jjy2+@pitt.eduTheo de Raadt
2004-02-16no need for extra param; Mathias@enloco.netTheo de Raadt
2004-02-16give up on amd64 -O0Theo de Raadt