summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4-socket: use set_close_on_exec()Andrew Tridgell2011-12-152-0/+8
* s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer2011-11-302-0/+8
* s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2011-11-302-10/+147
* s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou2011-11-111-12/+21
* policy/tests: Fix import of TestCase.Jelmer Vernooij2011-11-111-2/+3
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-101-2/+2
* s4-socket: detect NULL server in socket connection codeAndrew Tridgell2011-11-101-0/+5
* s4:lib/registry - enhance registry tests in respect to default valuesMatthias Dieter Wallnöfer2011-11-031-1/+54
* s4:lib/registry/ldb.c - quit the deletion of a not-existing default value wit...Matthias Dieter Wallnöfer2011-11-031-1/+3
* s4:lib/registry/ldb.c - don't use search filters for base searchesMatthias Dieter Wallnöfer2011-11-031-2/+4
* s4:lib/registry/regf.c - always generate debug messages on error casesMatthias Dieter Wallnöfer2011-11-031-1/+2
* s4-socket: do not segfault if the socket is NULLMatthieu Patou2011-11-011-0/+3
* s4:lib/socket: don't pass -1 to close()Stefan Metzmacher2011-10-311-1/+4
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-3/+1
* s4:lib/stream: make use of smb_len_tcp()Stefan Metzmacher2011-10-191-1/+7
* s4-interfaces: allow pure ipv6 to workMatthieu Patou2011-10-161-1/+2
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+8
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-135-24/+28
* s4:lib/wmi: avoid '//' commentsStefan Metzmacher2011-10-081-8/+8
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
* s4-messaging ensure we do not segfault on a NULL msg context in cleanupAndrew Bartlett2011-08-261-0/+4
* s4/libpolicy: Install header file.Jelmer Vernooij2011-08-214-8/+6
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-2/+2
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-136-28/+28
* s4:messaging: use tevent_ function names instead of legacy event_ onesSimo Sorce2011-08-133-7/+7
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-15/+15
* s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...Stefan Metzmacher2011-08-081-1/+4
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
* s4-policy: Use the correct local directory for stat.Amitay Isaacs2011-08-031-1/+1
* s4-policy: Add python wrapper for ads_to_dir_access_mask() functionAmitay Isaacs2011-08-031-2/+17
* s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs2011-08-032-1/+2
* s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett2011-07-291-1/+1
* policy: Rename to samba-policy to avoid name space clashes.Jelmer Vernooij2011-07-262-5/+5
* cli_composite: Lowercase name.Jelmer Vernooij2011-07-261-1/+1
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-225-22/+33
* s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...Stefan Metzmacher2011-07-101-1/+13
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-05149-49340/+0
* pyldb: added methods to get/set extended components on DNsAndrew Tridgell2011-06-221-0/+51
* ldb: added extended_str() method to pyldbAndrew Tridgell2011-06-221-0/+16
* ldb: expose syntax oids to pythonAndrew Tridgell2011-06-221-0/+10
* s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett2011-06-213-12/+12
* Use tevent_req_oomVolker Lendecke2011-06-201-1/+1
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-201-1/+1
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-202-28/+50
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-201-0/+4
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-203-6/+6
* tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell2011-06-201-1/+2