summaryrefslogtreecommitdiff
path: root/libtac/lib
AgeCommit message (Expand)Author
2017-12-29RAND_pseudo_bytes() has been deprecated in OpenSSL 1.1.0. They tell usMartin Belanger
2017-12-29linux/random.h doesn't actually declare getrandom()Philip Prindeville
2017-12-29Fix compile-time warningsPhilip Prindeville
2017-06-15Do not set password for ASCII loginKyeong Yoo
2016-12-20Merge pull request #80 from pprindeville/reorg-magicPhilip 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-11-11Fix ASCII logins where 2 transactions are requiredPhilip Prindeville
2016-10-17Fix regression introduced when doing incremental encryptionPhilip Prindeville
2016-10-05Merge pull request #65 from pprindeville/simplify-md5-operationsPaweł 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
2016-10-04MD5Update doesn't modify the data it's digestingPhilip Prindeville
2016-10-05Merge pull request #68 from pprindeville/more-cleanupjeroennijhof
2016-10-05Don't init declarations in a for loopJeroen Nijhof
2016-10-04More factoring of the cleanup code for tac_connect_singlePhilip Prindeville
2016-10-04Exit tac_connect_single consistently via bottom of functionPhilip Prindeville
2016-10-04Merge pull request #64 from pprindeville/add-stricter-warningsjeroennijhof
2016-09-30Fix build breakage when compiling without openssl-develPhilip Prindeville
2016-09-29Turn on stricter compiler warningsPhilip Prindeville
2016-07-23source formattingPaweł Krawczyk
2016-07-23initialize timelimitPaweł Krawczyk
2016-07-23timeleft may be potentially used uninitializedPaweł Krawczyk
2016-07-23dead assignment - 'a' is overwritten shortly afterPaweł Krawczyk
2016-07-23dead assignment - deltausecs is overwritten shortly afterPaweł Krawczyk
2016-07-23check loop against TAC_PLUS_MAX_ARGCOUNTPaweł Krawczyk
2016-07-23check for max number of arguments passed in replyPaweł Krawczyk
2016-07-23Fix warningsPaweł Krawczyk
2016-07-22Rewrite the getrandom(2) usagePaweł Krawczyk
2016-07-22check for sys/random.h as well for SolarisPaweł Krawczyk
2016-07-22fix format string for long intPaweł Krawczyk
2016-05-27fix variable namesPaweł Krawczyk
2016-05-27wrong var namePaweł Krawczyk
2016-05-27typoPaweł Krawczyk
2016-05-27replace the broken packet_read check with a hard-coded max packet lengthPaweł Krawczyk
2016-05-05Merge branch 'master' of github.com:jeroennijhof/pam_tacplusPaweł Krawczyk
2016-05-05make len_from_* variables unsignedPaweł Krawczyk
2016-05-05make len_from_* variables unsignedPaweł Krawczyk
2016-05-05format string long intPaweł Krawczyk
2016-05-04fix variable referencePaweł Krawczyk
2016-05-03port to OpenSSL MD5Paweł Krawczyk
2016-05-03use OpenSSL for MD5 and random numbersPaweł Krawczyk
2016-05-02retval cannot be negative when fd is positive as it was just copied from fdPaweł Krawczyk
2016-05-02superfluous syslog format stringPaweł Krawczyk
2016-05-02check packet length declared in headerPaweł Krawczyk