~ubuntu-branches/ubuntu/hardy/gnupg2/hardy

« back to all changes in this revision

Viewing changes to doc/gpg-agent.texi

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia, Michael Bienia, Kees Cook
  • Date: 2006-12-07 00:28:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207002823-0i7ittrpmsm1nv0i
Tags: 2.0.1-0ubuntu1
[ Michael Bienia ]
* New upstream version.
* Remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
* g10/encr-data.c: remotely controllable function pointer (CVE-2006-6235)
* debian/control: add libcurl3-gnutls-dev to build-depends 
  (Closes Ubuntu: #62864)

[ Kees Cook ]
* debian/rules: include doc/ files as done with gnupg

Show diffs side-by-side

added added

removed removed

Lines of Context:
657
657
* Agent LEARN::           Register a smartcard
658
658
* Agent PASSWD::          Change a Passphrase
659
659
* Agent UPDATESTARTUPTTY:: Change the Standard Display
 
660
* Agent GETEVENTCOUNTER:: Get the Event Counters
660
661
@end menu
661
662
 
662
663
@node Agent PKDECRYPT
1076
1077
ssh-agent protocol to convey this information.
1077
1078
 
1078
1079
 
 
1080
@node Agent GETEVENTCOUNTER
 
1081
@subsection Get the Event Counters
 
1082
 
 
1083
@example
 
1084
  GETEVENTCOUNTER
 
1085
@end example
 
1086
 
 
1087
This function return one status line with the current values of the
 
1088
event counters.  The event counters are useful to avoid polling by
 
1089
delaying a poll until something has changed.  The values are decimal
 
1090
numbers in the range @code{0} to @code{UINT_MAX} and wrapping around to
 
1091
0.  The actual values should not be relied upon; they shall only be used
 
1092
to detect a change.
 
1093
 
 
1094
The currently defined counters are are:
 
1095
@table @code
 
1096
@item ANY
 
1097
Incremented with any change of any of the other counters.
 
1098
@item KEY
 
1099
Incremented for added or removed private keys.
 
1100
@item CARD
 
1101
Incremented for changes of the card readers stati.
 
1102
@end table
 
1103
 
 
1104
 
1079
1105
@mansect see also
1080
1106
@ifset isman
1081
1107
@command{gpg2}(1),