summaryrefslogtreecommitdiffstats
path: root/usr.sbin/autofs/common.c
Commit message (Expand)AuthorAgeFilesLines
* The <libutil.h> is an ordinary header file; should sort just like any other.trasz2016-01-241-2/+1
* Rework the concat() algorithm to be correct in all cases.trasz2015-03-131-7/+16
* Make "automount -LL -o whatever" present options in the same ordertrasz2015-03-121-6/+14
* Make concat() accept NULL arguments.trasz2015-03-121-2/+4
* Fix handling of direct maps, broken in r275756. Previously, runningtrasz2015-03-101-17/+25
* Refactor.trasz2015-03-101-9/+14
* Make things more readable; no functional changes.trasz2015-03-091-4/+4
* Remove some particularly bad code; no functional changes.trasz2015-03-091-43/+6
* Fix memory leak.trasz2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingtrasz2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.trasz2015-03-091-10/+12
* Fix bug that made automount(8) never unmount stale autofs(5) mounts,trasz2014-12-141-3/+14
* Make automountd(8) inform autofs(4) whether directory being handled cantrasz2014-10-151-3/+26
* Remove call to access(2) which didn't serve any purpose, and make it moretrasz2014-10-071-10/+5
* Fix thinko that, with two map entries like shown below, in that order,trasz2014-09-231-1/+11
* Fix handling of keys in executable maps. Previously it was broken for keystrasz2014-08-241-11/+26
* Add "nobrowse" option. Previously automountd(8) always behaved as iftrasz2014-08-231-6/+35
* Don't fail on executable maps that return no entries. This turns uselesstrasz2014-08-231-1/+7
* Use __FBSDID() properly.trasz2014-08-211-1/+3
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-171-0/+1129
OpenPOWER on IntegriCloud