~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to lib/tevent/ABI/tevent-0.9.11.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
_tevent_add_fd: struct tevent_fd *(struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *)
 
2
_tevent_add_signal: struct tevent_signal *(struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *)
 
3
_tevent_add_timer: struct tevent_timer *(struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *)
 
4
_tevent_create_immediate: struct tevent_immediate *(TALLOC_CTX *, const char *)
 
5
_tevent_loop_once: int (struct tevent_context *, const char *)
 
6
_tevent_loop_until: int (struct tevent_context *, bool (*)(void *), void *, const char *)
 
7
_tevent_loop_wait: int (struct tevent_context *, const char *)
 
8
_tevent_queue_create: struct tevent_queue *(TALLOC_CTX *, const char *, const char *)
 
9
_tevent_req_callback_data: void *(struct tevent_req *)
 
10
_tevent_req_cancel: bool (struct tevent_req *, const char *)
 
11
_tevent_req_create: struct tevent_req *(TALLOC_CTX *, void *, size_t, const char *, const char *)
 
12
_tevent_req_data: void *(struct tevent_req *)
 
13
_tevent_req_done: void (struct tevent_req *, const char *)
 
14
_tevent_req_error: bool (struct tevent_req *, uint64_t, const char *)
 
15
_tevent_req_nomem: bool (const void *, struct tevent_req *, const char *)
 
16
_tevent_req_notify_callback: void (struct tevent_req *, const char *)
 
17
_tevent_schedule_immediate: void (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *)
 
18
tevent_backend_list: const char **(TALLOC_CTX *)
 
19
tevent_cleanup_pending_signal_handlers: void (struct tevent_signal *)
 
20
tevent_common_add_fd: struct tevent_fd *(struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *)
 
21
tevent_common_add_signal: struct tevent_signal *(struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *)
 
22
tevent_common_add_timer: struct tevent_timer *(struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *)
 
23
tevent_common_check_signal: int (struct tevent_context *)
 
24
tevent_common_context_destructor: int (struct tevent_context *)
 
25
tevent_common_fd_destructor: int (struct tevent_fd *)
 
26
tevent_common_fd_get_flags: uint16_t (struct tevent_fd *)
 
27
tevent_common_fd_set_close_fn: void (struct tevent_fd *, tevent_fd_close_fn_t)
 
28
tevent_common_fd_set_flags: void (struct tevent_fd *, uint16_t)
 
29
tevent_common_loop_immediate: bool (struct tevent_context *)
 
30
tevent_common_loop_timer_delay: struct timeval (struct tevent_context *)
 
31
tevent_common_loop_wait: int (struct tevent_context *, const char *)
 
32
tevent_common_schedule_immediate: void (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *)
 
33
tevent_context_init: struct tevent_context *(TALLOC_CTX *)
 
34
tevent_context_init_byname: struct tevent_context *(TALLOC_CTX *, const char *)
 
35
tevent_debug: void (struct tevent_context *, enum tevent_debug_level, const char *, ...)
 
36
tevent_fd_get_flags: uint16_t (struct tevent_fd *)
 
37
tevent_fd_set_auto_close: void (struct tevent_fd *)
 
38
tevent_fd_set_close_fn: void (struct tevent_fd *, tevent_fd_close_fn_t)
 
39
tevent_fd_set_flags: void (struct tevent_fd *, uint16_t)
 
40
tevent_loop_allow_nesting: void (struct tevent_context *)
 
41
tevent_loop_set_nesting_hook: void (struct tevent_context *, tevent_nesting_hook, void *)
 
42
tevent_queue_add: bool (struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
 
43
tevent_queue_length: size_t (struct tevent_queue *)
 
44
tevent_queue_start: void (struct tevent_queue *)
 
45
tevent_queue_stop: void (struct tevent_queue *)
 
46
tevent_re_initialise: int (struct tevent_context *)
 
47
tevent_register_backend: bool (const char *, const struct tevent_ops *)
 
48
tevent_req_default_print: char *(struct tevent_req *, TALLOC_CTX *)
 
49
tevent_req_is_error: bool (struct tevent_req *, enum tevent_req_state *, uint64_t *)
 
50
tevent_req_is_in_progress: bool (struct tevent_req *)
 
51
tevent_req_poll: bool (struct tevent_req *, struct tevent_context *)
 
52
tevent_req_post: struct tevent_req *(struct tevent_req *, struct tevent_context *)
 
53
tevent_req_print: char *(TALLOC_CTX *, struct tevent_req *)
 
54
tevent_req_received: void (struct tevent_req *)
 
55
tevent_req_set_callback: void (struct tevent_req *, tevent_req_fn, void *)
 
56
tevent_req_set_cancel_fn: void (struct tevent_req *, tevent_req_cancel_fn)
 
57
tevent_req_set_endtime: bool (struct tevent_req *, struct tevent_context *, struct timeval)
 
58
tevent_req_set_print_fn: void (struct tevent_req *, tevent_req_print_fn)
 
59
tevent_set_abort_fn: void (void (*)(const char *))
 
60
tevent_set_debug: int (struct tevent_context *, void (*)(void *, enum tevent_debug_level, const char *, va_list), void *)
 
61
tevent_set_debug_stderr: int (struct tevent_context *)
 
62
tevent_set_default_backend: void (const char *)
 
63
tevent_signal_support: bool (struct tevent_context *)
 
64
tevent_timeval_add: struct timeval (const struct timeval *, uint32_t, uint32_t)
 
65
tevent_timeval_compare: int (const struct timeval *, const struct timeval *)
 
66
tevent_timeval_current: struct timeval (void)
 
67
tevent_timeval_current_ofs: struct timeval (uint32_t, uint32_t)
 
68
tevent_timeval_is_zero: bool (const struct timeval *)
 
69
tevent_timeval_set: struct timeval (uint32_t, uint32_t)
 
70
tevent_timeval_until: struct timeval (const struct timeval *, const struct timeval *)
 
71
tevent_timeval_zero: struct timeval (void)
 
72
tevent_wakeup_recv: bool (struct tevent_req *)
 
73
tevent_wakeup_send: struct tevent_req *(TALLOC_CTX *, struct tevent_context *, struct timeval)