aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/ssh-agent.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-0/+6
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-35/+34
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* silence more warningsRuss Cox2012-10-211-0/+1
| | | | | R=rsc http://codereview.appspot.com/6744056
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* memory fixesrsc2006-03-211-25/+51
|
* needed castrsc2005-07-131-1/+1
|
* use full prototypesrsc2005-05-071-3/+3
|
* use fixed namersc2005-03-181-8/+12
|
* more bug fixesrsc2005-02-131-22/+11
|
* add ssh-agent via factotumrsc2005-02-131-0/+1047