Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-06 | s4-ipv6: enable IPv6 by default | Andrew Tridgell | 1 | -2/+2 |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 1 | -2/+2 |
2011-06-06 | s4-ipv6: allow ipv6 to be enabled/disabled in smb.conf | Andrew Tridgell | 1 | -11/+20 |
2011-06-06 | s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLY | Andrew Tridgell | 1 | -4/+24 |
2011-06-06 | s4-ipv6: added socket_address_from_sockaddr_storage() | Andrew Tridgell | 2 | -0/+48 |
2011-06-06 | s4-ipv6: added ipv4 functions to interface code | Andrew Tridgell | 1 | -0/+32 |
2011-06-06 | s4-ipv6: fixed a warning | Andrew Tridgell | 1 | -1/+1 |
2011-06-06 | s4-ipv6: allow IPv6 addresses in our interfaces list | Andrew Tridgell | 1 | -5/+0 |
2011-06-06 | s4-ipv6: added iface_list_wildcard() | Andrew Tridgell | 2 | -1/+29 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 |
2011-05-21 | s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u... | Matthias Dieter Wallnöfer | 2 | -6/+6 |
2011-05-21 | ldb:pyldb.c - all flags should be unsigned | Matthias Dieter Wallnöfer | 1 | -10/+10 |
2011-05-21 | ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned" | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2011-05-21 | ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un... | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-05-21 | ldb:ldbtest.c - make more use of LDB constants | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2011-05-18 | build: Expand dcerpc-samba grouping library | Andrew Bartlett | 1 | -1/+1 |
2011-05-08 | s4-interfaces: keep interfaces in the order they were declared | Andrew Tridgell | 1 | -1/+5 |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 2 | -23/+23 |
2011-05-08 | lib/socket move interfaces code to the top level | Andrew Bartlett | 3 | -334/+6 |
2011-05-08 | s4-lib/socket Samba4 is not IPv6 compatible | Andrew Bartlett | 1 | -0/+5 |
2011-05-08 | s4-lib merge get_interfaces() from Samba3 to Samba4 | Andrew Bartlett | 3 | -100/+375 |
2011-05-08 | s4-auth Rename auth -> auth4 to avoid conflict with s3 auth | Andrew Bartlett | 1 | -0/+2 |
2011-05-06 | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 4 | -172/+1 |
2011-05-03 | s4-socket: rename allow_access() to socket_allow_access() | Andrew Tridgell | 2 | -7/+7 |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 6 | -165/+165 |
2011-05-03 | lib/util Move set_socket_options() into common code. | Andrew Bartlett | 1 | -160/+0 |
2011-05-03 | s4-lib/socket Merge updated set_socket_options from Samba3 -> Samba4 | Andrew Bartlett | 1 | -34/+90 |
2011-05-03 | s4-cluster Rename server_id.node -> vnn to match Samba3 | Andrew Bartlett | 1 | -4/+4 |
2011-05-03 | s4:cluster Rename .id to .pid in server_id | Andrew Bartlett | 2 | -10/+12 |
2011-04-29 | ldb:tdb backend - cache - remove unused "last_attribute" structure member | Matthias Dieter Wallnöfer | 2 | -8/+0 |
2011-04-29 | ldb:tools/cmdline.c + tools/ldbtest.c - make use of LDB result constants | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-04-29 | ldb:ldb_controls.c - fix comment indentation | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2011-04-29 | s4-param Rename private_path() -> lpcfg_private_path() | Andrew Bartlett | 1 | -1/+1 |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+6 |
2011-04-21 | s4:ldb: change version to 1.1.0 after adding new functions: | Stefan Metzmacher | 2 | -1/+254 |
2011-04-21 | ldb: add custom flags and functions for the application that wants to manipul... | Matthieu Patou | 3 | -0/+54 |
2011-04-21 | s4:ldb/tests: add tests for ldbmodify and 'modrdn' | Stefan Metzmacher | 2 | -1/+16 |
2011-04-21 | s4:ldb/tools: add support for "modrdn" to ldbmodify | Stefan Metzmacher | 1 | -1/+23 |