aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/autofs
Commit message (Expand)AuthorAgeFilesLines
* Autofs is section 5, not 4.Edward Tomasz Napierala2016-02-291-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala2016-01-245-9/+5
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+21
* Add -noauto autofs map, for automatic handling of fstab entriesEdward Tomasz Napierala2015-03-131-1/+6
* Get executable direct maps to work.Edward Tomasz Napierala2015-03-131-10/+23
* Rework the concat() algorithm to be correct in all cases.Edward Tomasz Napierala2015-03-131-7/+16
* Make "automount -LL -o whatever" present options in the same orderEdward Tomasz Napierala2015-03-123-9/+16
* Make concat() accept NULL arguments.Edward Tomasz Napierala2015-03-123-17/+8
* Options from auto_master must be appended to options from maps,Edward Tomasz Napierala2015-03-121-1/+5
* Fix typo.Edward Tomasz Napierala2015-03-101-2/+2
* Properly pass options for direct maps.Edward Tomasz Napierala2015-03-102-27/+18
* Fix handling of direct maps, broken in r275756. Previously, runningEdward Tomasz Napierala2015-03-101-17/+25
* Refactor.Edward Tomasz Napierala2015-03-101-9/+14
* Erm, revert chunk committed by mistake.Edward Tomasz Napierala2015-03-091-5/+0
* Make things more readable; no functional changes.Edward Tomasz Napierala2015-03-095-22/+16
* Remove some particularly bad code; no functional changes.Edward Tomasz Napierala2015-03-092-43/+11
* Fix memory leak.Edward Tomasz Napierala2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingEdward Tomasz Napierala2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.Edward Tomasz Napierala2015-03-091-10/+12
* When there are no automounted filesystems, autounmountd(8) should waitEdward Tomasz Napierala2015-01-281-13/+23
* Improve documentation for autofs variables and executable maps;Edward Tomasz Napierala2015-01-091-3/+58
* Fix bug that made automount(8) never unmount stale autofs(5) mounts,Edward Tomasz Napierala2014-12-141-3/+14
* Fix spurious "child process X terminated with exit status 1" messagesEdward Tomasz Napierala2014-12-141-7/+1
* Fix markup.Edward Tomasz Napierala2014-12-131-3/+3
* Add "-media" autofs map, to access data on removable media, such as CDEdward Tomasz Napierala2014-12-101-6/+9
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Implement "automount -c".Edward Tomasz Napierala2014-11-222-4/+67
* Document use of wildcards (*) and ampersands (&) in autofs map files.Edward Tomasz Napierala2014-11-211-3/+20
* Make the auto_master(5) man page clearer on how auto_masterEdward Tomasz Napierala2014-11-191-5/+23
* The "intr" option is NFS-specific; fix examples in auto_master(5).Edward Tomasz Napierala2014-11-171-3/+3
* Fix automountd(8) not to leave zombies.Edward Tomasz Napierala2014-10-161-0/+29
* Make automountd(8) inform autofs(4) whether directory being handled canEdward Tomasz Napierala2014-10-153-10/+54
* Silence down a warning that doesn't provide any useful information unlessEdward Tomasz Napierala2014-10-151-1/+1
* Make automount(8)/automountd(8) treat percent sign as a valid partEdward Tomasz Napierala2014-10-141-1/+1
* Remove call to access(2) which didn't serve any purpose, and make it moreEdward Tomasz Napierala2014-10-071-10/+5
* Fix thinko that, with two map entries like shown below, in that order,Edward Tomasz Napierala2014-09-231-1/+11
* Make it possible to quote names in autofs maps using double quotes.Edward Tomasz Napierala2014-09-051-0/+1
* Fix handling of keys in executable maps. Previously it was broken for keysEdward Tomasz Napierala2014-08-241-11/+26
* Add "nobrowse" option. Previously automountd(8) always behaved as ifEdward Tomasz Napierala2014-08-233-10/+70
* Don't fail on executable maps that return no entries. This turns uselessEdward Tomasz Napierala2014-08-231-1/+7
* Use __FBSDID() properly.Edward Tomasz Napierala2014-08-217-7/+21
* Remove useless - and buggy, it resulted in spurious warnings in logs - code.Edward Tomasz Napierala2014-08-201-12/+0
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-1714-0/+3752