index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-02-02
Convert read_data() to NTSTATUS
Volker Lendecke
1
-23
/
+2
2008-02-02
Convert receive_smb_raw to NTSTATUS
Volker Lendecke
1
-44
/
+7
2008-02-02
read_socket_with_timeout_ntstatus->read_socket_with_timeout
Volker Lendecke
1
-8
/
+7
2008-02-02
Get rid of read_socket_with_timeout
Volker Lendecke
1
-22
/
+23
2008-02-02
Convert read_smb_length to return NTSTATUS
Volker Lendecke
1
-18
/
+5
2008-02-02
Convert read_smb_length_return_keepalive to return NTSTATUS
Volker Lendecke
1
-36
/
+44
2008-02-02
Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatus
Volker Lendecke
1
-2
/
+19
2008-02-02
Add read_socket_with_timeout_ntstatus
Volker Lendecke
1
-23
/
+48
2008-02-01
Fix a typo
Volker Lendecke
1
-1
/
+1
2008-01-25
Tiny simplification
Volker Lendecke
1
-8
/
+7
2008-01-25
Remove a pointless while loop
Volker Lendecke
1
-11
/
+7
2008-01-24
More read_data -> read_socket_with_timeout
Volker Lendecke
1
-16
/
+3
2008-01-23
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
1
-38
/
+1
2008-01-21
util_sock: Don't return a pointer to freed memory.
Kai Blin
1
-1
/
+2
2008-01-21
util_sock: Fix memcache bug in get_mydnsfullname.
Kai Blin
1
-3
/
+3
2008-01-16
Fix IPv6 bug #5204, which caused krb5 DNS lookups
Jeremy Allison
1
-2
/
+25
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
[next]