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
2011-02-09
s3: Fix some nonempty blank lines and some typos
Volker Lendecke
1
-1
/
+1
2010-12-22
s3: Remove unused open_any_socket_out
Volker Lendecke
1
-165
/
+0
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-10-07
s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to t...
Ira Cooper
1
-0
/
+6
2010-10-01
samba: share select wrappers.
Günther Deschner
1
-0
/
+1
2010-09-20
s3-build: only include async headers where needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include memcache.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-18
s3: Fix an uninitialized variable
Volker Lendecke
1
-3
/
+2
2010-08-17
s3: Move read_smb_length() to smbd/reply.c
Volker Lendecke
1
-42
/
+0
2010-08-17
s3: Remove smbd_server_fd from receive_smb_raw
Volker Lendecke
1
-25
/
+4
2010-08-17
s3: Lift smbd_server_fd() from read_smb_length_return_keepalive
Volker Lendecke
1
-13
/
+24
2010-08-17
s3: Lift smbd_server_fd() from read_data()
Volker Lendecke
1
-19
/
+1
2010-08-17
s3: Lift smbd_server_fd() from read_fd_with_timeout()
Volker Lendecke
1
-43
/
+44
2010-08-17
s3-util: remove unused variable.
Günther Deschner
1
-1
/
+0
2010-08-17
s3: Remove smbd_server_fd() from write_data()
Volker Lendecke
1
-20
/
+1
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-4
/
+4
2010-03-26
s3-util_sock: Rise debug level for getpeername failed messages.
Karolin Seeger
1
-4
/
+6
2009-09-15
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
1
-115
/
+0
2009-09-06
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
1
-17
/
+25
2009-09-05
Save and report the correct errno value.
Simo Sorce
1
-8
/
+12
2009-07-28
(Hopefully) fix the problem Kai reported with
Jeremy Allison
1
-5
/
+53
2009-07-14
s3: allow setting the TCP_QUICKACK socket option
Björn Jacke
1
-0
/
+3
2009-06-08
Make open_udp_socket() IPv6 clean. Trying to fix bug #6437 - Unable to join I...
Jeremy Allison
1
-10
/
+25
2009-06-06
Allow AF_UNIX for open_socket_out
Volker Lendecke
1
-0
/
+4
2009-05-18
Fix bug 5681: Do not limit the number of network interfaces
Volker Lendecke
1
-6
/
+1
2009-05-13
s3:libsmb: move read_smb_send/recv() static in async_smb.c
Stefan Metzmacher
1
-87
/
+0
2009-05-12
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
1
-2
/
+2
2009-05-01
Add getaddrinfo_send/recv
Volker Lendecke
1
-0
/
+82
2009-04-12
Reactivate get_socket_port
Volker Lendecke
1
-4
/
+1
2009-04-08
s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().
Günther Deschner
1
-0
/
+4
2009-04-06
Add read_smb_send/recv, dumping keepalives
Volker Lendecke
1
-0
/
+87
2009-03-19
s3:lib/util_sock: use sys_recv() instead of sys_read() on sockets
Stefan Metzmacher
1
-2
/
+2
2009-03-16
Convert open_socket_out_defer to tevent_req
Volker Lendecke
1
-29
/
+29
2009-03-16
Use tevent_wakeup_send in open_socket_out_defer
Volker Lendecke
1
-22
/
+15
2009-03-02
Make struct tevent_req opaque
Simo Sorce
1
-14
/
+11
2009-02-26
Remove a temporary debug message -- sorry
Volker Lendecke
1
-1
/
+0
2009-02-26
Convert open_socket_out to tevent_req
Volker Lendecke
1
-41
/
+41
2009-02-24
Convert async_connect to tevent_req
Volker Lendecke
1
-13
/
+16
2009-02-09
s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME
Tim Prouty
1
-4
/
+7
2009-02-09
async_sock: Use unix errnos instead of NTSTATUS
Kai Blin
1
-9
/
+9
2009-02-02
Next step disentangling async_req from NTSTATUS
Volker Lendecke
1
-2
/
+2
2009-02-01
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
1
-13
/
+13
2009-01-18
Add a macro async_req_setup()
Volker Lendecke
1
-16
/
+4
2009-01-16
"First thing, kill all the language lawyers" :-). Ensure possible insane comp...
Jeremy Allison
1
-1
/
+1
2009-01-15
Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.
Jeremy Allison
1
-4
/
+5
2009-01-04
Remove a duplicated comment
Volker Lendecke
1
-4
/
+0
2009-01-04
Add open_socket_out_defer_send/recv
Volker Lendecke
1
-0
/
+111
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-56
/
+168
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-9
/
+3
2008-12-29
Make write_data use write_data_iov
Volker Lendecke
1
-24
/
+24
[next]