| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to |  djm | 2006-03-25 | 1 | -1/+1 |
* | introduce xcalloc() and xasprintf() failure-checked allocations functions |  djm | 2006-03-25 | 1 | -6/+3 |
* | annoying spacing fixes getting in the way of real diffs |  deraadt | 2006-03-20 | 1 | -2/+2 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | move #include <signal.h> out of includes.h; ok markus@ |  stevesk | 2006-02-20 | 1 | -1/+2 |
* | move #include <sys/un.h> out of includes.h; ok djm@ |  stevesk | 2006-02-20 | 1 | -1/+3 |
* | move #include <sys/resource.h> out of includes.h; ok markus@ |  stevesk | 2006-02-08 | 1 | -1/+2 |
* | move #include <paths.h> out of includes.h; ok markus@ |  stevesk | 2006-02-08 | 1 | -1/+3 |
* | move #include <sys/queue.h> out of includes.h; ok markus@ |  stevesk | 2006-02-07 | 1 | -1/+2 |
* | no need to escape single quotes in comments, no binary change |  djm | 2005-10-30 | 1 | -2/+2 |
* | ensure that stdio fds are attached; ok deraadt@ |  djm | 2005-09-13 | 1 | -1/+4 |
* | factor out common permission-asking code to separate function; ok markus@ |  djm | 2004-10-29 | 1 | -14/+6 |
* | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net |  djm | 2004-10-07 | 1 | -1/+3 |
* | some signed/unsigned int comparison cleanups; markus@ ok |  avsm | 2004-08-11 | 1 | -3/+4 |
* | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ |  djm | 2004-06-14 | 1 | -3/+2 |
* | kill a tiny header; ok deraadt@ |  djm | 2004-05-08 | 1 | -2/+1 |
* | use SSH_LISTEN_BACKLOG (=128) in listen(2). |  markus | 2003-12-02 | 1 | -2/+2 |
* | unexpand and delete whitespace at EOL; ok markus@ |  djm | 2003-11-21 | 1 | -2/+2 |
* | 10X for mkdtemp; djm@ |  markus | 2003-10-14 | 1 | -2/+2 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -13/+2 |
* | provide a ssh-agent specific fatal() function; ok deraadt |  markus | 2003-09-19 | 1 | -6/+16 |
* | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ |  markus | 2003-09-18 | 1 | -8/+9 |
* | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 |  markus | 2003-06-12 | 1 | -2/+2 |
* | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ |  djm | 2003-06-11 | 1 | -4/+21 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -3/+3 |
* | ssh-agent is similar to ssh-keysign (allows other processes to use |  markus | 2003-03-13 | 1 | -1/+12 |
* | ssh-add -c, prompt user for confirmation (using ssh-askpass) when |  markus | 2003-01-23 | 1 | -8/+46 |
* | Add a -t life option to ssh-agent that set the default lifetime. |  marc | 2003-01-21 | 1 | -2/+14 |
* | allow root to access the agent, since there is no protection from root. |  markus | 2002-10-01 | 1 | -2/+2 |
* | %u for uid print; ok markus@ |  stevesk | 2002-09-12 | 1 | -3/+3 |
* | check the euid of the connecting process with getpeereid(2); ok provos deraadt stevesk |  markus | 2002-09-10 | 1 | -1/+16 |
* | shutdown(SHUT_RDWR) not needed before close here; ok markus@ |  stevesk | 2002-08-22 | 1 | -2/+1 |
* | use common close function; ok markus@ |  stevesk | 2002-08-22 | 1 | -22/+16 |
* | raise listen backlog; ok markus@ |  stevesk | 2002-08-21 | 1 | -2/+2 |
* | make ssh-agent setgid, disallow ptrace. |  markus | 2002-08-12 | 1 | -1/+5 |
* | extern char *optarg; for portable |  stevesk | 2002-07-21 | 1 | -1/+2 |
* | cat to (void) when output from buffer_get_X is ignored |  markus | 2002-06-24 | 1 | -3/+3 |
* | some minor KNF and %u |  deraadt | 2002-06-23 | 1 | -36/+37 |
* | KNF done automatically while reading.... |  deraadt | 2002-06-19 | 1 | -4/+2 |
* | remove the CONSTRAIN_IDENTITY messages and introduce a new |  markus | 2002-06-15 | 1 | -53/+14 |
* | fix stupid typo |  markus | 2002-06-15 | 1 | -7/+7 |
* | break agent key lifetime protocol and allow other contraints for key usage. |  markus | 2002-06-15 | 1 | -10/+17 |
* | pid_t cleanup. Markus need this now to keep hacking. |  mpech | 2002-06-11 | 1 | -7/+7 |
* | use tab not spaces (|unexpand) |  markus | 2002-06-09 | 1 | -2/+2 |
* | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ |  markus | 2002-06-05 | 1 | -9/+80 |
* | ssh-add -x for lock and -X for unlocking the agent. |  markus | 2002-06-05 | 1 | -1/+68 |
* | copy current request into an extra buffer and just flush this |  markus | 2002-06-05 | 1 | -42/+55 |
* | '-a bind_address' binds the agent to user-specified unix-domain |  markus | 2002-06-05 | 1 | -9/+20 |
* | check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 |  markus | 2002-04-02 | 1 | -2/+2 |