mount.cifs: clean up option parsing
[jlayton/cifs-utils.git] / mount.cifs.c
2010-05-14 Scott Lovenbergmount.cifs: clean up option parsing
2010-05-14 Steve Frenchmount.cifs: unitialized variable in cred parsing error...
2010-05-11 Steve Frenchmount.cifs: turn into a multicall binary for smb2
2010-05-11 Scott Lovenbergmount.cifs: removed magic number for max username in...
2010-05-02 Jeff Laytonmount.cifs: strip leading delimiter off of prefixpath...
2010-04-28 Jeff Laytonmount.cifs: fix parsing of password in parse_username cifs-utils-4.4
2010-04-25 Scott Lovenbergmount.cifs: continued cleanup of open_cred_file and...
2010-04-23 Scott Lovenbergmount.cifs: clean up credential file parsing
2010-04-17 Jeff Laytonmount.cifs: remove unneeded newline in verbose output
2010-04-14 Jeff Laytonmount.cifs: check for NULL pointer before calling strchr()
2010-04-12 Jeff Laytoncifs: enable CAP_DAC_READ_SEARCH before chdir() and...
2010-04-06 Jeff Laytonmount.cifs: fix capability issues when libcap isn't...
2010-04-06 Scott Lovenbergmount.cifs: make credentials file parameters consistent...
2010-04-05 Jeff Laytonmount.cifs: restrict capabilities further
2010-04-05 Jeff Laytonmount.cifs: properly prune the capabilities bounding set
2010-04-04 Jeff Laytonmount.cifs: use libcap-ng to manage capabilities
2010-04-03 Jeff Laytonmount.cifs: fix toggle_cap_dac_override
2010-04-03 Jeff Laytonmount.cifs: only enable CAP_DAC_OVERRIDE when needed
2010-04-02 Jeff Laytonmount.cifs: if real uid is 0, child must keep CAP_DAC_O...
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