summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-202-3/+3
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-201-4/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-202-2/+2
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-203-5/+7
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-205-10/+15
* pyldb: add unit test for get(myattribute, defVal)Matthieu Patou2011-06-201-0/+5
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-203-38/+38
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-201-1/+1
* py-ldb: allow dictionnary like usage (ie. e.get("myattribute", defVal)Matthieu Patou2011-06-191-3/+8
* pyldb: make ldb operations more consistentAndrew Tridgell2011-06-141-12/+21
* pyldb: added validate option to ldb.modify()Andrew Tridgell2011-06-141-9/+15
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-4/+4
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-092-2/+2
* s4-cluster Use task_id instead of id2 to clarify server_id structureAndrew Bartlett2011-06-091-6/+6
* ldb:ldb_msg.c - move away from "errno"Matthias Dieter Wallnöfer2011-06-091-3/+0
* s4-interface: raise the debug level for interface discoveryAndrew Tridgell2011-06-081-3/+3
* s4-ipv6: fixed iface_list_same_net() for IPv6Andrew Tridgell2011-06-071-3/+15
* s4-ipv6: fix iface_list_best_ip() for IPv6Andrew Tridgell2011-06-071-1/+23
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-062-2/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-4/+1
* s4-ipv6: fill in family when initialising from sockaddrAndrew Tridgell2011-06-061-1/+13
* s4-ipv6: fix the address family for IPv6 string addressesAndrew Tridgell2011-06-061-0/+5
* s4-ipv6: use the server address familyAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: enable IPv6 by defaultAndrew Tridgell2011-06-061-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-2/+2
* s4-ipv6: allow ipv6 to be enabled/disabled in smb.confAndrew Tridgell2011-06-061-11/+20
* s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell2011-06-061-4/+24
* s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell2011-06-062-0/+48
* s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell2011-06-061-0/+32
* s4-ipv6: fixed a warningAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: allow IPv6 addresses in our interfaces listAndrew Tridgell2011-06-061-5/+0
* s4-ipv6: added iface_list_wildcard()Andrew Tridgell2011-06-062-1/+29
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u...Matthias Dieter Wallnöfer2011-05-212-6/+6
* ldb:pyldb.c - all flags should be unsignedMatthias Dieter Wallnöfer2011-05-211-10/+10
* ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned"Matthias Dieter Wallnöfer2011-05-211-2/+3
* ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un...Matthias Dieter Wallnöfer2011-05-212-2/+2
* ldb:ldbtest.c - make more use of LDB constantsMatthias Dieter Wallnöfer2011-05-211-4/+4
* build: Expand dcerpc-samba grouping libraryAndrew Bartlett2011-05-181-1/+1
* s4-interfaces: keep interfaces in the order they were declaredAndrew Tridgell2011-05-081-1/+5