summaryrefslogtreecommitdiffstats
path: root/src/util/user_info_msg.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+51
Also update BUILD.txt