]> git.decadent.org.uk Git - nfs-utils.git/history - support
Imported Upstream version 1.2.3
[nfs-utils.git] / support /
2011-03-29 Ben HutchingsImported Upstream version 1.2.3 upstream/1.2.3
2010-08-24 Chuck Leverlibexport: Fix IP address check in check_netgroup()
2010-08-24 Chuck Leverbexport: Add a common exit label to check_netgroup()
2010-08-09 Steve DicksonRemove warnings from nfsctl.c nfs-utils-1-2-3-rc5
2010-08-09 Steve DicksonRemoved warnings from network.c
2010-08-09 Steve DicksonRemoved warnings from cache.c
2010-08-09 Steve DicksonRemoved warnings from conffile.c
2010-08-09 Steve DicksonRemove warnings from nfs_mntent.c
2010-08-09 Steve Dicksonemove warnings from cacheio.c
2010-08-09 Steve DicksonRemove warnings from svc_socket.c
2010-08-09 Steve DicksonRemoved warnings from rpcdispatch.c
2010-07-19 Chuck Levernfs-utils: Fix C aliasing rules violation in nfs_getrpc...
2010-06-22 Chuck Leverlibexport.a: Remove unused hostent-based DNS helper...
2010-06-22 Chuck Leverlibexport.a: Replace matchhostname()
2010-06-22 Chuck Leverlibexport.a: Add documenting comments
2010-06-22 Chuck Leverlibexport.a: Make export_add() static
2010-06-22 Chuck Leverlibexport.a: Make export_read() return void
2010-06-22 Chuck Levermountd: Replace "struct hostent" with "struct addrinfo"
2010-06-22 Chuck Leverlibexport.a: Add helpers to manage DNS lookups
2010-05-24 Chuck Levermountd: Convert colons in IPv6 presentation addresses...
2010-05-24 Chuck Leverlibexport.a: Refactor rmtab_read()
2010-05-05 Chuck Levermountd/exportfs: Make m_addrlist field a nfs_sockaddr nfs-utils-1-2-3-rc3
2010-05-05 Chuck Leverlibexport.a: Clean up client_add()
2010-05-05 Chuck Leverlibexport.a: Refactor client_init()
2010-04-23 Mike FrysingerMake capabilities support optional
2010-04-23 Chuck Leverlibexport.a: Allow malloc(3) failures in client_lookup...
2010-04-23 Chuck Leverlibexport.a: Allow m_hostname allocation to fail instea...
2010-04-23 Chuck Leverlibexport.a: Allow client_init() to fail instead of...
2010-04-23 Chuck Leverlibexport.a: Add client_free()
2010-04-16 Chuck Leverlibexport.a: export_find() should handle address parsin...
2010-04-16 Chuck Leverlibexport.a: Add export_free()
2010-04-15 Chuck Leverlibexport.a: Add helper for populating m_addrlist[]
2010-04-15 Chuck Leverlibexport.a: Reduce code duplication in client_init()
2010-04-08 Chuck Leverlibexport.a: replace xlog(L_FATAL) in client_check()
2010-04-08 Chuck Leverlibexport.a: Refactor wildcard checking in client_check()
2010-04-08 Chuck Leverlibexport.a: Refactor netgroup checking in client_check()
2010-04-08 Chuck Leverlibexport.a: Remove unused function client_checkaddr()
2010-04-08 Chuck Leverlibexport.a: Factor SUBNETWORK checking out of check_cl...
2010-04-08 Chuck Leverlibexport.a: Factor FQDN checking out of check_client()
2010-04-08 Steve DicksonRemove some warnings that were introduced by commit...
2010-03-22 Chuck Leverlibexport.a: e_fslocdata should be freed with free(3) nfs-utils-1-2-3-rc1
2010-03-22 Chuck Leverlibexport.a: Fix whitespace damage in support/export...
2010-03-22 Chuck Leverlibexport.a: Clean up client_compose() and client_member()
2010-03-22 Chuck Leverlibexport.a: Remove dead code
2010-03-08 Steve Dicksonmountd: fix --manage-gids hang due to int/uint bug
2010-03-08 Steve DicksonUse authunix_create() instead of authsys_create() to...
2010-03-01 Jeff Laytonnfs-utils: add and use nfs_authsys_create
2010-02-17 Steve Dicksonnfsd: Disble NFS 4.1 functionality by default
2010-02-12 Ben Myersnfs-utils: don't fdatasync the rmtab
2010-02-12 Ben Myersnfs-utils: remove xflock timeout
2010-01-25 Steve DicksonTeach nfs_compare_sockaddr() to handle NULL arguments.
2010-01-17 Chuck Levertcpwrapper: Add support for IPv6 nfs-utils-1-2-2-rc8
2010-01-17 Chuck Levertcpwrapper: Eliminated shadowed declaration warnings
2010-01-17 Chuck Levertcpwrapper: Fix signage problems in the tcp_wrappers...
2010-01-17 Chuck Levertcp_wrapper: Clean up logit()
2010-01-17 Chuck Levertcp_wrappers: Use getifaddrs(3) if it is available
2010-01-17 Chuck Levertcpwrappers: Use xlog() instead of perror(3) and syslog(2)
2010-01-15 Steve DicksonTone down a number xlog messages in svc_create_bindaddr() nfs-utils-1-2-2-rc7
2010-01-15 Chuck Leverstatd: Support TI-RPC statd listener
2010-01-15 Chuck Leverlibnsm.a: retain CAP_NET_BIND when dropping privileges
2010-01-15 Chuck Leverlibnsm.a: Add support for multiple lines in monitor...
2010-01-15 Chuck Leverlibnsm.a: Factor atomic write code out of nsm_get_state()
2010-01-15 Chuck Levernfs-utils: Collect socket address helpers into one...
2010-01-15 Chuck Leverlibnsm.a: Add RPC construction helper functions
2010-01-13 J. Bruce FieldsRevert "Automatically set 'nohide' on referral exports." nfs-utils-1-2-2-rc6
2010-01-13 J. Bruce Fieldsexports: common exportent initializer
2010-01-13 J. Bruce Fieldsexports: export_read() cleanup
2010-01-13 Steve Dicksonexports: turn on pseudo exports
2010-01-13 Steve Dicksonexports: NFSv4 pseudoroot support routines
2010-01-13 Steve Dicksonexports: add new flag for NFSv4 pseudoroot
2010-01-13 J. Bruce Fieldsexports: let kernel decide which flags vary by flavor
2010-01-13 J. Bruce Fieldsexports: minor parse_opts cleanup
2010-01-12 Jeff Laytonnfs-utils: make private cookie to hex conversion a...
2010-01-12 Chuck Leverlibnsm.a: Introduce common routines to handle persisten...
2009-12-23 Chuck Leverlibnsm.a: Move the sm_inter XDR pieces to libnsm.a
2009-12-23 Chuck Leverlibexport.a: fix a long-standing typo in name_cmp()
2009-12-11 Chuck Leverlibnfs.a: Provide shared helpers for managing netids
2009-11-24 Chuck Leverstatd: Replace note() with xlog() in rpc.statd
2009-10-27 Steve DicksonAdded wrappers around the setting of default values
2009-10-22 Steve DicksonIntroducing the parsing of both 'defaultvers' and ...
2009-08-27 Steve DicksonCleaned up some warnings in the mount config file code.
2009-08-17 Steve DicksonCleaned up parsing errors to hopeful be more precise nfs-utils-1-2-1-rc4
2009-08-17 Benny HalevyAdded support for line comments parsing which should
2009-08-16 Steve DicksonNow that only the Section names are case-insensitive
2009-08-16 Steve DicksonAdded an conditional argument to the Section names
2009-08-16 Steve DicksonMake Section names case-insensitive which should
2009-08-16 Steve DicksonTaught conf_parse_line() to ignore spaces in the
2009-08-16 Steve DicksonMove idmapd's configuration file parsing routines into
2009-08-01 Jeff Laytonnfs-utils: clean up NFSCTL_* macros for handling protoc...
2009-08-01 Jeff Laytonnfs-utils: move nfssvc.c to nfsd dir and clean up linki...
2009-07-15 Steve Dicksonerrno not be set on RPC errors nfs-utils-1-2-1-rc2
2009-07-14 Chuck Leversupport: Introduce sockaddr helpers to get and set...
2009-07-14 Chuck Levergetport: Convert TCP connection refused to RPC_CANTRECV
2009-07-14 Chuck Levergetport: Restore historical TCP connect timeout error...
2009-07-14 Chuck Levergetport: Clear shared error fields before trying rpcbin...
2009-07-14 Chuck Levergetport: RPC_PROGNOTREGISTERED is a permanent error
2009-07-14 Chuck Leversupport: Set proper retransmit timeout for datagram...
2009-07-14 Chuck Leversupport: Don't return RPC_UNKNOWNHOST from rpc_socket.c
2009-07-14 Chuck Leversupport: Use HAVE_LIBTIRPC to switch in bindresvport_sa(3t)
2009-07-14 Chuck Levergetport: Remove unneeded @salen arguments
next