summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r11698: added some more level namesAndrew Tridgell2007-10-101-3/+4
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-108-10/+148
* r11696: added a few more opcode namesAndrew Tridgell2007-10-101-0/+3
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-102-2/+2
* r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2007-10-102-1/+282
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-104-2/+154
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-107-30/+71
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-102-10/+6
* r11683: fixed create callAndrew Tridgell2007-10-101-2/+2
* r11682: filled in access_mask in tcon replyAndrew Tridgell2007-10-102-5/+5
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-102-18/+12
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-104-10/+120
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-106-5/+192
* r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2007-10-101-1/+1
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-105-1/+174
* r11671: - make sure req is initializedStefan Metzmacher2007-10-101-4/+8
* r11670: fix the buildStefan Metzmacher2007-10-101-2/+1
* r11669: - make sure req is initializedStefan Metzmacher2007-10-101-1/+4
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-106-20/+84
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-102-0/+71
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-107-39/+153
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell2007-10-106-0/+689
* r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2007-10-102-10/+0
* r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher2007-10-103-0/+49
* r11647: add smbcli_ prefixStefan Metzmacher2007-10-102-2/+2
* r11644: free the buffer when it's not usedStefan Metzmacher2007-10-101-0/+2
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-101-10/+1
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2007-10-101-1/+10
* r11632: removed 2 unused functionsAndrew Tridgell2007-10-101-33/+0
* r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter2007-10-101-0/+12
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2007-10-104-173/+156
* r11609: fixed handling of one way requests with new send codeAndrew Tridgell2007-10-101-3/+4
* r11606: use the generic packet send code in libcli/raw/Andrew Tridgell2007-10-101-77/+23
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-103-82/+50
* r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher2007-10-101-0/+15
* r11533: Be a bit less intrusiveVolker Lendecke2007-10-101-1/+2
* r11532: Enable kerberos session setup for winbind smb connectionsVolker Lendecke2007-10-101-0/+9
* r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke2007-10-101-0/+2
* r11523: Working towards having Samba3 join Samba4, this allows the SASLAndrew Bartlett2007-10-101-3/+7
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-101-2/+55
* r11487: thanks to make test I noticed a dead lock bug, in the last change,Stefan Metzmacher2007-10-101-19/+39
* r11485: prevent us from calling the request handler recursiv whenStefan Metzmacher2007-10-101-0/+3
* r11466: Clear up some memory leaks in smbclient.Andrew Bartlett2007-10-101-2/+6
* r11424: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r11404: Another torture test and a new WERR.Andrew Bartlett2007-10-101-0/+1
* r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij2007-10-101-4/+16
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-106-426/+154
* r11334: Print error status in debug.Andrew Bartlett2007-10-101-2/+3
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-101-1/+1
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-101-18/+79