summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4-events: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett2012-08-091-4/+6
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-12/+12
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-10/+0
* s4-lib/tls: Try socket_send() multiple times to send partial packetsAndrew Bartlett2012-07-181-13/+26
* s4:registry:regdiff: use existing talloc context for the event contextMichael Adam2012-07-131-1/+1
* s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam2012-07-131-6/+7
* s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam2012-07-134-5/+7
* s4:registry:testsuite: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-071-2/+3
* s4:lib/events: no longer define TEVENT_COMPAT_DEFINESStefan Metzmacher2012-05-141-3/+0
* s4:lib/events: remove unused event_context_find() prototypeStefan Metzmacher2012-05-141-1/+0
* s4:lib: remove unused wscript_build fileMichael Adam2012-05-111-7/+0
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-1/+1
* s4-messaging: Fill in the whole server_id in all use casesAndrew Bartlett2012-04-301-1/+6
* s4-messaging: Use generate_random() to get a unique ID for messaging clientsAndrew Bartlett2012-04-251-1/+2
* Stop installing popt_common.h as its symbols are in a private library.Jelmer Vernooij2012-03-161-1/+0
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-062-0/+13
* policy/python: Move python binding tests to standard location.Jelmer Vernooij2012-03-061-36/+0
* s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer2012-02-183-4/+4
* s4-lib/samba3: Remove unused smbpasswd_decode_acb_info()Andrew Bartlett2012-02-102-66/+0
* s4-lib/tls: remove unused tls_support()Andrew Bartlett2012-02-102-15/+0
* s4-cmdline: Remove unused popt_common_dont_ask()Andrew Bartlett2012-02-102-10/+0
* regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij2012-02-081-1/+1
* s4-messaging: fix pymessaging docstringAndrew Bartlett2012-02-081-3/+2
* WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp2012-01-231-1/+1
* pyregistry: Remove directory support.Jelmer Vernooij2011-12-291-32/+0
* Remove the 'dir' registry backend.Jelmer Vernooij2011-12-294-491/+1
* s3: Fix the clustering buildVolker Lendecke2011-12-172-4/+4
* 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