summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* idmapd: allow non-ASCII characters (UTF-8) in NFSv4 domain nameSuresh Jayaraman2012-12-171-23/+5
* mountd: fix is_subdirectory to understand '/'NeilBrown2012-12-171-23/+25
* mountd: Report the absolute path used to load the junction plug-inChuck Lever2012-12-121-0/+7
* mountd: cache.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+0
* mountd: auth.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+2
* 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
* nfsdcltrack: skip "." and ".." when trying to clean out legacy recdirJeff Layton2012-11-281-0/+11
* mount.nfs: error message clean up.Steve Dickson2012-11-281-1/+1
* mount.nfs: Continue to trying address when the server return EACCESSteve Dickson2012-11-281-0/+2
* mountd: auth_unix_ip should downcall on error to prevent hangsJ. Bruce Fields2012-11-281-7/+4
* svcgssd: Encryption types not being parsed correctlySteve Dickson2012-11-191-0/+7
* nfsdcltrack: remove the nfsdcld daemonJeff Layton2012-11-114-797/+2
* nfsdcltrack: add a manpage for nfsdcltrackJeff Layton2012-11-112-1/+212
* nfsdcltrack: add a legacy transition mechanismJeff Layton2012-11-111-0/+85
* nfsdcltrack: add a new "one-shot" program for manipulating the client trackin...Jeff Layton2012-11-113-2/+440
* nfsdcltrack: break out a function to open the database handleJeff Layton2012-11-112-15/+35
* nfsdcltrack: remove pointless sqlite_topdir variableJeff Layton2012-11-113-10/+5
* nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrackJeff Layton2012-11-117-2/+2
* nfsdcltrack: fix segfault in sqlite debug loggingJeff Layton2012-11-111-1/+1
* 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
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-1/+1
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-4/+4
* mountd: Make local functions staticChuck Lever2012-10-301-2/+4
* mountd: Eliminate unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-5/+5
* mountd: Simplify "no junction support" caseChuck Lever2012-10-221-13/+19
* mountd: Dynamically allocate exportent that represents junctionsChuck Lever2012-10-221-24/+31
* mountd: Junctions inherit parent export's optionsChuck Lever2012-10-221-20/+35
* mountd: Add lookup_export_parent()Chuck Lever2012-10-221-9/+70
* mountd: Set e_fslocdata field directlyChuck Lever2012-10-221-14/+23
* mountd: Use static buffer when constructing junction export optionsChuck Lever2012-10-221-31/+5
* mountd: Warn when a broken junction is encounteredChuck Lever2012-10-221-5/+14
* GSSD: Pass GSS_context lifetime to the kernel.Andy Adamson2012-10-181-3/+16
* utils: Return status 0 on clean exitsMantas Mikulenas2012-10-154-4/+6
* mount.nfs4: Backgrounding mount broken with NFS versions <4Wolfram Gloger2012-10-151-5/+12
* mount.nfs mapage: clear up confusion between 'proto' and 'transport'Neil Brown2012-10-152-44/+36
* Added fsc and nofsc to the mount manpage.Steve Dickson2012-08-231-0/+7
* blkmapd: proper signal handlingPeng Tao2012-08-231-1/+17
* blkmapd: allow blocklayoutdriver module to load/unloadPeng Tao2012-08-231-20/+84
* 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