aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-15autofs-5.1.7 - Fix option for master read waitGoldwyn Rodrigues2-1/+2
2021-03-14autofs-5.1.7 - fix mnts_remove_amdmount() uses wrong listIan Kent2-1/+2
2021-03-14autofs-5.1.7 - use snprintf() when constructing hosts mapentIan Kent2-13/+14
2021-03-14autofs-5.1.7 - dont use realloc in host exports list processingIan Kent2-33/+27
2021-03-14autofs-5.1.7 - remove mount.x and rpcgen dependenciesIan Kent9-433/+5
2021-03-14autofs-5.1.7 - add xdr_exports()Ian Kent4-50/+112
2021-01-25Update to release 5.1.7.release_5_1_7Ian Kent6-5/+8
2020-12-23autofs-5.1.6 - fix empty mounts list return from unlink_mount_tree()Ian Kent2-2/+7
2020-12-22autofs-5.1.6 - make lookup_file.c nss map read status return handling consistentIan Kent2-6/+7
2020-12-22autofs-5.1.6 - make autofs.a a shared libraryIan Kent7-15/+22
2020-12-22autofs-5.1.6 - move AUTOFS_LIB to end of build rule linesIan Kent4-8/+9
2020-12-22autofs-5.1.6 - check defaults_read_config() returnIan Kent2-2/+11
2020-12-22autofs-5.1.6 - add helper to construct mount point pathIan Kent8-69/+55
2020-12-22autofs-5.1.6 - use master_list_empty() for list empty checkIan Kent4-8/+20
2020-12-22autofs-5.1.6 - move lib/master.c to daemon/master.cIan Kent6-21/+22
2020-12-22autofs-5.1.6 - move submount check into conditional_alarm_add()Ian Kent7-29/+18
2020-12-22autofs-5.1.6 - only add expire alarm for active mountsIan Kent9-23/+96
2020-12-22autofs-5.1.6 - remove unused function tree_get_mnt_list()Ian Kent3-316/+1
2020-12-22autofs-5.1.6 - use struct mnt_list mounted list for expireIan Kent6-131/+223
2020-12-15autofs-5.1.6 - use struct mnt_list to track mounted mountsIan Kent6-9/+154
2020-12-15autofs-5.1.6 - fix stale offset directories disable mountIan Kent2-2/+11
2020-12-15autofs-5.1.6 - fix remount expireIan Kent2-1/+8
2020-12-14autofs-5.1.6 - remove force parameter from umount_all()Ian Kent2-6/+4
2020-12-14autofs-5.1.6 - make umount_autofs() staticIan Kent3-7/+6
2020-12-14autofs-5.1.6 - use mnt_list for amdmountsIan Kent11-87/+193
2020-12-06autofs-5.1.6 - use mnt_list for submountsIan Kent10-71/+156
2020-12-06autofs-5.1.6 - add a hash index to mnt_listIan Kent3-0/+144
2020-12-06autofs-5.1.6 - make external mounts use simpler hashtableIan Kent2-34/+16
2020-12-06autofs-5.1.6 - make external mounts independent of amd_entryIan Kent7-63/+80
2020-12-06autofs-5.1.6 - change mountpoint to mp in struct ext_mountIan Kent2-7/+8
2020-12-06autofs-5.1.6 - add hashtable implementationIan Kent4-18/+269
2020-12-06autofs-5.1.6 - update list.hIan Kent2-25/+378
2020-12-06autofs-5.1.6 - fix incorrect systemctl command syntax in autofs(8)Ian Kent2-1/+2
2020-12-06autofs-5.1.6 - cleanup stale logpri fifo pipes on unlink and exitIan Kent2-2/+52
2020-12-06autofs-5.1.6 - add force unlink mounts and exit optionIan Kent7-26/+72
2020-12-06autofs-5.1.6 - remove logpri fifo on autofs mount failIan Kent2-1/+4
2020-12-06autofs-5.1.6 - improve force unlink mounts option descriptionIan Kent2-3/+4
2020-12-06autofs-5.1.6 - use bit flag for force unlink mountsIan Kent3-1/+4
2020-12-06autofs-5.1.6 - fix incorrect logical compare in unlink_mount_tree()Ian Kent2-1/+2
2020-12-06autofs-5.1.6 - fix unlink mounts umount orderIan Kent2-30/+10
2020-12-06autofs-5.1.6 - fix direct mount unlink_mount_tree() pathIan Kent2-1/+2
2020-12-06autofs-5.1.6 - fix typo in daemon/automount.cJulia Suvorova2-1/+2
2020-12-06autofs-5.0.7 - include linux/nfs.h directly in rpc_subs.hAndreas Oberritter2-1/+2
2020-11-27autofs-5.1.6 - simplify sss source stale checkIan Kent2-37/+11
2020-11-27autofs-5.1.6 - dont prune offset map entriesIan Kent2-0/+10
2020-11-27autofs-5.1.6 - use a valid timeout in lookup_prune_one_cache()Ian Kent3-0/+17
2020-11-27autofs-5.1.6 - improve sss getautomntbyname() error handlingIan Kent2-12/+95
2020-11-27autofs-5.1.6 - refactor sss getautomntbyname()Ian Kent2-46/+65
2020-11-27autofs-5.1.6 - update sss timeout documentationIan Kent4-23/+50
2020-11-27autofs-5.1.6 - sss introduce a flag to indicate map being readIan Kent2-16/+72
2020-11-27autofs-5.1.6 - move readall into struct masterIan Kent4-20/+29
2020-11-27autofs-5.1.6 - sss introduce calculate_retry_count() functionIan Kent2-25/+38
2020-11-27autofs-5.1.6 - improve sss getautomntent() error handlingIan Kent2-11/+116
2020-11-27autofs-5.1.6 - refactor sss getautomntent()Ian Kent2-47/+42
2020-11-27autofs-5.1.6 - improve sss setautomntent() error handlingIan Kent2-18/+55
2020-11-27autofs-5.1.6 - refactor sss setautomntent()Ian Kent2-58/+49
2020-11-27autofs-5.1.6 - fix retries check in setautomntent_wait()Ian Kent2-1/+2
2020-11-15autofs-5.1.6 - add support for new sss autofs proto version callIan Kent2-0/+45
2020-11-15autofs-5.1.6 - use mapname in sss context for setautomntent()Ian Kent2-11/+8
2020-11-15autofs-5.1.6 - add sss ECONREFUSED return handlingIan Kent2-0/+10
2020-11-15autofs-5.1.6 - fix sss_master_map_wait timingIan Kent2-5/+6
2020-11-13autofs-5.1.6 - fix typo in open_sss_lib()Ian Kent2-1/+2
2020-09-21autofs-5.1.6 - fix lookup_nss_read_master() nsswicth check returnIan Kent2-4/+3
2020-09-09autofs: Fix crash in sun_mount()Helge Deller2-1/+3
2020-08-31autofs-5.1.6 - fix configure force shutdown checkIan Kent3-2/+3
2020-08-25autofs-5.1.6 - samples/ldap.schema fixMichael Peek2-1/+2
2020-08-25autofs-5.1.6 - fix ldap sasl reconnect problemIan Kent3-65/+68
2020-08-25autofs-5.1.6 - Use PKG_CHECK_MODULES to detect the libxml2 libraryHugh McMaster8-101/+79
2020-08-25autofs-5.1.6 - configure.in: Do not append parentheses to PKG_PROG_PKG_CONFIGHugh McMaster2-1/+2
2020-08-25autofs-5.1.6 - configure.in: Remove unneeded second call to PKG_PROG_PKG_CONFIGHugh McMaster3-121/+1
2020-07-20autofs-5.1.6 - mount_nfs.c fix local rdma share not mountingAchilles Gaikwad2-3/+9
2020-06-17autofs-5.1.6 - fix autofs mount options constructionIan Kent5-79/+92
2020-06-04autofs-5.1.6 - fix double quoting of ampersand in auto.smb as wellIan Kent1-1/+0
2020-06-02autofs-5.1.6 - fix quoted string length calc in expandsunent()Ian Kent2-2/+5
2020-06-02autofs-5.1.6 - initialize struct addrinfo for getaddrinfo() callsIan Kent6-0/+9
2020-05-31autofs-5.1.6 - fix double quoting in auto.smbIan Kent1-2/+0
2020-05-31autofs-5.1.6 - fix trailing dollar sun entry expansionIan Kent2-0/+13
2020-05-31autofs-5.1.6 - remove intr hosts map mount optionIan Kent6-12/+10
2020-05-21samples: fix Makefile targets' directory dependenciesKyle Russell2-7/+8
2020-05-21autofs-5.1.6 - correct fsf addressIan Kent3-5/+6
2020-05-21autofs-5.1.6 - fix a regression with map instance lookupIan Kent2-113/+76
2020-02-14autofs-5.1.6 - fix browse dir not re-created on symlink expireIan Kent2-0/+20
2020-02-14autofs-5.1.6 - fix program map multi-mount lookup after mount failIan Kent2-2/+6
2020-02-14autofs-5.1.6 - update ldap READMEs and schema definitionsIan Kent8-5/+780
2019-10-29autofs-5.1.6 - make bind mounts propagation slave by defaultIan Kent6-43/+58
2019-10-07Update to release 5.1.6.release_5_1_6Ian Kent6-5/+8
2019-09-06autofs-5.1.5 - build without hesiod supportIan Kent1-1/+4
2019-09-06autofs-5.1.5 - fix missing initialization of autofs_point flagsIan Kent2-0/+3
2019-09-06autofs-5.1.5 - use local getmntent_r() in tree_make_mnt_list()Ian Kent2-4/+5
2019-09-06autofs-5.1.5 - use local getmntent_r() in get_mnt_list()Ian Kent2-4/+5
2019-09-06autofs-5.1.5 - use local_getmntent_r() for unlink_mount_tree()Ian Kent5-41/+48
2019-09-06autofs-5.1.5 - move unlink_mount_tree() to lib/mounts.cIan Kent5-36/+37
2019-09-06autofs-5.1.5 - use single unlink_umount_tree() for both direct and indirect m...Ian Kent5-88/+30
2019-09-06autofs-5.1.5 - don't use tree_is_mounted() for mounted checksIan Kent6-52/+8
2019-09-06autofs-5.1.5 - refactor unlink_active_mounts() in direct_cIan Kent2-32/+32
2019-09-06autofs-5.1.5 - use local getmntent_r in table_is_mounted()Ian Kent2-4/+5
2019-09-06autofs-5.1.5 - add glibc getmntent_r()Ian Kent2-0/+96
2019-09-06autofs-5.1.5 - always use PROC_MOUNTS to make mount listsIan Kent10-43/+44
2019-09-06autofs-5.1.5 - use mp instead of path in mnt_list entriesIan Kent5-57/+58
2019-09-06autofs-5.1.5 - use bit flags for autofs mount types in mnt_listIan Kent5-94/+39
2019-09-06autofs-5.1.5 - add config option for "ignore" mount optionIan Kent7-1/+47
2019-09-06autofs-5.1.5 - use ignore option for offset mounts as wellIan Kent2-0/+11
2019-09-06autofs-5.1.5 - fix unlink_mount_tree() not umounting mountsIan Kent5-37/+1
2019-09-06autofs-5.1.5 - fix amd entry memory leakIan Kent2-1/+2
2019-09-06autofs-5.1.5 - remove a couple of old debug messagesIan Kent2-5/+1
2019-09-06autofs-5.1.5 - remove unused function reverse_mnt_list()Ian Kent3-22/+1
2019-09-06autofs-5.1.5 - remove unused function has_fstab_option()Ian Kent3-30/+1
2019-09-06autofs-5.1.5 - also use strictexpire for offsetsIan Kent2-0/+11
2019-09-06autofs-5.1.5 - Increase group buffer size geometricallyJoel Ebel2-1/+2
2019-09-06autofs-5.1.5 - update autofs(8) offset map entry update descriptionIan Kent2-0/+6
2019-09-06autofs-5.1.5 - fix additional typing errorsAndreas P13-48/+47
2019-09-06autofs-5.1.5 - Update READMEAndreas P2-26/+13
2019-09-06autofs-5.0.5 - plus map includes are only allowed in file sourcesIan Kent2-2/+4
2019-09-06autofs-5.1.5 - Explain /etc/auto.master.d usageIan Kent3-1/+20
2019-03-10autofs-5.1.5 - fix typing errorsAndreas P7-42/+43
2019-03-06autofs-5.1.5 - fix macro expansion in selector valuesIan Kent2-94/+193
2019-03-06autofs-5.1.5 - allow period following macro in selector valueIan Kent2-1/+2
2019-03-05autofs-5.1.5 - make expire remaining log level debugIan Kent3-3/+4
2019-02-04autofs-5.1.5 - Fix NFS mount from IPv6 addressesGoldwyn Rodrigues2-3/+1
2019-02-04autofs-5.1.5 - add ignore mount optionIan Kent4-2/+25
2019-01-13autofs-5.1.5 - log mount call arguments if mount_verbose is setLars R. Damerow6-27/+49
2019-01-13autofs-5.1.5 - optionally log mount requestor process infoLars R. Damerow8-3/+62
2019-01-13autofs-5.1.5 - add mount_verbose configuration optionLars R. Damerow7-8/+44
2019-01-13autofs-5.1.5 - use malloc(3) in spawn.cIan Kent2-6/+45
2019-01-13autofs-5.1.5 - add NULL check for get_addr_string() returnIan Kent2-0/+7
2019-01-13autofs-5.1.5 - fix hesiod string check in master_parse()Ian Kent2-4/+5
2019-01-13autofs-5.1.5 - support strictexpire mount optionIan Kent8-1/+47
2018-10-30autofs-5.1.5 - updaterelease_5_1_5Ian Kent6-5/+8
2018-10-15autofs-5.1.4 - remove couple of undeeded requiresIan Kent2-1/+2
2018-10-15autofs-5.1.4 - remove unused function dump_state_queue()Ian Kent2-24/+1
2018-10-15autofs-5.1.4 - remove unused function dump_master()Ian Kent2-11/+1
2018-10-15autofs-5.1.4 - refactor negative map entry checkIan Kent11-160/+48
2018-10-15autofs-5.1.4 - add systemd service command line optionIan Kent5-4/+26
2018-10-15autofs-5.1.4 - move close stdio descriptors to become_daemon()Ian Kent4-31/+27
2018-10-15autofs-5.1.4 - use flags for startup boolean optionsIan Kent4-25/+31
2018-10-15autofs-5.1.4 - update build info with systemdIan Kent2-0/+10
2018-10-15autofs-5.1.4 - add NULL check in prepare_attempt_prefix()Ian Kent2-0/+3
2018-10-15autofs-5.1.4 - remove autofs4 module load codeIan Kent7-118/+1
2018-10-15autofs-5.1.4 - fix indent in automount(8) man pageIan Kent2-1/+2
2018-10-15autofs-5.1.4 - better handle hesiod support not built inIan Kent4-5/+49
2018-10-15autofs-5.1.4 - fix possible NULL pointer dereference in get_defaults_entry()Ian Kent2-1/+2
2018-09-27autofs-5.1.4 - fix amd parser opts option handlingIan Kent3-3/+6
2018-09-27autofs-5.1.4 - fix incorrect locking in sss lookupIan Kent2-2/+3
2018-09-27autofs-5.1.4 - fix use after free in parse_ldap_config()Ian Kent2-2/+1
2018-09-27autofs-5.1.4 - add master map pseudo options for mount propagationIan Kent6-11/+51
2018-09-27autofs-5.1.4 - set bind mount as propagation slaveIan Kent2-1/+16
2018-08-14autofs-5.1.4 - mark removed cache entry negativeIan Kent2-3/+10
2018-08-14autofs-5.1.4 - fix program usage messageIan Kent2-1/+6
2018-08-14autofs-5.1.4 - fix update_negative_cache() map source usageIan Kent2-2/+37
2018-07-03autofs-5.1.4 - fix age setting at startupIan Kent2-1/+2
2018-06-19autofs-5.1.4 - enable SIGUSR2 handling in rpm spec fileIan Kent2-0/+2
2018-06-19autofs-5.1.4 - make umount_ent() recognise forced umountIan Kent1-7/+9
2018-06-19autofs-5.1.4 - use defines for expire typeIan Kent4-7/+10
2018-06-19autofs-5.1.4 - change expire type naming to better reflect usageIan Kent5-11/+12
2018-06-19autofs-5.1.4 - covarity fixes 1Ian Kent10-13/+70
2018-05-17autofs-5.1.4 - add-man page note about extra slashes in pathsIan Kent2-0/+9
2018-05-11autofs-5.1.4 - fix fd leak in rpc_do_create_client()Ian Kent2-2/+3
2018-03-23autofs-5.1.4 - fix NFS version mask usageIan Kent3-4/+8
2018-03-22autofs-5.1.4 - use systemd sd_notify() at startupIan Kent9-422/+635
2018-03-22autofs-5.1.4 - add units After line to include statd serviceIan Kent2-1/+2
2018-03-22autofs-5.1.4 - tiny patch for autofs typo and possible bugTodd Eigenschink2-3/+4
2018-03-06autofs-5.1.4 - fix rpm spec install permissions on auto.net and auto.smbIan Kent2-2/+3
2018-03-02autofs-5.1.4 - improve hostname lookup error loggingIan Kent6-8/+17
2018-02-14autofs-5.1.4 - add an example fedfs master map entry to the installed master mapIan Kent2-0/+7
2018-02-14autofs-5.1.4 - add conditional inclusion of fedfs binariesIan Kent6-2/+44
2018-02-14autofs-5.1.4 - add fedfs-map-nfs4.cIan Kent5-2/+256
2018-02-14autofs-5.1.4 - add mount.fedfs.cIan Kent8-1/+605
2018-02-14autofs-5.1.4 - add fedfs-getsrvinfo.cIan Kent3-0/+364
2018-02-14autofs-5.1.4 - fix libresolv configure checkIan Kent3-1/+43
2018-02-07autofs-5.1.4 - dont allow trailing slash in master map mount pointsIan Kent2-0/+6
2018-02-05autofs-5.1.4 - Makefiles.rules: remove 'samples' from SUBDIRSNeilBrown3-1/+8
2018-02-05autofs-5.1.4 - fix monotonic_elapsedNeilBrown2-2/+3
2018-02-05autofs-5.1.4 - use_hostname_for_mounts shouldn't prevent selection among repl...NeilBrown4-17/+24
2018-02-05autofs-5.1.4 - account for recent libnsl changesIan Kent8-37/+343
2018-01-31autofs-5.1.4 - add error handling for ext_mount_add()Ian Kent3-16/+32
2018-01-31autofs-5.1.4 - fix error return in do_nfs_mount()Ian Kent2-1/+2
2018-01-31autofs-5.1.4 - fix sublink option not set from defaultsIan Kent2-0/+13
2018-01-29autofs-5.1.4 - fix prefix option handling in expand_entry()Ian Kent2-0/+12
2018-01-28autofs-5.1.4 - dont use array for path when not necessaryIan Kent2-3/+4
2017-12-22autofs-5.1.4 - fix deadlock in dumpmapsIan Kent2-0/+2
2017-12-21autofs-5.1.4 - fix use after free in do_master_list_reset()Ian Kent2-2/+7
2017-12-21autofs-5.1.4 - fix directory create permissionIan Kent12-12/+16
2017-12-21autofs-5.1.4 - fix flag file permissionIan Kent2-1/+4
2017-12-19autofs - update to 5.1.4.release_5_1_4Ian Kent6-5/+5
2017-12-18autofs-5.1.3 - workaround getaddrinfo(3) ai_canonname bugIan Kent5-4/+6
2017-12-18autofs-5.1.3 - fix log message in spawn_umount()Ian Kent2-1/+2
2017-12-18autofs-5.1.3 - fix incorrect check in validate_program_options()Ian Kent2-1/+2
2017-12-18autofs-5.1.3 - fix strerror_r() parameter declaration in do program_mount()Ian Kent2-2/+3
2017-12-18autofs-5.1.3 - fix memory leak in umount_amd_ext_mount()Ian Kent2-2/+3
2017-12-18autofs-5.1.3 - add amd mount type program mount supportIan Kent6-15/+216
2017-12-18autofs-5.1.3 - add function construct_argv()Ian Kent3-0/+82
2017-12-18autofs-5.1.3 - add function ext_mount_inuse()Ian Kent3-0/+19
2017-12-18autofs-5.1.3 - add function umount_amd_ext_mount()Ian Kent5-22/+22
2017-12-18autofs-5.1.3 - remove path restriction of amd external mountIan Kent2-18/+1
2017-12-18autofs-5.1.3 - fix possible memory leak during amd parseIan Kent2-39/+54
2017-12-18autofs-5.1.3 - fix expandamdent() quote handlingIan Kent2-17/+7
2017-12-18autofs-5.1.3 - fix amd parser double quote handlingIan Kent3-23/+132
2017-12-18autofs-5.1.3 - refactor amd_parse.cIan Kent2-97/+197
2017-12-18autofs-5.1.3 - fix amd defaults map entry handlingIan Kent2-38/+72
2017-12-18autofs-5.1.3 - remove expand_selectors() call on amd parser entryIan Kent2-16/+7