summaryrefslogtreecommitdiff
path: root/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-01mount.cifs: eliminate some unneeded flags in parsed_mount_infoJeff Layton1-6/+1
2010-04-01mount.cifs: parse unc into separate fieldsJeff Layton1-196/+179
2010-04-01mount.cifs: add username and domain fields to parsed_mount_infoJeff Layton1-172/+116
2010-04-01mount.cifs: make mountpassword a field in parsed_infoJeff Layton1-130/+78
2010-04-01mount.cifs: make parse_options return proper mount error codesJeff Layton1-16/+17
2010-04-01mount.cifs: have parse_options fill parsed_mount_infoJeff Layton1-130/+89
2010-04-01mount.cifs: declare new struct for holding parsed mount infoJeff Layton1-3/+23
2010-03-23mount.cifs: fix ver= option passed to the kernelJeff Layton1-1/+7
2010-03-22mount.cifs: don't use exit(3) in get_password_from_fileJeff Layton1-7/+13
2010-03-22mount.cifs: don't use exit(3) in mount_cifs_usage() and open_cred_file()Jeff Layton1-19/+23
2010-03-22mount.cifs: don't use exit(3) in main()Jeff Layton1-11/+19
2010-03-22mount.cifs: fix error handling when duplicating options stringJeff Layton1-2/+7
2010-03-22mount.cifs: make check_mountpoint a noop for non-legacy buildsJeff Layton1-23/+8
2010-03-22mount.cifs: remove uuid optionJeff Layton1-5/+0
2010-03-22mount.cifs: remove bogus rsize/wsize optionsJeff Layton1-10/+0
2010-03-22mount.cifs: simplify command-line option parsingJeff Layton1-28/+8
2010-03-22mount.cifs: remove unneeded uname callJeff Layton1-7/+0
2010-03-22mount.cifs: clean up parse_serverJeff Layton1-69/+68
2010-03-20mount.cifs: clean up preprocessor macrosJeff Layton1-17/+0
2010-03-20cifs-utils: switch to using autoconf package versionJeff Layton1-8/+2
2010-03-07mount.cifs: check for NULL addr pointer before handling scopeidJeff Layton1-1/+1
2010-02-20autoconf: make sure C files include config.hJeff Layton1-3/+3
2010-02-08silence some build warningsJeff Layton1-3/+3
2010-02-07util.c: move strlcat and strlcpy into a separate "util.c" objectJeff Layton1-44/+1
2010-02-07Initial import of files from samba master branchJeff Layton1-0/+1779