index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
rawfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli/raw: s/SMBchkpth/SMBcheckpath
Stefan Metzmacher
2011-07-12
1
-1
/
+1
*
s4:libcli/raw/raw*.c - add unhandled enum values
Matthias Dieter Wallnöfer
2011-06-11
1
-0
/
+1
*
libcli/smb Move attrib_string in common
Andrew Bartlett
2011-04-29
1
-46
/
+0
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-1
/
+1
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-2
/
+2
*
s4-libcli: fixed structure element bug in ntcreatexreadx
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
s4-smb: declare root_fid as a file handle
Andrew Tridgell
2009-10-15
1
-3
/
+3
*
s4/torture: Add two new SMB RAW-OPEN tests
Aravind Srinivasan
2009-10-01
1
-0
/
+74
*
s4:libcli/raw: we don't need to include "smb.h" explicit
Stefan Metzmacher
2009-08-07
1
-1
/
+0
*
libcli: fix a "not handled in switch" compile warning
Björn Jacke
2009-04-22
1
-0
/
+1
*
util_str: setup the correct talloc name for strings
Stefan Metzmacher
2009-01-19
1
-0
/
+2
*
Fix prototype for attrib_string().
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Move SMB-specific attribute function to SMB client library.
Jelmer Vernooij
2008-10-19
1
-0
/
+44
*
pass in the required alignment to the EA construction routines
Andrew Tridgell
2008-05-22
1
-2
/
+2
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-12
/
+13
*
libcli/raw: add RAW_RENAME_NTTRANS support
Stefan Metzmacher
2008-03-11
1
-0
/
+26
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
1
-2
/
+2
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-5
/
+5
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15835: fixed locking in the client library
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15814: add SMB2 Lock interface structure
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
2007-10-10
1
-0
/
+10
*
r15737: fix a typos and comment
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
2007-10-10
1
-1
/
+11
*
r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
2007-10-10
1
-17
/
+17
*
r14173: change smb interface structures to always use
Stefan Metzmacher
2007-10-10
1
-35
/
+32
*
r14160: don't write behind the buffer
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
2007-10-10
1
-1
/
+77
*
r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
2007-10-10
1
-6
/
+6
*
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r3826: - added testing of ea lists in NTTRANS CREATE
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r3821: added client side code and test code for NTTRANS_CREATE
Andrew Tridgell
2007-10-10
1
-0
/
+133
*
r3458: more solaris portability fixes, the main one being that we can't use a
Andrew Tridgell
2007-10-10
1
-10
/
+10
*
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
2007-10-10
1
-6
/
+0
*
r1983: a completely new implementation of talloc
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
2007-10-10
1
-112
/
+112
*
r1631: don't use req->transport after req has been destroyed
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
1
-4
/
+4
[next]