summaryrefslogtreecommitdiffstats
path: root/support/nfs/conffile.c
Commit message (Expand)AuthorAgeFilesLines
* conffile: allow $name expansion of tag values.NeilBrown2016-12-201-2/+14
* conffile: ignore setting of empty stringNeilBrown2016-12-201-0/+2
* conffile: strip "quotes" from values in conf file.NeilBrown2016-12-201-9/+16
* conffile: add support for include files.NeilBrown2016-12-201-2/+6
* conffile: split loading of file into a separate function.NeilBrown2016-12-201-21/+26
* conffile: free image of config file after parsingNeilBrown2016-12-201-11/+6
* conffile: add bool supportNeilBrown2016-12-201-0/+32
* conffile: use standard uint*_t and unsigned charNatanael Copa2014-09-151-7/+7
* mount.nfs: dont pass options from configuration sections that are not relevantScott Mayhew2013-08-191-1/+3
* rpc.idmap: Hide global symbols from libidmap pluginsNoah Friedman2012-03-161-0/+2
* nfsmount: Fixed parsing error in the nfsmount.conf code.Steve Dickson2012-03-061-13/+6
* rpc.idmapd: Sections in idmapd.conf are ignored.Steve Dickson2011-11-141-1/+2
* Removed a warning from conffile.cSteve Dickson2011-04-061-0/+1
* libnfs.a: fix a bug when parse section's argMi Jinlong2010-11-291-2/+2
* Removed warnings from conffile.cSteve Dickson2010-08-091-4/+4
* Cleaned up parsing errors to hopeful be more preciseSteve Dickson2009-08-171-5/+5
* Added support for line comments parsing which shouldBenny Halevy2009-08-171-5/+19
* Now that only the Section names are case-insensitiveSteve Dickson2009-08-161-12/+0
* Added an conditional argument to the Section namesSteve Dickson2009-08-161-18/+96
* Make Section names case-insensitive which shouldSteve Dickson2009-08-161-0/+15
* Taught conf_parse_line() to ignore spaces in theSteve Dickson2009-08-161-9/+26
* Move idmapd's configuration file parsing routines intoSteve Dickson2009-08-161-0/+850