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
/
include
/
smb_interfaces.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11801: - added basic SMB2 find support
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11800: - filled in unknown fields in SMB2 all_info level
Andrew Tridgell
1
-2
/
+3
2007-10-10
r11772: - setfileinfo needs a smb2_handle for SMB2 support
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls
Andrew Tridgell
1
-5
/
+52
2007-10-10
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines
Andrew Tridgell
1
-4
/
+2
2007-10-10
r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5538: Fix typo in comment -- non-existant constant name mentioned
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-22
/
+1
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
1
-1
/
+47
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-0
/
+22
2007-10-10
r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo
Andrew Tridgell
1
-3
/
+18
2007-10-10
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
1
-2
/
+3
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4033: removed a pointless comment
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-0
/
+38
2007-10-10
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
1
-2
/
+8
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3549: added support for DOS extended attribute lists (name/value pairs)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3458: more solaris portability fixes, the main one being that we can't use a
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...
Andrew Tridgell
1
-10
/
+0
2007-10-10
r3237: - allow for readx calls larger than 64k
Andrew Tridgell
1
-15
/
+4
2007-10-10
r3171: in qfileinfo getattre and standard have identical structures, so
Andrew Tridgell
1
-17
/
+2
2007-10-10
r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
1
-95
/
+43
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
1
-1
/
+3
2007-10-10
r2520: - finished implementing the server side of the old style search requests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-21
/
+28
2007-10-10
r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2386: fixed some indentation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition
Andrew Tridgell
1
-0
/
+3
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-118
/
+122
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-22
/
+22
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-171
/
+171
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-143
/
+143
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-96
/
+86
2007-10-10
r204: Turns out that the string in the SEARCH unix_info level is that
Jeremy Allison
1
-1
/
+1
2007-10-10
r189: Added UNIX search into tests - added client library parse code.
Jeremy Allison
1
-2
/
+4
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-6
/
+2
2003-12-04
* patch based on work by Jim Myers to unify the ioctl handling to be
Andrew Tridgell
1
-20
/
+53
2003-11-11
added 9 more info levels to lsa_QueryInfoPolicy
Andrew Tridgell
1
-1
/
+9
2003-11-03
a major revamp of the low level dcerpc code in samba4, We can now do a
Andrew Tridgell
1
-1
/
+1
2003-10-30
- a few portability fixes from Jim Myers
Andrew Tridgell
1
-3
/
+4
2003-10-28
Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is
Tim Potter
1
-1
/
+2
2003-09-02
thanks to ntfsd and some google searches I worked out what the unknown
Andrew Tridgell
1
-14
/
+10
[next]