summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2011-11-11s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou1-12/+21
2011-11-11policy/tests: Fix import of TestCase.Jelmer Vernooij1-2/+3
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-2/+2
2011-11-10s4-socket: detect NULL server in socket connection codeAndrew Tridgell1-0/+5
2011-11-03s4:lib/registry - enhance registry tests in respect to default valuesMatthias Dieter Wallnöfer1-1/+54
2011-11-03s4:lib/registry/ldb.c - quit the deletion of a not-existing default value wit...Matthias Dieter Wallnöfer1-1/+3
2011-11-03s4:lib/registry/ldb.c - don't use search filters for base searchesMatthias Dieter Wallnöfer1-2/+4
2011-11-03s4:lib/registry/regf.c - always generate debug messages on error casesMatthias Dieter Wallnöfer1-1/+2
2011-11-01s4-socket: do not segfault if the socket is NULLMatthieu Patou1-0/+3
2011-10-31s4:lib/socket: don't pass -1 to close()Stefan Metzmacher1-1/+4
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider1-3/+1
2011-10-19s4:lib/stream: make use of smb_len_tcp()Stefan Metzmacher1-1/+7
2011-10-16s4-interfaces: allow pure ipv6 to workMatthieu Patou1-1/+2
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-1/+8
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett5-24/+28
2011-10-08s4:lib/wmi: avoid '//' commentsStefan Metzmacher1-8/+8
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-09-14s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher1-2/+2
2011-09-12s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer1-1/+1
2011-08-26s4-messaging ensure we do not segfault on a NULL msg context in cleanupAndrew Bartlett1-0/+4
2011-08-21s4/libpolicy: Install header file.Jelmer Vernooij4-8/+6
2011-08-18credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij1-2/+2
2011-08-14Use public pytalloc header file.Jelmer Vernooij1-1/+1
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce6-28/+28
2011-08-13s4:messaging: use tevent_ function names instead of legacy event_ onesSimo Sorce3-7/+7
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-15/+15
2011-08-08s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...Stefan Metzmacher1-1/+4
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-08-03s4-policy: Use the correct local directory for stat.Amitay Isaacs1-1/+1
2011-08-03s4-policy: Add python wrapper for ads_to_dir_access_mask() functionAmitay Isaacs1-2/+17
2011-08-03s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs2-1/+2
2011-07-29s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett1-1/+1
2011-07-26policy: Rename to samba-policy to avoid name space clashes.Jelmer Vernooij2-5/+5
2011-07-26cli_composite: Lowercase name.Jelmer Vernooij1-1/+1
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell5-22/+33
2011-07-10s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...Stefan Metzmacher1-1/+13
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett149-49340/+0
2011-06-22pyldb: added methods to get/set extended components on DNsAndrew Tridgell1-0/+51
2011-06-22ldb: added extended_str() method to pyldbAndrew Tridgell1-0/+16
2011-06-22ldb: expose syntax oids to pythonAndrew Tridgell1-0/+10
2011-06-21s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett3-12/+12
2011-06-20Use tevent_req_oomVolker Lendecke1-1/+1
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-1/+1
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell2-28/+50
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell1-0/+4
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell3-6/+6
2011-06-20tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell1-1/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2-3/+3
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell1-4/+1
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell2-2/+2