summaryrefslogtreecommitdiffstats
path: root/utils/gssd
Commit message (Expand)AuthorAgeFilesLines
* Provide macros for non-standard gss symbolsHEADmasterSimo Sorce2013-03-261-0/+10
* Switch to use standard GSSAPI by defaultSimo Sorce2013-03-261-6/+6
* 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
* gssd: scan for DIR: ccaches, tooNalin Dahyabhai2012-08-222-19/+33
* rpc.gssd: don't call poll(2) twice a secondChuck Lever2012-08-062-17/+41
* rpc.gssd: handle error to open toplevel directoryJ. Bruce Fields2012-08-061-4/+6
* rpc.gssd: don't call printerr from signal handlerJ. Bruce Fields2012-08-061-3/+1
* rpc.gssd: simplify signal handlingJ. Bruce Fields2012-08-061-6/+5
* rpc.gssd: close upcall pipe on POLLHUPChuck Lever2012-07-193-2/+27
* Add -l option to gssd to force legacy behaviourMichael Weiser2012-04-164-4/+40
* gssd: Look for user creds in user defined directorySteve Dickson2012-03-223-3/+36
* Kill SPKM3: Remove also the dependent lipkey mechanismSimo Sorce2012-03-121-1/+0
* Kill SPKM3: remove spkm3 from common gssd codeSimo Sorce2012-03-124-191/+0
* Kill SPKM3: Remove spkm3 support from gssdSimo Sorce2012-03-125-122/+4
* Kill SPKM3: Remove spkm3 references from svcgssdSimo Sorce2012-03-122-7/+2
* autoconf: only link binaries that need it to libtirpcJeff Layton2012-01-161-2/+2
* autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBSJeff Layton2012-01-051-1/+1
* gssd: avoid double-free upon write failureJim Meyering2012-01-051-5/+4
* gssd: Fix typo in debug stringBenjamin Coddington2011-07-211-1/+1
* svcgssd: use correct defaults in call to gss_set_allowable_enctypesKevin Coffman2011-07-211-7/+30
* Document "-n" for svcgssdNeil Brown2011-06-071-2/+9
* rpc.svcgssd: Segmentation fault on errorSteve Dickson2011-04-191-1/+2
* nfs-utils: Increase the stdio file buffer size for procfs filesSean Finney2011-04-191-0/+3
* nfs-utils: Add support to svcgssd to limit the negotiated enctypesKevin Coffman2011-04-066-10/+265
* Gssd: modify wrong err message at handle_gssd_upcallMi Jinlong2011-02-091-1/+1
* Support AD style kerberos automatically in rpc.gssJason Gunthorpe2011-02-092-18/+49
* Improve debugging in svcgssdSteve Dickson2011-01-143-3/+81