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