summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Put the "smb2_lease" struct into idlVolker Lendecke2014-06-121-0/+1
* selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider2014-04-171-1/+1
* s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the SID...Andrew Bartlett2014-04-091-1/+1
* s4-wbclient: Cope with winbind returning an errorAndrew Bartlett2014-04-081-0/+4
* s4:libcli/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-022-0/+2
* s4:libcli/resolve: avoid some const warningsStefan Metzmacher2014-04-022-4/+5
* s4:libcli: make use of gensec_update_ev()Stefan Metzmacher2014-03-273-6/+6
* auth4: Remove unused wbc_contextVolker Lendecke2014-03-052-41/+1
* libwbclient4: Remove unused composite-based functionsVolker Lendecke2014-03-052-158/+0
* libwbclient4: Add wbc_xids_to_sidsVolker Lendecke2014-03-051-0/+215
* libwbclient4: Add wbc_sids_to_xidsVolker Lendecke2014-03-053-1/+173
* Define the winbindd socket directory when building wbclientGarming Sam2014-02-191-0/+1
* Revert "libwbclient4: Add wbc_sids_to_xids"Volker Lendecke2014-02-183-173/+1
* Revert "libwbclient4: Add wbc_xids_to_sids"Volker Lendecke2014-02-181-215/+0
* Revert "libwbclient4: Remove unused composite-based functions"Volker Lendecke2014-02-182-0/+158
* Revert "auth4: Remove unused wbc_context"Volker Lendecke2014-02-182-1/+41
* auth4: Remove unused wbc_contextVolker Lendecke2014-02-102-41/+1
* libwbclient4: Remove unused composite-based functionsVolker Lendecke2014-02-102-158/+0
* libwbclient4: Add wbc_xids_to_sidsVolker Lendecke2014-02-101-0/+215
* libwbclient4: Add wbc_sids_to_xidsVolker Lendecke2014-02-103-1/+173
* s4-resolve: Add lmhosts support into the source4 name resolve codeAndrew Bartlett2014-01-313-1/+132
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2014-01-072-32/+0
* libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher2014-01-071-16/+0
* s4:libcli fix compiler warningsChristian Ambach2013-12-121-3/+1
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-1/+5
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-1/+15
* s4-libcli: Add smb2_util_handle_empty().Andreas Schneider2013-12-061-0/+9
* libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher2013-10-171-14/+0
* libcli4: Remove an unused variableVolker Lendecke2013-10-131-1/+0
* s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) constMichael Adam2013-10-051-2/+2
* s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam2013-10-052-4/+2
* s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam2013-10-052-4/+2
* libcli: continue to read from the socket even if the size is 0Matthieu Patou2013-09-201-1/+1
* Prepare for SASL/EXTERNAL supportHoward Chu2013-09-181-2/+11
* libsmb2: Fix opening the rootdirectory, part 1Volker Lendecke2013-08-231-0/+15
* libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher2013-08-151-3/+6
* libcli: Fix improper use of tevent_req_simple_recv_ntstatusVolker Lendecke2013-08-121-6/+10
* s4:libcli: avoid talloc_reference() in finddcs_nbt_send()Stefan Metzmacher2013-08-121-1/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-2/+5
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-2/+2
* libsmb: Use sizeof instead of explicit numbersVolker Lendecke2013-04-301-6/+6
* libsmb: Use smb2_lease_push in smb2_create_sendVolker Lendecke2013-04-301-12/+10
* libsmb: Move "struct smb2_lease" to commonVolker Lendecke2013-04-301-17/+0
* source4/libcli: Only set ctemp set on successSam Lang2013-04-241-7/+8
* s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher2013-04-181-1/+1
* s4:libcli/smb2: add support for SMB2 LEASES v2Stefan Metzmacher2013-04-182-6/+49
* s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider2013-02-223-0/+15
* s4-libcli: Check return code of smbcli_request_setup().Andreas Schneider2013-02-221-0/+3