summaryrefslogtreecommitdiff
path: root/usr.sbin/autofs/common.c
AgeCommit message (Expand)Author
2025-08-12autofs: partial is also leaked.Warner Losh
2025-08-09autofs: Plug memory leakEnji Cooper
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-03-12autofs: best effort to maintain mounttab and mountdtabRobert Wing
2021-02-17automount(8): fix absolute path when creating a mountpointRobert Wing
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2019-04-10Fix segfault that could occur on "automount -LL".Edward Tomasz Napierala
2018-01-24Add SPDX tags for automount(8) et al.Edward Tomasz Napierala
2017-05-04Revert r317804; apparently I forgot the auto_master syntax.Edward Tomasz Napierala
2017-05-04Make automount(8) error out when the map name is missing.Edward Tomasz Napierala
2016-07-30Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin
2016-01-24The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala
2015-03-13Rework the concat() algorithm to be correct in all cases.Edward Tomasz Napierala
2015-03-12Make "automount -LL -o whatever" present options in the same orderEdward Tomasz Napierala
2015-03-12Make concat() accept NULL arguments.Edward Tomasz Napierala
2015-03-10Fix handling of direct maps, broken in r275756. Previously, runningEdward Tomasz Napierala
2015-03-10Refactor.Edward Tomasz Napierala
2015-03-09Make things more readable; no functional changes.Edward Tomasz Napierala
2015-03-09Remove some particularly bad code; no functional changes.Edward Tomasz Napierala
2015-03-09Fix memory leak.Edward Tomasz Napierala
2015-03-09Improve separated_concat() to properly handle the case of concatenatingEdward Tomasz Napierala
2015-03-09Minor optimization/cleanup in node_path(); no functional changes.Edward Tomasz Napierala
2014-12-14Fix bug that made automount(8) never unmount stale autofs(5) mounts,Edward Tomasz Napierala
2014-10-15Make automountd(8) inform autofs(4) whether directory being handled canEdward Tomasz Napierala
2014-10-07Remove call to access(2) which didn't serve any purpose, and make it moreEdward Tomasz Napierala
2014-09-23Fix thinko that, with two map entries like shown below, in that order,Edward Tomasz Napierala
2014-08-24Fix handling of keys in executable maps. Previously it was broken for keysEdward Tomasz Napierala
2014-08-23Add "nobrowse" option. Previously automountd(8) always behaved as ifEdward Tomasz Napierala
2014-08-23Don't fail on executable maps that return no entries. This turns uselessEdward Tomasz Napierala
2014-08-21Use __FBSDID() properly.Edward Tomasz Napierala
2014-08-17Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala