~ubuntu-branches/ubuntu/raring/vsftpd/raring

« back to all changes in this revision

Viewing changes to sysstr.c

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Ubuntu Merge-o-Matic
  • Date: 2012-01-23 09:16:04 UTC
  • mfrom: (2.3.15 sid)
  • Revision ID: package-import@ubuntu.com-20120123091604-b3fwc36wtjp9n5wz
Tags: 2.3.5-1ubuntu1
[ Ubuntu Merge-o-Matic ]
* Merge from Debian testing.  Remaining changes:
  + Use snakeoil SSL certificates and key.
  + debian/rules, debian/vsftpd.upstart: migrate vsftpd to upstart.
  + Add apport hook (LP: #513978):
    - debian/vsftpd.apport: Added.
    - debian/control: Build-depends on dh-apport.
    - debian/rules: Add --with apport.
  + debian/vsftpd.postinst: Check that group exists first,
    then the user, then trying adding the user to the group. (LP: #629234)
  + Add debian/watch file.
  + debian/patches/09-disable-anonymous.patch: Disable anonymous login by default.
    (LP: #528860)

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    case kVSFSysStrOpenReadOnly:
81
81
      open_mode = kVSFSysUtilOpenReadOnly;
82
82
      break;
 
83
    case kVSFSysStrOpenUnknown:
 
84
      /* Fall through */
83
85
    default:
84
86
      bug("unknown mode value in str_open");
85
87
      break;