| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Seen in tests and was leading to a segfault
|
|
|
|
|
| |
An error introduced with the last tidyup patches would skip
the first char of the password field.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
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>
|