aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2023-11-02autofs-5.1.8 - always recreate credential cacheIan Collier1-12/+41
2023-11-02autofs-5.1.8 - fix let OpenLDAP handle SASL bindingAndreas Hasenack1-1/+4
2023-11-02autofs-5.1.8 - fix multi-mount checkIan Kent1-1/+8
2023-07-13autofs-5.1.8 - fix some sss error return casesIan Kent1-3/+3
2023-07-13autofs-5.1.8 - dont probe interface that cant send packetIan Kent1-8/+11
2023-07-13autofs-5.1.8 - use correct reference for IN6 macro callIan Kent1-1/+3
2023-05-24autofs-5.1.8 - add soucre parameter to module functionsIan Kent14-257/+100
2023-05-24autofs-5.1.8 - make submount cleanup the same as top level mountsIan Kent1-3/+3
2023-05-24autofs-5.1.8 - change to use printf functions in amd parserIan Kent1-28/+17
2023-05-24autofs-5.1.8 - eliminate root param from autofs mount and umountIan Kent1-1/+0
2023-05-24autofs-5.1.8 - eliminate realpath from mount of submountIan Kent1-21/+4
2023-05-24autofs-5.1.8 - fix amd selector function matchingIan Kent1-3/+5
2023-05-24autofs-5.1.8 - fix memory leak in sasl_do_kinit()Ian Kent1-2/+3
2023-03-25autofs-5.1.8 - get rid of unused field submnt_countIan Kent1-2/+0
2023-03-25autofs-5.1.8 - switch to application wide command pipeIan Kent1-1/+0
2023-03-25autofs-5.1.8 - fix deadlock in lookupsIan Kent1-1/+1
2023-03-25autofs-5.1.8 - dont immediately call function when waitingIan Kent1-12/+12
2023-03-25autofs-5.1.8 - improve handling of ENOENT in sss setautomntent()Ian Kent1-1/+15
2023-03-25autofs-5.1.8 - fail on empty replicated host nameIan Kent1-0/+18
2023-03-25autofs-5.1.8 - include addtional log info for mountsIan Kent4-5/+7
2022-11-29autofs-5.1.8 - fix minus only option handling in concat_options()Ian Kent1-6/+19
2022-11-29autofs-5.1.8 - fix memory leak in update_hosts_mounts()Ian Kent1-6/+7
2022-11-27autofs-5.1.8 - fix deadlock with hosts map reloadIan Kent1-18/+82
2022-11-27autofs-5.1.8 - fix hosts map deadlock on restartIan Kent1-8/+10
2022-11-22autofs-5.1.8 - coverity fix for invalid accessIan Kent1-1/+0
2022-11-22autofs-5.1.8 - serialise lookup module open and reinitIan Kent1-11/+15
2022-11-22autofs-5.1.8 - fix parse module instance mutex namingIan Kent2-24/+24
2022-09-15autofs-5.1.8 - ldap_sasl_interactive_bind() needs credentials for auto-detectionThomas Reim1-9/+36
2022-09-15autofs-5.1.8 - support SCRAM for SASL bindingThomas Reim2-3/+4
2022-08-31autofs-5.1.8 - more comprehensive verbose logging for LDAP mapsThomas Reim1-2/+2
2022-08-31autofs-5.1.8 - internal SASL logging only in debug log modeThomas Reim1-2/+14
2022-08-31autofs-5.1.8 - improve debug logging of SASL bindsThomas Reim1-2/+24
2022-08-31autofs-5.1.8 - improve debug logging of LDAP bindsThomas Reim1-0/+37
2022-08-26autofs-5.1.8 - let OpenLDAP handle SASL bindingThomas Reim2-2/+285
2022-07-20autofs-5.1.8 - fix missing unlock in sasl_do_kinit_ext_cc()James Dingwall1-0/+4
2022-05-06autofs-5.1.8 - handle innetgr() not present in muslFabian Groffen1-0/+7
2022-05-06autofs-5.1.8 - avoid internal stat.h definitionsSam James1-2/+2
2022-05-06autofs-5.1.8 - fix nfsv4 only mounts should not use rpcbindIan Kent2-8/+9
2021-12-22autofs-5.1.8 - fix root offset error handlingIan Kent1-0/+6
2021-12-21autofs-5.1.8 - improve descriptor open error reportingIan Kent1-4/+1
2021-10-13autofs-5.1.7 - also require TCP_REQUESTED when setting NFS portIan Kent1-1/+1
2021-10-13autofs-5.1.7 - refactor get_nfs_info()Ian Kent1-60/+75
2021-10-13autofs-5.1.7 - make NFS version check flags consistentIan Kent1-7/+9
2021-10-13autofs-5.1.7 - add buffer length checks to autofs mount_mount()Ian Kent1-19/+40
2021-08-31autofs-5.1.7 - fix use of possibly NULL var in lookup_program.c:match_key()Ian Kent1-0/+5
2021-08-31autofs-5.1.7 - eliminate some more alloca usageIan Kent4-21/+49
2021-07-07autofs-5.1.7 - fix concat_options() error handlingIan Kent1-13/+11
2021-07-07autofs-5.1.7 - fix nonstrict offset mount fail handlingIan Kent1-1/+1
2021-07-07autofs-5.1.7 - fix hosts map offset orderIan Kent1-14/+55
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/+10
2021-05-31autofs-5.1.7 - fix offset entries orderIan Kent1-15/+59
2021-05-31autofs-5.1.7 - fix amd hosts mount expireIan Kent1-4/+5
2021-04-14autofs-5.1.7 - fix dandling symlink creation if nis support is not availableIan Kent1-0/+2
2021-04-12autofs-5.1.7 - fix double free in parse_mapent()Ian Kent1-2/+0
2021-04-12autofs-5.1.7 - fix missing lock release in mount_subtree()Ian Kent1-0/+1
2021-04-12autofs-5.1.7 - fix double unlock in parse_mount()Ian Kent1-1/+0
2021-03-16autofs-5.1.7 - remove unused variable from get_exports()Ian Kent1-1/+0
2021-03-15autofs-5.1.7 - remove mounts_mutexIan Kent1-8/+0
2021-03-15autofs-5.1.7 - check for offset with no mount locationIan Kent1-1/+14
2021-03-15autofs-5.1.7 - pass root length to mount_fullpath()Ian Kent6-7/+7
2021-03-15autofs-5.1.7 - use mount_fullpath() in one spot in parse_mount()Ian Kent1-26/+8
2021-03-15autofs-5.1.7 - remove redundant local var from sun_mount()Ian Kent1-9/+4
2021-03-15autofs-5.1.7 - remove obsolete functionsIan Kent1-56/+0
2021-03-15autofs-5.1.7 - switch to use tree implementation for offsetsIan Kent2-70/+26
2021-03-15autofs-5.1.7 - fix mount_fullpath()Ian Kent1-2/+4
2021-03-15autofs-5.1.7 - add a len field to struct autofs_pointIan Kent2-4/+4
2021-03-15autofs-5.1.7 - add some multi-mount macrosIan Kent8-20/+20
2021-03-15autofs-5.1.7 - rename path to m_offset in update_offset_entry()Ian Kent1-23/+23
2021-03-15autofs-5.1.7 - fix inconsistent locking in parse_mount()Ian Kent1-20/+33
2021-03-15autofs-5.1.7 - pass mapent_cache to update_offset_entry()Ian Kent1-16/+6
2021-03-15autofs-5.1.7 - simplify mount_subtree() mount checkIan Kent1-9/+1
2021-03-15autofs-5.1.7 - eliminate clean_stale_multi_triggers()Ian Kent1-9/+1
2021-03-15autofs-5.1.7 - set offset parent in update_offset_entry()Ian Kent1-1/+4
2021-03-15autofs-5.1.7 - eliminate cache_lookup_offset() usageIan Kent1-29/+48
2021-03-14autofs-5.1.7 - use snprintf() when constructing hosts mapentIan Kent1-13/+13
2021-03-14autofs-5.1.7 - dont use realloc in host exports list processingIan Kent1-33/+26
2021-03-14autofs-5.1.7 - add xdr_exports()Ian Kent1-18/+7
2020-12-22autofs-5.1.6 - make lookup_file.c nss map read status return handling consistentIan Kent1-6/+6
2020-12-22autofs-5.1.6 - make autofs.a a shared libraryIan Kent1-6/+6
2020-12-22autofs-5.1.6 - move AUTOFS_LIB to end of build rule linesIan Kent1-6/+6
2020-12-22autofs-5.1.6 - add helper to construct mount point pathIan Kent5-69/+28
2020-12-14autofs-5.1.6 - use mnt_list for amdmountsIan Kent2-17/+41
2020-12-06autofs-5.1.6 - use mnt_list for submountsIan Kent1-1/+16
2020-12-06autofs-5.1.6 - make external mounts independent of amd_entryIan Kent1-7/+7
2020-11-27autofs-5.1.6 - simplify sss source stale checkIan Kent1-37/+10
2020-11-27autofs-5.1.6 - improve sss getautomntbyname() error handlingIan Kent1-12/+94
2020-11-27autofs-5.1.6 - refactor sss getautomntbyname()Ian Kent1-46/+64
2020-11-27autofs-5.1.6 - sss introduce a flag to indicate map being readIan Kent1-16/+71
2020-11-27autofs-5.1.6 - sss introduce calculate_retry_count() functionIan Kent1-25/+37
2020-11-27autofs-5.1.6 - improve sss getautomntent() error handlingIan Kent1-11/+115
2020-11-27autofs-5.1.6 - refactor sss getautomntent()Ian Kent1-47/+41
2020-11-27autofs-5.1.6 - improve sss setautomntent() error handlingIan Kent1-18/+54
2020-11-27autofs-5.1.6 - refactor sss setautomntent()Ian Kent1-58/+48
2020-11-27autofs-5.1.6 - fix retries check in setautomntent_wait()Ian Kent1-1/+1
2020-11-15autofs-5.1.6 - add support for new sss autofs proto version callIan Kent1-0/+44
2020-11-15autofs-5.1.6 - use mapname in sss context for setautomntent()Ian Kent1-11/+7
2020-11-15autofs-5.1.6 - add sss ECONREFUSED return handlingIan Kent1-0/+9
2020-11-15autofs-5.1.6 - fix sss_master_map_wait timingIan Kent1-5/+5
2020-11-13autofs-5.1.6 - fix typo in open_sss_lib()Ian Kent1-1/+1
2020-09-09autofs: Fix crash in sun_mount()Helge Deller1-1/+2
2020-08-25autofs-5.1.6 - fix ldap sasl reconnect problemIan Kent1-64/+67
2020-08-25autofs-5.1.6 - Use PKG_CHECK_MODULES to detect the libxml2 libraryHugh McMaster1-1/+1
2020-07-20autofs-5.1.6 - mount_nfs.c fix local rdma share not mountingAchilles Gaikwad1-3/+8
2020-06-02autofs-5.1.6 - fix quoted string length calc in expandsunent()Ian Kent1-2/+4
2020-06-02autofs-5.1.6 - initialize struct addrinfo for getaddrinfo() callsIan Kent3-0/+6
2020-05-31autofs-5.1.6 - fix trailing dollar sun entry expansionIan Kent1-0/+12
2020-05-31autofs-5.1.6 - remove intr hosts map mount optionIan Kent1-6/+3
2020-02-14autofs-5.1.6 - fix program map multi-mount lookup after mount failIan Kent1-2/+5
2019-10-29autofs-5.1.6 - make bind mounts propagation slave by defaultIan Kent1-18/+22
2019-09-06autofs-5.1.5 - always use PROC_MOUNTS to make mount listsIan Kent1-2/+2
2019-09-06autofs-5.1.5 - fix additional typing errorsAndreas P2-4/+4
2019-03-06autofs-5.1.5 - fix macro expansion in selector valuesIan Kent1-94/+192
2019-03-06autofs-5.1.5 - allow period following macro in selector valueIan Kent1-1/+1
2019-02-04autofs-5.1.5 - Fix NFS mount from IPv6 addressesGoldwyn Rodrigues1-3/+0
2019-01-13autofs-5.1.5 - log mount call arguments if mount_verbose is setLars R. Damerow5-27/+48
2019-01-13autofs-5.1.5 - add NULL check for get_addr_string() returnIan Kent1-0/+6
2019-01-13autofs-5.1.5 - support strictexpire mount optionIan Kent1-0/+5
2018-10-15autofs-5.1.4 - refactor negative map entry checkIan Kent8-160/+16
2018-10-15autofs-5.1.4 - better handle hesiod support not built inIan Kent2-3/+32
2018-10-15autofs-5.1.4 - fix possible NULL pointer dereference in get_defaults_entry()Ian Kent1-1/+1
2018-09-27autofs-5.1.4 - fix amd parser opts option handlingIan Kent2-3/+5
2018-09-27autofs-5.1.4 - fix incorrect locking in sss lookupIan Kent1-2/+2
2018-09-27autofs-5.1.4 - fix use after free in parse_ldap_config()Ian Kent1-2/+0
2018-09-27autofs-5.1.4 - add master map pseudo options for mount propagationIan Kent1-11/+19
2018-09-27autofs-5.1.4 - set bind mount as propagation slaveIan Kent1-1/+15
2018-06-19autofs-5.1.4 - covarity fixes 1Ian Kent4-10/+35
2018-03-23autofs-5.1.4 - fix NFS version mask usageIan Kent1-3/+3
2018-03-02autofs-5.1.4 - improve hostname lookup error loggingIan Kent3-6/+12
2018-02-05autofs-5.1.4 - use_hostname_for_mounts shouldn't prevent selection among repl...NeilBrown2-16/+21
2018-02-05autofs-5.1.4 - account for recent libnsl changesIan Kent1-0/+10
2018-01-31autofs-5.1.4 - add error handling for ext_mount_add()Ian Kent1-12/+30
2018-01-31autofs-5.1.4 - fix error return in do_nfs_mount()Ian Kent1-1/+1
2018-01-31autofs-5.1.4 - fix sublink option not set from defaultsIan Kent1-0/+12
2018-01-29autofs-5.1.4 - fix prefix option handling in expand_entry()Ian Kent1-0/+11
2018-01-28autofs-5.1.4 - dont use array for path when not necessaryIan Kent1-3/+3
2017-12-21autofs-5.1.4 - fix directory create permissionIan Kent6-8/+8
2017-12-18autofs-5.1.3 - workaround getaddrinfo(3) ai_canonname bugIan Kent2-3/+3
2017-12-18autofs-5.1.3 - fix incorrect check in validate_program_options()Ian Kent1-1/+1
2017-12-18autofs-5.1.3 - fix strerror_r() parameter declaration in do program_mount()Ian Kent1-2/+2
2017-12-18autofs-5.1.3 - add amd mount type program mount supportIan Kent2-11/+168
2017-12-18autofs-5.1.3 - add function umount_amd_ext_mount()Ian Kent1-2/+1
2017-12-18autofs-5.1.3 - fix possible memory leak during amd parseIan Kent1-39/+53
2017-12-18autofs-5.1.3 - fix amd parser double quote handlingIan Kent2-23/+131
2017-12-18autofs-5.1.3 - refactor amd_parse.cIan Kent1-97/+196
2017-12-18autofs-5.1.3 - fix amd defaults map entry handlingIan Kent1-38/+71
2017-12-18autofs-5.1.3 - remove expand_selectors() call on amd parser entryIan Kent1-16/+6
2017-12-18autofs-5.1.3 - add missing MODPREFIX to logging in amd parserIan Kent1-11/+14
2017-12-18autofs-5.1.3 - fix typo in amd_parse.cIan Kent1-1/+1
2017-12-18autofs-5.1.3 - improve debug logging of lookup keyIan Kent5-31/+76
2017-12-18autofs-5.1.3 - serialize calls to open_xxxx() functionsIan Kent1-0/+3
2017-10-27autofs-5.1.3 - fix symlink option passthrough in mount_nfs.cIan Kent1-1/+7
2017-10-27autofs-5.1.3 - handle additional nfs versions in mount_nfs.cIan Kent1-2/+3
2017-10-27autofs-5.1.3 - port option should not behave like nobind optionIan Kent1-12/+1
2017-10-27autofs-5.1.3 - be silent about nis domain not setIan Kent2-3/+0
2017-10-27autofs-5.1.3 - be silent about sss library not foundIan Kent1-3/+1
2017-10-27autofs-5.1.3 - fix nisplus lookup init not configured checkIan Kent1-1/+1
2017-10-19autofs-5.1.3 - revert fix argc off by one in mount_autofs.cIan Kent1-4/+4
2017-10-19autofs-5.1.3 - fix amd parser error buffer sizeIan Kent1-1/+1
2017-10-16autofs-5.1.3 - fix ipv6 proto option handlingIan Kent2-1/+43
2017-10-16autofs-5.1.3 - add some more debug logging to get_supported_ver_and_cost()Ian Kent1-2/+7
2017-08-02autofs-5.1.3 - add some more debug logging to get_nfs_info()Ian Kent1-5/+31
2017-08-02autofs-5.1.3 - fix a couple of compiler warningsIan Kent3-8/+1
2017-08-02autofs-5.1.3 - fix incorrect status return in get_nfs_info()Ian Kent1-2/+3
2017-08-02autofs-5.1.3 - add version parameter to rpc_ping()Ian Kent1-1/+1
2017-08-02autofs-5.1.3 - add port parameter to rpc_ping()Ian Kent1-1/+1
2017-04-27autofs-5.1.2 - fix offset mount location multiple expansionIan Kent1-0/+25
2017-04-27autofs-5.1.2 - use malloc for expanded map locationIan Kent1-16/+49
2017-04-27autofs-5.1.2 - fix work around sss startup delayIan Kent1-3/+5
2017-04-27autofs-5.1.2 - fix possible NULL derefernceIan Kent1-6/+9
2017-04-27autofs-5.1.2 - use autofs_point to store expire timeout where possibeIan Kent1-8/+4
2017-04-27autofs-5.1.2 - handle amd cache option all in amd type auto mountsIan Kent5-16/+27
2017-04-27autofs-5.1.2 - capture cache option and its settings during parsingIan Kent2-4/+10
2017-04-27autofs-5.1.2 - add support for amd browsable optionIan Kent3-7/+6
2017-04-27autofs-5.1.2 - add ref counting to struct map_sourceIan Kent1-20/+41
2017-04-24autofs-5.1.2 - honor last rw in mount options when doing a bind mountDavid Jeffery1-0/+2
2017-04-24autofs-5.1.2 - check NFS server availability on local mount fallbackIan Kent1-1/+14
2017-04-24autofs-5.1.2 - make lookup_nss_read_master() return nss statusIan Kent2-2/+2
2016-11-17autofs-5.1.2 - fix included master map not found returnIan Kent1-6/+12
2016-10-25autofs-5.1.2 - add sss master map wait config optionIan Kent1-3/+4
2016-10-25autofs-5.1.2 - work around sss startup delayIan Kent1-0/+61
2016-10-25autofs-5.1.2 - wait for master map available at startIan Kent3-8/+25
2016-10-25autofs-5.1.2 - fix _strncmp() usageIan Kent2-7/+7
2016-10-25autofs-5.1.2 - fix argc off by one in mount_autofs.cIan Kent1-4/+4
2016-10-25autofs-5.1.2 - fix cachefs parse message not being loggedIan Kent1-0/+1
2016-10-25autofs-5.1.2 - fix file map changed checkIan Kent1-5/+4
2016-05-17autofs-5.1.1 - fix possible memory leak in nfs mountIan Kent1-0/+1
2016-05-17autofs-5.1.1 - add config option to suppress not found log messageIan Kent1-2/+4
2016-05-17autofs-5.1.1 - fix yp map age not updated during map lookupJeff Mahoney1-9/+8
2016-05-17autofs-5.1.1 - fix modules make clean targetIan Kent1-2/+2
2016-05-17autofs-5.1.1 - fix Makefile linking dependenciesIan Kent1-8/+8
2016-01-18autofs-5.1.1 - fix use after free in match_my_name()Ian Kent1-2/+0
2016-01-18autofs-5.1.1 - fix typo in autofs_sasl_bind()Ian Kent1-1/+1
2016-01-18autofs-5.1.1 - fix use after free in sun parser parse_init()Ian Kent1-1/+0
2016-01-18autofs-5.1.1 - fix memory leak in ldap do_init()Ian Kent1-0/+1
2016-01-18autofs-5.1.1 - fix memory leak in nisplus lookup_reinit()Ian Kent1-1/+3
2015-12-03autofs-5.1.1 - fix sasl connection concurrancy problemIan Kent2-120/+124
2015-12-03autofs-5.1.1 - fix unbind sasl external mechIan Kent2-8/+19
2015-12-03autofs-5.1.1 - change time() to use monotonic_clock()Yu Ning13-37/+37
2015-12-03autofs-5.1.1 - change remaining gettimeofday() to use clock_gettime()Yu Ning1-16/+14