Age | Commit message (Expand) | Author |
2006-04-20 | Switch from using pipes to socketpairs for communication between | Damien Miller |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-28 | fix logout recording when privilege separation is disabled, analysis and | Damien Miller |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-12-24 | eliminate some code duplicated in privsep and non-privsep paths, and | Damien Miller |
2005-12-17 | spelling: fowarding, fowarded | Kevin Steves |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-10 | fix regression I introduced in 4.2: X11 forwardings initiated after | Damien Miller |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-07-17 | Fix a number of X11 forwarding channel leaks: | Damien Miller |
2005-07-16 | spacing | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2004-12-23 | check for NULL; from mpech | Markus Friedl |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker |
2004-07-11 | spaces | Theo de Raadt |
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller |
2004-06-21 | fix fd leak for multiple subsystem connections; with markus@ | Damien Miller |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2004-05-09 | kill some more tiny files; ok deraadt@ | Damien Miller |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2004-01-30 | support for password change; ok dtucker@ | Markus Friedl |
2004-01-13 | -Wall; ok henning | Markus Friedl |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | use more portable tcsendbreak(3) and ignore break_length; | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |