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
/
lib
/
async_req
/
async_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
lib: Add before/after hooks to async_connect
Volker Lendecke
2013-05-17
1
-4
/
+31
*
lib/async_req: Retry read_packet with read(2)
Volker Lendecke
2012-03-23
1
-0
/
+4
*
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
2011-09-23
1
-1
/
+1
*
s3: Fix bug 8385
Volker Lendecke
2011-08-25
1
-26
/
+14
*
Add wait_for_read_send/recv
Volker Lendecke
2011-07-28
1
-0
/
+55
*
Fix bug #8197 - winbind does not properly detect when a DC connection is dead.
Jeremy Allison
2011-06-06
1
-6
/
+32
*
async_rec/async_sock.c - add an additional "const"
Matthias Dieter Wallnöfer
2011-03-23
1
-1
/
+2
*
Use sockaddr_storage in async sendto/recvfrom
Volker Lendecke
2010-12-29
1
-8
/
+25
*
async_send->sendto, async_recv->recvfrom
Volker Lendecke
2010-12-28
1
-32
/
+42
*
async_sock: return -1/EPIPE if we're getting an end of file on read.
Stefan Metzmacher
2009-09-21
1
-0
/
+4
*
Fix a = vs == error in writev_handler
Volker Lendecke
2009-06-15
1
-1
/
+1
*
async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8
Stefan Metzmacher
2009-06-08
1
-4
/
+8
*
Fix an uninitialized variable read in async_connect_send
Volker Lendecke
2009-06-06
1
-5
/
+5
*
Only err on readability if writev_send was explicitly asked to do so
Volker Lendecke
2009-06-04
1
-1
/
+1
*
Handle EINTR in async_sock.c
Volker Lendecke
2009-05-30
1
-0
/
+16
*
libwbclient: Add async call framework.
Kai Blin
2009-05-30
1
-2
/
+2
*
async_sock: Change license to LGPLv3+
Volker Lendecke
2009-05-29
1
-8
/
+12
*
Change async_connect to use connect instead of getsockopt to get the error
Volker Lendecke
2009-05-24
1
-14
/
+24
*
Add "err_on_readability" to writev_send
Volker Lendecke
2009-05-24
1
-2
/
+13
*
Allow NULL queue to writev_send
Volker Lendecke
2009-05-24
1
-6
/
+16
*
Remove async_req
Volker Lendecke
2009-04-08
1
-50
/
+0
*
Use recv instead of read in read_packet_handler
Volker Lendecke
2009-04-05
1
-1
/
+2
*
Remove some transitional code in writev_send
Volker Lendecke
2009-03-17
1
-17
/
+1
*
async_sock: fix truncating of the temporary iovec in writev_send/recv()
Stefan Metzmacher
2009-03-11
1
-1
/
+1
*
Add "queue" to writev_send
Volker Lendecke
2009-03-08
1
-2
/
+28
*
Make struct tevent_req opaque
Simo Sorce
2009-03-02
1
-20
/
+20
*
Simplify async_connect_send slightly
Volker Lendecke
2009-02-28
1
-9
/
+6
*
Remove async_req based async_send
Volker Lendecke
2009-02-25
1
-232
/
+0
*
Remove async_req based async_recv
Volker Lendecke
2009-02-25
1
-68
/
+0
*
Add more conventional async_recv
Volker Lendecke
2009-02-24
1
-0
/
+67
*
Add more conventional async_send
Volker Lendecke
2009-02-24
1
-0
/
+67
*
Remove unused param_connect struct
Volker Lendecke
2009-02-24
1
-11
/
+0
*
Remove unused recvall
Volker Lendecke
2009-02-24
1
-110
/
+0
*
Add async read_packet
Volker Lendecke
2009-02-24
1
-0
/
+118
*
Fix async writev
Volker Lendecke
2009-02-24
1
-1
/
+1
*
Remove async sendall
Volker Lendecke
2009-02-24
1
-111
/
+0
*
Add async writev
Volker Lendecke
2009-02-24
1
-0
/
+105
*
Convert async_connect to tevent_req
Volker Lendecke
2009-02-24
1
-27
/
+27
*
s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME
Tim Prouty
2009-02-09
1
-2
/
+2
*
async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIME
Kai Blin
2009-02-09
1
-1
/
+5
*
async_sock: Use unix errnos instead of NTSTATUS
Kai Blin
2009-02-09
1
-27
/
+93
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-15
/
+15
*
async_sock: Move to top level
Kai Blin
2009-01-28
1
-0
/
+703