summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused argumentsgss-fixesSimo Sorce2014-01-171-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
* 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