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