~ubuntu-branches/ubuntu/quantal/rssh/quantal

« back to all changes in this revision

Viewing changes to rssh.h

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2004-10-27 09:44:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041027094454-6bl6i4qf2i27bjpl
Tags: 2.2.2-1
* New upstream release (Closes: #278157)
* Urgency set to high due to the bug #278157, which happens to be a security
  bug. Thanks to the reporters: Hideki Yamane and Florian Weimer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
typedef char bool;
43
43
 
44
 
#define RSSH_ALLOW_SCP  (1 << 0)
45
 
#define RSSH_ALLOW_SFTP (1 << 1)
46
 
#define RSSH_USE_CHROOT (1 << 2)
 
44
#define RSSH_ALLOW_SCP   (1 << 0)
 
45
#define RSSH_ALLOW_SFTP  (1 << 1)
 
46
#define RSSH_ALLOW_CVS   (1 << 2)
 
47
#define RSSH_ALLOW_RDIST (1 << 3)
 
48
#define RSSH_ALLOW_RSYNC (1 << 4)
 
49
#define RSSH_USE_CHROOT  (1 << 5)
47
50
 
48
51
#endif /* _rssh_h */