Age | Commit message (Expand) | Author |
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 |
2015-01-15 | The flags variable in shmat was not actually used. We need UVM_FLAG_* | Todd C. Miller |
2015-01-15 | we don't have an alloca() symbol anywhere in libc, don't prototype it. | Ted Unangst |
2015-01-15 | use .In where appropriate; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | typo; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | oops, forgotten back-pointer to state for error messages | Marc Espie |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | handle UMAC128 initialization like UMAC; ok djm@ markus@ | Christian Weisgerber |
2015-01-15 | Fix subtle breakage for polled commands introduced during iopool conversion. | Miod Vallat |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | all modern systems can do this SUSPEND thing | Theo de Raadt |
2015-01-15 | NR_OF_EOFS is a festering boil, lance & drain. | Theo de Raadt |
2015-01-15 | Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater | Mark Kettenis |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-15 | Remove an unnecessary variable and shorten a line. | Nicholas Marriott |
2015-01-15 | Shorten some long lines. | Nicholas Marriott |
2015-01-15 | Add a test for syslogd that reconnects to a TCP syslog server after | Alexander Bluhm |
2015-01-15 | Use explicit_bzero instead of memset in hash Final and End functions. | Todd C. Miller |
2015-01-15 | tell the truth about DES. | Igor Sobrado |
2015-01-15 | When the connection to a TCP syslog server fails or the TCP connection | Alexander Bluhm |
2015-01-15 | fix regression reported by brad@ for passworded keys without | Damien Miller |
2015-01-15 | Map the sigcode page copy-on-write. This allows userland to put breakpoints | Mark Kettenis |
2015-01-15 | sync ssh-keysign, ssh-keygen and some dependencies to the new | Damien Miller |
2015-01-15 | Extend the description of _timeout. | Antoine Jacoutot |
2015-01-15 | when enqueueing offline mails from within the daemon session, we should not | Gilles Chehade |
2015-01-15 | remove commented-out test code now that it has moved to a | Damien Miller |
2015-01-15 | unit tests for KRL bitmap | Damien Miller |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |