Age | Commit message (Expand) | Author | Files | Lines |
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 2 | -4/+4 |
2011-12-15 | s4-socket: use set_close_on_exec() | Andrew Tridgell | 2 | -0/+8 |
2011-11-30 | s4:lib/socket: add socket_connect_multi_ex_* | Stefan Metzmacher | 2 | -10/+147 |
2011-11-11 | s4-socket: allow connect_multi_next_socket to try all the IP for a given host | Matthieu Patou | 1 | -12/+21 |
2011-11-10 | s4-socket: detect NULL server in socket connection code | Andrew Tridgell | 1 | -0/+5 |
2011-11-01 | s4-socket: do not segfault if the socket is NULL | Matthieu Patou | 1 | -0/+3 |
2011-10-31 | s4:lib/socket: don't pass -1 to close() | Stefan Metzmacher | 1 | -1/+4 |
2011-10-16 | s4-interfaces: allow pure ipv6 to work | Matthieu Patou | 1 | -1/+2 |
2011-09-12 | s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-08-13 | s4:lib: use tevent_ fns names instead of legcay event_ ones | Simo Sorce | 2 | -3/+3 |
2011-07-26 | cli_composite: Lowercase name. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-10 | s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ... | Stefan Metzmacher | 1 | -1/+13 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 3 | -38/+38 |
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-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-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-03 | s4-socket: rename allow_access() to socket_allow_access() | Andrew Tridgell | 2 | -7/+7 |
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-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 2 | -0/+4 |
2011-03-09 | s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept() | Stefan Metzmacher | 1 | -1/+1 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -2/+1 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2 | -61/+0 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -2/+2 |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 1 | -24/+20 |
2010-10-23 | s4 socket: increase the debuglevel to make add interface debug messages less ... | Kai Blin | 1 | -1/+1 |
2010-10-21 | s4-socket: make LIBNETIF a private library | Andrew Tridgell | 1 | -5/+6 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 |
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 1 | -3/+3 |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 |