summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2014-04-17selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider1-1/+1
2014-04-09s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the SID...Andrew Bartlett1-1/+1
2014-04-08s4-wbclient: Cope with winbind returning an errorAndrew Bartlett1-0/+4
2014-04-02s4:libcli/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2-0/+2
2014-04-02s4:libcli/resolve: avoid some const warningsStefan Metzmacher2-4/+5
2014-03-27s4:libcli: make use of gensec_update_ev()Stefan Metzmacher3-6/+6
2014-03-05auth4: Remove unused wbc_contextVolker Lendecke2-41/+1
2014-03-05libwbclient4: Remove unused composite-based functionsVolker Lendecke2-158/+0
2014-03-05libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
2014-03-05libwbclient4: Add wbc_sids_to_xidsVolker Lendecke3-1/+173
2014-02-19Define the winbindd socket directory when building wbclientGarming Sam1-0/+1
2014-02-18Revert "libwbclient4: Add wbc_sids_to_xids"Volker Lendecke3-173/+1
2014-02-18Revert "libwbclient4: Add wbc_xids_to_sids"Volker Lendecke1-215/+0
2014-02-18Revert "libwbclient4: Remove unused composite-based functions"Volker Lendecke2-0/+158
2014-02-18Revert "auth4: Remove unused wbc_context"Volker Lendecke2-1/+41
2014-02-10auth4: Remove unused wbc_contextVolker Lendecke2-41/+1
2014-02-10libwbclient4: Remove unused composite-based functionsVolker Lendecke2-158/+0
2014-02-10libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
2014-02-10libwbclient4: Add wbc_sids_to_xidsVolker Lendecke3-1/+173
2014-01-31s4-resolve: Add lmhosts support into the source4 name resolve codeAndrew Bartlett3-1/+132
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2014-01-07libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2-32/+0
2014-01-07libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher1-16/+0
2013-12-12s4:libcli fix compiler warningsChristian Ambach1-3/+1
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-1/+5
2013-12-09CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison1-1/+15
2013-12-06s4-libcli: Add smb2_util_handle_empty().Andreas Schneider1-0/+9
2013-10-17libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher1-14/+0
2013-10-13libcli4: Remove an unused variableVolker Lendecke1-1/+0
2013-10-05s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) constMichael Adam1-2/+2
2013-10-05s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam2-4/+2
2013-10-05s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam2-4/+2
2013-09-20libcli: continue to read from the socket even if the size is 0Matthieu Patou1-1/+1
2013-09-18Prepare for SASL/EXTERNAL supportHoward Chu1-2/+11
2013-08-23libsmb2: Fix opening the rootdirectory, part 1Volker Lendecke1-0/+15
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher1-3/+6
2013-08-12libcli: Fix improper use of tevent_req_simple_recv_ntstatusVolker Lendecke1-6/+10
2013-08-12s4:libcli: avoid talloc_reference() in finddcs_nbt_send()Stefan Metzmacher1-1/+1
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2013-08-05Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison1-2/+5
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-2/+2
2013-04-30libsmb: Use sizeof instead of explicit numbersVolker Lendecke1-6/+6
2013-04-30libsmb: Use smb2_lease_push in smb2_create_sendVolker Lendecke1-12/+10
2013-04-30libsmb: Move "struct smb2_lease" to commonVolker Lendecke1-17/+0
2013-04-24source4/libcli: Only set ctemp set on successSam Lang1-7/+8
2013-04-18s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher1-1/+1
2013-04-18s4:libcli/smb2: add support for SMB2 LEASES v2Stefan Metzmacher2-6/+49
2013-02-22s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider3-0/+15
2013-02-22s4-libcli: Check return code of smbcli_request_setup().Andreas Schneider1-0/+3
2013-02-22s4-libcli: Add null check for ndr functions in rap.Andreas Schneider1-0/+8