index
:
nfs-utils.git
fixrootccache
gss-fixes
gss-proxy-mods
master
NFS utils related patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
exportfs: replace one xlog(D_GENERAL) in host_canonname()
Scott Mayhew
2016-05-02
1
-1
/
+1
*
libexport.a: fix missing brace in host_ntop() fallback
Stefan Hajnoczi
2016-03-16
1
-1
/
+1
*
Set right error after getaddrinfo fails
Rinku Kothiya
2016-01-16
1
-2
/
+2
*
mountd: fix netgroup lookup for short hostnames
Frank Sorenson
2015-12-16
1
-10
/
+7
*
exportfs: Restore the EAI_NONAME check in host_pton()
Scott Mayhew
2015-11-02
1
-0
/
+2
*
mountd: fix netgroup lookup for resolvable IP addresses
Frank Sorenson
2015-11-02
1
-0
/
+15
*
exportfs: warn when really nothing is exported
Pavel Raiskup
2014-12-03
1
-13
/
+7
*
exportfs: Do not fail on empty exports file.
Steve Dickson
2014-11-17
1
-3
/
+10
*
exportfs: changes handling of unresolvable entries
Henrique Martins
2014-11-04
3
-5
/
+12
*
exportfs: fix test of NULL pointer in host_pton()
Natanael Copa
2014-09-15
1
-5
/
+7
*
replace __attribute_malloc__ with the more portable __attribute__((__malloc__))
Natanael Copa
2014-09-15
1
-7
/
+7
*
mountd: fix segfault in add_name with newer gcc compilers
Jeff Layton
2014-05-01
1
-2
/
+6
*
exportfs: exit with error code if there was any error (take 2).
NeilBrown
2013-11-05
1
-2
/
+0
*
Stop Treat IP addresses a FQDN rather than SUBNETs.
NeilBrown
2013-10-24
1
-11
/
+0
*
exportfs: exit with error code if there was any error.
NeilBrown
2013-10-22
1
-0
/
+2
*
Revert "exportfs: Return non-zero exit value on error"
Steve Dickson
2013-10-22
1
-2
/
+0
*
exportfs: Return non-zero exit value on error
Tony Asleson
2013-10-22
1
-0
/
+2
*
libexport.a: xtab.c no longer needs #include xmalloc.h
Chuck Lever
2012-12-12
1
-1
/
+1
*
libexport.a: rmtab.c no longer needs #include xmalloc.h
Chuck Lever
2012-12-12
1
-3
/
+3
*
mountd: Add exportent_release()
Chuck Lever
2012-10-22
1
-7
/
+12
*
Exportfs crashes with long path
Ivan Romanov
2012-10-15
1
-1
/
+1
*
libexport.a: fix using bad index for loop at cltsetup()
Mi Jinlong
2011-06-22
1
-1
/
+1
*
nfs: fix host_reliable_addrinfo
Jeff Layton
2011-06-22
1
-6
/
+30
*
nfs-utils: Remove all uses of AI_ADDRCONFIG
Chuck Lever
2010-11-01
1
-5
/
+1
*
gcc complained:
NeilBrown
2010-10-14
1
-0
/
+1
*
export: Ensure that we free struct exportent->e_uuid
Trond Myklebust
2010-10-14
1
-0
/
+1
*
libexport.a: Enable IPv6 support in hostname.c
Chuck Lever
2010-09-16
1
-16
/
+15
*
libexport.a: Refactor init_netmask()
Chuck Lever
2010-09-09
1
-57
/
+106
*
libexport.a: IPv6 support in client_check()
Chuck Lever
2010-08-31
1
-22
/
+43
*
libexport.a: IPv6 support for client_init_subnet()
Chuck Lever
2010-08-31
1
-0
/
+32
*
libexport.a: Prepare init_subnetwork() for IPv6 support
Chuck Lever
2010-08-31
1
-22
/
+59
*
libexport.a: Use host helper to parse address in client_init()
Chuck Lever
2010-08-31
1
-5
/
+8
*
libexport.a: Prepare to recognize IPv6 addresses in client_gettype()
Chuck Lever
2010-08-31
1
-9
/
+14
*
libexport: Fix IP address check in check_netgroup()
Chuck Lever
2010-08-24
1
-7
/
+20
*
bexport: Add a common exit label to check_netgroup()
Chuck Lever
2010-08-24
1
-7
/
+16
*
Remove warnings from nfsctl.c
Steve Dickson
2010-08-09
1
-1
/
+1
*
libexport.a: Remove unused hostent-based DNS helper functions
Chuck Lever
2010-06-22
1
-305
/
+16
*
libexport.a: Add documenting comments
Chuck Lever
2010-06-22
2
-9
/
+39
*
libexport.a: Make export_add() static
Chuck Lever
2010-06-22
1
-4
/
+2
*
libexport.a: Make export_read() return void
Chuck Lever
2010-06-22
1
-2
/
+6
*
mountd: Replace "struct hostent" with "struct addrinfo"
Chuck Lever
2010-06-22
3
-131
/
+171
*
libexport.a: Add helpers to manage DNS lookups
Chuck Lever
2010-06-22
2
-1
/
+352
*
libexport.a: Refactor rmtab_read()
Chuck Lever
2010-05-24
1
-23
/
+41
*
mountd/exportfs: Make m_addrlist field a nfs_sockaddr
Chuck Lever
2010-05-05
2
-14
/
+42
*
libexport.a: Clean up client_add()
Chuck Lever
2010-05-05
1
-14
/
+12
*
libexport.a: Refactor client_init()
Chuck Lever
2010-05-05
1
-43
/
+56
*
libexport.a: Allow malloc(3) failures in client_lookup() and friends
Chuck Lever
2010-04-23
1
-6
/
+9
*
libexport.a: Allow m_hostname allocation to fail instead of exit
Chuck Lever
2010-04-23
1
-6
/
+4
*
libexport.a: Allow client_init() to fail instead of exit
Chuck Lever
2010-04-23
1
-7
/
+17
*
libexport.a: Add client_free()
Chuck Lever
2010-04-23
1
-2
/
+8
[next]