summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-23Merge branch 'master' of github.com:jeroennijhof/pam_tacplus into v1.5.xv1.5.0-beta.2Philip Prindeville
2018-01-04Merge pull request #107 from pprindeville/fix-logwtmpPhilip Prindeville
2018-01-04Favor pututxline() over logwtmp()Philip Prindeville
2018-01-03Check for overflowing tac_loginPhilip Prindeville
2018-01-03Merge pull request #106 from pprindeville/alt-fix-for-unusedPhilip Prindeville
2017-12-31Fix 'unused' warnings when building with clang/llvmPhilip Prindeville
2017-12-29Merge pull request #104 from pprindeville/add-selinux-notePhilip Prindeville
2017-12-29Merge pull request #105 from pprindeville/deprecate-RAND_pseudo_bytesPhilip Prindeville
2017-12-29RAND_pseudo_bytes() has been deprecated in OpenSSL 1.1.0. They tell usMartin Belanger
2017-12-29Merge pull request #103 from pprindeville/fix-warningsPhilip Prindeville
2017-12-29linux/random.h doesn't actually declare getrandom()Philip Prindeville
2017-12-29Fix compile-time warningsPhilip Prindeville
2017-12-29Add SElinux tipsPhilip Prindeville
2017-11-14Merge pull request #100 from martin-belanger/simplified_vsaPhilip Prindeville
2017-11-13changed memcpy to bcopyMartin Belanger
2017-11-13simplified copying vendor attrs (less buffers and mem copies) to PAM environm...Martin Belanger
2017-07-18Merge pull request #96 from pprindeville/travis-switch-trustyPhilip Prindeville
2017-07-18Merge pull request #97 from pprindeville/travis-switch-trustyPhilip Prindeville
2017-07-18Set Travis to build against Trusty TahrPhilip Prindeville
2017-07-18Merge pull request #95 from netravnen/patch-1v1.5.0-beta.1Philip Prindeville
2017-07-17Update AUTHORSChristoffer
2017-06-14Merge pull request #94 from kyeongy/masterPhilip Prindeville
2017-06-15Do not set password for ASCII loginKyeong Yoo
2016-12-20Merge pull request #80 from pprindeville/reorg-magicPhilip Prindeville
2016-12-20Merge pull request #85 from pprindeville/add-runtime-debuggingPhilip Prindeville
2016-12-20Merge pull request #84 from pprindeville/fix-tacdebug-damagePhilip Prindeville
2016-12-12Allow building with run-time debugging enabled (via configure)Philip Prindeville
2016-12-11Fix damage from PR #71Philip Prindeville
2016-12-05Provide magic function when compiling against opensslPhilip Prindeville
2016-12-05Simplify initialization of magic functionPhilip Prindeville
2016-12-05Fix sense of test for header and libraryPhilip Prindeville
2016-12-03Merge pull request #77 from pprindeville/fix-tacc-ttyjeroennijhof
2016-12-03Merge pull request #73 from stanAtAtl/masterjeroennijhof
2016-12-03Merge pull request #75 from pprindeville/fix-tacc-authenticatejeroennijhof
2016-11-11Fix ASCII logins where 2 transactions are requiredPhilip Prindeville
2016-11-10Merge pull request #76 from pprindeville/fix-crypt-regressionjeroennijhof
2016-10-17Fix regression introduced when doing incremental encryptionPhilip Prindeville
2016-10-17Add option to specify modem port, etc.Philip Prindeville
2016-10-13Update support.cStan Xiang
2016-10-13Update pam_tacplus.cStan Xiang
2016-10-13Update support.cStan Xiang
2016-10-13Update pam_tacplus.cStan Xiang
2016-10-11Add files via uploadstanAtAtl
2016-10-05Merge pull request #65 from pprindeville/simplify-md5-operationsPaweł Krawczyk
2016-10-05Merge pull request #71 from pprindeville/make-tacdebug-varargsPaweł Krawczyk
2016-10-04Make TACDEBUG and TACSYSLOG into varargs macrosPhilip Prindeville
2016-10-04Modularize computing CHAP digestPhilip Prindeville
2016-10-04Don't compute pad all at once when we can compute it incrementallyPhilip Prindeville
2016-10-04No need to pass in payload length when the header already includes itPhilip Prindeville
2016-10-04Avoid unnecessary marshalling when computing Tacacs padPhilip Prindeville