summaryrefslogtreecommitdiff
path: root/source4/include/smb_interfaces.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell1-4/+2
2007-10-10r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...Stefan Metzmacher1-0/+3
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-2/+2
2007-10-10r5538: Fix typo in comment -- non-existant constant name mentionedAlexander Bokovoy1-1/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-22/+1
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-2/+2
2007-10-10r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell1-1/+47
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-0/+22
2007-10-10r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell1-3/+18
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell1-1/+2
2007-10-10r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell1-2/+3
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-9/+9
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-1/+1
2007-10-10r4033: removed a pointless commentAndrew Tridgell1-1/+1
2007-10-10r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell1-0/+38
2007-10-10r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell1-2/+8
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-1/+1
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell1-1/+1
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-1/+1
2007-10-10r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell1-1/+1
2007-10-10r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell1-10/+0
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-15/+4
2007-10-10r3171: in qfileinfo getattre and standard have identical structures, soAndrew Tridgell1-17/+2
2007-10-10r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell1-1/+2
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-95/+43
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-1/+3
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-1/+1
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-21/+28
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell1-2/+1
2007-10-10r2386: fixed some indentationAndrew Tridgell1-1/+1
2007-10-10r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definitionAndrew Tridgell1-0/+3
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-118/+122
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-22/+22
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-171/+171
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-143/+143
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-96/+86
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison1-1/+1
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-2/+4
2003-12-16a fairly large commit!Andrew Tridgell1-6/+2
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-20/+53
2003-11-11added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell1-1/+9
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-1/+1
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-3/+4
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter1-1/+2
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-14/+10
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell1-1/+1
2003-08-15fixed an enumerated type error found on irixAndrew Tridgell1-1/+1
2003-08-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis1-3/+0
2003-08-14added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell1-2/+3
2003-08-13- added a raw smb scannerAndrew Tridgell1-1/+1