summaryrefslogtreecommitdiff
path: root/src/util/user_info_msg.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-25Allow arbitrary-length PAM messagesStephen Gallagher1-3/+8
The PAM standard allows for messages of any length to be returned to the client. We were discarding all messages of length greater than 255. This patch dynamically allocates the message buffers so we can pass the complete message. This resolves https://fedorahosted.org/sssd/ticket/432
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+51
Also update BUILD.txt