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
r16091: Without this patch Samba3 will not accept this, and simply setting th...
Volker Lendecke
1
-2
/
+3
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-5
/
+2
2007-10-10
r15835: fixed locking in the client library
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15814: add SMB2 Lock interface structure
Stefan Metzmacher
2
-1
/
+35
2007-10-10
r15756: handle RAW_OPEN_SMB2
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
7
-18
/
+390
2007-10-10
r15740: add TODO, that we should check if the server supports
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r15737: fix a typos and comment
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
2
-1
/
+18
2007-10-10
r15688: windows sends 4 as max_setup count on NT IOCTL
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15656: for NT IOCTL's we need to control the max_data field for some calls
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r15643: add some FSCTL_ codes
Stefan Metzmacher
1
-5
/
+32
2007-10-10
r15640: - NT IOCTL calls also have an 'in' data_blob
Stefan Metzmacher
2
-7
/
+17
2007-10-10
r15638: add a usefull macro to get a pointer the smb_handle union
Stefan Metzmacher
1
-1
/
+43
2007-10-10
r15505: - add 'generic' alias to smb_seek and smb_flush
Stefan Metzmacher
1
-8
/
+14
2007-10-10
r15379: Fix shared library build's unresolved dependencies
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15338: Fix build of most things with shared libs enabled.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
5
-11
/
+11
2007-10-10
r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in the
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r14974: work around an ibm checker bug
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14859: fix bugs noticed by the ibm code checker
Stefan Metzmacher
1
-9
/
+11
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14539: get rid of a pointless union layer in struct smb_notify
Andrew Tridgell
2
-29
/
+27
2007-10-10
r14511: Install more headers
Jelmer Vernooij
2
-1
/
+12
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
5
-1
/
+5
2007-10-10
r14413: don't do memcpy of length 0
Andrew Tridgell
1
-1
/
+4
2007-10-10
r14372: fix bug found by sparse
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
8
-170
/
+199
2007-10-10
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
2
-0
/
+4
2007-10-10
r14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher
4
-46
/
+31
2007-10-10
r14174: fix typos
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
7
-204
/
+205
2007-10-10
r14160: don't write behind the buffer
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode
Andrew Tridgell
1
-2
/
+4
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13658: More moving around of files:
Jelmer Vernooij
4
-2
/
+472
2007-10-10
r13654: Move some more stuff out of include/
Jelmer Vernooij
1
-0
/
+2035
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
[next]