Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
unbreak compilation with -Werror | |||
2006-08-18 | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | Damien Miller | |
ok markus@ | |||
2006-08-18 | every day of the first five months has at least one event now. | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-08-18 | reorder so prototypes are sorted by the files they refer to; no | Damien Miller | |
binary change | |||
2006-08-18 | delay authentication related cleanups until we're authenticated and | Markus Friedl | |
all alarms have been cancelled; ok deraadt | |||
2006-08-18 | make signal handler termination path shorter; risky code pointed out by | Theo de Raadt | |
mark dowd; ok djm markus | |||
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright | |
in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt | |||
2006-08-18 | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. | Kjell Wooding | |
(not M-[, M-]). This is where emacs has it. | |||
2006-08-16 | factor inetd connection, TCP listen and main TCP accept loop out of main() | Damien Miller | |
into separate functions to improve readability; ok markus@ | |||
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai | |
never print errors or quit on error. Fix usages of rcs_buf_load() and rcs_set_description. Also plug an fd leak. OK xsa@ | |||
2006-08-15 | The Hindenburg crashed at 6th May 1937 and not 6th March 1939 | Jasper Lievisse Adriaanse | |
ok mickey | |||
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 | |
it so. Add checks for all return values. ``put it in'' xsa@ | |||
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 | |
stevesk@, ok stevesk@. | |||
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat | |
(or until openssl include files are cleaned of parameter names in function prototypes) | |||
2006-08-12 | a variation of netbsd -r1.18: | Jason McIntyre | |
PR/34182 from der Mouse -- clarify -0 option | |||
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 | |
use ssize_t not long for read/write length. OK beck@ | |||
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 | |
file names to be less blecherous, though it is still not pretty. OK beck@, with man page help from jmc@ | |||
2006-08-09 | - indicate that -b, -l, and -p are mutually exclusive | Jason McIntyre | |
- tidy up the text somewhat - make it clear that the original file is not changed mostly this is based on a freebsd pr (33852), submitted by gary w. swearingen | |||
2006-08-08 | let ed_patch_lines work with a c command that encompasses the last line | Marc Espie | |
of the file. The TAILQ structures specifically contain an extra `first line' to avoid this kind of issue, but no extra last line. Instead of walking beyond the end of the structure, and wondering at the null pointer, keep a pointer before the deleted block, as this one is guaranteed to exist. Fix Matthieu's testcase. okay joris@, xsa@ | |||
2006-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai | |
OK joris@ | |||
2006-08-07 | Flush printf buffer before directly writing to STDIN_FILENO. Prevents | Ray Lai | |
the printf output from printing after the rcs_buf_write_fd output. ``ok!'' joris@ | |||
2006-08-06 | +.Sh STANDARDS | Jason McIntyre | |
from espie, tweaked by myself; | |||
2006-08-06 | "zlib.h" can be <zlib.h>; ok djm@ markus@ | Kevin Steves | |
2006-08-05 | Remove "with with" typos. | Ray Lai | |
Fix by Tobias Stoeckmann <tobias at bugol dot de> in PR 5193. | |||
2006-08-05 | Typo in comment | Darren Tucker | |
2006-08-05 | Zap unused variables in -DSKEY code. ok djm@ | Darren Tucker | |
2006-08-05 | Add headers required to build with -DSKEY. ok djm@ | Darren Tucker | |
2006-08-05 | Add headers required to build with KERBEROS5=no. ok djm@ | Darren Tucker | |
2006-08-04 | spaces | Kevin Steves | |
2006-08-04 | Make -n flag refer to -N flag instead of the other way around, since the | Ray Lai | |
-N flag is above. OK xsa@ and jmc@ | |||
2006-08-04 | Add bug: may not work with binary data. | Ray Lai | |
OK jmc@ | |||
2006-08-04 | Remove unnecessary strlcpy/strlcat. | Ray Lai | |
``Oh man!'' xsa@ | |||
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt | |
ok djm, sort of ok stevesk makes the pain stop in one easy step | |||
2006-08-02 | strlcpy/strlcat overload made deraadt@ sick; change to xasprintf. | Ray Lai | |
OK niallo@ | |||
2006-08-02 | rcs_buf_set(), rcs_buf_append, and rcs_buf_fappend should not return | Ray Lai | |
ssize_t. The return values aren't usually checked anyway. Also remove unnecessary casts and improve type usage. OK xsa@ | |||
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai | |
OK niallo@ | |||
2006-08-02 | Fix a lot of buffer overflows and make the code more binary safe. | Ray Lai | |
Also reduce a lot of redundant for() loops. OK niallo@ | |||
2006-08-01 | clean extra spaces | Kevin Steves | |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves | |
2006-08-01 | * move sys/queue.h inclusion to sysdef.h (it's system specific) | Jason Wright | |
* add <signal.h> to sysdef.h (needed for sig_atomic_t on linux, and we get it by accident on OpenBSD) * remove <signal.h> from tty.c/spawn.c (not needed now that it's in sysdef.h) ok beck | |||
2006-08-01 | Allow fallback to known_hosts entries without port qualifiers for | Darren Tucker | |
non-standard ports too, so that all existing known_hosts entries will be recognised. Requested by, feedback and ok markus@ | |||
2006-08-01 | Reduce rcs_buf_release() usage, improving binary support. | Ray Lai | |
OK niallo@ | |||
2006-07-31 | Minor KNF. | Ray Lai | |
OK xsa@ |