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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
3
-1
/
+103
2007-10-10
r12725: some minor updates
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
5
-5
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
3
-0
/
+4
2007-10-10
r11982: ensure the fde event gets freed before the socket itself, as otherwise
Andrew Tridgell
2
-5
/
+5
2007-10-10
r11848: separate out the info levels common to SMB and SMB2 for raw_search
Andrew Tridgell
2
-121
/
+174
2007-10-10
r11812: Convert winbind to the async bind routines. Also remove tridge's hack...
Volker Lendecke
1
-4
/
+0
2007-10-10
r11800: - filled in unknown fields in SMB2 all_info level
Andrew Tridgell
1
-4
/
+4
2007-10-10
r11771: - split out the setinfo blob construction in the libcli/raw code
Andrew Tridgell
1
-42
/
+101
2007-10-10
r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls
Andrew Tridgell
1
-10
/
+54
2007-10-10
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
3
-143
/
+277
2007-10-10
r11730: added parsing and tests for a bunch more SMB2 getinfo levels
Andrew Tridgell
1
-28
/
+46
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
2
-10
/
+0
2007-10-10
r11649: - add support for ntcancel replies (they only happen in error cases,
Stefan Metzmacher
3
-0
/
+49
2007-10-10
r11647: add smbcli_ prefix
Stefan Metzmacher
2
-2
/
+2
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
r11632: removed 2 unused functions
Andrew Tridgell
1
-33
/
+0
2007-10-10
r11626: Fix unhandled enum in case statement warnings by noting appropriately
Tim Potter
1
-0
/
+12
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
2
-82
/
+49
2007-10-10
r11466: Clear up some memory leaks in smbclient.
Andrew Bartlett
1
-2
/
+6
2007-10-10
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
1
-184
/
+140
2007-10-10
r10878: Reply to some comments by tridge and metze:
Volker Lendecke
1
-0
/
+1
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
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
2
-8
/
+9
2007-10-10
r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...
Alexander Bokovoy
2
-2
/
+2
2007-10-10
r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't
Tim Potter
1
-0
/
+48
2007-10-10
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter
1
-8
/
+9
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-8
/
+8
2007-10-10
r8811: Fix the build..
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
4
-7
/
+7
2007-10-10
r8407: fixed a bug left over from our old socket code.
Andrew Tridgell
2
-46
/
+41
2007-10-10
r8134: remove unused var
Stefan Metzmacher
1
-1
/
+0
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
3
-13
/
+20
2007-10-10
r8003: ensure that we don't try to send a trans request with more than 64k da...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r7970: This SMB signing code (merged from 3.0) turned out to be bogus.
Andrew Bartlett
1
-8
/
+0
2007-10-10
r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7654: - add a timeout to all smb requests (default 60 seconds)
Andrew Tridgell
2
-0
/
+50
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-2
/
+3
[next]