aboutsummaryrefslogtreecommitdiff
path: root/src/include/gssrpc/rename.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-27Remove unimplemented GSSRPC symbolsGreg Hudson1-7/+0
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-25/+1
It's been policy for a while now not to create "dead hunks" like these. A great deal of this code simply doesn't work because it hasn't been kept up-to-date, and may never have worked. Eliminate these dead hunks along with the complexity to support them.
2016-08-25Remove svcauth_gss_credsGreg Hudson1-2/+0
svcauth_gss_creds was in the libgssrpc library export list (as gssrpc_svc_auth_gss_creds) but was not declared in a public header and has no value to applications. Remove it.
2014-06-27Add a family-independent bindresvport_sa functionAndreas Schneider1-0/+1
This functions allows you to pass IPv4 and IPv6 addresses. If no address is given, t will determine the family by checking the socket with getsockname. [ghudson@mit.edu: clarified commit message, split out setport helper, squashed with next commit, minimized code changes from old bindresvport, used socket-utils.h helpers] ticket: 7935 (new)
2013-11-25Add new versions of log_badauth gssrpc callbacksGreg Hudson1-0/+2
libgssrpc supports two callbacks for gss_accept_sec_context failures on servers (one for AUTH_GSS and one for AUTH_GSSAPI), which are IPv4-specific. Provide an alternate version which supplies the transport handle instead of the address, so that we can get the address via the file descriptor for TCP connections. ticket: 7770
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-3/+4
and license comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24695 dc483132-0cff-0310-8789-dd5450dbe970
2009-10-31make mark-cstyleTom Yu1-1/+1
make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
2008-06-25Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current ↵Ken Raeburn1-0/+2
rpc code) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20468 dc483132-0cff-0310-8789-dd5450dbe970
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn1-0/+307
build time, and which is the only place we use them from anyways. Update Makefile references and dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18589 dc483132-0cff-0310-8789-dd5450dbe970