CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2012/11/23 16:53:54
Modified files: libexec/login_yubikey: yubikey.c Log message: make hex and modhex decoding case insensitive, the latter particulary useful to avoid issues with SHIFT and CAPS LOCK on any keyboard. pointers on proper tolower usage by guenther@ "Yup" deraadt@, ok sthen@ on initial version ok guenther@ on final version