summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2010-09-10s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+2
2010-09-10s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner1-14/+18
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-0/+5
2010-09-08s3: Remove a superfluous ;Volker Lendecke1-1/+1
2010-09-01s3: Print the IP of the server that stopped respondingVolker Lendecke1-1/+5
2010-08-31s3: use monotonic clock for time deltas in namequery functionsBjörn Jacke1-12/+12
2010-08-30s3-kerberos: try to fix the build w/o kerberos support.Günther Deschner1-1/+7
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner1-0/+1
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1
2010-08-21s3: Fix bug 7635Volker Lendecke1-2/+4
2010-08-19s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.Jim McDonough2-8/+2
2010-08-19s3-cli: fix uninitialized variable.Günther Deschner1-1/+1
2010-08-19s3-libsmb: fix some uninitialized variables.Günther Deschner1-2/+2
2010-08-18s3: async cli_listVolker Lendecke2-396/+667
2010-08-18s3: Add cli_flushVolker Lendecke1-0/+83
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner3-0/+3
2010-08-15s3: Remove some unused codeVolker Lendecke1-31/+0
2010-08-14s3: Fix an uninitialized variableVolker Lendecke1-0/+3
2010-08-13s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett1-2/+0
2010-08-10libcli/auth Make the source3/ implementation of the NTLMSSP server commonAndrew Bartlett1-527/+0
2010-08-10s3:ntlmssp Split the NTLMSSP server into before and after authenticationAndrew Bartlett1-62/+148
2010-08-10s3:ntlmssp Always call ntlmssp_sign_init()Andrew Bartlett1-3/+1
2010-08-10s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for nowAndrew Bartlett1-2/+2
2010-08-10s3:ntlmssp Don't permit LM_KEY in combination with NTLMv2Andrew Bartlett1-1/+4
2010-08-10s3:ntlmssp Don't reply with the LM_KEY negotiation flag when not availableAndrew Bartlett1-0/+15
2010-08-10s3:ntlmssp Don't use the lm key if the user didn't supply one.Andrew Bartlett1-3/+3
2010-08-10s3:ntlmssp Add extra DEBUG() message for auth system failuresAndrew Bartlett1-0/+2
2010-08-10s3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'Andrew Bartlett1-2/+4
2010-08-10libcli/auth Move some source3/ NTLMSSP functions to the common code.Andrew Bartlett1-87/+0
2010-08-06s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner1-0/+1
2010-08-06s3-krb5: include krb5pac.h where needed.Günther Deschner1-0/+1
2010-08-06s3-rap: include svcctl.h where needed.Günther Deschner1-0/+1
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-1/+1
2010-08-05s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke1-2/+2
2010-08-05s3: Remove a pointless wrapper functionVolker Lendecke2-6/+1
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke4-9/+22
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-4/+7
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke4-16/+23
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke5-15/+28
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider2-0/+2
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner2-0/+2
2010-08-05s3: avoid global include of ads.h.Günther Deschner2-0/+2
2010-08-04s3: Convert cli_list() to return NTSTATUSVolker Lendecke2-14/+25
2010-08-04s3: Use data_blob_nullVolker Lendecke1-1/+1
2010-07-30s3: Remove "cli" from "struct finfo"Volker Lendecke1-2/+0
2010-07-28s3: Fix cli_qpathinfo2Volker Lendecke1-1/+1
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke2-9/+12
2010-07-26s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke1-42/+93
2010-07-26s3: Factor out parse_streams_blobVolker Lendecke1-8/+22
2010-07-26s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke1-49/+86