summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-03deobfuscate by pulling le conversions up. use mallocarray.Ted Unangst
2014-11-03reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.Ted Unangst
2014-11-03hoist blowfish up and use bcrypt_newhash directlyTed Unangst
2014-11-03actually use macro argument instead of shadowed variable nameTed Unangst
2014-11-03comment out no-tab-mode, since mg is currently compiled without it;Jason McIntyre
2014-11-03introspection feature: ${MAKEFILE_LIST} contains the list of makefilesMarc Espie
2014-11-03Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrantGerhard Roth
2014-11-03Do no change the gateway of local routes for p2p interfaces.Martin Pieuchot
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-03Add hooks to override native arc4random_buf on FreeBSD.Brent Cook
2014-11-03arc4random_uniform() transformation was off, resulting in badly skewedPhilip Guenther
2014-11-03Add gcc format attributes to yyerror() in httpd.Doug Hogan
2014-11-03Add gcc format attributes to more warn/error functions in parse.y files.Doug Hogan
2014-11-03simple conversion from select() to poll()Theo de Raadt
2014-11-03pass size argument to free()Theo de Raadt
2014-11-03No need to immediately remove an expired lease from the list ofKenneth R Westerback
2014-11-02Unmap the hibernate hiballoc page after we are done with it.Mike Larkin
2014-11-02increment s->datalen counter in append domain code to correctly account forGilles Chehade
2014-11-02rework domain append by locating either the brackets or the last componentGilles Chehade
2014-11-02Pesky whitespace and spurious parenthesis.Kenneth R Westerback
2014-11-02Add a tls_connect_fds() function that allows a secure connection to beJoel Sing
2014-11-02syncTheo de Raadt
2014-11-02Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-02Fix a NULL deref when getting an actual result for an invalid hostnameEric Faurot
2014-11-02use nanosleep() instead of select(); ok jsingTheo de Raadt
2014-11-02revert, i did NOT ok this diff which bears no proof of testing in a bulk or x...Jasper Lievisse Adriaanse
2014-11-02Remove remnants from RC2 and SEED - there are no longer any cipher suitesJoel Sing
2014-11-02Tests for constructs such as 'foo >= a.version foo != another.version'.Jeremie Courreges-Anglas
2014-11-02localcipher is blowfish only. remove mention of ypcipher.Ted Unangst
2014-11-02be a little more vague and a little less wrong about login.confTed Unangst
2014-11-02awk script to upgrade from 4.3 passwd files is irrelevant nowTed Unangst
2014-11-02update documentation regarding localcipher onlyTed Unangst
2014-11-02tweak wording and update panic messagesTed Unangst
2014-11-02tweak free panic messages tooTed Unangst
2014-11-02tweak panic messages for consistencyTed Unangst
2014-11-02tmpfs free sizesTed Unangst
2014-11-02unnecessary malloc.h includeTed Unangst
2014-11-02make comment select() vs poll() agnosticTheo de Raadt
2014-11-02remove bogus commentTheo de Raadt
2014-11-02convert select() to poll().Theo de Raadt
2014-11-02Allow for requests such as "foo != some.version".Jeremie Courreges-Anglas
2014-11-02Consistency.Jeremie Courreges-Anglas
2014-11-02Tests for pkg-config 'foo != some.version'Jeremie Courreges-Anglas
2014-11-02Add gcc format attributes to parse.y's yyerror() for bgpd.Doug Hogan
2014-11-02Add gcc format attributes to parse.y for ospf{6,}d.Doug Hogan
2014-11-02Only mark segment 0 as executable on 64-bit systems. There it is harmless asMark Kettenis
2014-11-01add a few sizes to freeTed Unangst
2014-11-01remove color support. discussed with dlg and mikebTed Unangst
2014-11-01tweak previous;Jason McIntyre
2014-11-01Document rtalloc(9).Martin Pieuchot