~ubuntu-branches/ubuntu/vivid/samba/vivid

« back to all changes in this revision

Viewing changes to lib/talloc/ABI/talloc-2.0.2.sigs

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + 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/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
_talloc: void *(const void *, size_t)
 
2
_talloc_array: void *(const void *, size_t, unsigned int, const char *)
 
3
_talloc_free: int (void *, const char *)
 
4
_talloc_get_type_abort: void *(const void *, const char *, const char *)
 
5
_talloc_memdup: void *(const void *, const void *, size_t, const char *)
 
6
_talloc_move: void *(const void *, const void *)
 
7
_talloc_realloc: void *(const void *, void *, size_t, const char *)
 
8
_talloc_realloc_array: void *(const void *, void *, size_t, unsigned int, const char *)
 
9
_talloc_reference_loc: void *(const void *, const void *, const char *)
 
10
_talloc_set_destructor: void (const void *, int (*)(void *))
 
11
_talloc_steal_loc: void *(const void *, const void *, const char *)
 
12
_talloc_zero: void *(const void *, size_t, const char *)
 
13
_talloc_zero_array: void *(const void *, size_t, unsigned int, const char *)
 
14
talloc_asprintf: char *(const void *, const char *, ...)
 
15
talloc_asprintf_append: char *(char *, const char *, ...)
 
16
talloc_asprintf_append_buffer: char *(char *, const char *, ...)
 
17
talloc_autofree_context: void *(void)
 
18
talloc_check_name: void *(const void *, const char *)
 
19
talloc_disable_null_tracking: void (void)
 
20
talloc_enable_leak_report: void (void)
 
21
talloc_enable_leak_report_full: void (void)
 
22
talloc_enable_null_tracking: void (void)
 
23
talloc_enable_null_tracking_no_autofree: void (void)
 
24
talloc_find_parent_byname: void *(const void *, const char *)
 
25
talloc_free_children: void (void *)
 
26
talloc_get_name: const char *(const void *)
 
27
talloc_get_size: size_t (const void *)
 
28
talloc_increase_ref_count: int (const void *)
 
29
talloc_init: void *(const char *, ...)
 
30
talloc_is_parent: int (const void *, const void *)
 
31
talloc_named: void *(const void *, size_t, const char *, ...)
 
32
talloc_named_const: void *(const void *, size_t, const char *)
 
33
talloc_parent: void *(const void *)
 
34
talloc_parent_name: const char *(const void *)
 
35
talloc_pool: void *(const void *, size_t)
 
36
talloc_realloc_fn: void *(const void *, void *, size_t)
 
37
talloc_reference_count: size_t (const void *)
 
38
talloc_reparent: void *(const void *, const void *, const void *)
 
39
talloc_report: void (const void *, FILE *)
 
40
talloc_report_depth_cb: void (const void *, int, int, void (*)(const void *, int, int, int, void *), void *)
 
41
talloc_report_depth_file: void (const void *, int, int, FILE *)
 
42
talloc_report_full: void (const void *, FILE *)
 
43
talloc_set_abort_fn: void (void (*)(const char *))
 
44
talloc_set_log_fn: void (void (*)(const char *))
 
45
talloc_set_log_stderr: void (void)
 
46
talloc_set_name: const char *(const void *, const char *, ...)
 
47
talloc_set_name_const: void (const void *, const char *)
 
48
talloc_show_parents: void (const void *, FILE *)
 
49
talloc_strdup: char *(const void *, const char *)
 
50
talloc_strdup_append: char *(char *, const char *)
 
51
talloc_strdup_append_buffer: char *(char *, const char *)
 
52
talloc_strndup: char *(const void *, const char *, size_t)
 
53
talloc_strndup_append: char *(char *, const char *, size_t)
 
54
talloc_strndup_append_buffer: char *(char *, const char *, size_t)
 
55
talloc_total_blocks: size_t (const void *)
 
56
talloc_total_size: size_t (const void *)
 
57
talloc_unlink: int (const void *, void *)
 
58
talloc_vasprintf: char *(const void *, const char *, va_list)
 
59
talloc_vasprintf_append: char *(char *, const char *, va_list)
 
60
talloc_vasprintf_append_buffer: char *(char *, const char *, va_list)
 
61
talloc_version_major: int (void)
 
62
talloc_version_minor: int (void)