Age | Commit message (Expand) | Author |
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-07-10 | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ | Markus Friedl |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-08 | Implement a channel success/failure status confirmation callback | Damien Miller |
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 |