index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
agent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix more spelling errors
Daniel Kahn Gillmor
2018-10-25
1
-3
/
+3
*
all: fix spelling and typos
Daniel Kahn Gillmor
2018-10-24
5
-7
/
+7
*
agent: Fix possible release of unitialize var in a genkey error case.
Werner Koch
2018-10-24
1
-1
/
+1
*
ssh: Fix possible infinite loop in case of an read error.
Werner Koch
2018-10-24
1
-3
/
+4
*
agent: Fix build regression for Windows.
Werner Koch
2018-10-22
2
-8
/
+15
*
agent: Fix message for ACK button.
NIIBE Yutaka
2018-10-12
1
-13
/
+35
*
agent: Support --ack option for POPUPPINPADPROMPT.
NIIBE Yutaka
2018-10-11
1
-1
/
+1
*
agent: Fix error code check from npth_mutex_init.
NIIBE Yutaka
2018-09-10
1
-2
/
+6
*
agent: New commands PUT_SECRET and GET_SECRET.
Werner Koch
2018-07-02
3
-12
/
+237
*
agent: Fix segv running in --server mode
Werner Koch
2018-07-02
1
-9
/
+14
*
agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.
Werner Koch
2018-06-06
1
-7
/
+7
*
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2018-05-13
1
-0
/
+18
|
\
|
*
agent,dirmngr: Add "getenv" to the getinfo command.
Werner Koch
2018-04-12
1
-0
/
+18
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2018-04-10
2
-9
/
+41
|
\
|
|
*
agent: Improve the unknown ssh flag detection.
Werner Koch
2018-04-10
1
-24
/
+31
|
*
agent: unknown flags on ssh signing requests cause an error.
Daniel Kahn Gillmor
2018-04-10
1
-1
/
+9
|
*
agent: change documentation reference for ssh-agent protocol.
Daniel Kahn Gillmor
2018-04-10
1
-2
/
+4
|
*
agent: Support SSH signature flags.
NIIBE Yutaka
2018-04-06
1
-1
/
+16
|
*
agent,scd: Use pointer to represent HANDLE.
NIIBE Yutaka
2018-03-27
1
-2
/
+2
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2018-03-27
8
-43
/
+66
|
\
|
|
*
agent: Make the request origin a part of the cache items.
Werner Koch
2018-03-27
8
-43
/
+51
|
*
agent: New OPTION pretend-request-origin
Werner Koch
2018-03-23
1
-0
/
+15
*
|
Merge branch 'STABLE-BRANCH-2-2' into wk-master
Werner Koch
2018-03-06
3
-0
/
+24
|
\
|
|
*
agent: Also evict cached items via a timer.
Werner Koch
2018-03-06
3
-0
/
+24
*
|
Merge branch 'STABLE-BRANCH-2-2'
Werner Koch
2018-02-22
1
-38
/
+8
|
\
|
|
*
agent: Avoid appending a '\0' byte to the response of READKEY
Katsuhiro Ueno
2018-02-14
1
-1
/
+2
|
*
common: Use new function to print status strings.
Werner Koch
2018-02-14
1
-37
/
+6
*
|
agent: Fix sending connecting process uid to pinentry.
NIIBE Yutaka
2018-01-26
1
-1
/
+9
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
NIIBE Yutaka
2018-01-26
1
-0
/
+3
|
\
|
|
*
agent: Fix last commit.
NIIBE Yutaka
2018-01-26
1
-0
/
+3
|
*
agent: More fix for get_client_pid for portability.
NIIBE Yutaka
2018-01-26
1
-2
/
+2
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2017-12-18
1
-2
/
+14
|
\
|
|
*
Change backlog from 5 to 64 and provide option --listen-backlog.
Werner Koch
2017-12-12
1
-2
/
+14
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2017-12-11
4
-5
/
+17
|
\
|
|
*
doc: Fix Dijkstra
Werner Koch
2017-12-08
1
-2
/
+2
|
*
agent: Fix description of shadow format.
NIIBE Yutaka
2017-12-08
3
-3
/
+3
|
*
agent: Change intialization of assuan socket system hooks.
NIIBE Yutaka
2017-12-07
1
-1
/
+2
|
*
agent: Set assuan system hooks before call of assuan_sock_init.
NIIBE Yutaka
2017-12-06
1
-1
/
+1
|
*
agent: New option --auto-expand-secmem.
Werner Koch
2017-11-24
1
-0
/
+11
|
*
gpg-agent: Avoid getting stuck in shutdown pending state.
Werner Koch
2017-11-20
1
-15
/
+22
|
*
agent: Use clock or clock_gettime for calibration.
NIIBE Yutaka
2017-11-20
2
-6
/
+10
|
*
agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".
Werner Koch
2017-11-06
3
-16
/
+51
|
*
agent: New option --s2k-count.
Werner Koch
2017-11-06
3
-0
/
+16
|
*
agent: Fix returning GPG_ERR_NOT_FOUND wrongly.
NIIBE Yutaka
2017-11-02
1
-7
/
+5
|
*
agent: Clean up pinentry access locking.
NIIBE Yutaka
2017-10-27
2
-67
/
+60
|
*
agent: Allow recursive use of pinentry.
NIIBE Yutaka
2017-10-27
2
-11
/
+26
|
*
agent, tests: Support --disable-scdaemon build case.
NIIBE Yutaka
2017-10-26
1
-3
/
+6
*
|
Use the gpgrt log functions if possible.
Werner Koch
2017-11-27
3
-5
/
+5
*
|
gpg-agent: Avoid getting stuck in shutdown pending state.
Werner Koch
2017-11-13
1
-15
/
+22
*
|
agent: Use clock or clock_gettime for calibration.
NIIBE Yutaka
2017-11-07
2
-6
/
+10
[next]