summaryrefslogtreecommitdiffstats
path: root/scard-opensc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: includeDarren Tucker2007-03-121-0/+1
| | | | string.h to prevent warnings, from vapier at gentoo.org.
* - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]Damien Miller2006-09-011-0/+4
| | | | | | | | | | | | | | | | | [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c] [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c] [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c] [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c] [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c] [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c] [sshconnect1.c sshconnect2.c sshd.c rc4.diff] [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c] [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c] [openbsd-compat/port-uw.c] Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h; compile problems reported by rac AT tenzing.org
* - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.cDarren Tucker2006-05-041-1/+3
| | | | | | | session.c ssh-rand-helper.c sshd.c openbsd-compat/bsd-cygwin_util.c openbsd-compat/setproctitle.c] Convert malloc(foo*bar) -> calloc(foo,bar) in Portable-only code; since calloc zeros, remove now-redundant memsets. Also add a couple of sanity checks. With & ok djm@
* - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c usesDarren Tucker2004-05-131-1/+1
| | | | readpass.h, grep says scard-opensc.c does too. Replace with misc.h.
* more whitespace (tabs this time)Damien Miller2003-11-211-4/+4
|
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-8/+8
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch fromDamien Miller2003-08-251-4/+20
| | | | larsch@trustcenter.de
* - (djm) Bug #593: Sanity check OpenSC card reader number; patch fromDamien Miller2003-06-281-0/+6
| | | | aj@dungeon.inka.de
* - (djm) Bug #591: use PKCS#15 private key label as a comment in caseDamien Miller2003-06-281-0/+26
| | | | of OpenSC. Report and patch from larsch@trustcenter.de
* - (djm) Bug #589 - scard-opensc: load only keys with a private keysDamien Miller2003-06-051-2/+11
| | | | Patch from larsch@trustcenter.de
* - (djm) Update to fix of bug #584: lock card before return.Damien Miller2003-06-041-0/+1
| | | | From larsch@trustcenter.de
* - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch fromDamien Miller2003-06-041-1/+5
| | | | larsch@trustcenter.de; ok markus@
* - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.Damien Miller2003-06-041-1/+2
| | | | ok markus@
* *** empty log message ***Damien Miller2003-04-091-4/+4
|
* - (djm) Applied OpenSC smartcard updates from Markus &Damien Miller2002-04-231-1/+1
| | | | Antti Tapaninen <aet@cc.hut.fi>
* - (bal) Minor OpenSC updates. Fix up header locations and updateBen Lindstrom2002-04-081-2/+2
| | | | README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
* - (bal) Slight update to OpenSC support. Better version checking. patchBen Lindstrom2002-04-061-1/+1
| | | | by Juha Yrjölä <jyrjola@cc.hut.fi>
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom2002-04-051-0/+462
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.