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
/
source4
/
libcli
/
raw
/
clitransport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
1
-7
/
+7
*
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
2011-06-01
1
-1
/
+1
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-5
/
+3
*
s4: smbcli_transport_send hit the socket right away if possible
Sam Liddicott
2009-06-09
1
-0
/
+7
*
s4:libcli/raw: initialy read the first 4 bytes only
Stefan Metzmacher
2009-05-20
1
-0
/
+1
*
s4:libcli/raw: s/class/eclass
Stefan Metzmacher
2009-02-02
1
-3
/
+3
*
s4:libcliraw: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-2
/
+2
*
s4:libcli/raw: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-13
/
+13
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-5
/
+5
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Remove a few more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-3
/
+2
*
Eliminate another instance of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-1
/
+3
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
s4-nbt: use ../libcli/nbt
Günther Deschner
2008-09-23
1
-1
/
+1
*
libcli/raw: add a recv_helper hook infrastructure
Stefan Metzmacher
2008-07-07
1
-1
/
+15
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-3
/
+5
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-2
/
+3
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
1
-1
/
+3
*
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
2008-01-03
1
-10
/
+2
*
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
2008-01-03
1
-1
/
+3
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
1
-3
/
+3
*
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
2007-12-21
1
-3
/
+5
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-8
/
+9
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-3
/
+4
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r24994: Fix some C++ warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23138: added a raw interface for SMBecho operations
Andrew Tridgell
2007-10-10
1
-0
/
+68
*
r23057: only call the async recv function for the first pending receive, not
Andrew Tridgell
2007-10-10
1
-2
/
+5
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17020: pass the real error to the failing requests
Stefan Metzmacher
2007-10-10
1
-4
/
+8
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-5
/
+2
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12725: some minor updates
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r11982: ensure the fde event gets freed before the socket itself, as otherwise
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11812: Convert winbind to the async bind routines. Also remove tridge's hack...
Volker Lendecke
2007-10-10
1
-4
/
+0
*
r11714: put in a workaround for a winbind problem volker asked me about. The
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r11669: - make sure req is initialized
Stefan Metzmacher
2007-10-10
1
-1
/
+4
*
r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or
Andrew Tridgell
2007-10-10
1
-6
/
+0
*
r11649: - add support for ntcancel replies (they only happen in error cases,
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r11647: add smbcli_ prefix
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11644: free the buffer when it's not used
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r11636: a bit neater solution to the nt_cancel problem
Andrew Tridgell
2007-10-10
1
-10
/
+1
*
r11635: fix a handling of packet_send in the smb client lib
Stefan Metzmacher
2007-10-10
1
-1
/
+10
*
r11609: fixed handling of one way requests with new send code
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r11606: use the generic packet send code in libcli/raw/
Andrew Tridgell
2007-10-10
1
-77
/
+23
*
r11596: switched the libcli/raw/ code over to using the lib/stream/ generic
Andrew Tridgell
2007-10-10
1
-75
/
+47
[next]