summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.0.1libtirpc-1-0-1Steve Dickson2015-10-301-1/+1
* configure.ac: bump up the soname to reflect some API changes.Steve Dickson2015-10-301-1/+1
* Tell libtool that all symbols are intended to be resolvedPeter Rosin2015-10-301-1/+1
* Drop the xp_auth member of SVCXPRTPeter Rosin2015-10-305-24/+16
* Fix SVCAUTH lifetime issues and move towards SolarisPeter Rosin2015-10-309-39/+131
* Align with Solaris in the process.Peter Rosin2015-10-307-15/+103
* makefd_xprt: Fix typoPeter Rosin2015-10-301-1/+1
* Fix memory leak on failure in svc_vc_createPeter Rosin2015-10-301-2/+4
* su_data: corrected macro expansionPeter Rosin2015-10-301-1/+1
* Handle gss auth reference counting internallyBrendan Heading2015-10-305-42/+48
* Make no-undefined linker flag depending on OSlibtirpc-0-3-3-rc3Steve Dickson2015-08-282-1/+16
* Use poll() instead of select() in svc_run()Thorsten Kukuk2015-08-287-118/+141
* rendezvous_request: check the makefd_xprt return valueDitang Chen2015-07-131-0/+2
* manpage: Add authdes_pk_createThorsten Kukuk2015-07-131-0/+15
* Fix authdes_createlibtirpc-0-3-3-rc2Thorsten Kukuk2015-07-111-7/+15
* Sync src/rpc_com.h with tirpc/rpc/rpc_com.hThorsten Kukuk2015-07-101-29/+2
* Add sunrpc compat define for xp_sockThorsten Kukuk2015-07-101-0/+1
* Add authdes_pk_createThorsten Kukuk2015-07-103-0/+44
* build: Bump library versionChuck Lever2015-07-102-30/+29
* Return correct string in rcred->client_principalChuck Lever2015-07-101-14/+6
* Remove g_OID_equal()Chuck Lever2015-07-102-6/+8
* Fix server-side GSS authenticationChuck Lever2015-07-101-0/+10
* Enable the AUTH_DES authenticator for RPC serversChuck Lever2015-07-103-7/+2
* man: /etc/gss/{mech, qop} are not used by this implementationChuck Lever2015-07-105-41/+59
* rpc_gss_getcred(3): Fix columns in PARAMETERS tableChuck Lever2015-07-101-1/+0
* Fix double-free in rpc_gss_seccreate(3t)Chuck Lever2015-07-101-1/+0
* enable xdr_sizeofThorsten Kukuk2015-07-104-3/+5
* Missing symbols in versions maplibtirpc-0-3-3-rc1Thorsten Kukuk2015-06-261-0/+7
* Makefile.am: Add -Wl,-no-undefinedArmin K2015-06-261-1/+1
* __svc_vc_dodestroy: close memory leakSteve Dickson2015-06-261-1/+7
* svc_tli_create: close memory leakSteve Dickson2015-06-261-0/+2
* __rpc_get_default_domain is undefined with LDFLAGS=-Wl,--no-undefinedArmin K2015-06-182-1/+73
* Release 0.3.2libtirpc-0-3-2Steve Dickson2015-06-161-1/+1
* libtirpc.map: Update symbol versions for libtirpc 0.3.2libtirpc-0-3-1-rc2Chuck Lever2015-06-161-0/+31
* Remove vestiges of AUTH_KERBChuck Lever2015-06-164-204/+0
* Enable rtime() API for backward compatibility with glibc's SunRPCChuck Lever2015-06-163-4/+3
* Enable the netname API for backward compatibility with glibc's SunRPCChuck Lever2015-06-163-74/+4
* Enable key_prot API for backward compatibility with glibc's SunRPCChuck Lever2015-06-166-3/+552
* Revert commit c0547c56dafb ('Add configure option to disable DES')Chuck Lever2015-06-163-18/+2
* Revert commit 4ba9ce277dd6 ('configure.ac: Allow for disabling auth DES')Chuck Lever2015-06-167-27/+7
* Revert commit ddf99776a7a9 ('auth.h: Remove unsupported routine . . .')Chuck Lever2015-06-163-2/+34
* Revert commit 3b6edd428fcf ('Makefile.am: Removed unsupported c-files')Chuck Lever2015-06-168-0/+1477
* Revert commit cf29aa829f80 ('configure.ac: Disable DES auth by default')Chuck Lever2015-06-161-2/+2
* Remove dead codeChuck Lever2015-06-161-20/+0
* configure: Heimdal Kerberos does not package gssapi/gssapi_ext.hChuck Lever2015-06-162-1/+7
* Fix: IPv6 and old SunRPC-functionsThorsten Kukuk2015-06-051-3/+3
* Release 0.3.1libtirpc-0-3-1Steve Dickson2015-06-011-1/+1
* Commit 7228a9482b92 missed tirpc/rpc/rpcsec_gss.h .libtirpc-0-3-1-rc1Chuck Lever2015-06-011-3/+8
* Expose legacy svcauth_gss APIsChuck Lever2015-06-014-2/+60
* Pass time_req and input_channel_bindings through to init_sec_contextChuck Lever2015-06-011-7/+11