summaryrefslogtreecommitdiff
path: root/src/responder/autofs
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
2013-03-20change responder contexts hierarchyPavel Březina1-15/+20
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-4/+9
2013-03-01autofs: fix invalid header 'number of entries' in packetPavel Březina1-1/+5
2013-02-10Add function get_next_domain()Simo Sorce1-4/+4
2013-01-23Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta1-3/+3
2013-01-15Add domain argument to sysdb autofs functionsSimo Sorce1-2/+2
2012-12-18AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek1-0/+22
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-2/+1
2012-12-18AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2-3/+59
2012-12-18AUTOFS: allow removing entries from hash tableJakub Hrozek3-1/+32
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose1-1/+2
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-2/+2
2012-05-03AUTOFS: remove unused assignmentsJakub Hrozek1-4/+9
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-1/+1
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-2/+2
2012-02-27AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek2-34/+79
2012-02-23AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek2-45/+156
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-2/+2
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek1-2/+2
2012-02-13Remove setent structure when callback is calledJakub Hrozek1-1/+1
2012-02-05AUTOFS: responderJakub Hrozek4-0/+1718