summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* gssd - simplify handle_gssd_upcallDavid Hardeman2015-01-231-68/+38
* gssd - improve inotifyDavid Hardeman2015-01-231-0/+1
* gssd - use more relative pathsDavid Hardeman2015-01-231-2/+2
* gssd - move over pipfs scanning codeDavid Hardeman2015-01-231-543/+0
* gssd: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-071-3/+6
* gssd: configurable connection timeout for the rpcgssd serviceRinku Kothiya2014-07-251-1/+5
* gssd: Fixed errno typo in get_servername()Steve Dickson2014-07-251-1/+1
* gssd: Fix allocated buffer size for the scraped acceptor name in do_downcallVeli-Matti Lintu2014-06-011-1/+1
* gssd: scrape the acceptor name out of the contextJeff Layton2014-04-301-10/+27
* gssd: explicitly set lifetime_rec to 0 when gss_inquire_context failsJeff Layton2014-04-301-3/+4
* gssd: make do_downcall a void returnJeff Layton2014-04-301-3/+3
* gssd: handle malloc failure appropriately in do_downcallJeff Layton2014-04-301-2/+5
* gssd: Remove unused argumentsSimo Sorce2014-01-201-1/+1
* gssd: don't let spurious signals interrupt the wait after forkingJeff Layton2013-11-201-1/+4
* gssd: Fix file descriptor leak of old pipe dirsWeston Andros Adamson2013-11-201-1/+5
* gssd: always reply to rpc-pipe requests from kernel.NeilBrown2013-11-201-9/+12
* gssd: do a more thorough change of identity after forkingJeff Layton2013-10-211-16/+66
* gssd: have process_krb5_upcall fork before handling upcallJeff Layton2013-10-211-1/+23
* gssd: don't use tgtname to find our keytabJ. Bruce Fields2013-09-241-6/+9
* gssd: don't use tgtname to find our keytabJ. Bruce Fields2013-09-241-2/+1
* gssd: fix strncmp bug causing client removalsJ. Bruce Fields2013-09-241-1/+1
* gssd: suppress error message if rpc_pipefs dir disappears.NeilBrown2013-09-051-2/+3
* gssd: Fix recent fix to Avoid DNS reverse resolution in gssd.Signed-off-by: NeilBrown2013-05-281-8/+10
* gssd: Remove unnecessary including of ctype.hSteve Dickson2013-05-071-1/+0
* Avoid DNS reverse resolution for server names (take 3)Simo Sorce2013-04-221-4/+27
* gssd: Allow GSSAPI to try to acquire credentials first.Simo Sorce2013-04-221-7/+15
* gssd: Fix double free when exporting lucid contextSimo Sorce2013-04-101-2/+2
* 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