summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2014-05-07Render roff escape sequences contained in manual page descriptionsIngo Schwarze
2014-05-07Fix two memory leaks in makewhatis -n:Ingo Schwarze
2014-05-07consolidate some code by using reallocarray in all cases.Ted Unangst
2014-05-07use reallocarray. ok guentherTed Unangst
2014-05-07Fix whitespace mistakes.Paul Irofti
2014-05-07Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze
2014-05-07revert, thanks sthenTed Unangst
2014-05-07back out the previous ICMP simplifying diff, it caused livelocks.Martin Pelikan
2014-05-07try postponed requests first, so we do in-order processing; ok mikeb@Markus Friedl
2014-05-07print msgid for debugging; ok reyk & mikebMarkus Friedl
2014-05-07make authentication work with X509 certificates that don't have aMarkus Friedl
2014-05-07Remove the undocumented and ineffective -F option (force hard linkIngo Schwarze
2014-05-07factor out ikev2_ike_auth() (state machine; used multiple times via callbacks)Markus Friedl
2014-05-07add additional includes from eng_cryptodev.cJonathan Gray
2014-05-07Remove the last hacks concerning the global list of IPv4 addresses in theMartin Pieuchot
2014-05-07Make sure to call uhidev_close() upon detach for every HID driver callingMartin Pieuchot
2014-05-07Kill the {nd6_,}useloopback buttons, using the loopback interface forMartin Pieuchot
2014-05-07Remove some m->m_pkthdr.rcvif dereference to help for upcomingMartin Pieuchot
2014-05-07Initialize struct iface by zero. Without this, npppd had used randomYASUOKA Masahiko
2014-05-07Fix ext2fs atime and mtime handling that I broke from an airportPhilip Guenther
2014-05-07pass daemon_flags to nsd-control when used to check/reload/stop nsd,Stuart Henderson
2014-05-07missing word in error message. ok millertTed Unangst
2014-05-07delete some crusty castsTed Unangst
2014-05-07convert calloc to use reallocarray instead. ok millertTed Unangst
2014-05-07calloc, from peter maloneTed Unangst
2014-05-07use calloc. from peter maloneTed Unangst
2014-05-07calloc is simpler. suggested by Peter Malone and halexTed Unangst
2014-05-07use calloc. from Peter MaloneTed Unangst
2014-05-07use calloc. from Peter MaloneTed Unangst
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisTheo de Raadt
2014-05-06temp variable for a bit of clarityTed Unangst
2014-05-06remove unneeded variableTed Unangst
2014-05-06When the stack protector heuristics doesn't cover a function, leaveMartynas Venckus
2014-05-06factor out the safepathTed Unangst
2014-05-06be more explicit about what's a stringTed Unangst
2014-05-06Introduce -fstack-shuffle, which randomizes local stack variables.Martynas Venckus
2014-05-06better alloc idiomTed Unangst
2014-05-06factor max message sizeTed Unangst
2014-05-06don't give people bad ideas about pool_debugTed Unangst
2014-05-06We don't really need uniform distribution for mktemp(3) so useTodd C. Miller
2014-05-06small fix from mancha1. currently unused file, but no harm fixing it.Ted Unangst
2014-05-06reallocarrayTed Unangst
2014-05-06spell NULL as NULLTed Unangst
2014-05-06Make sure the stdout output is check, to confirm proper sorting.Miod Vallat
2014-05-06Assorted cleanups:Miod Vallat
2014-05-06Add a fixed (read: non-SIGSEGV'ing) pq_test.Miod Vallat
2014-05-06Remove broken-by-design testMiod Vallat
2014-05-06Make sure PKCS7_get_octet_string() return values are checked for NULL.Miod Vallat