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
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
2007-10-10
r11636: a bit neater solution to the nt_cancel problem
Andrew Tridgell
1
-10
/
+1
2007-10-10
r11635: fix a handling of packet_send in the smb client lib
Stefan Metzmacher
1
-1
/
+10
2007-10-10
r11609: fixed handling of one way requests with new send code
Andrew Tridgell
1
-3
/
+4
2007-10-10
r11606: use the generic packet send code in libcli/raw/
Andrew Tridgell
1
-77
/
+23
2007-10-10
r11596: switched the libcli/raw/ code over to using the lib/stream/ generic
Andrew Tridgell
1
-75
/
+47
2007-10-10
r10754: fixed a valgrind error for unmatched SMB replies
Andrew Tridgell
1
-3
/
+3
2007-10-10
r10542: if the transport is dead we need to return
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r8407: fixed a bug left over from our old socket code.
Andrew Tridgell
1
-23
/
+33
2007-10-10
r8111: fixed the client library to work against w2k3 with nt status codes
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
1
-7
/
+14
2007-10-10
r7654: - add a timeout to all smb requests (default 60 seconds)
Andrew Tridgell
1
-0
/
+46
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
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
/
+0
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-17
/
+28
2007-10-10
r4954: we don't need the separate event_remove_*() calls any more, as you now
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-5
/
+8
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-1
/
+1
[next]