| Commit message (Expand) | Author | Age | Files | Lines |
* | Autofs is section 5, not 4. | trasz | 2016-02-29 | 1 | -1/+1 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | bdrewery | 2016-02-24 | 1 | -2/+0 |
* | The <libutil.h> is an ordinary header file; should sort just like any other. | trasz | 2016-01-24 | 5 | -9/+5 |
* | META MODE: Update dependencies with 'the-lot' and add missing directories. | bdrewery | 2015-12-01 | 1 | -0/+21 |
* | Add -noauto autofs map, for automatic handling of fstab entries | trasz | 2015-03-13 | 1 | -1/+6 |
* | Get executable direct maps to work. | trasz | 2015-03-13 | 1 | -10/+23 |
* | Rework the concat() algorithm to be correct in all cases. | trasz | 2015-03-13 | 1 | -7/+16 |
* | Make "automount -LL -o whatever" present options in the same order | trasz | 2015-03-12 | 3 | -9/+16 |
* | Make concat() accept NULL arguments. | trasz | 2015-03-12 | 3 | -17/+8 |
* | Options from auto_master must be appended to options from maps, | trasz | 2015-03-12 | 1 | -1/+5 |
* | Fix typo. | trasz | 2015-03-10 | 1 | -2/+2 |
* | Properly pass options for direct maps. | trasz | 2015-03-10 | 2 | -27/+18 |
* | Fix handling of direct maps, broken in r275756. Previously, running | trasz | 2015-03-10 | 1 | -17/+25 |
* | Refactor. | trasz | 2015-03-10 | 1 | -9/+14 |
* | Erm, revert chunk committed by mistake. | trasz | 2015-03-09 | 1 | -5/+0 |
* | Make things more readable; no functional changes. | trasz | 2015-03-09 | 5 | -22/+16 |
* | Remove some particularly bad code; no functional changes. | trasz | 2015-03-09 | 2 | -43/+11 |
* | Fix memory leak. | trasz | 2015-03-09 | 1 | -2/+4 |
* | Improve separated_concat() to properly handle the case of concatenating | trasz | 2015-03-09 | 1 | -2/+8 |
* | Minor optimization/cleanup in node_path(); no functional changes. | trasz | 2015-03-09 | 1 | -10/+12 |
* | When there are no automounted filesystems, autounmountd(8) should wait | trasz | 2015-01-28 | 1 | -13/+23 |
* | Improve documentation for autofs variables and executable maps; | trasz | 2015-01-09 | 1 | -3/+58 |
* | Fix bug that made automount(8) never unmount stale autofs(5) mounts, | trasz | 2014-12-14 | 1 | -3/+14 |
* | Fix spurious "child process X terminated with exit status 1" messages | trasz | 2014-12-14 | 1 | -7/+1 |
* | Fix markup. | trasz | 2014-12-13 | 1 | -3/+3 |
* | Add "-media" autofs map, to access data on removable media, such as CD | trasz | 2014-12-10 | 1 | -6/+9 |
* | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | Implement "automount -c". | trasz | 2014-11-22 | 2 | -4/+67 |
* | Document use of wildcards (*) and ampersands (&) in autofs map files. | trasz | 2014-11-21 | 1 | -3/+20 |
* | Make the auto_master(5) man page clearer on how auto_master | trasz | 2014-11-19 | 1 | -5/+23 |
* | The "intr" option is NFS-specific; fix examples in auto_master(5). | trasz | 2014-11-17 | 1 | -3/+3 |
* | Fix automountd(8) not to leave zombies. | trasz | 2014-10-16 | 1 | -0/+29 |
* | Make automountd(8) inform autofs(4) whether directory being handled can | trasz | 2014-10-15 | 3 | -10/+54 |
* | Silence down a warning that doesn't provide any useful information unless | trasz | 2014-10-15 | 1 | -1/+1 |
* | Make automount(8)/automountd(8) treat percent sign as a valid part | trasz | 2014-10-14 | 1 | -1/+1 |
* | Remove call to access(2) which didn't serve any purpose, and make it more | trasz | 2014-10-07 | 1 | -10/+5 |
* | Fix thinko that, with two map entries like shown below, in that order, | trasz | 2014-09-23 | 1 | -1/+11 |
* | Make it possible to quote names in autofs maps using double quotes. | trasz | 2014-09-05 | 1 | -0/+1 |
* | Fix handling of keys in executable maps. Previously it was broken for keys | trasz | 2014-08-24 | 1 | -11/+26 |
* | Add "nobrowse" option. Previously automountd(8) always behaved as if | trasz | 2014-08-23 | 3 | -10/+70 |
* | Don't fail on executable maps that return no entries. This turns useless | trasz | 2014-08-23 | 1 | -1/+7 |
* | Use __FBSDID() properly. | trasz | 2014-08-21 | 7 | -7/+21 |
* | Remove useless - and buggy, it resulted in spurious warnings in logs - code. | trasz | 2014-08-20 | 1 | -12/+0 |
* | Bring in the new automounter, similar to what's provided in most other | trasz | 2014-08-17 | 14 | -0/+3752 |