summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* gssd: Fix whitespace nitsChuck Lever2013-03-251-6/+6
* gssd: use correct test for success of getrlimit()NeilBrown2013-03-251-1/+1
* gssd: Call authgss_free_private_data() if library provides it.NeilBrown2013-02-131-1/+1
* gssd: base the size of the fd array on the RLIMIT_NOFILE limit.NeilBrown2012-11-281-0/+5
* gssd_proc: remove pointless test against FD_ALLOC_BLOCK in process_pipedirNeilBrown2012-11-281-3/+2
* gssd_proc: use pollsize, not FD_ALLOC_BLOCK, in get_poll_index()NeilBrown2012-11-281-2/+2
* gssd: Handle the target name correctlyTrond Myklebust2012-11-281-7/+2
* gssd: Remove insane sanity checks of the service nameTrond Myklebust2012-11-281-12/+1
* rpc.gssd: Squelch compiler errorChuck Lever2012-10-301-1/+1
* rpc.gssd: Squelch compiler warningChuck Lever2012-10-301-5/+6
* GSSD: Pass GSS_context lifetime to the kernel.Andy Adamson2012-10-181-3/+16
* gssd: Use /run/user/${UID} instead of /run/user/${USER}Nalin Dahyabhai2012-08-221-34/+2
* rpc.gssd: don't call poll(2) twice a secondChuck Lever2012-08-061-1/+1
* rpc.gssd: close upcall pipe on POLLHUPChuck Lever2012-07-191-0/+19
* gssd: Look for user creds in user defined directorySteve Dickson2012-03-221-2/+34
* Kill SPKM3: Remove spkm3 support from gssdSimo Sorce2012-03-121-103/+3
* Gssd: modify wrong err message at handle_gssd_upcallMi Jinlong2011-02-091-1/+1
* Removed warnings from gssd_proc.cSteve Dickson2010-08-091-3/+3
* Removed warnings from krb5_util.cSteve Dickson2010-08-091-1/+1
* Removed some miscellaneous warnings in the new gssd code.Steve Dickson2010-04-161-3/+3
* Try to use kernel function to determine supported Kerberos enctypes.Kevin Coffman2010-04-161-1/+81
* gssd: on krb5 upcall, have gssd send a more granular error codeJeff Layton2010-01-121-2/+6
* gssd: have gssd deal with scopeid field in upcallJeff Layton2009-12-111-25/+35
* gssd: process service= attribute in new upcallOlga Kornievskaia2009-11-161-6/+56
* gssd: process target= attribute in new upcallOlga Kornievskaia2009-11-161-3/+23
* gssd: handle new client upcallOlga Kornievskaia2009-11-161-31/+154
* gssd: print full client directory being handledOlga Kornievskaia2009-11-161-2/+2
* gssd: add upcall support for callback authenticationOlga Kornievskaia2009-11-161-33/+56
* gssd: refactor update_client_list()Olga Kornievskaia2009-11-161-7/+21
* Gssd blindly caches machine credentialsLukas Hejtmanek2009-08-271-34/+40
* nfs-utils: add IPv6 code to gssdJeff Layton2009-04-151-0/+44
* nfs-utils: switch gssd to use standard function for getting an RPC clientJeff Layton2009-04-151-29/+12
* nfs-utils: query for remote port using rpcbind instead of getaddrinfoJeff Layton2009-04-151-52/+86
* nfs-utils: store the address given in the upcall for later useJeff Layton2009-04-151-16/+79
* Regardless though, it's dangerous to keep invalid pointers around likeJeff Layton2009-03-231-7/+8
* gssd: NULL-terminate buffer after read in read_service_info (try #2)Jeff Layton2009-03-231-1/+2
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-161-1/+2
* gssd: Use same style for including config.h that rest of nfs-utils usesChuck Lever2009-03-051-1/+5
* gssd: By default, don't spam syslog when users' credentials expireKevin Coffman2009-01-051-4/+4
* gssd/svcgssd: add support to retrieve actual context expirationKevin Coffman2008-12-111-2/+2
* The default expiration of kernel gss contexts is the expirationLukas Hejtmanek2008-07-151-2/+1
* gssd_setup_krb5_user_gss_ccache must return an error if no usable cache isLukas Hejtmanek2008-07-151-3/+2
* Kerberos credentials may be stored in multiple places. Make itVince Busam2008-05-071-3/+8
* Check the info file nfs/rpc_pipefs/nfs/clnt?/info toOlga Kornievskaia2008-05-071-2/+12
* Turn down gssd's syslog verbosityTimo Aaltonen2008-03-131-1/+1
* Use newly added keytab functionsKevin Coffman2007-03-311-3/+5
* Add missing newlinesKevin Coffman2007-03-311-6/+6
* Create two separate paths for pipefs_dir and pipefs_nfsdir.Kevin Coffman2007-03-191-11/+11
* Add option to allow root to use credentials other than machine credentialsKevin Coffman2007-03-191-39/+43
* Fix misc warning messagesKevin Coffman2006-10-171-0/+1