s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME
[kai/samba-autobuild/.git] / source3 / lib / util_sock.c
2009-02-09 Tim Proutys3 async: Fix the build on systems that have ETIMEDOUT...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-09 Kai Blinasync_sock: Use unix errnos instead of NTSTATUS
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Volker LendeckeNext step disentangling async_req from NTSTATUS
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-16 Jeremy Allison"First thing, kill all the language lawyers" :-). Ensur...
2009-01-15 Jeremy AllisonFix bug #6040 - Calling Samba print server with an...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeRemove a duplicated comment
2009-01-04 Volker LendeckeAdd open_socket_out_defer_send/recv
2009-01-04 Volker LendeckeAsync wrapper for open_socket_out_send/recv
2009-01-03 Volker Lendeckeopen_socket_out is always used with SOCK_STREAM, remove...
2008-12-29 Volker LendeckeMake write_data use write_data_iov
2008-12-29 Volker LendeckeAdd write_data_iov
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Dan Sledzs3: Use DEBUGADD instead of DEBUG to avoid printing...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMove set_sockaddr_port to libutil.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-04 Jeremy AllisonMerge branch 'v3-devel' of ssh://jra@git.samba.org...
2008-09-04 Steven DannemanCleanup of DC enumeration in get_dcs()
2008-07-22 Zach LoafmanFix various build warnings
2008-07-09 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-08 Zach LoafmanMinor style correction
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-28 Jeremy AllisonSecurity fix for CVE-2008-1105: Boundary failure when...
2008-04-07 Björn Jackeincrease log level for this failed setsockopt call...
2008-03-26 Gerald W. CarterFix a bug in the output from print_canonical_sockaddr...
2008-03-24 Gerald (Jerry) CarterIgnore port when pulling IP addr from struct sockaddr_s...
2008-03-16 Volker LendeckeFix Coverity ID 567
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Michael AdamEliminate tons of build warnings on non-IPV6 system.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Tim PotterFix possible close of invalid fd if call to socket...
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-05 Volker LendeckeFix a debug message
2008-02-02 Volker LendeckeConvert read_data() to NTSTATUS
2008-02-02 Volker LendeckeConvert receive_smb_raw to NTSTATUS
2008-02-02 Volker Lendeckeread_socket_with_timeout_ntstatus->read_socket_with_timeout
2008-02-02 Volker LendeckeGet rid of read_socket_with_timeout
2008-02-02 Volker LendeckeConvert read_smb_length to return NTSTATUS
2008-02-02 Volker LendeckeConvert read_smb_length_return_keepalive to return...
2008-02-02 Volker LendeckeConvert read_smb_length_return_keepalive to read_socket...
2008-02-02 Volker LendeckeAdd read_socket_with_timeout_ntstatus
2008-02-01 Volker LendeckeFix a typo
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Volker LendeckeTiny simplification
2008-01-25 Volker LendeckeRemove a pointless while loop
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Volker LendeckeMore read_data -> read_socket_with_timeout
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckeread_socket_with_timeout has timeout=0 handling
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Kai Blinutil_sock: Don't return a pointer to freed memory.
2008-01-21 Kai Blinutil_sock: Fix memcache bug in get_mydnsfullname.
2008-01-17 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Jeremy AllisonFix IPv6 bug #5204, which caused krb5 DNS lookups
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2008-01-03 Volker LendeckeTrivial simplification
2008-01-03 Jeremy AllisonConvert the little caches in util_sock.c to use
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-09 James PeachFix connect(2) callers to use correct sockaddr size.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonDoh ! Don't use #else when #endif is needed.
2007-11-21 Jeremy AllisonAdd set_sockaddr_port function for winbindd.
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-11-12 Jeremy AllisonRemove a pstring.
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-11-08 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-07 Jeremy AllisonUnify the name and addr cache for client_name to
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-05 Jeremy AllisonDon't alloc struct iface_struct nics[MAX_INTERFACES...
2007-11-05 Jeremy AllisonThis should really be a cond_set_smb_read_error().
2007-11-05 Jeremy AllisonDon't use 0 when we mean SMB_READ_OK.
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
next