summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-12Remove debug printf and properly dequeue command instead when a read times outMark Kettenis
2009-12-12remove *everything* from to_update, including hintsMarc Espie
2009-12-12Simplify client_* api, mainly by making fatal conditions result in immediateJacek Masiulaniec
2009-12-12Don't qualify empty sender address with the domain, eg. in sendmail -f "<>".Jacek Masiulaniec
2009-12-12tie conflict lists to packing lists and use themMarc Espie
2009-12-12more complex testcase: let q1-q4 have dependencies with outside q5,q6.Marc Espie
2009-12-12do the same dance with older packages: build before list, and use it whenMarc Espie
2009-12-12Add some locking around VOP_CLOSE() and friends. Lets VFSDEBUGKenneth R Westerback
2009-12-12a dangling do / while that was very very uglyTheo de Raadt
2009-12-12Some spelling corrections from Brad Tilley via tech@.Kenneth R Westerback
2009-12-11plug memory leak; found by parfait, ok beckTheo de Raadt
2009-12-11two memory leaks; spotted by parfait; ok beckTheo de Raadt
2009-12-11incorrect array size calculation, spotted by parfait; ok beckTheo de Raadt
2009-12-11__svc_fdsetsize is counted in bits, not in array elementsIngo Schwarze
2009-12-11regenMark Kettenis
2009-12-11Add some missing Intel Q45 Manageability Engine stuff. From a dmesgMark Kettenis
2009-12-11be a little more specific about -ifp; from Doran MoriJason McIntyre
2009-12-11record internal updateset dependencies for new packages, and respect themMarc Espie
2009-12-11sample case we fail (kili/edd): if updatesets contain "self" dependencies,Marc Espie
2009-12-11NSIG is 1 beyond the last signal, so <= is an incorrect check.Theo de Raadt
2009-12-11Fix two memory leaks, one found by parfait, one by myself.Jacek Masiulaniec
2009-12-11Buffer overflow when padding the password buffer to a 16 byte boundary.Owain Ainsworth
2009-12-11switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537Markus Friedl
2009-12-11Fix two identical buffer overruns.Owain Ainsworth
2009-12-11Two cases of IPSEC getsockopt() returning two bytes of uninitialializedTheo de Raadt
2009-12-11clean up the realloc code to make a parfait false positive go away.Theo de Raadt
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-11try not to use size_t in places it does not belong; ok djmTheo de Raadt
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-11plug a memory leak; found by parfait, ok djmTheo de Raadt
2009-12-11Use quiet variable, and add missing sentinel to options array.Nicholas Marriott
2009-12-11simplify building of libsMarc Espie
2009-12-11blocknonip fix; from Holger MikolonJason McIntyre
2009-12-11sync.Owain Ainsworth
2009-12-11When i filled in these pcidevs I cleverly made two sequential onesOwain Ainsworth
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-11More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingMiod Vallat
2009-12-11Fill out the pdq_cmd_info table to 18 elements, despite many ofPhilip Guenthe
2009-12-10fix potential bugs spotted by parfaitBob Beck
2009-12-10getcwd() is posix, not ansi; from Thomas PfaffJason McIntyre
2009-12-10Now that the old SysV SHM size limits global variables are gone, removeMark Kettenis
2009-12-10clarify the new rules of hostname.if files. A few special formats areTheo de Raadt
2009-12-10Length of the host address in the FEC TLV must be encoded in numberMichele Marchetto
2009-12-10"please apply the same diff as for rt2860 to if_run.c" damien@Owain Ainsworth
2009-12-10fix a theoretical (but not possible) array bound overflow.Owain Ainsworth
2009-12-10memory leak, and off by one buffer overflow - spotted by parfaitBob Beck
2009-12-10Change nasty realloc call to a more correct looking ideom - noticed whileBob Beck
2009-12-10careless fscanf, found by parfait, ok jsgTheo de Raadt
2009-12-10memory leak, found by parfait, ok jsgTheo de Raadt
2009-12-10ansiTheo de Raadt