summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_services.c
Commit message (Expand)AuthorAgeFilesLines
* NSS: Fix service enumerationJakub Hrozek2013-10-291-1/+5
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-111-6/+7
* remove unused variablePavel Březina2013-07-161-4/+0
* Remove unused function parameterLukas Slebodnik2013-07-161-3/+1
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+1
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-1/+1
* DB: Switch to new libini_config APIOndrej Kos2013-04-261-1/+0
* Add function get_next_domain()Simo Sorce2013-02-101-12/+14
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-6/+6
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2012-12-041-1/+1
* Fix typosYuri Chornoivan2012-10-091-1/+1
* Add new option default_domain_suffixSumit Bose2012-10-011-1/+4
* NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek2012-09-131-1/+1
* Fix uninitialized valuesNick Guay2012-07-181-3/+3
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-7/+5
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-1/+1
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-1/+1
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-211-7/+7
* Save alias of the primary name, tooJakub Hrozek2012-03-211-8/+14
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-9/+10
* Fix case insensitive service lookupsJakub Hrozek2012-02-171-6/+6
* NSS: Always return the same protocol that was requestedStephen Gallagher2012-02-171-9/+23
* Check for failure in sss_packet_grow()Stephen Gallagher2012-02-131-5/+5
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-131-1/+1
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-051-21/+6
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-311-2/+2
* NSS: Add service enumeration support to NSS providerStephen Gallagher2012-01-271-1/+658
* DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek2012-01-271-1/+2
* NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher2012-01-271-0/+1170