summaryrefslogtreecommitdiffstats
path: root/src/responder/autofs/autofssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* do not use default_domain_suffix with autofsAron Parsons2013-12-021-1/+1
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-1/+1
* autofs: fix invalid header 'number of entries' in packetPavel Březina2013-03-011-1/+5
* Add function get_next_domain()Simo Sorce2013-02-101-4/+4
* Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2013-01-231-3/+3
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-151-2/+2
* AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2012-12-181-3/+57
* AUTOFS: allow removing entries from hash tableJakub Hrozek2012-12-181-0/+27
* Add new option default_domain_suffixSumit Bose2012-10-011-1/+2
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-2/+2
* AUTOFS: remove unused assignmentsJakub Hrozek2012-05-031-4/+9
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-2/+2
* AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek2012-02-271-34/+78
* AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek2012-02-231-45/+154
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-131-2/+2
* Remove setent structure when callback is calledJakub Hrozek2012-02-131-1/+1
* AUTOFS: responderJakub Hrozek2012-02-051-0/+1239