* ftpd.c (main): Convert to do option parsing with getopt() rather
authorMitchell Berger <mitchb@mit.edu>
Fri, 3 Aug 2001 07:46:05 +0000 (07:46 +0000)
committerMitchell Berger <mitchb@mit.edu>
Fri, 3 Aug 2001 07:46:05 +0000 (07:46 +0000)
commit8708daaea59a74b12a7a097c59c8337a9844afb3
tree307228cccdfa015c788fa6c31f29601b5eb02639
parentf32211b635d9f75c218d8a8d08d4debc11dd0c8d
* ftpd.c (main): Convert to do option parsing with getopt() rather
than the whitespace-sensitive voodoo we've used in the past.  This
fixes a bug where use of -u to set a default umask silently failed and
granted more permission on files than desired if the -u and the mode
were separated by a space, and likely many other such bugs.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13670 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftpd/ChangeLog
src/appl/gssftp/ftpd/ftpd.c