aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-03autofs-5.1.8 - update autoconf releaseIan Kent1-4/+6
2023-11-03autofs-5.1.8 - update autoconf macrosIan Kent1-1/+1
2023-11-02autofs-5.1.8 - fix let OpenLDAP handle SASL bindingAndreas Hasenack1-0/+1
2023-10-31autofs-5.1.8 - allow -null map in indirect mapsIan Kent1-0/+1
2023-10-31autofs-5.1.8 - fix expire retry loopingIan Kent1-1/+1
2023-05-24autofs-5.1.8 - make open files limit configurableIan Kent1-0/+2
2023-05-24autofs-5.1.8 - add ioctlfd open helperIan Kent1-0/+3
2023-05-24autofs-5.1.8 - add soucre parameter to module functionsIan Kent2-11/+9
2023-05-24autofs-5.1.8 - set mapent dev and ino before adding to indexIan Kent1-2/+1
2023-05-24autofs-5.1.8 - eliminate root param from autofs mount and umountIan Kent1-4/+3
2023-05-24autofs-5.1.8 - get rid entry thid fieldIan Kent1-1/+0
2023-03-25autofs-5.1.8 - get rid of unused field submnt_countIan Kent1-1/+0
2023-03-25autofs-5.1.8 - switch to application wide command pipeIan Kent1-1/+0
2023-03-25autofs-5.1.8 - add function master_find_mapent_by_devid()Ian Kent2-0/+2
2023-03-25autofs-5.1.8 - eliminate last remaining state_pipe usageIan Kent2-2/+0
2023-03-25autofs-5.1.8 - make amd mapent search function name clearIan Kent1-1/+1
2023-03-25autofs-5.1.8 - fix deadlock in lookupsIan Kent1-0/+1
2022-11-22autofs-5.1.8 - serialise lookup module open and reinitIan Kent1-0/+5
2022-11-07autofs-5.1.8 - fix autofs regression due to positive_timeoutAlexandre Merlin2-0/+3
2022-08-31autofs-5.1.8 - internal SASL logging only in debug log modeThomas Reim1-0/+2
2022-08-31autofs-5.1.8 - improve debug logging of LDAP bindsThomas Reim1-1/+3
2022-08-26autofs-5.1.8 - let OpenLDAP handle SASL bindingThomas Reim1-0/+6
2022-08-22autofs-5.1.8 - prepare for OpenLDAP SASL bindingThomas Reim1-0/+3
2022-05-06autofs-5.1.8 - handle innetgr() not present in muslFabian Groffen1-0/+3
2022-05-06autofs-5.1.8 - add autofs_strerror_r() helper for muslFabian Groffen1-0/+5
2022-05-06autofs-5.1.8 - add missing include to log.h for pid_tSam James1-0/+2
2022-05-06autofs-5.1.8 - add missing include to hash.h for _WORDSIZESam James1-0/+5
2022-05-06autofs-5.1.8 - define fallback dummy NSS config pathSam James1-0/+4
2022-05-06autofs-5.1.8 - fix missing include in hash.hSam James1-0/+1
2022-05-06autofs-5.1.8 - remove nonstrict parameter from tree_mapent_umount_offsets()Ian Kent1-1/+1
2022-05-06autofs-5.1.8 - fix nfsv4 only mounts should not use rpcbindIan Kent1-0/+2
2021-07-07autofs-5.1.7 - fix hosts map offset orderIan Kent3-1/+12
2021-05-31autofs-5.1.7 - eliminate redundant cache lookup in tree_mapent_add_node()Ian Kent1-1/+1
2021-05-31autofs-5.1.7 - use mapent tree root for tree_mapent_add_node()Ian Kent1-1/+1
2021-05-31autofs-5.1.7 - fix offset entries orderIan Kent1-0/+1
2021-03-15autofs-5.1.7 - remove mounts_mutexIan Kent1-1/+0
2021-03-15autofs-5.1.7 - move amd mounts removal into lib/mounts.cIan Kent1-0/+1
2021-03-15autofs-5.1.7 - remove unused function master_submount_list_empty()Ian Kent1-1/+0
2021-03-15autofs-5.1.7 - pass root length to mount_fullpath()Ian Kent1-1/+1
2021-03-15autofs-5.1.7 - remove obsolete functionsIan Kent2-11/+1
2021-03-15autofs-5.1.7 - switch to use tree implementation for offsetsIan Kent1-4/+4
2021-03-15autofs-5.1.7 - add mount and umount offsets functionsIan Kent1-0/+2
2021-03-15autofs-5.1.7 - add tree_mapent_cleanup_offsets()Ian Kent1-0/+1
2021-03-15autofs-5.1.7 - add tree_mapent_delete_offsets()Ian Kent1-0/+1
2021-03-15autofs-5.1.7 - add tree_mapent_add_node()Ian Kent2-0/+2
2021-03-15autofs-5.1.7 - add mapent tree implementationIan Kent2-0/+12
2021-03-15autofs-5.1.7 - make tree implementation data independentIan Kent1-0/+29
2021-03-15autofs-5.1.7 - add a len field to struct autofs_pointIan Kent1-0/+1
2021-03-15autofs-5.1.7 - add some multi-mount macrosIan Kent1-0/+5
2021-03-15autofs-5.1.7 - reduce umount EBUSY check delayIan Kent1-1/+1
2021-03-15autofs-5.1.7 - don't add offset mounts to mounted mounts tableIan Kent1-1/+1
2021-03-15autofs-5.1.7 - remove unused mount offset list lock functionsIan Kent1-4/+0
2021-03-15autofs-5.1.7 - remove redundant variables from mount_autofs_offset()Ian Kent1-1/+1
2021-03-15autofs-5.1.7 - set offset parent in update_offset_entry()Ian Kent1-1/+1
2021-03-14autofs-5.1.7 - remove mount.x and rpcgen dependenciesIan Kent2-4/+0
2021-03-14autofs-5.1.7 - add xdr_exports()Ian Kent1-0/+14
2020-12-22autofs-5.1.6 - add helper to construct mount point pathIan Kent1-0/+3
2020-12-22autofs-5.1.6 - use master_list_empty() for list empty checkIan Kent1-0/+1
2020-12-22autofs-5.1.6 - only add expire alarm for active mountsIan Kent2-0/+2
2020-12-22autofs-5.1.6 - remove unused function tree_get_mnt_list()Ian Kent1-17/+0
2020-12-22autofs-5.1.6 - use struct mnt_list mounted list for expireIan Kent1-3/+2
2020-12-15autofs-5.1.6 - use struct mnt_list to track mounted mountsIan Kent1-0/+10
2020-12-14autofs-5.1.6 - make umount_autofs() staticIan Kent1-1/+0
2020-12-14autofs-5.1.6 - use mnt_list for amdmountsIan Kent4-4/+13
2020-12-06autofs-5.1.6 - use mnt_list for submountsIan Kent3-3/+11
2020-12-06autofs-5.1.6 - add a hash index to mnt_listIan Kent1-0/+8
2020-12-06autofs-5.1.6 - make external mounts independent of amd_entryIan Kent2-4/+3
2020-12-06autofs-5.1.6 - add hashtable implementationIan Kent3-18/+268
2020-12-06autofs-5.1.6 - update list.hIan Kent1-25/+377
2020-12-06autofs-5.1.6 - add force unlink mounts and exit optionIan Kent1-0/+1
2020-12-06autofs-5.1.6 - use bit flag for force unlink mountsIan Kent1-0/+2
2020-12-06autofs-5.0.7 - include linux/nfs.h directly in rpc_subs.hAndreas Oberritter1-1/+1
2020-11-27autofs-5.1.6 - use a valid timeout in lookup_prune_one_cache()Ian Kent1-0/+1
2020-11-27autofs-5.1.6 - move readall into struct masterIan Kent1-2/+3
2020-08-25autofs-5.1.6 - fix ldap sasl reconnect problemIan Kent1-1/+0
2020-06-17autofs-5.1.6 - fix autofs mount options constructionIan Kent1-1/+2
2019-10-29autofs-5.1.6 - make bind mounts propagation slave by defaultIan Kent1-4/+5
2019-09-06autofs-5.1.5 - use local_getmntent_r() for unlink_mount_tree()Ian Kent1-1/+1
2019-09-06autofs-5.1.5 - move unlink_mount_tree() to lib/mounts.cIan Kent1-0/+1
2019-09-06autofs-5.1.5 - use single unlink_umount_tree() for both direct and indirect m...Ian Kent1-1/+1
2019-09-06autofs-5.1.5 - don't use tree_is_mounted() for mounted checksIan Kent2-2/+1
2019-09-06autofs-5.1.5 - always use PROC_MOUNTS to make mount listsIan Kent1-3/+3
2019-09-06autofs-5.1.5 - use mp instead of path in mnt_list entriesIan Kent1-2/+2
2019-09-06autofs-5.1.5 - use bit flags for autofs mount types in mnt_listIan Kent1-3/+4
2019-09-06autofs-5.1.5 - add config option for "ignore" mount optionIan Kent1-0/+2
2019-09-06autofs-5.1.5 - fix unlink_mount_tree() not umounting mountsIan Kent1-1/+0
2019-09-06autofs-5.1.5 - remove unused function reverse_mnt_list()Ian Kent1-1/+0
2019-09-06autofs-5.1.5 - remove unused function has_fstab_option()Ian Kent1-1/+0
2019-02-04autofs-5.1.5 - add ignore mount optionIan Kent1-0/+3
2019-01-13autofs-5.1.5 - optionally log mount requestor process infoLars R. Damerow1-0/+2
2019-01-13autofs-5.1.5 - add mount_verbose configuration optionLars R. Damerow1-0/+2
2019-01-13autofs-5.1.5 - support strictexpire mount optionIan Kent1-0/+3
2018-10-15autofs-5.1.4 - refactor negative map entry checkIan Kent1-0/+1
2018-10-15autofs-5.1.4 - add systemd service command line optionIan Kent1-0/+1
2018-10-15autofs-5.1.4 - move close stdio descriptors to become_daemon()Ian Kent1-1/+0
2018-10-15autofs-5.1.4 - use flags for startup boolean optionsIan Kent1-0/+6
2018-10-15autofs-5.1.4 - remove autofs4 module load codeIan Kent2-13/+0
2018-09-27autofs-5.1.4 - add master map pseudo options for mount propagationIan Kent1-0/+4
2018-06-19autofs-5.1.4 - use defines for expire typeIan Kent2-3/+5
2018-06-19autofs-5.1.4 - change expire type naming to better reflect usageIan Kent1-1/+1
2018-03-23autofs-5.1.4 - fix NFS version mask usageIan Kent1-1/+4
2018-02-05autofs-5.1.4 - use_hostname_for_mounts shouldn't prevent selection among repl...NeilBrown1-1/+2
2018-02-05autofs-5.1.4 - account for recent libnsl changesIan Kent1-0/+3
2017-12-21autofs-5.1.4 - fix directory create permissionIan Kent1-0/+1
2017-12-18autofs-5.1.3 - add amd mount type program mount supportIan Kent1-0/+3
2017-12-18autofs-5.1.3 - add function construct_argv()Ian Kent1-0/+1
2017-12-18autofs-5.1.3 - add function ext_mount_inuse()Ian Kent1-0/+1
2017-12-18autofs-5.1.3 - add function umount_amd_ext_mount()Ian Kent1-0/+1
2017-12-18autofs-5.1.3 - serialize calls to open_xxxx() functionsIan Kent1-0/+2
2017-12-07autofs-5.1.3 - move open_xxxx() functions to spawn.cIan Kent1-125/+7
2017-12-07autofs-5.1.3 - update configure to check for pipe2(2)Ian Kent2-1/+4
2017-10-16autofs-5.1.3 - check map instances for staleness on map updateIan Kent1-0/+1
2017-10-16autofs-5.1.3 - fix ipv6 proto option handlingIan Kent1-0/+2
2017-08-02autofs-5.1.3 - add version parameter to rpc_ping()Ian Kent1-1/+1
2017-08-02autofs-5.1.3 - dont probe NFSv2 by defaultIan Kent1-1/+1
2017-08-02autofs-5.1.3 - add port parameter to rpc_ping()Ian Kent1-1/+1
2017-08-02autofs-5.1.3 - remove some redundant rpc library codeIan Kent1-1/+0
2017-06-08autofs-5.1.3 - Add -c option when calling /bin/umount - if supported.NeilBrown1-0/+3
2017-05-11autofs-5.1.2 - add configure option for limiting getgrgid_r() stack usageIan Kent1-0/+3
2017-04-27autofs-5.1.2 - use autofs_point to store expire timeout where possibeIan Kent2-0/+3
2017-04-27autofs-5.1.2 - add config option to use mount request log idIan Kent1-0/+2
2017-04-27autofs-5.1.2 - factor out set_thread_mount_request_log_id()Ian Kent1-1/+2
2017-04-27autofs-5.1.2 - create thread-local ID for mount attemptsLars R. Damerow1-0/+6
2017-04-27autofs-5.1.2 - add the mount requestor's pid to pending_argsLars R. Damerow1-0/+1
2017-04-27autofs-5.1.2 - handle map_option cache for top level mountsIan Kent1-0/+3
2017-04-27autofs-5.1.2 - capture cache option and its settings during parsingIan Kent1-0/+7
2017-04-27autofs-5.1.2 - add function conf_amd_get_map_options()Ian Kent1-0/+1
2017-04-27autofs-5.1.2 - check for conflicting amd section mountsIan Kent1-0/+1
2017-04-27autofs-5.1.2 - add function conf_amd_get_mount_paths()Ian Kent1-0/+1
2017-04-27autofs-5.1.2 - add function conf_amd_get_map_name()Ian Kent1-0/+1
2017-04-27autofs-5.1.2 - add ref counting to struct map_sourceIan Kent1-0/+3
2017-04-24autofs-5.1.2 - set autofs mounts catatonic at exitIan Kent1-1/+2
2017-04-24autofs-5.1.2 - make set_direct_mount_catatonic() more generalIan Kent1-0/+1
2017-04-24autofs-5.1.2 - set sane default master read wait timeoutIan Kent1-1/+1
2016-10-25autofs-5.1.2 - add sss master map wait config optionIan Kent1-0/+3
2016-10-25autofs-5.1.2 - add master read wait optionIan Kent1-0/+2
2016-10-25autofs-5.1.2 - fix typo in MOUNT_FLAG_GHOST commentIan Kent1-1/+1
2016-10-25autofs-5.1.2 - Change .requestor to .requester for consistencyTomohiro Kusumi2-3/+3
2016-05-17autofs-5.1.1 - add config option to suppress not found log messageIan Kent1-1/+3
2016-03-24autofs-5.1.1 - improve scalability of direct mount path componentJeff Mahoney2-1/+2
2015-12-03autofs-5.1.1 - fix sasl connection concurrancy problemIan Kent1-5/+11
2015-12-03autofs-5.1.1 - fix unbind sasl external mechIan Kent1-2/+2
2015-12-03autofs-5.1.1 - remove unused function elapsed()Ian Kent1-1/+0
2015-12-03autofs-5.1.1 - define pending condition init helper functionYu Ning1-0/+21
2015-12-03autofs-5.1.1 - define monotonic clock helper functionsYu Ning2-0/+11
2015-12-03autofs-5.1.1 - Add a mode option for master map entriesCyril B1-0/+1
2015-12-03autofs-5.1.1 - add configuration option to use fqdn in mountsIan Kent1-0/+3
2015-12-03autofs-5.1.1 - add type to struct lookup_modIan Kent1-0/+1
2015-12-03autofs-5.1.1 - add reinit entry point to modulesIan Kent1-0/+15
2015-12-03autofs-5.1.1 - make open_lookup() return nss statusIan Kent1-2/+2
2015-12-03autofs-5.1.1 - move check_nss_result() to nsswitchr.cIan Kent1-0/+1
2015-03-24autofs-5.1.0 - remove unused offset handling codeIan Kent1-8/+0
2015-03-24autofs-5.1.0 - fix gcc5 complaintsIan Kent2-2/+2
2015-02-24autofs-5.1.0 - add config option to force use of program map stdvarsIan Kent1-0/+2
2015-02-24autofs-5.1.0 - add a prefix to program map stdvarsIan Kent1-2/+2
2014-05-14autofs-5.0.8 - amd lookup update lookup ldap to handle amd keysIan Kent1-0/+3
2014-03-31autofs-5.0.9 - amd lookup add ufs fs typeIan Kent2-4/+7
2014-03-31autofs-5.0.9 - amd lookup dont umount admin mounted external mountsIan Kent1-1/+1
2014-03-31autofs-5.0.8 - amd lookup add cdfs fs typeIan Kent1-0/+1
2014-03-31autofs-5.0.9 - amd lookup add search_path handlingIan Kent1-0/+1
2014-03-31autofs-5.0.9 - amd lookup add key matching helper functionIan Kent1-0/+2
2014-03-31autofs-5.0.9 - amd lookup add fs types lofs, ext, and xfsIan Kent1-0/+9
2014-03-31autofs-5.0.9 - amd lookup add cache partial match functionsIan Kent1-0/+1
2014-03-31autofs-5.0.9 - amd lookup add handling of amd maps in the master mapIan Kent2-0/+3
2014-03-31autofs-5.0.9 - amd lookup add selector handlingIan Kent1-0/+2
2014-03-31autofs-5.0.9 - amd lookup add parent prefix handlingIan Kent1-0/+1
2014-03-31autofs-5.0.9 - amd lookup add parse_amd.cIan Kent3-0/+61
2014-03-31autofs-5.0.999999999 - amd lookup add selector handling functionsIan Kent1-0/+77
2014-03-31autofs-5.0.9 - amd lookup add amd global macro varsIan Kent1-0/+2
2014-03-31autofs-5.0.9 - amd lookup add external mounts tracking functionsIan Kent1-0/+2
2014-03-31autofs-5.0.9 - amd lookup add expandamdent() functionIan Kent1-0/+2
2014-03-31autofs-5.0.9 - mad lookup add merge_options() functionIan Kent1-0/+1
2014-03-31autofs-5.0.9 - amd lookup add conf handling for amd mapsIan Kent1-0/+111
2014-03-31autofs-5.0.9 - amd lookup rework config handlingIan Kent2-12/+33
2014-03-31autofs-5.0.9 - amd lookup use flags in map_source for formatIan Kent1-0/+3
2014-03-31autofs-5.0.9 - amd lookup move get_proximity() to parse_subs.cIan Kent1-0/+8
2014-02-25autofs-5.0.8 - change walk_tree() to take apIan Kent1-2/+2
2014-02-25autofs-5.0.8 - dont clobber mapent for negative cacheIan Kent1-0/+9
2014-02-25autofs-5.0.8 - fix options compareIan Kent1-0/+1
2013-10-02autofs-5.0.7 - add std vars to program map invocationIan Kent1-0/+3
2013-10-02autofs-5.0.7 - fix portmap lookupIan Kent1-0/+6
2013-09-13autofs-5.0.7 - setup program map env from macro tableIan Kent1-0/+1
2013-08-20autofs-5.0.7 - teach dumpmaps to output simple key value pairsIan Kent1-0/+1
2013-08-20autofs-5.0.7 - fix compilation of lookup_ldap.c without saslDustin Polke1-2/+2
2013-08-01autofs-5.0.7 - fix compile error with heimdal support enabledLan Yixun (dlan)1-0/+3
2013-06-11autofs-5.0.7 - fix potential null dereference in lookup_mount()Ian Kent1-0/+1
2013-06-11autofs-5.0.7 - fix fcntl return checkIan Kent1-1/+2
2013-06-11autofs-5.0.7 - probe each nfs version in turn for singleton mountsIan Kent1-0/+2
2013-03-06autofs-5.0.7 - update kernel include filesIan Kent2-24/+12
2013-03-06autofs-5.0.7 - add symlink pseudo optionIan Kent1-0/+3
2013-01-16autofs-5.0.7 - workaround missing GNU versionsort extensionChris Packham1-0/+3
2013-01-16autofs-5.0.7 - make yellow pages support optionalChris Packham1-0/+3
2013-01-16autofs-5.0.7 - lib/defaults.c: use WITH_LDAP conditional around LDAP typesChris Packham2-7/+8
2013-01-16autofs-5.0.7 - use numeric protocol ids instead of protoent structsLeonardo Chiquitto1-2/+2
2012-10-18autofs-5.0.6 - increase file map read buffer sizeIan Kent1-1/+1
2012-07-23autofs-5.0.6 - mount_nfs.so fix port=0 option behavior v3Jamie Heilman1-1/+1
2012-06-30autofs-5.0.6 - add hup signal handling to hosts mapIan Kent1-0/+1
2012-06-30autofs-5.0.6 - allow update of multi mount offset entriesIan Kent1-1/+1
2012-06-30autofs-5.0.6 - add function to delete offset cache entryIan Kent1-0/+1
2012-06-30autofs-5.0.6 - remove move mount code and configure optionIan Kent1-3/+0