index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-74
/
+0
*
Trivial simplification
Volker Lendecke
2008-01-03
1
-3
/
+2
*
Convert the little caches in util_sock.c to use
Jeremy Allison
2008-01-02
1
-47
/
+118
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-3
/
+27
*
Fix connect(2) callers to use correct sockaddr size.
James Peach
2007-12-09
1
-4
/
+5
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-2
/
+4
*
Doh ! Don't use #else when #endif is needed.
Jeremy Allison
2007-11-21
1
-2
/
+1
*
Add set_sockaddr_port function for winbindd.
Jeremy Allison
2007-11-21
1
-0
/
+13
*
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
2007-11-15
1
-2
/
+2
*
Remove a pstring.
Jeremy Allison
2007-11-11
1
-4
/
+11
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
1
-25
/
+27
*
Unify the name and addr cache for client_name to
Jeremy Allison
2007-11-07
1
-21
/
+31
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
1
-43
/
+44
*
Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)
Jeremy Allison
2007-11-04
1
-1
/
+8
*
This should really be a cond_set_smb_read_error().
Jeremy Allison
2007-11-04
1
-3
/
+1
*
Don't use 0 when we mean SMB_READ_OK.
Jeremy Allison
2007-11-04
1
-1
/
+1
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-38
/
+30
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-34
/
+24
*
Missed one case where I need to pass down addrlen.
Jeremy Allison
2007-11-03
1
-1
/
+1
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-9
/
+10
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-12
/
+15
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
1
-21
/
+38
*
Ensure we use the correct socklen_t values for bind() for
Jeremy Allison
2007-11-02
1
-1
/
+3
*
Fix Solaris by ensuring we use the IPv4 or IPv6 length
Jeremy Allison
2007-11-02
1
-3
/
+4
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
1
-105
/
+1
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-4
/
+4
*
Move the horrible hack for link local addresses out of namequery.c
Jeremy Allison
2007-10-26
1
-4
/
+51
*
Fix bug in writing names into gencache
Jeremy Allison
2007-10-25
1
-2
/
+2
*
Fix resolve name to resolve IPv6 addresses of link-local%ifaddr
Jeremy Allison
2007-10-25
1
-1
/
+5
*
When doing reverse lookups actually look up the name, not
Jeremy Allison
2007-10-25
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-44
/
+162
*
Add test for "struct in6_addr" to the HAVE_IPV6 configure test.
Gerald (Jerry) Carter
2007-10-19
1
-8
/
+8
*
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
2007-10-15
1
-114
/
+223
*
Dummy formatting commit to check I've set up my home git
Jeremy Allison
2007-10-12
1
-1
/
+2
*
Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()
Jeremy Allison
2007-10-12
1
-55
/
+112
*
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
2007-10-11
1
-15
/
+16
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-49
/
+466
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-42
/
+3
*
r25565: Fix unintended consequence change for IPv6 noticed
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r25510: Now we're returning the port instead of using a global,
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
2007-10-10
1
-54
/
+73
*
r25473: Reformatting only. Prepare for new ip functions.
Jeremy Allison
2007-10-10
1
-254
/
+240
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-0
/
+116
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
2007-10-10
1
-6
/
+12
*
r22181: Fix for EISCON in open_any_socket_out from William Jojo
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r21990: Stop messing with the signing engine just because
Jeremy Allison
2007-10-10
1
-11
/
+11
[next]