fix implicit decl warnings
[deb_libnfs.git] / lib / libnfs-zdr.c
2014-08-11  Mike Frysingerfix implicit decl warnings
2014-03-12  Ronnie SahlbergWe only need to spend CPU computing a new error string...
2014-03-12  Ronnie SahlbergImprove error reporting when unmarshalling of message...
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-23  Peter Lievenlibnfs_zdr_opaque: make valgrind happy
2013-12-17  Ronnie SahlbergMerge pull request #40 from plieven/master
2013-12-17  Peter Lievenlibnfs_authunix_create: make valgrind happy
2013-10-20  Ronnie SahlbergMake sure the the value is unsigned before we OR it...
2013-07-10  Ronnie SahlbergMerge pull request #36 from Memphiz/win32fix2
2013-05-31  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2013-05-31  Ronnie SahlbergOn Windows, use 65534/65534 instead of 65535/65535...
2013-05-29  Ronnie SahlbergAros fixes
2013-05-29  Ronnie SahlbergInclude ifdef cleanup
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-05-25  Ronnie SahlbergOn unix systems, when creating the default authenticati...
2013-04-11  Ronnie SahlbergInitial AROS support.
2012-11-28  Ronnie SahlbergMerge branch 'zdr'
2012-11-27  Ronnie SahlbergImplement 'rejected_reply' and switch to RFC5531 defini...
2012-11-24  Ronnie SahlbergZDR_ARRAYS: The sub-unmarshaller returns TRUE FALSE...
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 Sahlbergfix compiler warnings
2012-07-04  Ronnie Sahlbergfix compiler warning
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