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
/
source4
/
libcli
/
raw
/
clisocket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11632: removed 2 unused functions
Andrew Tridgell
1
-33
/
+0
2007-10-10
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
1
-184
/
+140
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8407: fixed a bug left over from our old socket code.
Andrew Tridgell
1
-23
/
+8
2007-10-10
r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail
Andrew Tridgell
1
-0
/
+3
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-12
/
+16
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-16
/
+11
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-17
/
+3
2007-10-10
r4938: allow the caller to supply an existing event_context if they want to
Andrew Tridgell
1
-2
/
+8
2007-10-10
r4924: continue the effort to simplify and generalise the composite
Andrew Tridgell
1
-3
/
+4
2007-10-10
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
1
-5
/
+11
2007-10-10
r4811: now that the event context is at the socket level, the event cleanup
Andrew Tridgell
1
-0
/
+13
2007-10-10
r4791: used the new talloc type safety macros to make the "void *private"
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-0
/
+2
2007-10-10
r4765: simplify the async socket code to always go via the event handler
Andrew Tridgell
1
-18
/
+9
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
1
-47
/
+197
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-3
/
+3
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3315: converted the libcli/raw/ code to use the generic socket library. This
Andrew Tridgell
1
-37
/
+46
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-13
/
+15
2007-10-10
r2655: fixed an error in the shutdown of the sock->transport->session->tree
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2621: - now that the client code is non-blocking, we no longer need
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2184: use the smb.conf socket options for client code too
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2040: fixed a memory handling error in clisocket (caught with valgrind)
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
1
-16
/
+7
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1910: this should not be a local var in this block
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...
Andrew Tridgell
1
-2
/
+9
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-17
/
+17
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
1
-1
/
+7
2007-10-10
r1475: More kerberos work
Andrew Bartlett
1
-1
/
+10
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-3
/
+23
2003-11-26
fixed default port handling pointed out by Tom Jansen
Andrew Tridgell
1
-1
/
+1
2003-11-19
updated copyright year
Andrew Tridgell
1
-1
/
+1
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+148