ldb-samba: ldif_read_objectSid avoids VLA
[samba.git] / source4 / lib / socket /
2023-08-14 Andreas Schneiders4:lib: Fix code spelling
2022-03-23 Volker Lendeckelib: Use talloc_zero, save a ZERO_STRUCT
2022-03-23 Volker Lendeckelib: Add a pair of {}
2022-03-23 Volker Lendeckelib: Slightly simplify add_interface()
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-03-25 Volker Lendeckelib: Remove unused SOCKET_FLAG_BLOCK
2019-06-30 Swen Schilligsource4: Update all consumers of strtoul_err(), strtoul...
2019-05-08 Gary Lockyers4 lib socket: Ensure address string owned by parent...
2019-04-11 Swen Schilligsource4: Update error check for new string conversion...
2019-03-01 Swen Schilligsource4: Use wrapper for string to integer conversion
2018-11-28 Andreas Schneiders4:lib: Use #ifdef instead of #if for config.h definitions
2018-02-27 Volker Lendeckelibsocket: Add "mem_ctx" to socket_create()
2018-02-13 Volker Lendeckelibsocket: Avoid an unnecessary else branch
2017-12-18 Gary Lockyersource4/lib/socket/socket_ip.c set socket close on...
2017-12-13 Björn Jackes4: remove ipv6:enabled parameteric option
2016-11-16 Jeremy Allisonsource4: Change to use lib/util/access functions.
2016-08-05 Volker Lendeckelib: Fix a pointless error check
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-01-26 Michael Adams4:lib:socket: skip extra data in interpret_interface()
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
2015-02-10 Andrew BartlettUpdate mailing list references to point at lists.samba.org
2014-04-02 Stefan Metzmachers4:lib/tests: add missing #include "torture/local/proto.h"
2014-03-07 Stefan Metzmachers4:lib/socket: simplify iface_list_wildcard() and its...
2014-03-06 Stefan Metzmachers4:lib/socket: use the same logic in iface_list_wildcar...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-24 Stefan Metzmachers4-lib/socket: Allocate a the larger sockaddr_un and...
2013-07-23 Andrew Bartletts4-lib/socket: Allocate a the larger sockaddr_un and...
2013-03-04 Andrew Bartletts4-lib/socket: Return the original EMSGSIZE when sendto...
2013-03-02 Landon FullerHandle EMSGSIZE on UNIX domain sockets.
2012-12-12 Andreas Schneiders4-socket: Make sure unix socket addresses are null...
2012-07-27 Andrew Bartlettlib/param: Remove use of lp{cfg,}_socket_address outsid...
2011-12-17 Volker Lendeckes3: Fix the clustering build
2011-12-15 Andrew Tridgells4-socket: use set_close_on_exec()
2011-11-30 Stefan Metzmachers4:lib/socket: add socket_connect_multi_ex_*
2011-11-11 Matthieu Patous4-socket: allow connect_multi_next_socket to try all...
2011-11-10 Andrew Tridgells4-socket: detect NULL server in socket connection...
2011-11-01 Matthieu Patous4-socket: do not segfault if the socket is NULL
2011-10-31 Stefan Metzmachers4:lib/socket: don't pass -1 to close()
2011-10-15 Matthieu Patous4-interfaces: allow pure ipv6 to work
2011-09-12 Matthias Dieter... s4:lib/socket/interface.c - "ifaces" strictly needs...
2011-08-13 Simo Sorces4:lib: use tevent_ fns names instead of legcay event_...
2011-07-26 Jelmer Vernooijcli_composite: Lowercase name.
2011-07-10 Stefan Metzmachers4:lib/socket: iface_list_wildcard() should only return...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-08 Andrew Tridgells4-interface: raise the debug level for interface discovery
2011-06-07 Andrew Tridgells4-ipv6: fixed iface_list_same_net() for IPv6
2011-06-07 Andrew Tridgells4-ipv6: fix iface_list_best_ip() for IPv6
2011-06-06 Andrew Tridgells4-ipv6: fill in family when initialising from sockaddr
2011-06-06 Andrew Tridgells4-ipv6: fix the address family for IPv6 string addresses
2011-06-06 Andrew Tridgells4-ipv6: use the server address family
2011-06-06 Andrew Tridgells4-ipv6: enable IPv6 by default
2011-06-06 Andrew Tridgells4-ipv6: update callers to load_interface_list()
2011-06-06 Andrew Tridgells4-ipv6: allow ipv6 to be enabled/disabled in smb.conf
2011-06-06 Andrew Tridgells4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLY
2011-06-06 Andrew Tridgells4-ipv6: added socket_address_from_sockaddr_storage()
2011-06-06 Andrew Tridgells4-ipv6: added ipv4 functions to interface code
2011-06-06 Andrew Tridgells4-ipv6: fixed a warning
2011-06-06 Andrew Tridgells4-ipv6: allow IPv6 addresses in our interfaces list
2011-06-06 Andrew Tridgells4-ipv6: added iface_list_wildcard()
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-05-08 Andrew Tridgells4-interfaces: keep interfaces in the order they were...
2011-05-08 Andrew Bartletts4-interfaces Rename interfaces code so not to conflict...
2011-05-08 Andrew Bartlettlib/socket move interfaces code to the top level
2011-05-08 Andrew Bartletts4-lib/socket Samba4 is not IPv6 compatible
2011-05-08 Andrew Bartletts4-lib merge get_interfaces() from Samba3 to Samba4
2011-05-03 Andrew Tridgells4-socket: rename allow_access() to socket_allow_access()
2011-05-03 Andrew Bartlettlib/util Move set_socket_options() into common code.
2011-05-03 Andrew Bartletts4-lib/socket Merge updated set_socket_options from...
2011-03-19 Jelmer Vernooijsource4/lib: Fix prototypes for all functions.
2011-03-09 Stefan Metzmachers4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-23 Jelmer Vernooijs4: Rename LIBNETIF to libnetif.
2010-10-23 Kai Blins4 socket: increase the debuglevel to make add interfac...
2010-10-21 Andrew Tridgells4-socket: make LIBNETIF a private library
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-04-12 Stefan Metzmachers4-waf: inline LIBREPLACE_NETWORK into 'replace'
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: more dependencies on talloc
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-11 Andrew Bartletts4:lib/socket Don't go via a string when resolving...
2010-03-11 Andrew Bartletts4:lib/socket Add function to set a port on the socket...
2010-02-13 Andrew Tridgells4-socket: use TYPESAFE_QSORT() in netif code
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Stefan Metzmachers4:lib/socket: add socket_get_{remote|local}_addr(...
2009-12-24 Stefan Metzmachers4:lib/socket: add helpers functions to convert between...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Matthias Dieter... s4: fix various warnings (not "const" related ones)
2009-09-19 Andrew Tridgells4-resolve: fixed a crash bug on timeout
2009-02-13 Stefan Metzmachers4:lib/socket: add socket_address_copy()
next