summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2009-01-18Add a macro async_req_setup()Volker Lendecke1-25/+9
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman3-11/+78
2009-01-16[Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2-5/+5
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman3-0/+22
2009-01-16Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider1-1/+1
2009-01-16s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dirMichael Adam1-1/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam2-2/+2
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison3-35/+30
2009-01-14Remove another global from clidfs that is only used in client.c.Jeremy Allison1-11/+16
2009-01-12s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher1-16/+35
2009-01-11Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke1-23/+0
2009-01-08Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison1-1/+2
2009-01-04Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-54/+118
2009-01-04Simulate the Windows behaviour to fire 445 and after a timeout 139Volker Lendecke1-14/+76
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-8/+15
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-7/+5
2009-01-03struct async_req doesn't really need to carry an event_contextVolker Lendecke2-6/+6
2009-01-02Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison1-15/+5
2009-01-01Remove a global variableVolker Lendecke1-13/+20
2009-01-01fix some nonempty blank linesVolker Lendecke1-5/+5
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-2/+2
2008-12-31Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison1-26/+52
2008-12-31Make a CONST_DISCARD unnecessary by applying some constVolker Lendecke1-3/+2
2008-12-29Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke1-27/+13
2008-12-19Add async cli_write_andx and cli_pullVolker Lendecke1-0/+406
2008-12-19Fix setting smb_len for huge write&x callsVolker Lendecke1-1/+14
2008-12-19Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke1-0/+31
2008-12-19Add a doxygen comment line I forgot to mergeVolker Lendecke1-0/+1
2008-12-19Convert cli_request->outbuf to uint8_tVolker Lendecke1-13/+15
2008-12-19For large smbwrite&x, we need more than 64k bccVolker Lendecke1-4/+4
2008-12-19Add some commentsVolker Lendecke1-0/+22
2008-12-19Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"Volker Lendecke1-1/+1
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke6-10/+13
2008-12-19Prefer network writes over readsVolker Lendecke1-32/+33
2008-12-19Factor out cli_write_max_bufsizeVolker Lendecke1-25/+36
2008-12-19Remove two write-only variablesVolker Lendecke1-8/+0
2008-12-19Make cli_negprot asyncVolker Lendecke1-50/+97
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke4-21/+29
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke1-1/+1
2008-12-17Fix a valgrind errorVolker Lendecke1-1/+2
2008-12-16(Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin1-4/+5
2008-12-16Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison1-24/+683
2008-12-16Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin1-683/+24
2008-12-16commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu1-6/+4
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2-12/+19
2008-12-13Remove a pointless static variableVolker Lendecke1-7/+7
2008-12-13Remove a static variableVolker Lendecke1-6/+5
2008-12-13Micro-Optimize cliconnect.cVolker Lendecke1-22/+27
2008-12-13s3:dsgetdcname: retry with the clients siteStefan Metzmacher1-6/+43
2008-12-13s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher1-3/+65