Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-22 | pyldb: added methods to get/set extended components on DNs | Andrew Tridgell | 1 | -0/+51 |
2011-06-22 | ldb: added extended_str() method to pyldb | Andrew Tridgell | 1 | -0/+16 |
2011-06-22 | ldb: expose syntax oids to python | Andrew Tridgell | 1 | -0/+10 |
2011-06-21 | s4-cmdline: Rename popt tables to avoid symbol conflicts | Andrew Bartlett | 3 | -12/+12 |
2011-06-20 | Use tevent_req_oom | Volker Lendecke | 1 | -1/+1 |
2011-06-20 | tdb2: tie it into build process if --enable-tdb2-breaks-compat | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 2 | -28/+50 |
2011-06-20 | tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT. | Rusty Russell | 1 | -0/+4 |
2011-06-20 | ldb: replace 'struct TDB_DATA' with 'TDB_DATA' | Rusty Russell | 3 | -6/+6 |
2011-06-20 | tdb_unlockall/tdb_unlockall_read: ignore return value. | Rusty Russell | 1 | -1/+2 |
2011-06-20 | tdb_traverse/tdb_traverse_read: check returns for negative, not -1. | Rusty Russell | 2 | -3/+3 |
2011-06-20 | tdb_transaction_cancel: ignore return value. | Rusty Russell | 1 | -4/+1 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 2 | -2/+2 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 3 | -5/+7 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 5 | -10/+15 |
2011-06-20 | pyldb: add unit test for get(myattribute, defVal) | Matthieu Patou | 1 | -0/+5 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 3 | -38/+38 |
2011-06-20 | libcli/util Bring samba4 unix -> nt_status code in common. | Andrew Bartlett | 1 | -1/+1 |
2011-06-19 | py-ldb: allow dictionnary like usage (ie. e.get("myattribute", defVal) | Matthieu Patou | 1 | -3/+8 |
2011-06-14 | pyldb: make ldb operations more consistent | Andrew Tridgell | 1 | -12/+21 |
2011-06-14 | pyldb: added validate option to ldb.modify() | Andrew Tridgell | 1 | -9/+15 |
2011-06-09 | lib/util Bring procid_str() into lib/util as server_id_string() | Andrew Bartlett | 1 | -4/+4 |
2011-06-09 | server_id.idl: Bring server_id.idl in common | Andrew Bartlett | 2 | -2/+2 |
2011-06-09 | s4-cluster Use task_id instead of id2 to clarify server_id structure | Andrew Bartlett | 1 | -6/+6 |
2011-06-09 | ldb:ldb_msg.c - move away from "errno" | Matthias Dieter Wallnöfer | 1 | -3/+0 |
2011-06-08 | s4-interface: raise the debug level for interface discovery | Andrew Tridgell | 1 | -3/+3 |
2011-06-07 | s4-ipv6: fixed iface_list_same_net() for IPv6 | Andrew Tridgell | 1 | -3/+15 |
2011-06-07 | s4-ipv6: fix iface_list_best_ip() for IPv6 | Andrew Tridgell | 1 | -1/+23 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 2 | -2/+2 |
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 1 | -4/+1 |
2011-06-06 | s4-ipv6: fill in family when initialising from sockaddr | Andrew Tridgell | 1 | -1/+13 |
2011-06-06 | s4-ipv6: fix the address family for IPv6 string addresses | Andrew Tridgell | 1 | -0/+5 |
2011-06-06 | s4-ipv6: use the server address family | Andrew Tridgell | 1 | -1/+1 |