summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/cifs/files
Commit message (Collapse)AuthorAgeFilesLines
* cifs-utils: update to 6.9Oleksandr Kravchuk2019-04-091-32/+0
| | | | | | | Removed patch has been upstreammed. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cifs-utils: mount.cifs should build without samba dependencyS. Lockwood-Childs2018-01-081-0/+32
fix following build error when cifsidmap and cifsacl are turned off in PACKAGECONFIG : | In file included from ../git/mount.cifs.c:64:0: | ../git/data_blob.h:26:10: fatal error: talloc.h: No such file or directory cifs-utils 3.7 had an unneeded header creep into mount.cifs source that pulled in samba headers. This has been cleaned up already in cifs-utils master, so apply (trivial) upstream patch to fix this compile error. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>