summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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