]> granicus.if.org Git - sudo/commit
parse_args() cleanup:
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Mar 2008 20:08:46 +0000 (20:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Mar 2008 20:08:46 +0000 (20:08 +0000)
commit938f79172cec1d4835652606b4e6bc47ca0a8e35
tree7b6a16972b9da8842702a29068e2c0a53b1329d4
parentc352187cf8c61c79b51c55f4b0c63c77a787ed56
parse_args() cleanup:
Sort command line options in the getopt() switch
The -U option requires a parameter
Normalize a few ISSET calls
Split mode into mode and flags and retire the now-obsolete excl variable
sudo.c