summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.ac: Disable DES auth by defaultSteve Dickson2015-05-061-2/+2
* Makefile.am: Removed unsupported c-fileslibtirpc-0-2-6-rc4Steve Dickson2015-04-308-1477/+0
* auth.h: Remove unsupported routine declarationsSteve Dickson2015-04-303-34/+2
* Don't link against libnslThorsten Kukuk2015-04-291-1/+0
* Fix xdr_rpc* defines in xdr.hThorsten Kukuk2015-04-291-9/+5
* disable *rpcent functions if they exist in libcThorsten Kukuk2015-04-292-1/+15
* configure.ac: Allow for disabling auth DESBernhard Reutner-Fischer2015-04-297-8/+28
* Make sure to include config.hBernhard Reutner-Fischer2015-04-293-6/+9
* getrpcent: Fix compilation on glibcBernhard Reutner-Fischer2015-04-291-4/+4
* delete src/config.hBernhard Reutner-Fischer2015-04-291-110/+0
* Finish server-side rpc_gss_*() APIsChuck Lever2015-04-292-3/+107
* Extract caller's qop setting from svcauth_gss_validate()Chuck Lever2015-04-291-3/+6
* Add server-side rpc_gss_*() APIsChuck Lever2015-04-297-10/+782
* Refactor authgss_refresh()Chuck Lever2015-04-291-8/+42
* Add client-side rpc_gss_*() APIsChuck Lever2015-04-295-2/+481
* Add utility rpc_gss_*() APIsChuck Lever2015-04-2911-2/+886
* Add header definitions for rpc_gss_*() APIsChuck Lever2015-04-295-1/+369