Minor style correction
[ira/wip.git] / source3 / lib / util_sock.c
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...
2007-11-04 Jeremy AllisonRemove more static data from lib/util_sock.c and
2007-11-04 Jeremy AllisonMissed one case where I need to pass down addrlen.
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
2007-11-02 Jeremy AllisonEnsure we use the correct socklen_t values for bind...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonFix Solaris by ensuring we use the IPv4 or IPv6 length
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-26 Jeremy AllisonMove the horrible hack for link local addresses out...
2007-10-26 Jeremy AllisonFix bug in writing names into gencache
2007-10-26 Jeremy AllisonFix resolve name to resolve IPv6 addresses of link...
2007-10-25 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-25 Jeremy AllisonWhen doing reverse lookups actually look up the name...
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Gerald (Jerry) CarterMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-10-19 Gerald (Jerry) CarterAdd test for "struct in6_addr" to the HAVE_IPV6 configu...
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-15 Jeremy AllisonMove to protocol independent code in most of lib/util_s...
2007-10-13 Jelmer VernooijMerge commit '5e95c548864bc8b075b8343e69a69e1a22c92456...
2007-10-13 Jeremy AllisonDummy formatting commit to check I've set up my home git
2007-10-12 Jeremy AllisonConvert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Jeremy AllisonAdd const to the get_peer_addr() and get_socket_addr()
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Jeremy Allisonr25565: Fix unintended consequence change for IPv6...
2007-10-10 Jeremy Allisonr25510: Now we're returning the port instead of using...
2007-10-10 Jeremy Allisonr25492: Start adding IPv6 compatible code to lib/util_s...
2007-10-10 Jeremy Allisonr25473: Reformatting only. Prepare for new ip functions.
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22926: Don't use <=0, use < 0 to allow keepalives...
2007-10-10 Jeremy Allisonr22923: Fix runaway smbd now receive_smb_raw() returns...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Jeremy Allisonr22181: Fix for EISCON in open_any_socket_out from...
next