Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 2 | -0/+12 | |
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. | |||||
2020-01-15 | factotum: update for new nbrecvul return value | Russ Cox | 1 | -2/+30 | |
Unclear whether the old semantics were the right ones, but at least this preserves what they've been for the past however many years. | |||||
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 1 | -0/+2 | |
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 46 | -171/+143 | |
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> | |||||
2017-05-05 | factotum: Fix an operator precedence bug in the secstore code | Dan Cross | 1 | -1/+1 | |
`==` is higher precedence than `&`. Parenthesize. Change-Id: I2c7ee588fea0d8a66e1c8424f26630015388d61a Signed-off-by: Dan Cross <cross@gajendra.net> Reviewed-on: https://plan9port-review.googlesource.com/2860 Reviewed-by: Gleydson Soares <gsoares@gmail.com> | |||||
2012-12-09 | auth/factotum: fix password prompt hang with secstore | David du Colombier | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/6906057 | |||||
2012-10-21 | silence more warnings | Russ Cox | 3 | -2/+3 | |
R=rsc http://codereview.appspot.com/6744056 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2 | -0/+2 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2 | -3/+0 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2012-07-14 | auth/factotum: fix flush (thanks Erik Quanstrom) | Russ Cox | 1 | -2/+3 | |
R=rsc http://codereview.appspot.com/6402044 | |||||
2011-12-07 | aescbc: fix segfault on backspace | David du Colombier | 1 | -2/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107 | |||||
2011-10-05 | secstore: say password for win | Russ Cox | 1 | -1/+1 | |
2011-10-05 | dsasign: new command | Russ Cox | 2 | -0/+181 | |
2011-01-02 | factotum: add proto-specific key prompt | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/3852042 | |||||
2010-12-28 | factotum: update prototab (thanks Erik Quanstrom) | Russ Cox | 1 | -0/+4 | |
R=rsc http://codereview.appspot.com/3750045 | |||||
2010-12-07 | auth/factotum: fix password prompt hang | Russ Cox | 1 | -2/+2 | |
Fixes #51. R=rsc http://codereview.appspot.com/3431044 | |||||
2010-03-11 | factotum: double-check RSA/DSA keys when loading | Russ Cox | 2 | -0/+8 | |
R=rsc http://codereview.appspot.com/463041 | |||||
2010-02-22 | aescbc: more sensible behavior for invalid input, wrong password | Russ Cox | 1 | -33/+35 | |
R=rsc http://codereview.appspot.com/221041 | |||||
2010-02-22 | factotum: avoid notes after backgrounding | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/220043 | |||||
2008-12-01 | secstore: avoid name conflict with SS macro | Albert Lee | 1 | -1/+2 | |
2008-12-01 | factotum: avoid name conflict with SS macro | Albert Lee | 1 | -1/+2 | |
2008-05-31 | merge | Russ Cox | 8 | -4/+68 | |
2007-11-05 | factotum: silence gcc warning | Russ Cox | 1 | -0/+2 | |
2007-09-16 | factotum: fix build error (Axel Belinfante) | Russ Cox | 1 | -2/+1 | |
2007-09-13 | factotum: implement p9cr | Russ Cox | 3 | -340/+173 | |
2006-04-20 | warnings (andrey) | rsc | 1 | -3/+3 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 26 | -168/+169 | |
2006-03-21 | memory fixes | rsc | 1 | -25/+51 | |
2006-02-14 | stupid pointer conversions | rsc | 2 | -10/+10 | |
2005-09-09 | NetBSD-macppc ctype needs uchars. | rsc | 1 | -1/+1 | |
2005-08-11 | silence various warnings | rsc | 2 | -2/+2 | |
2005-07-13 | needed cast | rsc | 1 | -1/+1 | |
2005-05-07 | use full prototypes | rsc | 1 | -3/+3 | |
2005-03-18 | fix race | rsc | 1 | -3/+3 | |
2005-03-18 | use fixed name | rsc | 1 | -8/+12 | |
2005-03-15 | appease sun | rsc | 4 | -11/+8 | |
2005-03-15 | get rid of .= syntax | rsc | 5 | -20/+27 | |
2005-02-13 | bug fix | rsc | 2 | -4/+12 | |
2005-02-13 | more bug fixes | rsc | 3 | -25/+14 | |
2005-02-13 | lower case | rsc | 8 | -6/+51 | |
2005-02-13 | new | rsc | 8 | -37/+247 | |
2005-02-13 | no zombies | rsc | 1 | -1/+1 | |
2005-02-13 | add pass proto | rsc | 4 | -90/+39 | |
2005-02-13 | more add | rsc | 2 | -0/+39 | |
2005-02-13 | add others | rsc | 16 | -0/+1185 | |
2005-02-13 | add ssh-agent via factotum | rsc | 9 | -59/+1267 | |
2005-02-13 | new auth | rsc | 44 | -0/+9955 | |