Changeset 480 for trunk/server/source3/include
- Timestamp:
- Aug 2, 2010, 8:16:45 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 453,478
- Property svn:mergeinfo changed
-
trunk/server/source3/include/config.h.in
r429 r480 1430 1430 /* Define to 1 if you have the <linux/inotify.h> header file. */ 1431 1431 #undef HAVE_LINUX_INOTIFY_H 1432 1433 /* Whether the system has IPV6_V6ONLY in linux/in6.h */ 1434 #undef HAVE_LINUX_IPV6_V6ONLY_26 1432 1435 1433 1436 /* Whether the Linux ptrace(2) interface is available. */ -
trunk/server/source3/include/libsmbclient.h
r414 r480 1268 1268 * @param bufsize Size of buf in bytes 1269 1269 * 1270 * @return Number of bytes read, < 0 on error with errno set: 1270 * @return Number of bytes read; 1271 * 0 upon EOF; 1272 * < 0 on error, with errno set: 1271 1273 * - EISDIR fd refers to a directory 1272 1274 * - EBADF fd is not a valid file descriptor or 1273 * is not open for reading.1275 * is not open for reading. 1274 1276 * - EINVAL fd is attached to an object which is 1275 * unsuitable for reading, or no buffer passed or1276 * smbc_init not called.1277 * unsuitable for reading, or no buffer passed or 1278 * smbc_init not called. 1277 1279 * 1278 1280 * @see smbc_open(), smbc_write() … … 1619 1621 * standard Unix struct stat information. 1620 1622 * 1621 * @return EBADF filedes is bad. 1623 * @return 0 on success, < 0 on error with errno set: 1624 * - EBADF filedes is bad. 1622 1625 * - EACCES Permission denied. 1623 1626 * - EBADF fd is not a valid file descriptor … … 1640 1643 * standard Unix struct statvfs information. 1641 1644 * 1642 * @return EBADF filedes is bad. 1645 * @return 0 on success, < 0 on error with errno set: 1646 * - EBADF filedes is bad. 1643 1647 * - EACCES Permission denied. 1644 1648 * - EBADF fd is not a valid file descriptor … … 1663 1667 * standard Unix struct statvfs information. 1664 1668 * 1665 * @return EBADF filedes is bad. 1669 * @return 0 on success, < 0 on error with errno set: 1670 * - EBADF filedes is bad. 1666 1671 * - EACCES Permission denied. 1667 1672 * - EBADF fd is not a valid file descriptor … … 1685 1690 * @param size size to truncate the file to 1686 1691 * 1687 * @return EBADF filedes is bad. 1692 * @return 0 on success, < 0 on error with errno set: 1693 * - EBADF filedes is bad. 1688 1694 * - EACCES Permission denied. 1689 1695 * - EBADF fd is not a valid file descriptor -
trunk/server/source3/include/proto.h
r429 r480 1810 1810 const char *domain, 1811 1811 const char *sitename, 1812 struct sockaddr_storage *pss); 1812 struct sockaddr_storage *pss, 1813 const char *kdc_name); 1813 1814 1814 1815 /* The following definitions come from libads/kerberos_keytab.c */ … … 4713 4714 bool secrets_delete_domain_sid(const char *domain); 4714 4715 bool secrets_store_machine_password(const char *pass, const char *domain, enum netr_SchannelType sec_channel); 4716 char *secrets_fetch_prev_machine_password(const char *domain); 4715 4717 char *secrets_fetch_machine_password(const char *domain, 4716 4718 time_t *pass_last_set_time, … … 4778 4780 print_queue_struct *buf, 4779 4781 print_status_struct *status,bool first); 4782 uint32_t print_parse_jobid(const char *fname); 4780 4783 4781 4784 /* The following definitions come from printing/notify.c */ … … 6482 6485 bool dfs_pathnames, 6483 6486 const char *name_in, 6487 bool allow_wcards, 6484 6488 char **pp_name_out, 6485 6489 bool *ppath_contains_wcard); … … 7048 7052 7049 7053 uint64_t smb_roundup(connection_struct *conn, uint64_t val); 7054 uint64_t get_FileIndex(connection_struct *conn, const SMB_STRUCT_STAT *psbuf); 7050 7055 NTSTATUS get_ea_value(TALLOC_CTX *mem_ctx, connection_struct *conn, 7051 7056 files_struct *fsp, const char *fname, -
trunk/server/source3/include/secrets.h
r414 r480 26 26 #define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC" 27 27 #define SECRETS_MACHINE_PASSWORD "SECRETS/MACHINE_PASSWORD" 28 #define SECRETS_MACHINE_PASSWORD_PREV "SECRETS/MACHINE_PASSWORD.PREV" 28 29 #define SECRETS_MACHINE_LAST_CHANGE_TIME "SECRETS/MACHINE_LAST_CHANGE_TIME" 29 30 #define SECRETS_MACHINE_SEC_CHANNEL_TYPE "SECRETS/MACHINE_SEC_CHANNEL_TYPE" -
trunk/server/source3/include/smb.h
r429 r480 608 608 /* Semantics provided by the underlying filesystem. */ 609 609 int fs_capabilities; 610 /* Device number of the directory of the share mount. 611 Used to ensure unique FileIndex returns. */ 612 SMB_DEV_T base_share_dev; 610 613 611 614 name_compare_entry *hide_list; /* Per-share list of files to return as hidden. */ -
trunk/server/source3/include/version.h
r469 r480 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 5 4 #define SAMBA_VERSION_RELEASE 25 #define SAMBA_VERSION_OFFICIAL_STRING "3.5. 2"4 #define SAMBA_VERSION_RELEASE 4 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.4" 6 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.2.0" 7 #define SAMBA_VERSION_VENDOR_PATCH 4 688 #define SAMBA_VERSION_VENDOR_PATCH_STRING "4 68"7 #define SAMBA_VERSION_VENDOR_PATCH 479 8 #define SAMBA_VERSION_VENDOR_PATCH_STRING "479" 9 9 #ifdef SAMBA_VERSION_VENDOR_FUNCTION 10 10 # define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
Note:
See TracChangeset
for help on using the changeset viewer.