deb_libnfs.git
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
2012-11-25  Ronnie SahlbergNew version 1.4
2012-11-24  Ronnie SahlbergZDR_ARRAYS: The sub-unmarshaller returns TRUE FALSE...
2012-11-24  Ronnie SahlbergWe must link the examples with popt
2012-11-24  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-24  Ronnie SahlbergNFSCLIENT-SYNC: remove some debug output
2012-11-24  Ronnie SahlbergDont leak addrinfo in error path
2012-11-24  Evgeny Grin[Win32] Add windows x64 builds, use some win defines...
2012-11-24  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-11-24  warped-rudiAdded ignore pattern for Windows intermediate files
2012-11-24  Rudi IhleFixed errno processing for connect() on Windows.
2012-11-24  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-11-22  Ronnie SahlbergAdd an assert to track if we try to use an rpc_context...
2012-11-22  Ronnie SahlbergChange the sync example to perform a 'ls -l' on an...
2012-11-22  Ronnie SahlbergConfigure: When configuring examples, make sure we...
2012-11-22  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2012-11-21  Ronnie SahlbergMerge pull request #27 from Karlson2k/Win32x64
2012-11-18  Ronnie SahlbergNFSCLIENT-SYNC: remove some debug output
2012-11-17  Ronnie SahlbergUse our own xdr_int64() for all 64 bit types.
2012-11-17  Ronnie SahlbergChange the sync example to perform a 'ls -l' on an...
2012-11-17  Ronnie SahlbergConfigure: When configuring examples, make sure we...
2012-11-17  Ronnie SahlbergDont leak addrinfo in error path
2012-11-09  Evgeny Grin[Win32] Add windows x64 builds, use some win defines...
2012-11-04  Ronnie SahlbergMOUNT: when processing the mount response, check status...
2012-09-19  Ronnie SahlbergMerge pull request #23 from warped-rudi/master-updates
2012-09-18  warped-rudiAdded ignore pattern for Windows intermediate files
2012-09-18  Rudi IhleFixed errno processing for connect() on Windows.
2012-09-18  Rudi IhleModified mechanism to assign privileged ports and enabl...
2012-07-05  Ronnie SahlbergZDR: we need to include both arpa/inet.h and time.h
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 SahlbergUpdate how the rpc files are generated so we dont get...
2012-07-04  Ronnie Sahlbergfix compiler warnings
2012-07-04  Ronnie Sahlbergfix compiler warning
2012-07-04  Ronnie Sahlbergsquelch compiler warnings in socket.c about integer...
2012-07-04  Ronnie SahlbergChange a size variable from uint64 to uint32 to squelch...
2012-07-04  Ronnie Sahlberglibrpc_rpc_call_body() should return TRUE is successful
2012-07-04  Ronnie Sahlbergsetpos returns a boolean, set it to always return TRUE
2012-07-04  Ronnie SahlbergZDR: New builtin replacement for RPC/XDR called ZDR
2012-06-11  Ronnie SahlbergNFS.X: Change all uint32/uint32_t to the standard type...
2012-03-26  Ronnie SahlbergMerge pull request #22 from Memphiz/win32compilefix
2012-03-18  unknown[win32] - fixe compilation broken since mknod addition
2012-03-10  Ronnie SahlbergNLM add NLM_GRANTED procedure to the rpc file
2012-03-10  Ronnie SahlbergNLM add helper functions to send async calls for the...
2012-03-10  Ronnie SahlbergNLM add NLM4 LOCK definition to the rpc file
2012-03-10  Ronnie SahlbergNLM: add UNLOCK call
2012-03-10  Ronnie SahlbergNLM : add raw function for NLM4 CANCEL
2012-03-10  Ronnie SahlbergNLM the cookie is always present in NLM replies and...
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-03-05  Ronnie SahlbergREADME, document where the mailinglist is and where...
2012-03-04  Ronnie Sahlbergupdate the licence text and proide an explicit copy...
2012-03-03  Ronnie Sahlbergnew version 1.3
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 Sahlbergrpc_nfs_create_async, args is now a pointer, not...
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-02  Ronnie SahlbergTry to rotate the ports we assign when root better...
2012-01-02  Ronnie SahlbergImprove an error message to show the errno value
2011-12-31  Ronnie SahlbergMOUNT: describe mount version 1
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-12-06  Ronnie SahlbergNew version 1.2
2011-12-05  Ronnie SahlbergSet IFREG from file type, dont assume mode bits contain it
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-11-27  Ronnie SahlbergNew version 1.1
2011-11-27  Ronnie SahlbergMake _FILE_OFFSET_BITS=64 always
2011-10-09  Ronnie SahlbergEverytime we use rpc_connect_async() internally, make...
2011-10-09  Ronnie SahlbergSync API: Once the sync nfs_mount() functions is finish...
2011-10-09  Ronnie SahlbergOnly call the "connect callback" if the callback is...
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 SahlbergBump version to 1.0.0
2011-10-04  Ronnie SahlbergFragment reassembly. Add reassembly of fragmented RPC...
2011-10-04  Ronnie SahlbergAutoreconnect: autoreconnect was completely broken...
2011-10-02  Ronnie SahlbergREADDIRPLUS emulation: Some embedded servers do not...
2011-09-19  Ronnie SahlbergDonr declate AUTH as a struct in libnfs.h
2011-09-19  Mike Frysingerignore generate libnfs.pc
2011-09-19  Mike Frysingertirpc: use pkg-config to find details
2011-09-19  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2011-09-19  Mike Frysingeradd maintainer e-mail to AC_INIT
2011-09-16  Ronnie SahlbergMerge pull request #15 from OpenELEC/libnfs-pkgconfig
2011-09-16  Stephan Raueadd support to create a pkgconfig file 'libnfs.pc'...
2011-09-13  Ronnie Sahlbergupdate README with highly non-portable capability suppo...
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/win32'
2011-09-13  Ronnie SahlbergMerge remote branch 'memphiz/listservers'
2011-09-12  unknown[add] - list nfs servers nfsclient-sync
2011-09-12  Memphiz[win32] - completed win32 port
2011-09-12  Memphiz[fix] - vs2010 project for libnfs
2011-09-12  Memphiz[add/change] - win32 wrappers
2011-09-12  Memphiz[fix] - fixed example - don't exit on read failure...
next