summaryrefslogtreecommitdiffstats
path: root/sss_client/passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Catch possible bad input passed in by glibcSimo Sorce2009-08-241-0/+9
| | | | Seen in tests and was leading to a segfault
* Fix nasty bug in rendering the password fieldSimo Sorce2009-06-021-2/+1
| | | | | An error introduced with the last tidyup patches would skip the first char of the password field.
* Standardize style and fix potential lenght checkSimo Sorce2009-05-281-28/+47
| | | | | | We were not subtracting the initial 8 bytes from slen. This could cause us to run past the source buffer in case we received a bad packet.
* Treat uids and gids as 32 bit numbers not 64Simo Sorce2009-03-101-11/+11
| | | | | | In the nss communication protocol we were treating uids and gids as 64 bit values, but uids and gids are really u32 values, change the protocol to reflect the real size.
* Add PAM clientSumit Bose2009-02-241-0/+346
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>