Age | Commit message (Expand) | Author |
2007-10-29 | Send config block back to slave for invalid users too so options | Darren Tucker |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-09-04 | make file descriptor passing code return an error rather than call fatal() | Damien Miller |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2007-06-05 | Preserve MAC ctx between packets, saving 2xhash calls per-packet. | Damien Miller |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat |
2006-08-06 | "zlib.h" can be <zlib.h>; ok djm@ markus@ | Kevin Steves |
2006-08-05 | Zap unused variables in -DSKEY code. ok djm@ | Darren Tucker |
2006-08-05 | Add headers required to build with KERBEROS5=no. ok djm@ | Darren Tucker |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | sprinkle u_int throughout pty subsystem, ok markus | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker |
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker |
2004-06-22 | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ | Darren Tucker |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl |
2003-10-15 | check pmonitor != NULL | Markus Friedl |
2003-10-11 | return NULL for missing banner; ok djm@ | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-04-07 | typo: get correct counters; introduced during rekeying change. | Markus Friedl |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl |
2003-02-16 | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | Markus Friedl |
2003-02-04 | skey/bsdauth: use 0 to indicate failure instead of -1, because | Markus Friedl |
2002-11-21 | KNF | Theo de Raadt |
2002-09-26 | krb4 + privsep; ok dugsong@, deraadt@ | Markus Friedl |
2002-09-09 | signed vs unsigned from -pedantic; ok henning@ | Markus Friedl |
2002-09-09 | kerberos support for privsep. confirmed to work by lha@stacken.kth.se | Jun-ichiro itojun Hagino |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ... | Markus Friedl |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-28 | use ssize_t | Theo de Raadt |
2002-06-26 | more %u | Theo de Raadt |
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl |