Changeset 232 for branches/samba-3.2.x/source/include/smb.h
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/smb.h
r228 r232 28 28 29 29 /* logged when starting the various Samba daemons */ 30 #define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-200 8"30 #define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2009" 31 31 32 32 … … 765 765 766 766 #define SHARE_MODE_FLAG_POSIX_OPEN 0x1 767 #define SHARE_MODE_ALLOW_INITIAL_DELETE_ON_CLOSE 0x2768 767 769 768 /* struct returned by get_share_modes */ … … 1581 1580 1582 1581 /* LDAP SSL options */ 1583 enum ldap_ssl_types {LDAP_SSL_O N, LDAP_SSL_OFF, LDAP_SSL_START_TLS};1582 enum ldap_ssl_types {LDAP_SSL_OFF, LDAP_SSL_START_TLS}; 1584 1583 1585 1584 /* LDAP PASSWD SYNC methods */
Note:
See TracChangeset
for help on using the changeset viewer.