Age | Commit message (Expand) | Author | Files | Lines |
2012-02-18 | s4:lib/tls - include GNUTLS headers consistently using <...> | Matthias Dieter Wallnöfer | 3 | -4/+4 |
2012-02-10 | s4-lib/samba3: Remove unused smbpasswd_decode_acb_info() | Andrew Bartlett | 2 | -66/+0 |
2012-02-10 | s4-lib/tls: remove unused tls_support() | Andrew Bartlett | 2 | -15/+0 |
2012-02-10 | s4-cmdline: Remove unused popt_common_dont_ask() | Andrew Bartlett | 2 | -10/+0 |
2012-02-08 | regshell: Fix a counter that can actually be non-zero. | Jelmer Vernooij | 1 | -1/+1 |
2012-02-08 | s4-messaging: fix pymessaging docstring | Andrew Bartlett | 1 | -3/+2 |
2012-01-23 | WERROR type variable being incorrectly checked with a NT_STATUS_IS_X | David Disseldorp | 1 | -1/+1 |
2011-12-29 | pyregistry: Remove directory support. | Jelmer Vernooij | 1 | -32/+0 |
2011-12-29 | Remove the 'dir' registry backend. | Jelmer Vernooij | 4 | -491/+1 |
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 2 | -4/+4 |
2011-12-15 | s4-socket: use set_close_on_exec() | Andrew Tridgell | 2 | -0/+8 |
2011-11-30 | s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0 | Matthias Dieter Wallnöfer | 2 | -0/+8 |
2011-11-30 | s4:lib/socket: add socket_connect_multi_ex_* | Stefan Metzmacher | 2 | -10/+147 |
2011-11-11 | s4-socket: allow connect_multi_next_socket to try all the IP for a given host | Matthieu Patou | 1 | -12/+21 |
2011-11-11 | policy/tests: Fix import of TestCase. | Jelmer Vernooij | 1 | -2/+3 |
2011-11-10 | test: fixed several tests to use samba.tests | Andrew Tridgell | 1 | -2/+2 |
2011-11-10 | s4-socket: detect NULL server in socket connection code | Andrew Tridgell | 1 | -0/+5 |
2011-11-03 | s4:lib/registry - enhance registry tests in respect to default values | Matthias Dieter Wallnöfer | 1 | -1/+54 |
2011-11-03 | s4:lib/registry/ldb.c - quit the deletion of a not-existing default value wit... | Matthias Dieter Wallnöfer | 1 | -1/+3 |
2011-11-03 | s4:lib/registry/ldb.c - don't use search filters for base searches | Matthias Dieter Wallnöfer | 1 | -2/+4 |
2011-11-03 | s4:lib/registry/regf.c - always generate debug messages on error cases | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2011-11-01 | s4-socket: do not segfault if the socket is NULL | Matthieu Patou | 1 | -0/+3 |
2011-10-31 | s4:lib/socket: don't pass -1 to close() | Stefan Metzmacher | 1 | -1/+4 |
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 1 | -3/+1 |
2011-10-19 | s4:lib/stream: make use of smb_len_tcp() | Stefan Metzmacher | 1 | -1/+7 |
2011-10-16 | s4-interfaces: allow pure ipv6 to work | Matthieu Patou | 1 | -1/+2 |
2011-10-13 | lib/util: Add back control of mmap and hash size in tdb for top level build | Andrew Bartlett | 1 | -1/+8 |
2011-10-13 | s4-messaging: Pass the loadparm context, not just the messaging path | Andrew Bartlett | 5 | -24/+28 |
2011-10-08 | s4:lib/wmi: avoid '//' comments | Stefan Metzmacher | 1 | -8/+8 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 |
2011-09-14 | s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTED | Stefan Metzmacher | 1 | -2/+2 |
2011-09-12 | s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-08-26 | s4-messaging ensure we do not segfault on a NULL msg context in cleanup | Andrew Bartlett | 1 | -0/+4 |
2011-08-21 | s4/libpolicy: Install header file. | Jelmer Vernooij | 4 | -8/+6 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -2/+2 |
2011-08-14 | Use public pytalloc header file. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-13 | s4:lib: use tevent_ fns names instead of legcay event_ ones | Simo Sorce | 6 | -28/+28 |
2011-08-13 | s4:messaging: use tevent_ function names instead of legacy event_ ones | Simo Sorce | 3 | -7/+7 |
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -15/+15 |
2011-08-08 | s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '... | Stefan Metzmacher | 1 | -1/+4 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | s4-policy: Use the correct local directory for stat. | Amitay Isaacs | 1 | -1/+1 |
2011-08-03 | s4-policy: Add python wrapper for ads_to_dir_access_mask() function | Amitay Isaacs | 1 | -2/+17 |
2011-08-03 | s4-policy: Expose gp_ads_to_dir_access_mask() function | Amitay Isaacs | 2 | -1/+2 |
2011-07-29 | s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamons | Andrew Bartlett | 1 | -1/+1 |
2011-07-26 | policy: Rename to samba-policy to avoid name space clashes. | Jelmer Vernooij | 2 | -5/+5 |
2011-07-26 | cli_composite: Lowercase name. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-22 | s4-messaging: fixed the removal of messaging sockets in child tasks | Andrew Tridgell | 5 | -22/+33 |
2011-07-10 | s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ... | Stefan Metzmacher | 1 | -1/+13 |
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 149 | -49340/+0 |