summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-181-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-181-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-181-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-181-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-181-2/+1
* s3-libsmb: make sure we copy at most 16 bytes in cli_set_session_key().Günther Deschner2012-12-061-1/+3
* lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher2012-12-061-6/+6
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-12-061-0/+6
* s3-libsmb: Initialise ticket to ensure we do not invalid memoryAndrew Bartlett2012-10-291-0/+1
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-10-291-0/+4
* s3:libsmb correctly set isFsctl for snapshot listChristian Ambach2012-09-131-1/+1
* s3-libsmb: Remove obsolete smb_krb5_locate_kdc.Andreas Schneider2012-09-131-89/+0
* Fix bug #9037 - Name clash in MD5 cause...Jura Sasek2012-07-242-2/+2
* s3: Fix uninitialized memory read in talloc_free()Volker Lendecke2012-06-221-0/+3
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-06-223-1/+7
* Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a...Ira Cooper2012-06-221-1/+1
* Fix the loop unrolling inside resolve_ads(). If we don't get an IP list don't...Jeremy Allison2012-06-221-34/+73
* Protect all of the name resolution methods from returning null addrs. Ensure ...Jeremy Allison2012-06-221-9/+19
* Fix convert_ss2service() to filter out zero addresses.Jeremy Allison2012-06-221-12/+33
* Fix remove_duplicate_addrs2 to do exactly what it says. Previously it could l...Jeremy Allison2012-06-221-10/+9
* v3-6-test: Further fix for bug 8338Volker Lendecke2012-06-221-2/+9
* Fix for bug #8727 - smbclient fails with posix large reads.Andrew Bartlett2012-06-221-1/+1
* s3-libsmb: Don't duplicate kerberos service tickets.Andreas Schneider2012-01-231-5/+0
* s3:libsmb: only align unicode pipe_name (bug #8586)Stefan Metzmacher2012-01-231-7/+11
* s3:libsmb: consistently use state->size in cli_write_andx_create() (bug #5326)Stefan Metzmacher2012-01-231-1/+1
* s3:libsmb: fix cli_write_and_x() against OS/2 print shares (bug #5326)Stefan Metzmacher2012-01-231-4/+15
* s3:libsmb: the workgroup in the non-extended-security negprot is not aligned ...Stefan Metzmacher2012-01-231-4/+21
* Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...Jeremy Allison2011-10-121-0/+13
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-161-0/+10
* s3: Do central cli_set_error (cherry picked from commit 0645deb1b4a70e45f8811...Volker Lendecke2011-09-169-189/+2
* s3: Add a fallback for missing open&x support in OS/X LionVolker Lendecke2011-09-161-19/+69
* Fix bug #8341 - libsmbclient segfault when feed the root of a mounted share v...Alban Browaeys2011-08-071-1/+2
* Fix bug #8324 - smbclient cannot list directories from a big-endian machine.Jeremy Allison2011-08-071-2/+2
* Fix bug 8305 - nmbd segfaults - when using "smbtree ..." (cherry picked from ...Günter Kukkukk2011-07-261-1/+1
* s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ma...Stefan Metzmacher2011-07-261-8/+12
* s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max...Stefan Metzmacher2011-07-261-1/+12
* s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...Stefan Metzmacher2011-07-261-3/+8
* s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] callsStefan Metzmacher2011-07-261-8/+80
* s3:libsmb/clitrans: use subreq2 as variable for the secondary requestsStefan Metzmacher2011-07-261-7/+9
* s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...Stefan Metzmacher2011-07-261-2/+11
* s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requestsStefan Metzmacher2011-07-261-12/+41
* s3:libsmb/clitrans: marshall SMBnttrans[2] as the othersStefan Metzmacher2011-07-261-23/+23
* s3:libsmb/clitrans: use uint32_t for param and data variablesStefan Metzmacher2011-07-261-3/+3
* s3:libsmb/clitrans: remove unused secondary_request_ctxStefan Metzmacher2011-07-261-2/+0
* s3:libsmb/async_smb: add helpers to get and set the seqnum for signingStefan Metzmacher2011-07-261-0/+14
* s3:libsmb/async_smb: don't remove pending requests if the mid is setStefan Metzmacher2011-07-261-0/+15
* s3:libsmb/async_smb: call cli_smb_req_unset_pending() instead of destructor d...Stefan Metzmacher2011-07-261-2/+2
* s3:libsmb/async_smb: let cli_smb_recv() initialize output values for one way ...Stefan Metzmacher2011-07-261-0/+18
* s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZEStefan Metzmacher2011-07-261-6/+6
* s3:libsmb:cli_np_tstream: use dynamic talloc buffersStefan Metzmacher2011-07-261-9/+30