summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_services.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-6/+7
2013-07-16remove unused variablePavel Březina1-4/+0
2013-07-16Remove unused function parameterLukas Slebodnik1-3/+1
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+1
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
2013-04-26DB: Switch to new libini_config APIOndrej Kos1-1/+0
2013-02-10Add function get_next_domain()Simo Sorce1-12/+14
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-6/+6
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek1-1/+1
2012-10-09Fix typosYuri Chornoivan1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose1-1/+4
2012-09-13NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek1-1/+1
2012-07-18Fix uninitialized valuesNick Guay1-3/+3
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-7/+5
2012-05-25NSS: Restore original protocol for getservbyportStephen Gallagher1-1/+1
2012-05-25Send 16bit protocol numbers from the sss_clientJakub Hrozek1-1/+1
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
2012-03-21NSS: Look for services with correct case when cache is updatedJakub Hrozek1-7/+7
2012-03-21Save alias of the primary name, tooJakub Hrozek1-8/+14
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-9/+10
2012-02-17Fix case insensitive service lookupsJakub Hrozek1-6/+6
2012-02-17NSS: Always return the same protocol that was requestedStephen Gallagher1-9/+23
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek1-1/+1
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek1-21/+6
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek1-2/+2
2012-01-27NSS: Add service enumeration support to NSS providerStephen Gallagher1-1/+658
2012-01-27DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek1-1/+2
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher1-0/+1170