summaryrefslogtreecommitdiff
path: root/support/junction/xml.c
Commit message (Collapse)AuthorAgeFilesLines
* fix compilation with -Werror=format on i586Guillaume Rousse2019-11-221-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* junction: Fixed debug statement to compile with -Werror=format=2 flagSteve Dickson2019-11-131-2/+2
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Add LDAP-free version of libjunction to nfs-utilsChuck Lever2018-02-071-0/+401
A "junction" is a physical filesystem object that contains an NFS referral. On Linux, a junction is a directory with special mode bits that has an extended attribute containing referral location information, represented as XML. A junction can contain either a list of target locations, or it can contain the location of an LDAP directory entry where the actual referral information is maintained. The former is called an "NFS basic junction", the latter is a "FedFS junction". libjunction contains support for reading or updating a junction that resides on an NFS server. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>