summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16Tweak previous: Do not put punctuation on its own line, put it at the endIngo Schwarze
2015-01-16Add regression tests for syslog over TLS.Alexander Bluhm
2014-07-11Add a test framework for the ospfd routing daemon. For each testAlexander Bluhm
2015-01-16Binary code patching on amd64Stefan Fritsch
2015-01-16Clean up macros in isakmpd(8).Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h>Doug Hogan
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller
2015-01-16<sys/param.h> is not needed here either.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-16improve checksum parsing slightly. now handles filenames with spaces.Ted Unangst
2015-01-16just to be careful, add a cpp guard that the sscanf sizes are okTed Unangst
2015-01-16adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAXTheo de Raadt
2015-01-16If MAXPATHLEN is undefined, do not set it to 512. Dangerous.Theo de Raadt
2015-01-16Complete the list of functions in the paragraph that mentions thatLawrence Teo
2015-01-16Rename pcap_create()'s ebuf argument to errbuf to match the rest of theLawrence Teo
2015-01-16Add more missing argument names.Lawrence Teo
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2015-01-16The BPF paper referenced in the SEE ALSO section was most likely an unpublishedLawrence Teo
2015-01-16Fix a use after free, where the already freed p->opt.source was used byLawrence Teo
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze
2015-01-16syncTheo de Raadt
2015-01-16Merge in a commit from upstream..Brad Smith
2015-01-16Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN mayTheo de Raadt
2015-01-16move to PATH_MAX, etc; normalize includes for life in the <limits.h> universeTheo de Raadt
2015-01-16Move to using PATH_MAXTheo de Raadt
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2015-01-16Switch to including <sys/types.h> instead of <sys/param.h>Theo de Raadt
2015-01-15switch to PATH_MAXTheo de Raadt
2015-01-15include <sys/syslimits.h> and switch to use of LOGIN_NAME_MAX, makingTheo de Raadt
2015-01-15include <sys/syslimits.h> to get access to (and then use) NGROUPS_MAXTheo de Raadt
2015-01-15Stop including <sys/param.h> and other stuff. Assume this will be includedTheo de Raadt
2015-01-15do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>Theo de Raadt
2015-01-15Do not include 5 header files, including <sys/param.h>Theo de Raadt
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2015-01-15add kex unit testsMarkus Friedl
2015-01-15remove static version stringTed Unangst
2015-01-15simplify des headers by stripping out all the unnecessary userland bitsTed Unangst
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15use PATH_MAX for path buffers. in case, you know...Ted Unangst
2015-01-15If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1Theo de Raadt
2015-01-15remove xmalloc, switch to sshbufMarkus Friedl
2015-01-15switch to sshbufMarkus Friedl
2015-01-15UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*Philip Guenther
2015-01-15Rework the disk label handling once again. Disk label is read at attach timeMiod Vallat
2015-01-15Be sure to print time_t with the appropriate format specifier. RepairsMiod Vallat
2015-01-15Test shmat() with a non-NULL address, both failure and successPhilip Guenther
2015-01-15Use .An in the AUTHORS section where appropriate;Ingo Schwarze