Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-28 | another bug | Todd C. Miller | |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl | |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl | |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller | |
Now I can sleep. | |||
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller | |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. | |||
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves | |
2002-02-27 | ANSI decls. okay millert@ | Marc Espie | |
2002-02-26 | use socklen_t | Kevin Steves | |
2002-02-26 | no, look closely. the comma was highlighted. split .Ic even more | Theo de Raadt | |
2002-02-26 | > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | mouring | |
Last Ic on the first line should not have a space between it and the final comma. | |||
2002-02-26 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | Theo de Raadt | |
2002-02-26 | close PR 2311 | Marc Espie | |
2002-02-26 | KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432 | Todd T. Fries | |
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque | |
2002-02-25 | more u_* fixes | Markus Friedl | |
2002-02-25 | use mktemp, don't bother with creating a directory when only one tmp file is | Peter Valchev | |
needed; ok millert, espie | |||
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt | |
2002-02-25 | getchar returns an int | Theo de Raadt | |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves | |
forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@ | |||
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl | |
2002-02-24 | typo in comment | Markus Friedl | |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl | |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl | |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves | |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev | |
2002-02-23 | more cleaning | Theo de Raadt | |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-23 | don't allow garbage after payload. | Markus Friedl | |
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski | |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt | |
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs) | |||
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl | |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ↵ | Theo de Raadt | |
my first draft | |||
2002-02-21 | "rephrase" the loop's condition, gets rid of an ugly operation. | Vincent Labrecque | |
2002-02-21 | KNF | Theo de Raadt | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-21 | document undo | Theo de Raadt | |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque | |
2002-02-21 | remove a wrapper around getenv() | Theo de Raadt | |
2002-02-21 | always define CHARMASK | Theo de Raadt | |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt | |
2002-02-21 | Typo and... | Vincent Labrecque | |
Duh, newlines aren't even stored in the lines' content, check for a 0 length line to detect deleting newlines. | |||
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier | |
true old fart, so here's my contribution ;) Don't use the same va_list twice without re-va_start()ing it, doesn't work on macppc. | |||
2002-02-21 | signal-safe window size changing | Theo de Raadt | |
2002-02-20 | do not print "New size..." -- other emacs do not bother | Theo de Raadt | |
2002-02-20 | bind C-_ to undo. | Artur Grabowski | |
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque | |
fixes the ^K^K bugs. | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ |