History log of /freebsd-10.1-release/usr.sbin/autofs/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


272117 25-Sep-2014 trasz

MFC r272037:

Fix thinko that, with two map entries like shown below, in that order,
made automountd(8) mix them up: trying to access the second one would
trigger mount for the first one.

foo host:/foo
foobar host:/foobar

PR: 193584
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation


271704 17-Sep-2014 trasz

MFC r271167:

Make it possible to quote names in autofs maps using double quotes.

Note that this is a workaround, not a proper solution. If you know
lex well, and want to help - please let me know, I'll explain how it
should work.

PR: 192968
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation


270903 31-Aug-2014 trasz

MFC r270454:

Fix handling of keys in executable maps. Previously it was broken for keys
containing whitespace.

PR: 192947
Sponsored by: The FreeBSD Foundation


270902 31-Aug-2014 trasz

MFC r270406:

Add "nobrowse" option. Previously automountd(8) always behaved as if
it was set, now it's conditional.

PR: 192862
Sponsored by: The FreeBSD Foundation


270901 31-Aug-2014 trasz

MFC r270405:

Don't fail on executable maps that return no entries. This turns useless
error message into useful one.

Sponsored by: The FreeBSD Foundation


270897 31-Aug-2014 trasz

MFC r270276:

Use __FBSDID() properly.

Suggested by: pluknet@
Sponsored by: The FreeBSD Foundation


270896 31-Aug-2014 trasz

MFC r270210:

Remove useless - and buggy, it resulted in spurious warnings in logs - code.

Sponsored by: The FreeBSD Foundation


270892 31-Aug-2014 trasz

MFC r270096:

Bring in the new automounter, similar to what's provided in most other
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.

There are still a few outstanding problems; they will be fixed shortly.

Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric: D523
Relnotes: yes
Sponsored by: The FreeBSD Foundation


270096 17-Aug-2014 trasz

Bring in the new automounter, similar to what's provided in most other
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.

There are still a few outstanding problems; they will be fixed shortly.

Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric: D523
MFC after: 2 weeks
Relnotes: yes
Sponsored by: The FreeBSD Foundation