summaryrefslogtreecommitdiffstats
path: root/utils/gssd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused argumentsgss-fixesSimo Sorce2014-01-173-7/+7
* Improve first attempt at acquiring GSS credentialsSimo Sorce2014-01-171-22/+2
* gssd: don't let parent exit until child has a chance to scan directory onceJeff Layton2013-11-203-2/+9
* nfs-utils: consolidate mydaemon() and release_parent() implementationsJeff Layton2013-11-201-87/+3
* 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-202-1/+6
* gssd: always reply to rpc-pipe requests from kernel.NeilBrown2013-11-201-9/+12
* gssd: validate cred in gssd_acquire_user_credWeston Andros Adamson2013-10-281-0/+7
* 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
* nfs-utils: remove gss_clnt_send_err and gss_destroy_credsJeff Layton2013-10-213-126/+1
* 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-243-11/+5
* 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: fixed typo in machine cred name.Doug Nazar2013-07-021-1/+1
* gssd: don't give up on machine credential if hostname not available.NeilBrown2013-07-021-2/+6
* Fix handling of preferred realm command line option.Maximilian Wilhelm2013-07-011-2/+10
* gssd: remove redundant array size.NeilBrown2013-07-011-1/+1
* gssd: Fix recent fix to Avoid DNS reverse resolution in gssd.Signed-off-by: NeilBrown2013-05-282-13/+32
* gssd: Remove unnecessary including of ctype.hSteve Dickson2013-05-071-1/+0
* Avoid DNS reverse resolution for server names (take 3)Simo Sorce2013-04-224-7/+41
* gssd: Allow GSSAPI to try to acquire credentials first.Simo Sorce2013-04-223-26/+75
* gssd: Fix double free when exporting lucid contextSimo Sorce2013-04-107-12/+12
* gssd: Fix segfault when using -R optionSimo Sorce2013-04-021-1/+1
* gssd: Switch to use standard GSSAPI by defaultSimo Sorce2013-04-022-6/+16
* gssd: gethostname(3) returns zero or -1, not an errnoChuck Lever2013-03-251-2/+2
* gssd: Fix whitespace nitsChuck Lever2013-03-251-6/+6
* gssd: Clean up gssd_setup_krb5_user_gss_ccache()Chuck Lever2013-03-251-8/+8
* gssd: Update description of "-l" optionChuck Lever2013-03-252-22/+27
* gssd: Clarify use of the term "machine credentials" in rpc.gssd(8)Chuck Lever2013-03-251-37/+105
* gssd: Provide an introduction in gssd(8)Chuck Lever2013-03-251-14/+59
* gssd: gssd.man is missing a description of the "-M" optionChuck Lever2013-03-251-10/+16
* gssd: Use italics for option values and pathnamesChuck Lever2013-03-251-9/+21
* gssd - expired credentials problemLukas Hejtmanek2013-03-251-0/+5
* gssd: don't krb5_free_context if krb5_init_context failsNeilBrown2013-03-251-7/+8
* 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-283-14/+18
* gssd: Remove insane sanity checks of the service nameTrond Myklebust2012-11-281-12/+1
* svcgssd: Encryption types not being parsed correctlySteve Dickson2012-11-191-0/+7
* rpc.gssd: Squelch compiler errorChuck Lever2012-10-301-1/+1
* rpc.gssd: Squelch compiler warningChuck Lever2012-10-301-5/+6
* rpc.gssd: Squelch compiler warningChuck Lever2012-10-301-1/+1
* GSSD: Pass GSS_context lifetime to the kernel.Andy Adamson2012-10-181-3/+16
* utils: Return status 0 on clean exitsMantas Mikulenas2012-10-152-2/+2
* gssd: Use /run/user/${UID} instead of /run/user/${USER}Nalin Dahyabhai2012-08-224-42/+35