summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Conditionally install GSS man pages and headersChuck Lever2015-06-012-3/+10
* Do not include rpc/auth_gss.h in rpc/rpc.hChuck Lever2015-06-012-4/+1
* "configure --enable-gssapi" should fail if gssapi.h not foundChuck Lever2015-06-011-1/+6
* "configure --enable-gssapi" should fail if krb5-config is not foundChuck Lever2015-06-011-2/+6
* Remove requirement for gssapi/gssapi.h in svc_auth.hChuck Lever2015-06-012-18/+7
* Revert "Fix Build w/gssapi disabled"Steve Dickson2015-06-017-32/+4
* Fix Build w/gssapi disabledThorsten Kukuk2015-05-077-4/+32
* Release 0.3.0libtirpc-0-3-0Steve Dickson2015-05-061-1/+1
* Symbol versioning patchlibtirpc-0-2-6-rc5Thorsten Kukuk2015-05-063-4/+300
* Fix: unresolved _crypt() symbolsThorsten Kukuk2015-05-063-16/+603