Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 1 | -2/+2 | |
ctdb_private.h already defines set_close_on_exec. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s4-socket: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+4 | |
this prevents a fd leak to child processes | |||||
2011-10-31 | s4:lib/socket: don't pass -1 to close() | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -29/+29 | |
The two error tables need to be combined, but for now seperate the names. (As the common parts of the tree now use the _common function, errmap_unix.c must be included in the s3 autoconf build). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLY | Andrew Tridgell | 1 | -4/+24 | |
this changes ipv6_listen() to use IPV6_V6ONLY, and to setup the right scope id for link local IPv6 addresses | |||||
2011-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+3 | |
2011-03-09 | s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept() | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 9 14:36:42 CET 2011 on sn-devel-104 | |||||
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -0/+1 | |
These were causing thousands of warnings on solaris8 | |||||
2009-02-12 | Fix Coverity ID 871 -- do not dereference "sp" before checking for NULL | Volker Lendecke | 1 | -1/+3 | |
2009-01-30 | s4:lib/socket: don't use gethostbyname2() | Stefan Metzmacher | 1 | -8/+25 | |
metze | |||||
2008-02-20 | Make more module init functions public, since they are compiled with ↵ | Jelmer Vernooij | 1 | -2/+2 | |
-fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵ | Jelmer Vernooij | 1 | -11/+11 | |
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf) | |||||
2007-10-10 | r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ↵ | Jelmer Vernooij | 1 | -12/+14 | |
code between IPv4 and IPv6 later on. (This used to be commit e3df90927b2878917f0f555772a875f05bf609e8) | |||||
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86) | |||||
2007-10-10 | r25411: Fix IPv6 socket backend. | Jelmer Vernooij | 1 | -10/+12 | |
(This used to be commit 02b4621181c35ebf3e7c2531302b44863b94f8bf) | |||||
2007-10-10 | r25384: Support DGRAM IPv6 sockets. | Jelmer Vernooij | 1 | -10/+23 | |
(This used to be commit e227c749711aef2f2ce2eb66f7f3485962f36399) | |||||
2007-10-10 | r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared). | Jelmer Vernooij | 1 | -0/+964 | |
(This used to be commit 15f47aaf533bec4d7d82d75d27c233b3b0b261cd) |