Age | Commit message (Expand) | Author |
2013-06-27 | do not use Sx for sections outwith the man page - ingo informs me that | Jason McIntyre |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-06-26 | Avoid mangling argv and environment variables. | Jeremie Courreges-Anglas |
2013-06-24 | tweak previous; | Jason McIntyre |
2013-06-24 | do not use literal displays when the display contains mark up; | Jason McIntyre |
2013-06-23 | Stop using deprecated functions from Kerberos. | Antoine Jacoutot |
2013-06-23 | Focus events can cause trouble if left on and they can't be turned off | Nicholas Marriott |
2013-06-23 | Always push a focus event when the application turns it on, prompted by | Nicholas Marriott |
2013-06-23 | Mark control commands specially so the client can identify them, based | Nicholas Marriott |
2013-06-22 | Tweak optimization flags on landisk until I have time to investigate further. | Miod Vallat |
2013-06-22 | improved time_t overflow check suggested by guenther@ | Damien Miller |
2013-06-21 | Stop using deprecated Kerberos functions. | Antoine Jacoutot |
2013-06-21 | Default to stdin/stdout if no input files are | Jonathan Gray |
2013-06-21 | make this -Wsign-compare clean after time_t conversion | Damien Miller |
2013-06-21 | sprinkle in some error() to explain moduli(5) parse failures | Damien Miller |
2013-06-21 | explicitly mention that IdentitiesOnly can be used with IdentityFile | Damien Miller |
2013-06-21 | for hostbased authentication, print the client host and user on | Damien Miller |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2013-06-20 | fix typo | Marc Espie |
2013-06-20 | don't leak the rdata blob on errors; ok djm@ | Markus Friedl |
2013-06-20 | add ut/nut flags to indent to enable/disable tabs. | Jonathan Gray |
2013-06-19 | don't link to hx509, pthread and ntlm related libraries | Robert Nagy |
2013-06-19 | stop doing kerberos in ssh and sshd | Theo de Raadt |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat |
2013-06-18 | make sure the target directory gets created in the includes target | Robert Nagy |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2013-06-17 | remove asn1_compile and compile_et from usr.bin because they | Robert Nagy |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-17 | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q | Philip Guenther |
2013-06-17 | Handle time_t values as long long's when formatting them and when | Philip Guenther |
2013-06-16 | Quote values in the variable assignments, to be bulletproof in the face | Philip Guenther |
2013-06-16 | Oops, I undid rev. 1.2 | Jeremie Courreges-Anglas |
2013-06-16 | Improve locale(1) output formatting. | Jeremie Courreges-Anglas |
2013-06-15 | Move upwards passed multiple lines with no characters instead of | Mark Lumsden |
2013-06-15 | Hook up locale(1). | Antoine Jacoutot |
2013-06-15 | make explicit some hidden assumptions, make path handling clearer, | Marc Espie |
2013-06-12 | drop any quotes from variables when pulling them out of the .pc file; | Jasper Lievisse Adriaanse |
2013-06-11 | revert r1.156 "Add support for focus notifications when tmux pane changes" | Stuart Henderson |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-10 | revert 1.203 while we investigate crashes reported by okan@ | Darren Tucker |
2013-06-09 | merge conflicts, and kill a few more kittens while here. | Landry Breuil |
2013-06-07 | Add an "ABANDONED" channel state and use for mux sessions that are | Darren Tucker |
2013-06-05 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm | Darren Tucker |
2013-06-05 | -f reads from the file, based on patch from andre stoebe | Ted Unangst |
2013-06-05 | Add charset to Pig locale name. Without charset the Pig locale won't work. | Stefan Sperling |
2013-06-05 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm | Darren Tucker |
2013-06-05 | typo in usage, comand/command; Arto Jonsson | Stuart Henderson |
2013-06-05 | When running sshd -D, close stderr unless we have explicitly requesting | Darren Tucker |
2013-06-05 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm | Darren Tucker |
2013-06-05 | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze |