2cbdd12 AUTOFS: a client library

7 files Authored by jhrozek 12 years ago, Committed by sgallagh 12 years ago,
    AUTOFS: a client library
    
    This is the library the autofs client is using. automounter dlopen()s
    the library so there is no header file, no pkgconfig file and the
    library is in the libsss_autofs package, not in -devel.
    
    The library provides the following interface:
    * _sss_setautomntent() - select the map for processing
    * _sss_getautomntent_r() - iterates through key/value pairs in the
                               selected map. The key is usually the mount
                               point, the value is mount information
                               (server:/export)
    * _sss_getautomntbyname_r() - returns value for a specific key.
    * _sss_endautomntent() deselect a map, clean up
    
        
file modified
+23 -1
file modified
+13 -0
file modified
+20 -0
file modified
+12 -0