cifs-utils: bump version to 4.2
[jlayton/cifs-utils.git] / mount.cifs.c
2010-04-02 Jeff Laytoncifs-utils: bump version to 4.2 cifs-utils-4.2
2010-04-01 Jeff Laytonmount.cifs: re-enable setuid usage
2010-04-01 Jeff Laytonmount.cifs: drop capabilities if libcap is available
2010-04-01 Jeff Laytonmount.cifs: guard against signals by unprivileged users
2010-04-01 Jeff Laytonmount.cifs: introduce privilege separation
2010-04-01 Jeff Laytonmount.cifs: move nomtab, fakemnt, and verboseflag flags...
2010-04-01 Jeff Laytonmount.cifs: move assembly of parsed_mount_info to separ...
2010-04-01 Jeff Laytonmount.cifs: run mount.cifs through Lindent
2010-04-01 Jeff Laytonmount.cifs: move mtab adding code to separate function
2010-04-01 Jeff Laytonmount.cifs: clean up command-line options
2010-04-01 Jeff Laytonmount.cifs: reassemble device name from pieces
2010-04-01 Jeff Laytonmount.cifs: clean up setting of password field
2010-04-01 Jeff Laytonmount.cifs: eliminate "legacy" setuid behavior
2010-04-01 Jeff Laytonmount.cifs: eliminate some unneeded flags in parsed_mou...
2010-04-01 Jeff Laytonmount.cifs: parse unc into separate fields
2010-04-01 Jeff Laytonmount.cifs: add username and domain fields to parsed_mo...
2010-04-01 Jeff Laytonmount.cifs: make mountpassword a field in parsed_info
2010-04-01 Jeff Laytonmount.cifs: make parse_options return proper mount...
2010-04-01 Jeff Laytonmount.cifs: have parse_options fill parsed_mount_info
2010-04-01 Jeff Laytonmount.cifs: declare new struct for holding parsed mount...
2010-03-23 Jeff Laytonmount.cifs: fix ver= option passed to the kernel
2010-03-22 Jeff Laytonmount.cifs: don't use exit(3) in get_password_from_file
2010-03-22 Jeff Laytonmount.cifs: don't use exit(3) in mount_cifs_usage(...
2010-03-22 Jeff Laytonmount.cifs: don't use exit(3) in main()
2010-03-22 Jeff Laytonmount.cifs: fix error handling when duplicating options...
2010-03-22 Jeff Laytonmount.cifs: make check_mountpoint a noop for non-legacy...
2010-03-22 Jeff Laytonmount.cifs: remove uuid option
2010-03-22 Jeff Laytonmount.cifs: remove bogus rsize/wsize options
2010-03-22 Jeff Laytonmount.cifs: simplify command-line option parsing
2010-03-22 Jeff Laytonmount.cifs: remove unneeded uname call
2010-03-22 Jeff Laytonmount.cifs: clean up parse_server
2010-03-20 Jeff Laytonmount.cifs: clean up preprocessor macros
2010-03-20 Jeff Laytoncifs-utils: switch to using autoconf package version
2010-03-07 Jeff Laytonmount.cifs: check for NULL addr pointer before handling...
2010-02-20 Jeff Laytonautoconf: make sure C files include config.h
2010-02-08 Jeff Laytonsilence some build warnings
2010-02-07 Jeff Laytonutil.c: move strlcat and strlcpy into a separate "util...
2010-02-07 Jeff LaytonInitial import of files from samba master branch