Age | Commit message (Expand) | Author |
2003-10-21 | make sure the doid is larger than 2 | Markus Friedl |
2003-10-20 | typos from Jared Yanovich, slightly ammended; | Jason McIntyre |
2003-10-20 | tweaks; | Jason McIntyre |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-19 | check alloca; pointed out by nimadeus@pandora.be | Theo de Raadt |
2003-10-19 | out of bounds. report by david@. ok espie@ | Ted Unangst |
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek |
2003-10-19 | Reorder descriptions of operators alphabetically. | Otto Moerbeek |
2003-10-19 | Document modern assignment ops +=, -=, ... instead of the old =+, =-, ..., | Otto Moerbeek |
2003-10-18 | - new sentence, new line | Jason McIntyre |
2003-10-18 | err(1, "cannot allocate mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | err(1, "out of mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | #ifdef debug code | Otto Moerbeek |
2003-10-18 | o Fix assignment operators (+=, -=, ... ) | Otto Moerbeek |
2003-10-18 | Describe new J and M operators. Also some small cleanup. | Otto Moerbeek |
2003-10-18 | o Implement new J (jump) and M (mark) operators. The J operator | Otto Moerbeek |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-10-17 | slight update for finger; sort options | Jason McIntyre |
2003-10-16 | better realloc. ok deraadt@ | Ted Unangst |
2003-10-16 | duh | Michael Shalayeff |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff |
2003-10-15 | check pmonitor != NULL | Markus Friedl |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl |
2003-10-14 | update | Jakob Schlyter |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter |
2003-10-13 | don't refer to options related to forwarding; ok jmc@ | Markus Friedl |
2003-10-13 | remember the new filename on ^X^W | Vincent Labrecque |
2003-10-13 | better realloc. ok deraadt jose | Ted Unangst |
2003-10-13 | realloc stuff. ok deraadt@ jose@ | Ted Unangst |
2003-10-12 | sort options and sync usage(); | Jason McIntyre |
2003-10-12 | note that EnableSSHKeySign should be in the non-hostspecific section; | Jason McIntyre |
2003-10-11 | Division and modulus operator (~). From hugh@. | Otto Moerbeek |
2003-10-11 | return NULL for missing banner; ok djm@ | Markus Friedl |
2003-10-11 | search keys in reverse order; fixes #684 | Markus Friedl |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl |
2003-10-08 | default GSS API to no in client, too; ok jakob, deraadt@ | Markus Friedl |
2003-10-08 | scp and sftp: add options list and sort options. options list requested | Jason McIntyre |
2003-10-07 | Fix printing of "Only in foo" when foo is "/" (trailing slash removal | Todd C. Miller |
2003-10-07 | set ptr to NULL after free | Theo de Raadt |
2003-10-07 | missing free(). Andrey Matveev via deraadt@. ok deraadt@ | Ted Unangst |
2003-10-07 | oopsie. | Ted Unangst |
2003-10-07 | check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>. | Ted Unangst |
2003-10-07 | - check if result is valid before using it. | Federico G. Schwindt |
2003-10-07 | handle ; terminators for strings like other sed programs do. this is | Theo de Raadt |
2003-10-07 | check strdup, from jared yanovich. fix realloc while i'm here. | Ted Unangst |
2003-10-07 | sftp quoting fix from admorten AT umich.edu; ok markus@ | Damien Miller |
2003-10-07 | Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707. | Darren Tucker |
2003-10-06 | better output on error; ok henning@ | Federico G. Schwindt |
2003-10-04 | oops | Theo de Raadt |