summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina3-48/+73
2012-01-27Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2-4/+4
2012-01-27Use the new SUDO request in DP and sudo responderJakub Hrozek4-235/+115
2012-01-27SUDO: Provide a sudo DP request based on the internal_reqJakub Hrozek3-0/+145
2012-01-27PROXY: add support for enumerating servicesStephen Gallagher4-0/+226
2012-01-27NSS: Add service enumeration support to NSS providerStephen Gallagher3-1/+662
2012-01-27SYSDB: add support for enumerating servicesStephen Gallagher2-0/+55
2012-01-27NSS: Add client support for [set|get|end]servent()Stephen Gallagher1-4/+125
2012-01-27DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek3-240/+349
2012-01-27PROXY: add support for service lookups (non-enumeration)Stephen Gallagher4-0/+273
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher3-0/+1209
2012-01-27NSS: Add negative cache routines for servicesStephen Gallagher2-3/+132
2012-01-27DP: Add support for services in dp requestsStephen Gallagher3-0/+5
2012-01-27NSS: Add client support for services (non-enumeration)Stephen Gallagher3-5/+388
2012-01-27SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher4-2/+118
2012-01-27SYSDB: Add sysdb routines for manipulating service entriesStephen Gallagher3-0/+1131
2012-01-27DP: Handle parsing extra results in be_get_account_infoStephen Gallagher2-33/+70
2012-01-26PAM: Do not overwrite retJakub Hrozek1-3/+1
2012-01-23SYSDB: Move add_string and add_ulong to sysdb_private.hStephen Gallagher2-4/+9
2012-01-23UTIL: Add strtouint16Stephen Gallagher2-0/+20
2012-01-23Move sized_string declaration to utilsStephen Gallagher4-19/+19
2012-01-23LDAP: Improve debugging for sdap_parse_derefStephen Gallagher1-4/+7
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher4-66/+47
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher5-14/+32
2012-01-21Fix invalid index in pidfile()Stephen Gallagher1-1/+3
2012-01-21SYSDB: Redundant check is redundant.Stephen Gallagher1-5/+0
2012-01-18PAM: Fix reversed logicJakub Hrozek1-1/+1
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher9-5/+40
2012-01-18NSS: Add sss_readrep_copy_stringStephen Gallagher5-181/+131
2012-01-18Do not use sudo symbols in LDAP provider unconditionallyJakub Hrozek1-0/+2
2012-01-17Export libsss_sudo as a separate packageJakub Hrozek2-0/+27
2012-01-17Add a configure switch to specify 3rd party app libraries locationJakub Hrozek1-1/+18
2012-01-17SUDO Integration - periodical update of rules in data providerPavel Březina10-1/+352
2012-01-17SUDO Integration - functions for manipulating with 'refreshed' attributePavel Březina2-0/+68
2012-01-17sysdb_get_bool() and sysdb_get_bool() functionsPavel Březina2-51/+108
2012-01-17SUDO Integration - wrap data provider with tevent_reqPavel Březina2-43/+138
2012-01-17SUDO Integration review issuesPavel Březina16-41/+68
2012-01-17IPA: Detect nsupdate support for the realm directiveStephen Gallagher3-15/+55
2012-01-17Raise the debug level of two very noisy statementsStephen Gallagher2-4/+6
2012-01-17NSS: Improve DEBUG messages for netgroup cacheStephen Gallagher1-2/+2
2012-01-14Support multiple search bases in HBACJan Zeleny5-39/+176
2012-01-14Add info about ipa_host_search_base to man pageJan Zeleny1-0/+29
2012-01-14NSS: Validate input string lengthsStephen Gallagher4-9/+32
2012-01-14LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher1-2/+8
2012-01-14Log fixes for sdap_call_conn_cbStephen Gallagher2-2/+4
2012-01-09util: Fix murmurhash3 on machines with old glibcSimo Sorce1-0/+10
2012-01-09Add a random + identity test for murmurhash3Simo Sorce1-0/+29
2012-01-09util: add murmurhash3 hash functionSimo Sorce3-0/+144
2012-01-09nsssrv: use sized_string in fill_grentSimo Sorce1-35/+48
2012-01-09nsssrv: use sized_string in fill_pwentSimo Sorce1-41/+56