summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawsearch.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-6/+6
2009-02-02s4:libcli/raw: s/private/private_dataStefan Metzmacher1-14/+14
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+2
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21949: After discussion with the Apple and Linux client maintainers,James Peach1-5/+15
2007-10-10r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach1-16/+51
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-51/+69
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+1
2007-10-10r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell1-121/+167
2007-10-10r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...Alexander Bokovoy1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+2
2007-10-10r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell1-3/+3
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-1/+60
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell1-4/+4
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-1/+4
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-11/+81
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-69/+69
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-12/+12
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison1-5/+4
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-1/+27
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-7/+14
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-4/+4
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-28/+25
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell1-4/+4
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+569