Age | Commit message (Expand) | Author |
2006-10-06 | sys/resource.h needs sys/time.h; prompted by brad@ | Damien Miller |
2006-08-04 | spaces | Kevin Steves |
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-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <time.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves |
2006-06-13 | revert; i am on drugs. spotted by alexander AT beard.se | Damien Miller |
2006-06-13 | always use a format string, even when printing a constant | Damien Miller |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt |
2006-03-25 | mark two more signal handlers ARGSUSED | Theo de Raadt |
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-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
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-08 | move #include <sys/resource.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-07 | move #include <sys/queue.h> out of includes.h; ok markus@ | Kevin Steves |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2004-10-29 | factor out common permission-asking code to separate function; ok markus@ | Damien Miller |
2004-10-07 | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net | Damien Miller |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
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-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-19 | provide a ssh-agent specific fatal() function; ok deraadt | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-06-12 | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | Markus Friedl |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2003-01-21 | Add a -t life option to ssh-agent that set the default lifetime. | Marco S Hyman |
2002-10-01 | allow root to access the agent, since there is no protection from root. | Markus Friedl |
2002-09-12 | %u for uid print; ok markus@ | Kevin Steves |