Age | Commit message (Expand) | Author | Files | Lines |
2009-01-03 | s4:socket: use a socket_wrapper aware function to auto close the fd event for... | Stefan Metzmacher | 2 | -0/+15 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 4 | -19/+19 |
2008-12-24 | Rename samba-socket -> samba_socket to fix a couple more compiler | Jelmer Vernooij | 1 | -4/+4 |
2008-12-18 | s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok... | Stefan Metzmacher | 4 | -45/+5 |
2008-12-17 | s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re... | Stefan Metzmacher | 2 | -2/+2 |
2008-12-17 | s4:lib/socket: remove unused code | Stefan Metzmacher | 1 | -22/+0 |
2008-12-17 | s4: fix LIBEVENTS dependencies and use more forward declarations | Stefan Metzmacher | 1 | -2/+1 |
2008-11-02 | Use environment variable rather than loadparm parameter when testing | Jelmer Vernooij | 1 | -1/+1 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -3/+1 |
2008-11-02 | Use a separate global for nonblocking socket testing rather than global_loadp... | Jelmer Vernooij | 2 | -1/+5 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 3 | -3/+0 |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-23 | Rename same_net to same_net_v4 for consistency with Samba 3. | Jelmer Vernooij | 1 | -3/+3 |
2008-10-12 | Fix warning, prototype. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKS | Stefan Metzmacher | 1 | -11/+5 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+2 |
2008-05-18 | Use variables for source directory in remaining subsystems. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-16 | lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI... | Stefan Metzmacher | 1 | -25/+3 |
2008-05-16 | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL | Stefan Metzmacher | 1 | -10/+0 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -12/+9 |
2008-04-13 | Use torture_assert_mem_equal() in a couple more places. | Jelmer Vernooij | 1 | -3/+3 |
2008-03-18 | lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSL | Stefan Metzmacher | 2 | -47/+3 |
2008-02-20 | Make more module init functions public, since they are compiled with -fvisibi... | Jelmer Vernooij | 2 | -3/+3 |
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26467: Use getifaddrs() for interface enumeration and provide replacements f... | Jelmer Vernooij | 2 | -437/+1 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -0/+4 |
2007-12-21 | r26406: Make a copy to prevent modification of the loadparm configuration. | Jelmer Vernooij | 2 | -3/+10 |
2007-12-21 | r26405: Import support for getifaddrs from Samba3. | Jelmer Vernooij | 2 | -1/+107 |
2007-12-21 | r26404: Disable socket wrapper for the interface detection code to work aroun... | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 2 | -12/+13 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 3 | -54/+36 |
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 3 | -5/+3 |
2007-12-21 | r26383: Make interfaces argument explicit. | Jelmer Vernooij | 1 | -15/+20 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 4 | -19/+19 |
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 4 | -6/+21 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 2 | -18/+19 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -9/+8 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 2 | -37/+30 |
2007-10-10 | r25600: fix stupid typo...this should fix the build on sunX | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ... | Jelmer Vernooij | 2 | -12/+17 |
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 6 | -69/+69 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25411: Fix IPv6 socket backend. | Jelmer Vernooij | 1 | -10/+12 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 3 | -3/+3 |
2007-10-10 | r25384: Support DGRAM IPv6 sockets. | Jelmer Vernooij | 1 | -10/+23 |
2007-10-10 | r25122: fix interface detection code | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r25043: Avoid allocation on with NULL parent. | Jelmer Vernooij | 1 | -2/+3 |