summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* s4-libcli: Add null check for ndr functions in rap.Andreas Schneider2013-02-221-0/+8
* s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'Andrew Bartlett2013-02-171-2/+6
* Fallback to the internal resolver on EAI_FAIL.Landon Fuller2013-02-171-1/+3
* smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp2013-01-161-3/+34
* s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)Arvid Requate2013-01-121-0/+1
* s4-libcli: Use a do-while loop.Andreas Schneider2012-12-211-3/+3
* s4-libcli: Fix comparison of chosen_oid.Andreas Schneider2012-12-121-1/+1
* s4:libcli/finddcs_cldap: allow io->in.server_address as hostnameStefan Metzmacher2012-12-021-3/+58
* s4:libcli/finddcs_cldap: try all NBT#1C addressesStefan Metzmacher2012-12-021-12/+8
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-3/+4
* s4-ldapclient: cope with logon failure retry in LDAPAndrew Tridgell2012-11-011-37/+79
* libcli: use cli_credentials_failed_kerberos_login() to cope with server changesAndrew Tridgell2012-11-011-2/+15
* s4:libci: add a SMB2_CREATE_APP_INSTANCE_ID blob to the request if the in.app...Michael Adam2012-09-191-0/+25
* s4:libcli: add a app_instance_id member to the smb2_create input structMichael Adam2012-09-191-1/+3
* s4:dsdb - always fail if a search filter could not be parsedMatthias Dieter Wallnöfer2012-08-221-1/+5
* s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...Stefan Metzmacher2012-08-171-0/+1
* build: rename security → samba-securityBjörn Jacke2012-08-101-3/+3
* s4:libcli/smb2/write correct error checkingChristian Ambach2012-08-061-1/+1
* s4:libcli/pyerrors: add PyErr_NTSTATUS_NOT_OK_RAISE()Stefan Metzmacher2012-08-061-0/+6
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-1/+1
* s4:libcli: add support for SMB_EXTENDED_SIGNATURES during SMBtconXStefan Metzmacher2012-08-043-0/+18
* s4:libcli: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher2012-08-023-4/+4
* libcli/smb: move some TCON related defines to smb_constants.hStefan Metzmacher2012-08-011-4/+0
* s4:libcli/raw: remove unused smbcli_session->user_session_keyStefan Metzmacher2012-08-013-17/+0
* s4:libcli/smb_composite: make use of smb1cli_session_set_session_key()Stefan Metzmacher2012-08-011-1/+17
* s4:libcli/smb_composite: always use set_user_session_key() helperStefan Metzmacher2012-08-011-2/+6
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+1
* s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher2012-07-253-4/+0
* s4:libcli/smb2: remove unused variableStefan Metzmacher2012-07-251-2/+0
* 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