summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply patches from fedorabaserock/libtirpc-0-2-5Pedro Alvarez2014-10-3120-57/+48
* Fix non-executable autogen.shSam Thursfield2014-10-311-0/+0
* Release 0.2.5libtirpc-0-2-5Steve Dickson2014-08-081-1/+1
* Set the initial value of libtirpc_debug_level to zerolibtirpc-0-2-5-rc4Steve Dickson2014-08-081-2/+3
* auth_des: Converted some of the debugging syslog calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-5/+6
* svc_dg: Convert fprintf calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-28/+23
* rpcb_clnt: Convert fprintf calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-44/+21
* clnt_bcast: Convert local debug() calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-25/+11
* key_call: Convert local debug() calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-13/+8
* svcauth_des: Convert local debug() calls to LIBTIRPC_DEBUG() callsSteve Dickson2014-08-071-16/+16
* Clean up: Remove newlines from a couple debugging calls.Steve Dickson2014-08-072-5/+5
* print_rpc_gss_sec: Make sure logging to stderr is enabled.Steve Dickson2014-08-072-1/+4
* gss_log: Replace gss_log_debug with LIBTIRPC_DEBUG macrosSteve Dickson2014-08-071-5/+7
* libtirpc_debug: Converted the rest of the #ifdef DEBUGsSteve Dickson2014-08-074-33/+20
* git_log_status: Add function name to status messageSteve Dickson2014-08-073-17/+34
* gss_log_status: reformat output to use one line.Steve Dickson2014-08-071-11/+9
* gss_log: Removed DEBUG definesSteve Dickson2014-08-071-8/+1
* gss_log: Convert existing gss debugging routinesSteve Dickson2014-08-071-30/+11
* libtirpc: New configurable debugging routinesSteve Dickson2014-08-073-2/+115
* xdr_rejected_reply: Don't crash with invalid server rejectionSteve Dickson2014-06-181-1/+0
* Avoid buffer overruns by allocating buffer in svcauth_gss_validate()libtirpc-0-2-5-rc3Steve Dickson2014-05-291-7/+7
* Pre-register server side RPCSEC GSS supportlibtirpc-0-2-5-rc2Chuck Lever2014-04-094-2/+26
* man: Replace outdated Solaris and BSD references in the man pageslibtirpc-0-2-5-rc1Chuck Lever2014-01-2319-44/+52
* man: Organize man/Makefile.amChuck Lever2014-01-231-8/+16
* Clean up forward declarations in src/svc_auth_gss.cChuck Lever2014-01-231-9/+9
* Clean up forward declarations in src/auth_gss.cChuck Lever2014-01-231-12/+12
* Add a pthread key initializer constantChuck Lever2014-01-236-23/+25
* configure: permanently enable maintainer modeChuck Lever2014-01-231-1/+0
* Release 0.2.4libtirpc-0-2-4Steve Dickson2013-12-091-1/+1
* Clean up src/rpcb_clnt.cChuck Lever2013-12-091-1/+2
* Update "make clean" and "make distclean" targetsChuck Lever2013-12-094-0/+11
* Update .gitignoreChuck Lever2013-12-091-0/+2
* Use stock automake rules to install netconfigChuck Lever2013-12-092-9/+1
* configure.ac: Remove gssglue configuration knobsSteve Dickson2013-12-091-19/+4
* configure.ac: enable the GSSAPI by defaultSteve Dickson2013-12-091-7/+7
* Fix "make dist" and "make distcheck"Chuck Lever2013-12-093-0/+10
* libtirpc: remove tirpc/fpmath.hChuck Lever2013-12-091-63/+0
* libtirpc: remove tirpc/nss_tls.hChuck Lever2013-12-091-0/+0
* libtirpc: remove tirpc/spinlock.hChuck Lever2013-12-091-41/+0
* libtirpc: remove tirpc/misc/event.hChuck Lever2013-12-091-201/+0
* libtirpc: remove tirpc/misc/socket.hChuck Lever2013-12-091-62/+0
* libtirpc: remove tirpc/misc/queue.hChuck Lever2013-12-092-9/+0
* libtirpc: remove tirpc/namespace.hChuck Lever2013-12-097-39/+0
* build: set enable-silent-rules to be on by defaultSteve Dickson2013-12-091-0/+1
* build: Make compiler warnings easier to seeChuck Lever2013-12-091-1/+1
* glibc rpcgen compatibilityChuck Lever2013-12-092-0/+25
* Add compatibility XDR functions for unsigned integersChuck Lever2013-12-092-0/+52
* Add xdr_int8_t() and xdr_u_int8_t()Chuck Lever2013-12-092-0/+64
* Race in Race in clnt_vc_createlibtirpc-0-2-4-rc3Signed-off-by: Susant Sahani2013-11-252-0/+8
* Race condition in bindresvportSigned-off-by: Susant Sahani2013-11-252-3/+17