summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher2012-07-251-4/+0
* libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher2012-07-251-4/+8
* s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher2012-07-253-6/+0
* s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher2012-07-243-0/+16
* libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher2012-07-242-11/+22
* s4:libcli/raw: setup a smbXcli_tcon for each smbcli_treeStefan Metzmacher2012-07-243-0/+9
* s4:libcli/raw: parse extended SMBtconX responsesStefan Metzmacher2012-07-242-0/+6
* s4:libcli/raw: fix SMBtconX response parsingStefan Metzmacher2012-07-241-2/+2
* libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher2012-07-242-11/+22
* s4:libcli/raw: setup a smbXcli_session for each smbcli_sessionStefan Metzmacher2012-07-233-1/+16
* s4-pysmb: Add deltree() method to remove directory and its contentsAmitay Isaacs2012-07-031-0/+25
* s4-ldap: handle VERIFY_NAME control encoding/decodingMatthieu Patou2012-06-221-0/+96
* s4-pysmb: Parse security info as an unsigned integerAmitay Isaacs2012-06-211-1/+1
* Revert "s4-libcli: Remove unused finddcs_nbt"Andrew Bartlett2012-06-201-0/+311
* s4-libcli: Remove unused finddcs_nbtAndrew Bartlett2012-06-072-314/+3
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-231-1/+1
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-232-198/+153
* s4:libcli:raw: fix a comment typo in smb_setfileinfo()Michael Adam2012-05-081-1/+1
* s4:libcli/smb2: use PROTOCOL_LATESTStefan Metzmacher2012-05-061-1/+1
* libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.hStefan Metzmacher2012-04-271-3/+0
* s4-torture: enable raw.composite test again, and convert to new style testAndrew Bartlett2012-04-252-6/+13
* Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX...Jeremy Allison2012-04-183-0/+94
* s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam2012-04-181-0/+1
* s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2012-04-162-1/+16
* s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2012-04-162-2/+1
* Fix some of the issues that Jelmer identified in my first patch. This might beRichard Sharpe2012-04-021-16/+12
* Add an open and close method to samba.smb.SMB so we can open and close files.Richard Sharpe2012-04-011-10/+86
* Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...Richard Sharpe2012-03-261-8/+23
* LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.Jelmer Vernooij2012-03-251-1/+1
* libsmbclient-raw: Install smb_composite.h.Jelmer Vernooij2012-03-152-2/+4
* s4:libcli/smb2: allow smb2_session_setup_spnego to handle reauthGregor Beck2012-03-071-0/+12
* s4-libcli: pysmb: Fix typo in secinfo_flagsAmitay Isaacs2012-03-071-1/+1
* s4:libcli:smb2: set SMB2_CAP_ALL in the negprotMichael Adam2012-03-031-1/+5
* s4:libcli:smb2: store the share capabilites in the smb2_tree objectMichael Adam2012-03-032-0/+2
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-032-2/+4
* s4:libcli:smb2: allow max protocol 0x0224Michael Adam2012-03-031-1/+1
* s4:libcli:smb2: add support for parsing the durable handle v2 response in smb...Michael Adam2012-03-031-0/+19
* s4:libcli:smb2: add support durable handle reconnect v2 blob in smb2_create_sendMichael Adam2012-03-031-0/+27
* s4:libcli:smb2: add support durable handle request v2 blob in smb2_create_sendMichael Adam2012-03-031-0/+28
* s4:libcli:smb2: add durable handle v2 data to the smb2_create i/o structureMichael Adam2012-03-031-0/+13
* s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam2012-02-281-12/+36
* s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2012-02-281-1/+5
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-282-9/+16
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-281-2/+2
* s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher2012-02-272-4/+5
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-271-3/+3
* s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...Michael Adam2012-02-231-1/+5
* s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary in...Michael Adam2012-02-031-5/+5
* s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...Michael Adam2012-02-032-6/+6
* s4:libcli/finddcs_nbt.c - free "req" consistently with "finddcs_cldap.c"Matthias Dieter Wallnöfer2011-12-231-2/+4