~ubuntu-branches/ubuntu/precise/gnupg2/precise-updates

« back to all changes in this revision

Viewing changes to scd/iso7816.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208221321-4rvs2vu835iam5wv
Tags: 1.9.19-2
* Convert debian/changelog to UTF-8.
* Put gnupg-agent and gpgsm lintian overrides in the respectively
  right package.  Closes: #335066
* Added debhelper tokens to maintainer scripts.
* xsession fixes:
  o Added host name to gpg-agent PID file name.  Closes: #312717
  o Fixed xsession script to be able to run under zsh.  Closes: #308516
  o Don't run gpg-agent if one is already running.  Closes: #336480
* debian/control:
  o Fixed package description of gpgsm package.  Closes: #299842
  o Added mention of gpg-agent to description of gnupg-agent package.
    Closes: #304355
* Thanks to Peter Eisentraut <petere@debian.org> for all of the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
17
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 
19
 * USA.
19
20
 *
20
 
 * $Id$
 
21
 * $Id: iso7816.h,v 1.2.2.5 2004/10/14 09:12:36 werner Exp $
21
22
 */
22
23
 
23
24
#ifndef ISO7816_H
33
34
                                        const char *aid, size_t aidlen);
34
35
gpg_error_t iso7816_select_file (int slot, int tag, int is_dir,
35
36
                                 unsigned char **result, size_t *resultlen);
 
37
gpg_error_t iso7816_select_path (int slot,
 
38
                                 const unsigned short *path, size_t pathlen,
 
39
                                 unsigned char **result, size_t *resultlen);
36
40
gpg_error_t iso7816_list_directory (int slot, int list_dirs,
37
41
                                    unsigned char **result, size_t *resultlen);
38
42
gpg_error_t iso7816_verify (int slot,