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