summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code from idmapd.Kevin Coffman2007-10-153-118/+0
* Remove old logging implementation for idmapd and rework gssd and idmapd to us...Kevin Coffman2007-10-153-142/+46
* Cleanup xlog logging code to be safe and usable for allKevin Coffman2007-10-152-21/+48
* Remove svcgssd's private version of cacheio.cKevin Coffman2007-10-152-346/+0
* Use nfslib versions of cacheio functionsKevin Coffman2007-10-152-3/+1
* Copy new cacheio functions used by svcgssd to nfslibKevin Coffman2007-10-152-7/+45
* Use printerr to print svcgssd downcall debugging infoKevin Coffman2007-10-152-12/+7
* Make print_hexl function write to stdout rather than using printerrKevin Coffman2007-10-151-15/+18
* Fix new warning after strict prototype checking enabledKevin Coffman2007-10-151-1/+1
* text-based mount.nfs: Fix po_rightmost() enum return valuesChuck Lever2007-10-122-32/+25
* mountd: address a minor compiler warningChuck Lever2007-10-121-1/+1
* mountd: eliminate a spurious compiler warningChuck Lever2007-10-121-1/+1
* Fix version fallback for unmount.Neil Brown2007-10-122-28/+16
* Don't fail an unmount just because we couldn't contact the NFS server.Neil Brown2007-10-111-2/+1
* text-based mount.nfs: Plug "fg" and "bg" processing into nfsmount_string()Chuck Lever2007-10-111-13/+13
* text-based mount.nfs: Add functions to handle background mountingChuck Lever2007-10-111-0/+89
* text-based mount.nfs: add function to do foreground retriesChuck Lever2007-10-111-0/+51
* text-based mount.nfs: sort between permanent and temporary errorsChuck Lever2007-10-111-0/+21
* text-based mount.nfs: Use helpers for invoking mount(2) system callChuck Lever2007-10-111-14/+2
* text-based mount.nfs: Implement falling back to NFSv2 and UDPChuck Lever2007-10-111-2/+64
* text-based mount.nfs: Add rewrite_mount_options() functionChuck Lever2007-10-111-0/+130
* text-based mount.nfs: add a few useful parser return codesChuck Lever2007-10-112-2/+7
* text-based mount.nfs: Create helpers for invoking mount(2) system callChuck Lever2007-10-091-0/+74
* text-based mount.nfs: Remove unused top level functionsChuck Lever2007-10-091-129/+0
* text-based mount.nfs: combine nfsmount_s() and nfs4mount_s() pathsChuck Lever2007-10-093-10/+65
* text-based mount.nfs: refactor mandatory mount option processingChuck Lever2007-10-091-0/+23
* text-based mount.nfs: rename fix_up_mounthost_opt()Chuck Lever2007-10-091-4/+4
* text-based mount.nfs: Fix mounthost= processingChuck Lever2007-09-291-0/+27
* text-based mount.nfs: Clean up helper functions that are no longer usedChuck Lever2007-09-291-99/+0
* text-based mount.nfs: start using new mount option parsing facilityChuck Lever2007-09-291-17/+3
* text-based mount.nfs: add parser init and destroy callsChuck Lever2007-09-291-0/+26
* text-based mount.nfs: prepare for more complex error exit handlingChuck Lever2007-09-291-15/+21
* text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='Chuck Lever2007-09-291-0/+55
* text-based mount.nfs: parse option strings into listsChuck Lever2007-09-293-2/+478
* mount.nfs: add new string tokenizer facilityChuck Lever2007-09-293-2/+188
* rpc.mountd: add new mode for handling netgroup-heavy configurationsJeff Layton2007-09-283-19/+87
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-284-17/+22
* rpc.mountd: make exportent->e_hostname a dynamically-allocated stringJeff Layton2007-09-285-24/+15
* rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated stringJeff Layton2007-09-283-11/+15
* rpc.mountd: fix memory leak and error handling in nfsd_fhJeff Layton2007-09-281-0/+3
* Don't do_nfs_umount() for NFSv4 unmountsChuck Lever2007-09-251-1/+1
* umount.nfs: umount doesn't recognize a busy file systemChuck Lever2007-09-251-3/+7
* umount.nfs: Refactor remount logic in umount.nfsChuck Lever2007-09-251-17/+26
* umount.nfs: Fix white space damage in nfsumount.cChuck Lever2007-09-251-58/+58
* mount.nfs: Add error messages for errors reported by text-based mount(2)Chuck Lever2007-09-251-2/+18
* text-based mount.nfs: Add text-based error reporting functionChuck Lever2007-09-252-0/+57
* mount.nfs: rename mount_errors()Chuck Lever2007-09-254-10/+19
* text-based mount.nfs: Use "child" instead of "bg" for nfsmount_sChuck Lever2007-09-251-3/+3
* mount.nfs: Don't leak mount_optsChuck Lever2007-09-251-6/+11
* mount.nfs: Don't leak extra_optsChuck Lever2007-09-251-0/+1