deb_libnfs.git
2011-07-17  Ronnie SahlbergAdd a flag --enable-tirpc to the configure script
2011-07-16  Ronnie Sahlbergsince UDP is unreliable, send the CALLIT broadcasts...
2011-07-16  Ronnie Sahlbergbreak out the loop for sending a NFSd probe bcast on...
2011-07-11  Ronnie SahlbergMerge pull request #10 from Memphiz/master
2011-07-11  Memphiz[fix] - fix allocation of if list for osx
2011-07-09  Ronnie SahlbergWe have to include config.h when testing for precense...
2011-07-09  Ronnie SahlbergOn OSX and other systems where we have sockaddr_in...
2011-07-07  Ronnie SahlbergMerge pull request #9 from t-nelson/fix_vpath_build
2011-07-07  Ronnie SahlbergMerge pull request #8 from t-nelson/update_gitignore
2011-07-06  Trent NelsonFix out-of-tree (VPATH) builds
2011-07-06  Trent NelsonSimplify examples Makefile
2011-07-06  Trent NelsonAdd new example bins to .gitignore
2011-07-03  Ronnie Sahlbergwhen ioctl() for getting the broadcast address fails...
2011-07-03  Ronnie SahlbergMerge pull request #7 from Memphiz/master
2011-07-03  Memphiz- fixed missing include for osx
2011-07-03  Ronnie Sahlbergadd support got NFSACL protocol and NULL and GETACL...
2011-07-02  Ronnie Sahlbergadd back a check for sa_len in sockaddr structure.
2011-07-02  Ronnie SahlbergWith broadcast PDUs we can receive multiple replies...
2011-07-02  Ronnie Sahlbergremove some headers we dont need from the listservers...
2011-07-02  Ronnie SahlbergAdd the bcast and the listservers examples to the new...
2011-07-02  Ronnie SahlbergMerge remote branch 't-nelson/automake'
2011-07-02  Ronnie SahlbergPull out changes to Makefile.in so that t-nelsons autob...
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-07-02  Ronnie Sahlbergcollect nfs servers into a dedicated list and parse...
2011-07-01  Ronnie Sahlbergmake the bcast example use timers and wait for up to...
2011-07-01  Ronnie Sahlbergupdate the bcast example to broadcast on all available...
2011-07-01  Ronnie Sahlbergadd example of broadcast context and broadcasting an...
2011-06-29  Trent NelsonRemove log path with arg from configure.
2011-06-29  Trent NelsonFix example linkage under solaris
2011-06-29  Trent NelsonFix compile error on solaris.
2011-06-29  Trent NelsonFix solaris bootstrap.
2011-06-29  Trent NelsonAdd back rpcgen uint64 fix for osx
2011-06-29  Trent NelsonHandle versioning the libtool way.
2011-06-29  Trent NelsonRewrite build system using automake
2011-06-26  Ronnie Sahlbergwhen destroying a udp rpc context, free any udp_dest...
2011-06-26  Ronnie Sahlbergadd a function for portmap/callit
2011-06-26  Ronnie Sahlbergindentation change in portmap.x
2011-06-26  Ronnie Sahlbergfor portmap callit, change call_args and rell_result...
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 Sahlbergchange the portmapper structure 'mapping' to 'pmap_mapping'
2011-06-26  Ronnie SahlbergDont allow a tcp _connect to a UDP context
2011-06-26  Ronnie Sahlbergadd capability to read UDP datagrams from the socket...
2011-06-26  Ronnie Sahlbergadd a sockaddr_storage so we can store the socket UPD...
2011-06-26  Ronnie Sahlbergfor UDP sockets, we ONLY wait for pollin events
2011-06-26  Ronnie Sahlbergadd support for sending and receiving udp pdu
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 Sahlbergin allocate pdu, if context is udp, dont allocate space...
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-25  Ronnie Sahlbergadd test reading from non-0 offset to the sync api...
2011-06-25  Ronnie Sahlbergadd RPC definition for the portmapper/callit function
2011-06-25  Ronnie Sahlbergredo the previous patch to instead initialize max_offse...
2011-06-25  Ronnie Sahlberghandle the case where we try a multi-read that is compl...
2011-06-25  Ronnie Sahlbergfix crash in mount/export
2011-06-21  Ronnie SahlbergAdd a very subtle bug in nfs_set_error()
2011-06-20  Ronnie SahlbergWhen doping chunked multi-reads of a blob bigger than...
2011-06-19  Ronnie SahlbergFrom Paul van der Zwan
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-19  Ronnie SahlbergAdd example for how to call MOUNT/EXPORT and get the...
2011-06-18  Ronnie Sahlbergget rid of all remaining printfs from the library
2011-06-18  Ronnie Sahlbergget rid of compiler warning
2011-06-18  Ronnie Sahlbergremove all printf's and replace them with rpc_set_error()
2011-06-18  Ronnie SahlbergAdd support in read/pread to be aware of the Maximum...
2011-06-18  Ronnie SahlbergRemove the _sync postfix for the synchronous functions
2011-06-11  Ronnie SahlbergMerge pull request #5 from OpenELEC/libnfs-destdir
2011-06-11  Ronnie SahlbergMerge pull request #4 from Memphiz/readme
2011-06-11  Stephan Raueadd DESTDIR support, needed for crosscompiling; dont...
2011-06-11  Stephan RaueDisable run of ldconfig if crosscompiling too
2011-06-11  Memphiz- adapted README with tested plattforms
2011-06-10  Ronnie SahlbergMerge pull request #3 from Memphiz/originalnfs2
2011-06-08  Memphis- add configure option for disabling the call to ldconf...
2011-06-07  Memphiz- make unsigned hyper overridable by cmdline by specify...
2011-06-07  Memphiz- honor @cc@,@CLFAGS@ and @LDFLAGS@ which is important...
2011-06-07  Memphiz- no ldconfig for darwin
2011-06-07  Memphiz - fixed library path for mac osx (there is no lib64...
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  Memphiz- missing rpc/rpc.h for new rquota too
2011-06-01  Memphis- linux, osx, and ios need rpc/rpc.h includede before...
2011-06-01  Memphis- include string.h for memcpy
2011-06-01  Memphis- refactored parametername from reserved keyword "expor...
2011-06-01  Memphis- removed unneeded dependency to libpopt
2011-06-01  Ronnie SahlbergUse HAVE_SOCK_SIN_LEN and set ->sin_len
2011-06-01  Ronnie SahlbergInitial support for RQUOTA protocol
2011-05-31  Ronnie Sahlbergget rid of some compiler warnings
2011-05-31  Ronnie SahlbergRead the max read/write sizes supported when connecting...
2011-05-31  Ronnie SahlbergAdd example of NFS/FSINFO async call
2011-05-31  Ronnie SahlbergAdd support for async version of NFS/FSINFO3 call
2011-02-07  Ronnie SahlbergUse getsockopt to extract better failure condition...
2011-02-06  Ronnie SahlbergREADME: mention that you need "insecure" to use libnfs...
2011-02-06  Ronnie Sahlberginitial libnfs checkin