summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Replace cli_qfileinfo_test with a call to cli_qfileinfoVolker Lendecke2010-10-241-55/+0
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-243-40/+31
* s3: Convert cli_qfilename to cli_qfileinfoVolker Lendecke2010-10-241-35/+13
* s3: Add async cli_qfileinfoVolker Lendecke2010-10-241-0/+133
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-243-15/+15
* s3:libsmb: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-125-2/+5
* s3: Remove talloc_autofree_context() from unexpected.cVolker Lendecke2010-10-031-2/+1
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* s3: Remove talloc_autofree_context() from receive_unexpected()Volker Lendecke2010-09-281-2/+2
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-273-4/+4
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-262-33/+68
* s3: Remove two talloc_autofree_context() callsVolker Lendecke2010-09-261-2/+2
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-231-1/+2
* s3-dcerpc: add spnego server helpersSimo Sorce2010-09-231-4/+75
* s3-dsgetdcname: always pass in messaging context.Günther Deschner2010-09-231-26/+2
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+4
* s3-build: only include async headers where needed.Günther Deschner2010-09-2011-1/+12
* s3: fix order of arguments in nsec_time_diff callBjörn Jacke2010-09-171-2/+2
* Fix array size of a memmber of struct cli_ulogoff_stateSumit Bose2010-09-171-1/+1
* s3: use nsec_time_diff instead of TspecDiffBjörn Jacke2010-09-161-2/+2
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-1/+3
* s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCsAndrew Bartlett2010-09-111-3/+1
* s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher2010-09-101-0/+2
* s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner2010-09-101-14/+18
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-091-0/+5
* s3: Remove a superfluous ;Volker Lendecke2010-09-081-1/+1
* s3: Print the IP of the server that stopped respondingVolker Lendecke2010-09-011-1/+5
* s3: use monotonic clock for time deltas in namequery functionsBjörn Jacke2010-08-311-12/+12
* s3-kerberos: try to fix the build w/o kerberos support.Günther Deschner2010-08-301-1/+7
* s3-build: only include krb5 environment variables where required.Günther Deschner2010-08-261-0/+1
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3: Fix bug 7635Volker Lendecke2010-08-211-2/+4
* s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.Jim McDonough2010-08-192-8/+2
* s3-cli: fix uninitialized variable.Günther Deschner2010-08-191-1/+1
* s3-libsmb: fix some uninitialized variables.Günther Deschner2010-08-191-2/+2
* s3: async cli_listVolker Lendecke2010-08-182-396/+667
* s3: Add cli_flushVolker Lendecke2010-08-181-0/+83
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-183-0/+3
* s3: Remove some unused codeVolker Lendecke2010-08-151-31/+0
* s3: Fix an uninitialized variableVolker Lendecke2010-08-141-0/+3
* s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett2010-08-131-2/+0
* libcli/auth Make the source3/ implementation of the NTLMSSP server commonAndrew Bartlett2010-08-101-527/+0
* s3:ntlmssp Split the NTLMSSP server into before and after authenticationAndrew Bartlett2010-08-101-62/+148
* s3:ntlmssp Always call ntlmssp_sign_init()Andrew Bartlett2010-08-101-3/+1
* s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for nowAndrew Bartlett2010-08-101-2/+2
* s3:ntlmssp Don't permit LM_KEY in combination with NTLMv2Andrew Bartlett2010-08-101-1/+4
* s3:ntlmssp Don't reply with the LM_KEY negotiation flag when not availableAndrew Bartlett2010-08-101-0/+15
* s3:ntlmssp Don't use the lm key if the user didn't supply one.Andrew Bartlett2010-08-101-3/+3
* s3:ntlmssp Add extra DEBUG() message for auth system failuresAndrew Bartlett2010-08-101-0/+2