Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / include /
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
2012-11-24  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-07-05  Ronnie SahlbergDont just cast *enum_t to *uint32_t
2012-07-05  Ronnie SahlbergGet rid of AUTH completely and replace all uses with...
2012-07-04  Ronnie Sahlbergfix compiler warnings
2012-07-04  Ronnie Sahlbergsquelch compiler warnings in socket.c about integer...
2012-07-04  Ronnie SahlbergZDR: New builtin replacement for RPC/XDR called ZDR
2012-05-05  Andres MejiaMerge tag 'upstream/1.3.0'
2012-05-05  Andres MejiaImported Upstream version 1.3.0 upstream/1.3.0
2012-03-10  Ronnie SahlbergNLM add helper functions to send async calls for the...
2012-03-10  Ronnie SahlbergNLM add TEST procedure
2012-03-10  Ronnie SahlbergNLM: initial support for NLM
2012-03-08  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-03-08  Ronnie SahlbergGETACL: change the signature for the raw getacl3 functi...
2012-03-08  Ronnie SahlbergNFSACL: Add support for SETACL3
2012-01-13  Ronnie Sahlbergchange rpc_nfs_symlink_async to take a full SYMLINK3arg...
2012-01-13  Ronnie Sahlbergmake low level readlink_async function take READLINK3ar...
2012-01-12  Ronnie Sahlbergmake mkdir_async take a full MKDIR3args argument
2012-01-12  Ronnie Sahlbergchange crate_async low level function to take a full...
2012-01-12  Ronnie Sahlbergread returns a READ3res, not a ACCESS3res
2012-01-10  Ronnie SahlbergAdd function to get root filehandle from a nfs context
2012-01-08  Andres MejiaImported Upstream version 1.2.0 upstream/1.2.0
2012-01-08  Andres MejiaMerge commit 'upstream/1.2.0'
2011-12-31  Ronnie SahlbergPORTMAPPER: Add set/unset functions
2011-12-31  Ronnie SahlbergPMAP: allow to ask for tcp/udp port, dont assume users...
2011-11-27  Ronnie SahlbergRemove all [s]size_t / off_t and replace with [u]int64_...
2011-11-27  Ronnie SahlbergAdd MKNOD command support
2011-10-09  Ronnie SahlbergChange remaining "struct AUTH *" to "AUTH *"
2011-10-08  Ronnie SahlbergMerge pull request #19 from Memphiz/auth2
2011-10-08  Memphiz[fix] - fix improper definition of struct AUTH from...
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-09-19  Ronnie SahlbergDonr declate AUTH as a struct in libnfs.h
2011-09-11  Ronnie SahlbergAdd a call to find the queue-length so we can see how...
2011-09-03  Ronnie SahlbergMerge branch 'master' into win32-3
2011-09-03  Ronnie SahlbergMerge branch 'win32' into win32-3
2011-09-02  Ronnie Sahlbergusing READDIRPLUS3 we get some extra fields for the...
2011-09-02  Ronnie Sahlbergnfs_opendir() switch to using READDIRPLUS3 instead...
2011-08-30  Ronnie SahlbergWin32: make the sympols public in a dll
2011-08-28  Ronnie Sahlbergwin32 oncrpc environment needx xdr.h before including...
2011-08-28  Ronnie SahlbergWin32 changes, include files we need when compiling...
2011-07-31  Ronnie SahlbergDont install slist.h or libnfs-private.h
2011-07-31  Ronnie SahlbergAdd automatic reconnect after TCP session failure for...
2011-07-24  Andres MejiaImported Upstream version 0.0~git20110724.48593f5 upstream/0.0_git20110724.48593f5
2011-07-24  Andres MejiaMerge commit 'upstream/0.0_git20110724.48593f5'
2011-07-20  Ronnie SahlbergMerge pull request #11 from Memphiz/master
2011-07-19  Memphiz[fix] - install the raw headers ...
2011-07-16  Andres MejiaImported Upstream version 0.0~git20110716.8c27363 upstream/0.0_git20110716.8c27363
2011-07-03  Ronnie Sahlbergadd support got NFSACL protocol and NULL and GETACL...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
2011-07-02  Ronnie Sahlbergdocument the find_all_servers function
2011-07-02  Ronnie Sahlbergadd example for sync interface to probe for all local...
2011-06-29  Trent NelsonRewrite build system using automake
2011-06-26  Ronnie Sahlbergadd a function for portmap/callit
2011-06-26  Ronnie Sahlbergadd function to extract the sockaddr from which we...
2011-06-26  Ronnie Sahlbergadd function to set the target for UDP rpc calls.
2011-06-26  Ronnie Sahlbergadd function to bind a udp rpc context to a local port...
2011-06-26  Ronnie Sahlbergadd a sockaddr_storage so we can store the socket UPD...
2011-06-26  Ronnie Sahlbergadd a sockaddr_storage to the rpc context so we can...
2011-06-26  Ronnie Sahlbergadd a 'is broadcast' flag to the rpc context structure
2011-06-26  Ronnie Sahlbergadd function to request a UDP context
2011-06-26  Ronnie Sahlbergadd rpc_context field to track if a UDP connection...
2011-06-19  Ronnie SahlbergRedo the buffer handling for input buffers and make...
2011-06-19  Ronnie Sahlbergremove the need for an explicit rpc context for the...
2011-06-19  Ronnie Sahlbergadd a sync function to get the export list from a serve...
2011-06-19  Ronnie SahlbergAdd a high-level async function to read the export...
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-06-18  Ronnie SahlbergRemove the _sync postfix for the synchronous functions
2011-06-02  Ronnie SahlbergAdd support for version 2 of the rquota protocol
2011-06-02  Ronnie SahlbergAdd RQUOTA1/GETACTIVEQUOTA call to the raw low level API
2011-06-02  Ronnie SahlbergMerge pull request #1 from Memphiz/originalnfs
2011-06-01  Memphis- refactored parametername from reserved keyword "expor...
2011-06-01  Ronnie SahlbergInitial support for RQUOTA protocol
2011-05-31  Ronnie SahlbergRead the max read/write sizes supported when connecting...
2011-05-31  Ronnie SahlbergAdd support for async version of NFS/FSINFO3 call
2011-02-06  Ronnie Sahlberginitial libnfs checkin