summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* gssd: Duplicate the upcall string for error messagesFrank Sorenson2017-02-151-4/+13
* gssd: replace non-thread-safe strtok with strsepFrank Sorenson2017-02-151-1/+2
* gssd: no longer needed pid logicOlga Kornievskaia2016-05-141-6/+1
* gssd: move read of upcall into main threadOlga Kornievskaia2016-05-141-52/+21
* gssd: always call gss_krb5_ccache_nameOlga Kornievskaia2016-04-291-1/+9
* gssd: using syscalls directly to change thread's identityOlga Kornievskaia2016-04-291-10/+9
* gssd: use pthreads to handle upcallsOlga Kornievskaia2016-04-291-31/+20
* gssd: Corrected some types in the debugging codeSteve Dickson2016-03-081-2/+2
* krb5_use_machine_creds: Fixed the format of some debugging messagesSteve Dickson2016-03-071-6/+7
* gssd: reworked second level of debuggingSteve Dickson2015-11-161-3/+3
* gssd: log all fatal errorsSteve Dickson2015-11-161-1/+1
* gssd: reworked first level of debuggingSteve Dickson2015-11-161-15/+9
* gssd: Make TCP the default protocol for GSSD connections.Chuck Lever2015-11-021-9/+2
* GSSD only fork when uid is not zeroAndy Adamson2015-09-231-24/+38
* GSSD: move process_krb5_updcall non machine cred case to helper functionAndy Adamson2015-09-231-27/+50
* GSSD: move process_krb5_upcall machine cred case to helper functionAndy Adamson2015-09-231-45/+65
* Revert "rpc.gssd: Replace exit(0) by return in process_krb5_upcall"Steve Dickson2015-09-081-1/+1
* rpc.gssd: Replace exit(0) by return in process_krb5_upcallAndy Adamson2015-08-241-1/+1
* 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