Commit Graph

  • a7b9994971
    Merge pull request #300 from crusader-mike/master Ronnie Sahlberg 2019-10-22 23:10:56 +1000
  • 4b12b5e005 fixed compilation of utils crusader-mike 2019-10-11 13:29:52 -0500
  • 70801203e2 fixed cmake files to support package export crusader-mike 2019-10-11 13:12:02 -0500
  • ac60feabf0
    Merge pull request #297 from crusader-mike/master Ronnie Sahlberg 2019-10-10 08:27:55 +1000
  • 9d5427bbd4 fixed few MSVC warnings; fixed missing exports crusader-mike 2019-10-09 17:08:10 -0500
  • e4fa3b5bcb make LGTM.com happy and squash a false warning Ronnie Sahlberg 2019-09-27 20:38:38 -0700
  • c635cae6f6 remove obsolete FIXME comment Ronnie Sahlberg 2019-09-27 20:01:08 -0700
  • 4da7bb4fec Windows: dll (built with cmake) will contain proper file version info crusader-mike 2019-09-13 12:46:19 -0500
  • 3cd06883e0 cmake fix for Linux crusader-mike 2019-09-12 15:17:47 -0500
  • 6564abaa1f fixed CMake build on windows, few trivial fixes crusader-mike 2019-09-12 15:07:35 -0500
  • 4de9fb8ff8
    Merge pull request #296 from plieven/vc Ronnie Sahlberg 2019-09-03 07:18:19 +1000
  • 68faa72c85 add LIBNFS_FEATURE_UMOUNT macro Peter Lieven 2019-09-02 15:49:26 +0200
  • ca939ba918
    Merge pull request #283 from rbalint/master Ronnie Sahlberg 2019-05-08 21:32:03 +1000
  • 4bd145ba44 Prevent integer overflow in rpc_process_pdu Volker Lendecke 2019-03-08 17:01:54 +0100
  • dfca3e447d Replace explicit memset by calloc Volker Lendecke 2019-03-08 16:23:39 +0100
  • 030814506e new version 4.0.0 Ronnie Sahlberg 2019-02-13 06:31:18 +1000
  • f141b31c59 Fix memory leak in nfs_close for NFSv3 Ronnie Sahlberg 2019-02-13 07:37:28 +1000
  • f8b06ead8e use "git desribe --tags" in makerpms.sh Ronnie Sahlberg 2019-02-13 06:15:44 +1000
  • 9e031df11d check return for write() in one of the test tools Ronnie Sahlberg 2019-02-05 13:18:11 +1000
  • d214e3376b Really skip test building rpm package in not rpm-based systems Balint Reczey 2019-01-07 17:37:01 +0700
  • 38b62bcf87 nfsv3: skip commit if the file has not changed Ronnie Sahlberg 2019-01-05 06:53:33 +1000
  • 9e63589591 add nfs_umount() which will unregister the client from the mount daemon Ronnie Sahlberg 2018-12-29 13:56:29 +1000
  • 56287de123 nfs_statvfs64() initialize/clear the nfs_statvs_64 structure. Ronnie Sahlberg 2018-12-28 07:10:52 +1000
  • 48a559cb47 Add nfs_statvfs64() Ronnie Sahlberg 2018-12-26 13:33:38 +1000
  • d21b48256e
    Merge pull request #279 from david-y-lam/master Ronnie Sahlberg 2018-12-26 12:41:21 +1000
  • 71ef9e3ee0 Fix invalid left-shift of pid_t type by casting to large enough type David Lam 2018-12-18 15:50:21 -0800
  • 84a4d97026
    Merge pull request #275 from david-y-lam/master Ronnie Sahlberg 2018-12-18 18:24:15 +1000
  • b59ab34168 Define MSG_NOSIGNAL to 0 on Mac OSX David Lam 2018-12-17 23:34:53 -0800
  • 6dfc87d688
    Merge pull request #271 from snoe925/master Ronnie Sahlberg 2018-10-11 05:52:16 +1000
  • f1ba956a77
    Avoid redefinition of EXTERN macro snoe925 2018-10-10 10:32:31 -0500
  • 9454d9f4c1 Implement O_EXCL for NFSv4 Ronnie Sahlberg 2018-09-14 17:42:36 +1000
  • 273182748d
    Merge pull request #267 from hdornemann/master Ronnie Sahlberg 2018-09-14 14:40:30 +1000
  • 6c6a640aef fix for dup2 on windows Hdornemann 2018-09-13 09:09:08 -0400
  • d86d5d1851 README: NFSv4 actually works now, update README to reflect this Ronnie Sahlberg 2018-09-04 18:12:20 +1000
  • 322148b016
    Merge pull request #263 from pingerino/timeh Ronnie Sahlberg 2018-07-12 18:58:29 +1000
  • 2b93fcf28a Merge branch 'master' of github.com:sahlberg/libnfs Ronnie Sahlberg 2018-07-12 18:43:47 +1000
  • 21e208b092 fix bug in nfsv4 opendir where it stripped off the final path component Ronnie Sahlberg 2018-07-12 18:42:44 +1000
  • 794a29f01f libnfs.c: include <time.h> in libnfs.c Anna Lyons 2018-07-12 17:45:23 +1000
  • 3ba7c537c7
    Merge pull request #261 from Polynomial-C/utils Ronnie Sahlberg 2018-07-07 18:44:31 +1000
  • 5a5a5c1e70
    configure.ac: fix --enable-utils Lars Wendler 2018-07-06 11:54:54 +0200
  • 37d49807ba Merge branch 'master' of github.com:sahlberg/libnfs Ronnie Sahlberg 2018-07-03 18:58:50 +1000
  • 5c1444f391 conditionally include sys/time.h from libnfs.c Ronnie Sahlberg 2018-07-03 18:58:15 +1000
  • 9b5bb0b2f8
    Merge pull request #260 from pingerino/sock_cloexec Ronnie Sahlberg 2018-07-03 18:38:44 +1000
  • 118bee287c Wrap use of SOCK_CLOEXEC with __linux__ Anna Lyons 2018-07-03 09:08:22 +1000
  • fa6d63c936
    Merge pull request #258 from pingerino/cmake-include Ronnie Sahlberg 2018-06-25 12:41:39 +1000
  • ae6e708bf9 cmake: add include headers to libnfs Anna Lyons 2018-06-25 09:58:31 +1000
  • 695ac3b77b New version: 3.0.0 Ronnie Sahlberg 2018-06-24 08:53:52 +1000
  • 6a33413b0f
    Merge pull request #253 from Daniel-Abrecht/master Ronnie Sahlberg 2018-04-30 06:24:19 +1000
  • eab4eac275 Define MSG_NOSIGNAL in windows if it doesn't exist. Windows doesn't have signals like SIGPIPE, so defining the flag as 0 is probably fine. Daniel Abrecht 2018-04-29 12:02:08 +0000
  • 456e52507b Don't use portmapper to discover the port for NFSv4 Ronnie Sahlberg 2018-04-29 13:46:22 +1000
  • 9edb1078e6
    Merge pull request #249 from shreyassiravara/nfs_opendir_cb_bug Ronnie Sahlberg 2018-04-29 10:28:23 +1000
  • 63ba842be9
    Merge pull request #252 from shreyassiravara/nfs-pagecache-export Ronnie Sahlberg 2018-04-29 10:26:31 +1000
  • 40a8f13f0b
    Merge pull request #250 from shreyassiravara/nfs_closedir_null Ronnie Sahlberg 2018-04-29 10:24:01 +1000
  • 9675d716ea
    Merge pull request #248 from shreyassiravara/msg-nosignal Ronnie Sahlberg 2018-04-29 10:22:05 +1000
  • 5582eaede3
    Merge pull request #247 from shreyassiravara/read-ahead-underflow Ronnie Sahlberg 2018-04-29 10:20:32 +1000
  • 1fff7707f2 Add & export a call to initialize the pagecache Shreyas Siravara 2018-04-26 18:15:02 -0700
  • 286d13b4de Allow nfs_closedir to accept a nullptr for the nfs context Shreyas Siravara 2018-04-23 12:39:28 -0700
  • df72323c46 nfs_opendir_cb should not queue a READDIR on error Shreyas Siravara 2018-04-23 12:33:29 -0700
  • e8a200483f Use MSG_NOSIGNAL when calling send() to avoid SIGPIPE Shreyas Siravara 2018-04-23 12:29:59 -0700
  • 486b74f647 Avoid underflow in readahead when offset < NFS_BLKSIZE Shreyas Siravara 2018-04-23 12:27:09 -0700
  • 8b064bf971
    Merge pull request #245 from Daniel-Abrecht/move_win32_compat_header Ronnie Sahlberg 2018-04-17 06:04:58 +1000
  • b3fd3ca7e4 Move win32/win32_compat.h to include/win32/win32_compat.h Daniel Abrecht 2018-04-16 19:38:38 +0000
  • a488feedd9 Clarify status for the machine generated files Ronnie Sahlberg 2018-04-12 17:14:36 +1000
  • 319b0802fa Remove nfs4 licence boilerplate Ronnie Sahlberg 2018-04-12 17:07:51 +1000
  • 61584229d5
    Merge pull request #243 from Daniel-Abrecht/master Ronnie Sahlberg 2018-04-08 17:04:39 +1000
  • b54fc96e00 Add nfsport/mountport arguments Ronnie Sahlberg 2018-04-08 14:36:37 +1000
  • 24ca14101f The check for getpwnam wrongly succeeded on some systems. Daniel Abrecht 2018-04-07 16:27:09 +0000
  • 54405d994e don't log an error if we cailed the name to uid/gid mapping Ronnie Sahlberg 2018-02-16 11:43:04 +1000
  • c23ab1637d Merge branch 'master' of github.com:sahlberg/libnfs Ronnie Sahlberg 2018-02-16 08:27:21 +1000
  • c5eca214fc add conditional support for getpwnam() Ronnie Sahlberg 2018-02-16 08:24:26 +1000
  • b16a2ec93d
    Merge pull request #240 from cosmoer/master Ronnie Sahlberg 2018-02-16 07:48:10 +1000
  • 8cef36c7f3 When a function fails, its status for the callback function should be passed RPC_STATUS_ERROR,because the original status variable is RPC_STATUS_SUCCESS. cosmoer 2018-02-03 14:50:06 +0800
  • ca0291022a improve error string for rpc_connect_program_async failures Ronnie Sahlberg 2018-02-02 14:23:57 +1000
  • 086c2ec138 improve error strings for rpc_connect_program_async() failures. Ronnie Sahlberg 2018-02-01 13:28:05 +1000
  • f6e51c34ba
    Merge pull request #236 from Daniel-Abrecht/master Ronnie Sahlberg 2018-01-14 11:21:46 +1000
  • 6f7e12bc5d Define F_RDLCK for windows builds Daniel Abrecht 2018-01-13 13:39:38 +0000
  • 4dda1f87a4 nfsv4: add support for utime() Ronnie Sahlberg 2018-01-10 17:09:14 +1000
  • 50068b8432 NFSv4: add support for fcntl locking Ronnie Sahlberg 2018-01-08 14:37:55 +1000
  • 09f8a621fb nfsv4: lock_owner is by client, not by filehandle Ronnie Sahlberg 2018-01-07 10:54:09 +1000
  • 208dd08039 NFSv4: add lockf emulation Ronnie Sahlberg 2018-01-07 08:35:42 +1000
  • f5ccc53679 add an example program that prints the NFS filehandle of a URL Ronnie Sahlberg 2018-01-06 03:15:22 +1000
  • 82b341168e
    Merge pull request #233 from lnv42/master Ronnie Sahlberg 2017-11-27 09:55:45 +1000
  • 53e3c86c58 examples/ld_nfs.c: feature: faking uid and gid Yann GASCUEL 2017-11-26 16:24:03 +0100
  • a3b793342b examples/ld_nfs.c : add hook for chmod and chown Yann GASCUEL 2017-11-26 16:23:40 +0100
  • fc568809d5 examples/ld_nfs.c : fix: removing usec from fxstat Yann GASCUEL 2017-11-26 16:23:11 +0100
  • 7c68a3d891 Merge branch 'master' of github.com:sahlberg/libnfs Ronnie Sahlberg 2017-10-30 08:17:36 +1000
  • 2fcb14cf62 Fix typo in header file Ronnie Sahlberg 2017-10-30 07:44:40 +1000
  • 5bc77e9ea9 Merge pull request #230 from Daniel-Abrecht/rpc_timeout_scan-queue-tail-fix Ronnie Sahlberg 2017-10-15 07:00:34 +1000
  • 8aca95fbef Merge pull request #229 from Daniel-Abrecht/mingw-check-for-defines Ronnie Sahlberg 2017-10-15 06:59:47 +1000
  • 51476e50e1 rpc_timeout_scan uses the LIBNFS_LIST_REMOVE macro to remove items from rpc_queues, but doesn't set the queue.tail to NULL if every item in the queue was removed. Daniel Abrecht 2017-10-14 13:46:19 +0000
  • e1c3c5f2b9 Add a check if S_IRWXG is already defined. msys2 mingw-w64 added the defines for S_IRWXG, S_IRGRP, etc. in sys/stat.h in commit f713f639f6f017371c5176f4deab07d1a92473b4 Daniel Abrecht 2017-10-14 13:36:04 +0000
  • 2911afe9d0 Merge pull request #228 from lrusak/cmake Ronnie Sahlberg 2017-10-04 10:36:08 +1000
  • 2d8ab07f24
    fix copy paste error Lukas Rusak 2017-10-03 17:02:55 -0700
  • c516a59e91 Merge pull request #227 from lrusak/cmake Ronnie Sahlberg 2017-10-04 07:44:41 +1000
  • 7969c78291
    add cmake build system support Lukas Rusak 2017-09-29 14:07:22 -0700
  • 3ba2a2c1fd NFSv3: Fix compiler warning Ronnie Sahlberg 2017-09-05 19:17:04 +1000
  • 1da019ad71 NFSv4: Fix some compiler warnings Ronnie Sahlberg 2017-09-03 06:42:32 +1000
  • 8489557694 NFSv4: add utimes/lutimes support Ronnie Sahlberg 2017-09-03 06:25:55 +1000
  • 5ebd10f54c NFSv4: Add access()/access2() Ronnie Sahlberg 2017-09-03 05:43:04 +1000
  • 4c6d19b3b8 NFSv4: Add support for chown/lchown/fchown Ronnie Sahlberg 2017-09-02 06:42:59 +1000