source: @ 521

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @521   4 weeks ludovic.rousseau Fix log message Use "%d token(s)" instead of "%d tokens" since we may …
(edit) @520   4 weeks ludovic.rousseau Major reformat using indent(1) --blank-lines-after-declarations …
(edit) @519   4 weeks ludovic.rousseau Log error of C_Initialize/C_Initialize if any
(edit) @518   4 weeks ludovic.rousseau Reformat and remove extra white spaces
(edit) @517   7 weeks ludovic.rousseau regenerate
(edit) @516   7 weeks ludovic.rousseau Fix typo: authentification -> authentication
(edit) @515   7 weeks ludovic.rousseau Release 0.6.8
(edit) @514   7 weeks ludovic.rousseau Fix typo: writeable -> writable Reported by Debian lintian tool
(edit) @513   7 weeks ludovic.rousseau Update
(edit) @512   7 weeks ludovic.rousseau Use a direct string instead of a variable Fix compiler error when Debian …
(edit) @511   7 weeks ludovic.rousseau Add support of variadic parameters for pam_prompt() Systems without …
(edit) @510   7 weeks ludovic.rousseau Use a direct string instead of variable Fix compiler errors when Debian …
(edit) @509   7 weeks ludovic.rousseau Fix compiler warning pam_pkcs11.c:154:5: warning: passing argument 2 of …
(edit) @508   7 weeks ludovic.rousseau Remove extra spaces
(edit) @507   7 months ludovic.rousseau Check for HAVE_CURL_CURL_H instead of HAVE_CURL This define is set by …
(edit) @506   7 months ludovic.rousseau get_private_key(): search for a specific ID if any Fixes bug #392
(edit) @505   7 months ludovic.rousseau get_private_key(): remove unused CKA_KEY_TYPE template attribute. See bug …
(edit) @504   7 months ludovic.rousseau Fix spelling error
(edit) @503   7 months ludovic.rousseau Fix spelling error
(edit) @502   7 months ludovic.rousseau Login in all cases, not just for NSS Fixes Ticket #393 "pkcs11_inspect …
(edit) @501   9 months ludovic.rousseau Update from Jakub Bogusz
(edit) @500   10 months ludovic.rousseau Release 0.6.7
(edit) @499   10 months ludovic.rousseau Update
(edit) @498   10 months ludovic.rousseau Add Turkish l18n file Thanks to Ozan Çağlayan …
(edit) @497   11 months ludovic.rousseau silent build by default
(edit) @496   12 months ludovic.rousseau Remove useless cast
(edit) @495   12 months ludovic.rousseau Fix compiler warning pwent_mapper.c: In function …
(edit) @494   12 months ludovic.rousseau Use "domainname" instead of "domain" Fix Ticket #363 "fix ms mapper …
(edit) @493   14 months ludovic.rousseau Clarify between CA and CA root certificate
(edit) @492   14 months ludovic.rousseau Rename make_hash_link into pkcs11_make_hash_link
(edit) @491   14 months ludovic.rousseau Improved error messages Thanks to Dominik Fischer for the patch " It adds …
(edit) @490   14 months ludovic.rousseau pwent_mapper_find_user(): add a missing line for the previous patch …
(edit) @489   14 months ludovic.rousseau pwent_mapper_find_user() searches through all available passwd db entries …
(edit) @488   16 months ludovic.rousseau Remove useless code pam_pkcs11.c:281:6: warning: Value stored to 'rv' is …
(edit) @487   16 months ludovic.rousseau Remove useless code pam_config.c:302:3: warning: Value stored to 'res' is …
(edit) @486   16 months ludovic.rousseau Fix a clang warning without changing the code semantic …
(edit) @485   16 months ludovic.rousseau Remove usless code pkcs11_eventmgr.c:268:17: warning: Value stored to …
(edit) @484   16 months ludovic.rousseau Remove useless code card_eventmgr.c:231:17: warning: Value stored to …
(edit) @483   16 months ludovic.rousseau Remove useless code scconf.c:195:2: warning: Value stored to 'ret' is …
(edit) @482   16 months ludovic.rousseau Remove useless code ldap_mapper.c:800:13: warning: Although the value …
(edit) @481   16 months ludovic.rousseau BN_append(): remove useless code cert_info.c:654:2: warning: Value stored …
(edit) @480   16 months ludovic.rousseau int_append(): remove useless code cert_info.c:631:3: warning: Value …
(edit) @479   16 months ludovic.rousseau free_uri(): fix a memory leak uri.c:175:14: warning: Field access results …
(edit) @478   16 months ludovic.rousseau Fix to clang warnings pkcs11_lib.c:1323:3: warning: Value stored to 'rv' …
(edit) @477   16 months ludovic.rousseau close_pkcs11_session(): CKR_FUNCTION_NOT_SUPPORTED is a valid error code …
(edit) @476   18 months ludovic.rousseau release 0.6.6
(edit) @475   18 months ludovic.rousseau release 0.6.6
(edit) @474   18 months ludovic.rousseau Use daemon implementation from daemon.c when needed (for example on …
(edit) @473   18 months ludovic.rousseau Use config.h instead of includes.h Define _PATH_DEVNULL if needed. It was …
(edit) @472   18 months ludovic.rousseau new file from OpenSSH version 5.6p1 openssh-5.6p1/openbsd-compat/daemon.c …
(edit) @471   19 months ludovic.rousseau Fix the change in revision 470 Thanks (again) to Arfrever Frehtes …
(edit) @470   19 months ludovic.rousseau Default is to use pcsc-lite. The argument is --without-pcsclite to disable …
(edit) @469   19 months ludovic.rousseau rename make_hash_link.sh in pkcs11_make_hash_link
(edit) @468   19 months ludovic.rousseau Display ${libdir} value
(edit) @467   19 months ludovic.rousseau rename make_hash_link.sh to pkcs11_make_hash_link to match the manpage …
(edit) @466   19 months ludovic.rousseau pam_pkcs11 release 0.6.5
(edit) @465   19 months ludovic.rousseau Unload the mapper also on success Thanks to Andre Zepezauer for the patch …
(edit) @464   19 months ludovic.rousseau Update from doxygen version 1.5.6 to 1.7.1
(edit) @463   19 months ludovic.rousseau release 0.6.5
(edit) @462   19 months ludovic.rousseau regenerate
(edit) @461   19 months ludovic.rousseau Add the missing strndup.h file
(edit) @460   19 months ludovic.rousseau get_http(): check if complete message was transmitted Thanks to Andre …
(edit) @459   19 months ludovic.rousseau get_http(): allocate enough memory to fit http-request Thanks to Andre …
(edit) @458   19 months ludovic.rousseau get_http(): add missing return statement Thanks to Andre Zepezauer for …
(edit) @457   19 months ludovic.rousseau If dlopen() is not found in libdl we try to find it without specifying a …
(edit) @456   20 months ludovic.rousseau Translate a string
(edit) @455   20 months ludovic.rousseau Regenerate
(edit) @454   20 months ludovic.rousseau Replace "Found the %s." by "%s found." Thanks to Mr Dash Four for the bug …
(edit) @453   20 months ludovic.rousseau crypto_init(): fix a typo in log message
(edit) @452   20 months ludovic.rousseau pkcs11_pass_login(): check if the PIN returned by getpass is NULL Thanks …
(edit) @451   20 months ludovic.rousseau pkcs11_pass_login(): log an error if pkcs11_login() fails Thanks to Andre …
(edit) @450   20 months ludovic.rousseau pkcs11_pass_login(): do not clean a zero length PIN Thanks to Andre …
(edit) @449   20 months ludovic.rousseau Show PIN code in debug output only if DEBUG_SHOW_PASSWORD is defined (not …
(edit) @448   20 months ludovic.rousseau parse_config_file(): get the debug value from the configuration file …
(edit) @447   21 months ludovic.rousseau Do not call SCardEstablishContext() before daemonize since pcsc-lite …
(edit) @446   21 months ludovic.rousseau Use SCARD_READERSTATE instead of SCARD_READERSTATE_A since it was removed …
(edit) @445   22 months ludovic.rousseau Patch for #239 and #240 (handle more than one cert/pattern matching) …
(edit) @444   22 months ludovic.rousseau Do not use a variadic parameter for pam_prompt. It is not supported on …
(edit) @443   22 months ludovic.rousseau Add a new header file to define strndup if needed. pkcs11_setup.c: In …
(edit) @442   22 months ludovic.rousseau release 0.6.4
(edit) @441   22 months ludovic.rousseau Revert changeset 301 parsing arguments in pam_config.c but skip the first …
(edit) @440   2 years ludovic.rousseau release 0.6.4
(edit) @439   2 years ludovic.rousseau translate a string
(edit) @438   2 years ludovic.rousseau regenerate
(edit) @437   2 years ludovic.rousseau Fixes Ticket #26 "Additional check for local X11 Display"
(edit) @436   2 years ludovic.rousseau Revert revision 422 since Solaris 10 does not support pam_prompt() with a …
(edit) @435   2 years ludovic.rousseau Add support of CKF_PROTECTED_AUTHENTICATION_PATH for pinpad readers. If a …
(edit) @434   2 years ludovic.rousseau Add dutch translation Thanks to Guy Zelck
(edit) @433   2 years ludovic.rousseau add Brazilian Portuguese Translation Thanks to Anderson Goulart
(edit) @432   2 years ludovic.rousseau use #ifdef instead of #if Fix pam_pkcs11.c:46:5: warning: "ENABLE_NLS" is …
(edit) @431   2 years ludovic.rousseau Use stdlib.h instead of malloc.h (not present on Mac OS X for example)
(edit) @430   2 years ludovic.rousseau Closes: Ticket #22 "get_slot_login_required missing from NSS side."
(edit) @429   2 years ludovic.rousseau Fix compiler when used with NSS algorithm.c:54: error: conflicting types …
(edit) @428   2 years ludovic.rousseau Closes: Ticket #21 "Update for German translation"
(edit) @427   2 years ludovic.rousseau regenerate
(edit) @426   2 years ludovic.rousseau release 0.6.3
(edit) @425   2 years ludovic.rousseau Release 0.6.3
(edit) @424   2 years ludovic.rousseau Fix uri.c: In function ‘get_from_uri’: uri.c:595: warning: enumeration …
(edit) @423   2 years ludovic.rousseau Fix a potential bug ldap_mapper.c: In function ‘ldap_get_certificate’: …
(edit) @422   2 years ludovic.rousseau Directly use pam_prompt() to format the string instead of sprintf() Fix …
Note: See TracRevisionLog for help on using the revision log.