summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2-5/+5
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2-8/+8
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2-8/+8
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett1-1/+1
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett1-1/+2
2011-04-28Remove another fstring in this code.Jeremy Allison1-12/+20
2011-04-27Fixup (C) - we've both worked lots on this :-).Jeremy Allison1-0/+2
2011-04-27Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison1-42/+266
2011-04-27s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified.Andrew Bartlett1-0/+27
2011-04-27s3: Make cli_session_setup_lanman2 asyncVolker Lendecke1-53/+201
2011-04-26s3: Make cli_session_setup_nt1 asyncVolker Lendecke1-87/+246
2011-04-26s3: Make plaintext session setup asyncVolker Lendecke1-59/+145
2011-04-26s3: Remove cli_writeVolker Lendecke2-203/+0
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke1-7/+7
2011-04-26s3: Add cli_writeallVolker Lendecke1-3/+51
2011-04-25s3: Remove unused codeVolker Lendecke1-6/+0
2011-04-25s3: Move setting the name_query timeoutVolker Lendecke1-9/+9
2011-04-25s3: Fix some typos in dsgetdcnameVolker Lendecke1-3/+3
2011-04-25s3: "port" is not used in dsgetdcnameVolker Lendecke1-3/+0
2011-04-25s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke1-1/+12
2011-04-23s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-57/+5
2011-04-22s3: Fix Coverity ID 2325, RESOURCE_LEAKVolker Lendecke1-0/+4
2011-04-20libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett1-228/+0
2011-04-16s3: guest sesssetup is only 13 wordsVolker Lendecke1-1/+1
2011-04-16s3: Use tevent_req_nterror properly in a few placesVolker Lendecke1-12/+6
2011-04-14libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett1-74/+0
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-04-03s3: Remove some unused codeVolker Lendecke1-7/+0
2011-04-03Fix for servers that don't put a path separator at the end of the service.Larry Reid1-4/+13
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2-2/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner13-0/+61
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner3-0/+3
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner7-0/+7
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner2-1/+1
2011-03-29s3-libsmb: remove duplicate NTSTATUS variable.Günther Deschner1-1/+0
2011-03-28Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison1-3/+11
2011-03-27s3: Convert cli_raw_tcon to cli_smbVolker Lendecke1-24/+22
2011-03-27s3: Replace cli_negprot_sendsync() by cli_negprot_send()Volker Lendecke1-35/+0
2011-03-27s3: Remove a use of cli_send_smbVolker Lendecke1-36/+47
2011-03-26s3: Fix Coverity ID 2326, CHECKED_RETURNVolker Lendecke1-1/+1
2011-03-25s3-libsmb: work our correct length for EA stringsAndrew Tridgell1-1/+1
2011-03-25s3-dfs: removed the last user of sec_len==-1 in pull_*_base_talloc()Andrew Tridgell1-1/+2
2011-03-25lib: remove unused pieces of string_wrappers.hAndrew Tridgell1-7/+7
2011-03-24s3: Fix some errno assignments in SMBC_opendir_ctxVolker Lendecke1-13/+13
2011-03-24s3: Fix Coverity ID 2325: RESOURCE_LEAKVolker Lendecke1-0/+4
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell4-11/+9