kravietz / pam_tacplus

TACACS+ protocol client library and PAM module in C. This PAM module support authentication, authorization (account management) and accounting (session management)performed using TACACS+ protocol designed by Cisco.
GNU Lesser General Public License v3.0
130 stars 97 forks source link

Consider standard data structures #174

Closed kravietz closed 2 years ago

kravietz commented 2 years ago

The functions to manage strings and data structures are rather terrible and hard to maintain. Consider using standard library functions or external libraries, such as:

kravietz commented 2 years ago

Fixed in 1.7.0 using gnulib