summaryrefslogtreecommitdiffstats
path: root/src/sss_client/nss_services.c
Commit message (Collapse)AuthorAgeFilesLines
* Suppress safealign warnings with DISCARD_ALIGN.Michal Zidek2014-07-011-1/+1
| | | | | | | | These warnings were all false positives. fixes: https://fedorahosted.org/sssd/ticket/1359 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* Properly align buffer when storing pointers.Michal Zidek2013-12-101-5/+2
| | | | | | | | Properly align buffer address to sizeof(char *) when storing pointers to strings. resolves: https://fedorahosted.org/sssd/ticket/1359
* sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate.Michal Zidek2013-12-031-6/+17
| | | | | resolves: https://fedorahosted.org/sssd/ticket/1359
* Revert the client packet length, too, after reverting the packet protocolJakub Hrozek2012-05-291-1/+1
|
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-2/+3
| | | | When fixing an endianness bug, we changed the protocol unnecessarily.
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-6/+7
| | | | https://fedorahosted.org/sssd/ticket/1348
* NSS: Add client support for [set|get|end]servent()Stephen Gallagher2012-01-271-4/+125
|
* NSS: Add client support for services (non-enumeration)Stephen Gallagher2012-01-271-0/+361