~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to source/include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2009-05-18 13:26:04 UTC
  • mfrom: (0.28.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090518132604-ebyuqimgymtr3h0k
Tags: 2:3.3.4-2ubuntu1
* Merge from debian unstable, remaining changes:
  + debian/patches/VERSION.patch:
    - setup SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted (LP: #312449)
  + debian/mksambapasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd.
  + debian/control:
    - Make libwbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against ctdb.
    - Add suggests keyutils for smbfs. (LP: #300221)
  + debian/rules:
    - enable "native" PIE hardening.
    - remove --with-ctdb and --with-cluster-support=yes
  + Add ufw integration:
    - Created debian/samba.ufw profile.
    - debian/rules, debian/samba.dirs, debian/samba.files: install 
      profile
    - debian/control: have samba sugguest ufw.
* Dropped patches:
  + debian/patches/fix-upstream-bug-6186.patch: Merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
/* Define to 1 if you have the <attr/xattr.h> header file. */
202
202
#undef HAVE_ATTR_XATTR_H
203
203
 
 
204
/* Define to 1 if you have the <avahi-client/client.h> header file. */
 
205
#undef HAVE_AVAHI_CLIENT_CLIENT_H
 
206
 
 
207
/* Define to 1 if you have the `avahi_client_new' function. */
 
208
#undef HAVE_AVAHI_CLIENT_NEW
 
209
 
 
210
/* Define to 1 if you have the <avahi-common/watch.h> header file. */
 
211
#undef HAVE_AVAHI_COMMON_WATCH_H
 
212
 
204
213
/* Define to 1 if you have the `backtrace_symbols' function. */
205
214
#undef HAVE_BACKTRACE_SYMBOLS
206
215
 
1083
1092
/* Define to 1 if you have the `asn1' library (-lasn1). */
1084
1093
#undef HAVE_LIBASN1
1085
1094
 
 
1095
/* Define to 1 if you have the `avahi-client' library (-lavahi-client). */
 
1096
#undef HAVE_LIBAVAHI_CLIENT
 
1097
 
1086
1098
/* Define to 1 if you have the `com_err' library (-lcom_err). */
1087
1099
#undef HAVE_LIBCOM_ERR
1088
1100
 
2789
2801
/* Whether to include automount support */
2790
2802
#undef WITH_AUTOMOUNT
2791
2803
 
 
2804
/* Whether to enable avahi support */
 
2805
#undef WITH_AVAHI_SUPPORT
 
2806
 
2792
2807
/* Whether to build mount.cifs and umount.cifs */
2793
2808
#undef WITH_CIFSMOUNT
2794
2809
 
3188
3203
/* Whether to build vfs_default_quota as shared module */
3189
3204
#undef vfs_default_quota_init
3190
3205
 
 
3206
/* Whether to build vfs_dirsort as shared module */
 
3207
#undef vfs_dirsort_init
 
3208
 
3191
3209
/* Whether to build vfs_expand_msdfs as shared module */
3192
3210
#undef vfs_expand_msdfs_init
3193
3211