summaryrefslogtreecommitdiff
path: root/src/responder/autofs/autofssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
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: remove all maps from hash if request for auto.master comes inJakub Hrozek1-3/+57
2012-12-18AUTOFS: allow removing entries from hash tableJakub Hrozek1-0/+27
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-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-2/+2
2012-02-27AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek1-34/+78
2012-02-23AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek1-45/+154
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 Hrozek1-0/+1239