summaryrefslogtreecommitdiffstats
path: root/sesman/verify_user_bsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-9/+9
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Fix compile warnings for non-default authentication methodsPavel Roskin2016-11-151-1/+1
| | | | | | Include string.h for strcmp(). Don't define _XOPEN_SOURCE, it conflicts with libc headers and hides putpwent(). Make input strings constant. Fix functions to match their declarations.
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-3/+3
|
* sesman: verify_user_bsd.c license change and indentJay Sorg2014-11-241-29/+28
|
* Some fixes to compile properly since this version has change a lot from 0.6.1Renaud Allard2014-11-211-2/+8
|
* Enable authenticate user using BSD password systemRenaud Allard2014-11-211-0/+113