Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-24 | explicit (u_int) for uid and gid | Theo de Raadt | |
2002-06-24 | KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was not | Angelos D. Keromytis | |
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru | |||
2002-06-24 | sort out the yemen's history a bit (with spelling corrections!). | Michael Shalayeff | |
assume south yemen where "democratic" is mentioned and "arab republic" otherwise, except for the united yemen. partially suggested by danimal@danimal.org | |||
2002-06-24 | printf type pedant | Jun-ichiro itojun Hagino | |
2002-06-24 | cat to (void) when output from buffer_get_X is ignored | Markus Friedl | |
2002-06-24 | move channel counter to u_int | Markus Friedl | |
2002-06-24 | the socket name contains ssh-agent's ppid; via mpech@ from form@ | Markus Friedl | |
2002-06-24 | prevent potential unaligned access error; ok espie@, pval@ | Christian Weisgerber | |
2002-06-23 | tcode is u_int | Markus Friedl | |
2002-06-23 | packet_get_int() returns unsigned for reason & seqnr | Theo de Raadt | |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt | |
2002-06-23 | KNF | Theo de Raadt | |
2002-06-23 | compression_level is u_int | Theo de Raadt | |
2002-06-23 | add -p pid feature, and ansi at the same time; millert ok | Theo de Raadt | |
2002-06-23 | some minor KNF and %u | Theo de Raadt | |
2002-06-23 | minor KNF. things the fingers do while you read | Theo de Raadt | |
2002-06-23 | u_int stuff | Theo de Raadt | |
2002-06-23 | bunch of u_int vs int stuff | Theo de Raadt | |
2002-06-23 | various KNF and %d for unsigned | Theo de Raadt | |
2002-06-23 | KNF | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-22 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | Kevin Steves | |
ok provos@ | |||
2002-06-22 | don't call setsid() if debugging or run from inetd; no "Operation not | Kevin Steves | |
permitted" errors now; ok millert@ markus@ | |||
2002-06-22 | use process ID vs. pid/PID/process identifier | Kevin Steves | |
2002-06-22 | typo | Kevin Steves | |
2002-06-22 | check /var/empty owner mode; ok provos@ | Kevin Steves | |
2002-06-22 | add /var/empty in FILES section | Kevin Steves | |
2002-06-22 | typo | Christian Weisgerber | |
2002-06-22 | section 5 not 4 for ssh_config | Kevin Steves | |
2002-06-22 | correct comment | Kevin Steves | |
2002-06-21 | OpenSSH_3.3 | Markus Friedl | |
2002-06-21 | o Resize nicely when we receive SIGWINCH | Todd C. Miller | |
o Also change some 0-2 to *_FILENO | |||
2002-06-21 | Don't initialise compression buffers when compression=no in sshd_config; | Damien Miller | |
ok Niels@ | |||
2002-06-21 | fix bad usage of strlcpy()'s return value. (made pointers point | Vincent Labrecque | |
beyond the boundaries of buffers) ok deraadt@ | |||
2002-06-21 | remove the "extern" for a variable that does not exist anymore. | Vincent Labrecque | |
2002-06-20 | add Compression | Markus Friedl | |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl | |
2002-06-20 | typo | Kevin Steves | |
2002-06-20 | refer to config file man page | Kevin Steves | |
2002-06-20 | ssh_config(5) | Kevin Steves | |
2002-06-20 | move configuration file options from ssh.1/sshd.8 to | Kevin Steves | |
ssh_config.5/sshd_config.5; ok deraadt@ millert@ | |||
2002-06-20 | Add a -s option to enable the smooth scrolling in revision 1.10 | Todd C. Miller | |
The default behavior remains unchanged. | |||
2002-06-20 | undo last commit; deraadt@ | Oleg Safiullin | |
2002-06-20 | scrolling support. | Oleg Safiullin | |
ok millert@ | |||
2002-06-20 | KNFify the return (return x -> return (x)) | Vincent Labrecque | |
remove an "else" from last commit, it didn't make a lot of sense. | |||
2002-06-20 | some KNF | Vincent Labrecque | |
2002-06-19 | use macro to determine link-local multicast addr | Jun-ichiro itojun Hagino | |
2002-06-19 | initialize some undo-related variables. | Vincent Labrecque | |
ok deraadt@ | |||
2002-06-19 | add an undo insert record on insert-file. this makes insert-file undoable. | Vincent Labrecque | |
ok deraadt@ | |||
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl | |
transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). |