Age | Commit message (Expand) | Author | Files | Lines |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 1 | -114/+223 |
2007-10-12 | Dummy formatting commit to check I've set up my home git | Jeremy Allison | 1 | -1/+2 |
2007-10-12 | Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr() | Jeremy Allison | 1 | -55/+112 |
2007-10-11 | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 1 | -15/+16 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -49/+466 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -42/+3 |
2007-10-10 | r25565: Fix unintended consequence change for IPv6 noticed | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r25510: Now we're returning the port instead of using a global, | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 1 | -54/+73 |
2007-10-10 | r25473: Reformatting only. Prepare for new ip functions. | Jeremy Allison | 1 | -254/+240 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 1 | -0/+116 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22926: Don't use <=0, use < 0 to allow keepalives to propagate up. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 1 | -6/+12 |
2007-10-10 | r22181: Fix for EISCON in open_any_socket_out from William Jojo | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r21990: Stop messing with the signing engine just because | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | r21922: Fixed the build by rather horrid means. I really need | Jeremy Allison | 1 | -28/+29 |
2007-10-10 | r21880: Make client and server calls into encryption code symetrical, | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21876: Start adding in the seal implementation - prototype code | Jeremy Allison | 1 | -3/+6 |
2007-10-10 | r21865: Add in the stubs for SMB transport encryption. Will flesh | Jeremy Allison | 1 | -1/+22 |
2007-10-10 | r20148: Forgot to merge. Ensure open_any_socket_out() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15700: Make nmbd udp sockets non-blocking to prevent problem | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15030: On a performace hunt... Remove as many extraneous | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r12953: Support the TCP_FASTACK socket option if it is available. Note that t... | James Peach | 1 | -0/+3 |
2007-10-10 | r7591: Don't call getpeeraddr on a disconnected socket. | Jeremy Allison | 1 | -5/+8 |
2007-10-10 | r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_... | Jeremy Allison | 1 | -133/+95 |
2007-10-10 | r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed... | Jeremy Allison | 1 | -0/+93 |
2007-10-10 | r7039: Ensure we always call read_socket_with_timeout() when | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r7034: Revert change in util_sock.c from derrell until this is | Jeremy Allison | 1 | -58/+13 |
2007-10-10 | r7025: 1 if not all data is available at the time we go to read a packet, retry | Derrell Lipman | 1 | -13/+58 |
2007-10-10 | r6890: Refactor printing interface to take offset into job. Fixes bug | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@... | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r4217: Fix open_any_socket_out. | Volker Lendecke | 1 | -13/+27 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r3843: If a connection to a DC is requested, open connections simultaeneously... | Volker Lendecke | 1 | -0/+136 |
2007-10-10 | r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1104: get_called_name is used in the printing subsystem. In case of multi-homed | Volker Lendecke | 1 | -0/+22 |
2007-10-10 | r487: fixing some compile issues with the IBM AIX compiler reoported on the m... | Gerald Carter | 1 | -5/+7 |
2007-10-10 | r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time... | Andrew Tridgell | 1 | -0/+1 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 1 | -1/+1 |
2004-03-19 | updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD | Gerald Carter | 1 | -1/+1 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 1 | -1/+1 |
2004-02-10 | more fixes from the static changes; please move static functions to the top o... | Gerald Carter | 1 | -23/+23 |
2004-02-08 | More 'static' work. | Andrew Bartlett | 1 | -1/+1 |
2004-02-02 | there are places in the samba3 code that don't check properly for | Andrew Tridgell | 1 | -0/+4 |
2003-12-09 | fix bug in get_peer_name() caused by --enable-developer and using the same sr... | Gerald Carter | 1 | -3/+11 |
2003-11-07 | Implement %i-Macro for the locally used IP address. With this you can again | Volker Lendecke | 1 | -0/+28 |