Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
[ira/wip.git] / source3 / lib / util_sock.c
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...
2007-10-10 Jeremy Allisonr21990: Stop messing with the signing engine just because
2007-10-10 Jeremy Allisonr21922: Fixed the build by rather horrid means. I reall...
2007-10-10 Jeremy Allisonr21880: Make client and server calls into encryption...
2007-10-10 Jeremy Allisonr21876: Start adding in the seal implementation - proto...
2007-10-10 Jeremy Allisonr21865: Add in the stubs for SMB transport encryption...
2007-10-10 Jeremy Allisonr20148: Forgot to merge. Ensure open_any_socket_out()
2007-10-10 Jeremy Allisonr15700: Make nmbd udp sockets non-blocking to prevent...
2007-10-10 Jeremy Allisonr15672: Fix for bug #3783. winbindd_cm.c calls open_any...
2007-10-10 Jeremy Allisonr15030: On a performace hunt... Remove as many extraneous
2007-10-10 James Peachr12953: Support the TCP_FASTACK socket option if it...
2007-10-10 Jeremy Allisonr7591: Don't call getpeeraddr on a disconnected socket.
2007-10-10 Jeremy Allisonr7554: Refactor very messy code in util_sock.c Remove...
2007-10-10 Jeremy Allisonr7318: Unify HEAD and 3.0 socket functions. Add HEAD...
2007-10-10 Jeremy Allisonr7039: Ensure we always call read_socket_with_timeout...
2007-10-10 Jeremy Allisonr7034: Revert change in util_sock.c from derrell until...
2007-10-10 Derrell Lipmanr7025: 1 if not all data is available at the time we...
2007-10-10 Jeremy Allisonr6890: Refactor printing interface to take offset into...
2007-10-10 Jeremy Allisonr6553: Added Linux per-socket TCP settings patch from...
2007-10-10 Volker Lendecker4217: Fix open_any_socket_out.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3843: If a connection to a DC is requested, open conne...
2007-10-10 Jeremy Allisonr2978: Fix #1926 typo in debug. Found by Bill McGonigle...
2007-10-10 Volker Lendecker1104: get_called_name is used in the printing subsyste...
2007-10-10 Gerald Carterr487: fixing some compile issues with the IBM AIX compi...
2007-10-10 Andrew Tridgellr426: fixed bug noticed by wim.delvaux@adaptiveplanet...
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-19 Gerald Carterupdating release notes & merging Derrel Lipman's libsmb...
2004-03-18 Richard SharpeCommit Derrell Lipman's changes and fixes to libsmbclie...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
2004-02-23 Jim McDonoughJanitor for tpot...bugzilla #1098, msleep already exist...
2004-02-20 Tim PotterAIX has already has a function called msleep(). Bugzil...
2004-02-10 Gerald Cartermerge fixes from 3.0
2004-02-10 Gerald Cartermore fixes from the static changes; please move static...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMore 'static' work.
2004-02-02 Andrew Tridgellthere are places in the samba3 code that don't check...
2003-12-09 Gerald Carterfix bug in get_peer_name() caused by --enable-developer...
2003-12-09 Gerald Carterfix bug in get_peer_name() caused by --enable-developer...
2003-11-07 Volker LendeckeFrom 3_0:
next