Age | Commit message (Expand) | Author | Files | Lines |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -74/+0 |
2008-01-03 | Trivial simplification | Volker Lendecke | 1 | -3/+2 |
2008-01-02 | Convert the little caches in util_sock.c to use | Jeremy Allison | 1 | -47/+118 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -3/+27 |
2007-12-09 | Fix connect(2) callers to use correct sockaddr size. | James Peach | 1 | -4/+5 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -2/+4 |
2007-11-21 | Doh ! Don't use #else when #endif is needed. | Jeremy Allison | 1 | -2/+1 |
2007-11-21 | Add set_sockaddr_port function for winbindd. | Jeremy Allison | 1 | -0/+13 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -2/+2 |
2007-11-11 | Remove a pstring. | Jeremy Allison | 1 | -4/+11 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -25/+27 |
2007-11-07 | Unify the name and addr cache for client_name to | Jeremy Allison | 1 | -21/+31 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -43/+44 |
2007-11-04 | Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries) | Jeremy Allison | 1 | -1/+8 |
2007-11-04 | This should really be a cond_set_smb_read_error(). | Jeremy Allison | 1 | -3/+1 |
2007-11-04 | Don't use 0 when we mean SMB_READ_OK. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -38/+30 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 1 | -34/+24 |
2007-11-03 | Missed one case where I need to pass down addrlen. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -9/+10 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -12/+15 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 1 | -21/+38 |
2007-11-02 | Ensure we use the correct socklen_t values for bind() for | Jeremy Allison | 1 | -1/+3 |
2007-11-02 | Fix Solaris by ensuring we use the IPv4 or IPv6 length | Jeremy Allison | 1 | -3/+4 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -105/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -4/+4 |
2007-10-26 | Move the horrible hack for link local addresses out of namequery.c | Jeremy Allison | 1 | -4/+51 |
2007-10-25 | Fix bug in writing names into gencache | Jeremy Allison | 1 | -2/+2 |
2007-10-25 | Fix resolve name to resolve IPv6 addresses of link-local%ifaddr | Jeremy Allison | 1 | -1/+5 |
2007-10-25 | When doing reverse lookups actually look up the name, not | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -44/+162 |
2007-10-19 | Add test for "struct in6_addr" to the HAVE_IPV6 configure test. | Gerald (Jerry) Carter | 1 | -8/+8 |
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 |