Age | Commit message (Expand) | Author |
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie |
2006-09-17 | when looking up ASNs (ASxxxx), select radb | Henning Brauer |
2006-09-16 | limit maximum work performed by the CRC compensation attack detector, | Damien Miller |
2006-09-02 | various improvements from deanna phillips; tweaked by myself | Jason McIntyre |
2006-08-30 | crank to 4.4 | Damien Miller |
2006-08-30 | Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL | Darren Tucker |
2006-08-29 | Fix KVM snooping code of netstat that got broken by the multiple table | Claudio Jeker |
2006-08-29 | fix a typo. it's esyscmd, not esycmd. | Marc Balmer |
2006-08-29 | Work around a problem in Heimdal that occurs when KRB5CCNAME file is | Darren Tucker |
2006-08-29 | normalise some inconsistent (but harmless) NULL pointer checks | Damien Miller |
2006-08-28 | fix up disc size check. | Michael Coulter |
2006-08-26 | /* $OpenBSD $*/ -> /* $OpenBSD$ */ | Kenneth R Westerback |
2006-08-26 | print updates on the same line, per second, as we go along writing, in | Theo de Raadt |
2006-08-25 | spacing | Theo de Raadt |
2006-08-24 | spacing | Theo de Raadt |
2006-08-24 | new post-soviet order in poland (from Mikolaj Kucharski <eth0@o2.pl>) and als... | Michael Shalayeff |
2006-08-23 | use the correct variable in error and warning messages | Joris Vink |
2006-08-23 | pull in latest change from openrcs: | Joris Vink |
2006-08-23 | Add missing checks for EOF when parsing rcs file sections. | Todd C. Miller |
2006-08-23 | Remove line length limit when reading format strings from a file. | Ray Lai |
2006-08-21 | Add more detail about what permissions are and aren't accepted for | Darren Tucker |
2006-08-21 | Document HostbasedUsesNameFromPacketOnly. Corrections from jmc@, ok jmc@ djm@ | Darren Tucker |
2006-08-19 | typos/spelling fixes | Steven Mestdagh |
2006-08-18 | GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk | Damien Miller |
2006-08-18 | constify host argument to match the rest of the GSSAPI functions and | Damien Miller |
2006-08-18 | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | Damien Miller |
2006-08-18 | every day of the first five months has at least one event now. | Jasper Lievisse Adriaanse |
2006-08-18 | reorder so prototypes are sorted by the files they refer to; no | Damien Miller |
2006-08-18 | delay authentication related cleanups until we're authenticated and | Markus Friedl |
2006-08-18 | make signal handler termination path shorter; risky code pointed out by | Theo de Raadt |
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright |
2006-08-18 | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. | Kjell Wooding |
2006-08-16 | factor inetd connection, TCP listen and main TCP accept loop out of main() | Damien Miller |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-08-15 | The Hindenburg crashed at 6th May 1937 and not 6th March 1939 | Jasper Lievisse Adriaanse |
2006-08-15 | the war is over. everybody get naked! | Michael Shalayeff |
2006-08-14 | files_differ() should return -1 on error, according to comments. Make | Ray Lai |
2006-08-14 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller |
2006-08-14 | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, | Darren Tucker |
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat |
2006-08-12 | a variation of netbsd -r1.18: | Jason McIntyre |
2006-08-11 | fix fidel bday as pt out by some revolutionary comarades | Michael Shalayeff |
2006-08-11 | correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@. | Xavier Santolaria |
2006-08-10 | Check for int oflow w/ -b option and unit suffixes, make usage() __dead, | Todd C. Miller |
2006-08-10 | missing full stop; from matt jibson | Jason McIntyre |
2006-08-10 | use .Sq for single letters; | Jason McIntyre |
2006-08-09 | Add -a option as per single unix. Rewrote the code to generate | Todd C. Miller |
2006-08-09 | - indicate that -b, -l, and -p are mutually exclusive | Jason McIntyre |
2006-08-08 | let ed_patch_lines work with a c command that encompasses the last line | Marc Espie |
2006-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai |