summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'Andrew Bartlett2010-08-101-2/+4
* libcli/auth Move some source3/ NTLMSSP functions to the common code.Andrew Bartlett2010-08-101-87/+0
* s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner2010-08-061-0/+1
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+1
* s3-rap: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-1/+1
* s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke2010-08-051-2/+2
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-052-6/+1
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-054-9/+22
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-051-4/+7
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-054-16/+23
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-055-15/+28
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-052-0/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-052-0/+2
* s3: avoid global include of ads.h.Günther Deschner2010-08-052-0/+2
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-042-14/+25
* s3: Use data_blob_nullVolker Lendecke2010-08-041-1/+1
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-2/+0
* s3: Fix cli_qpathinfo2Volker Lendecke2010-07-281-1/+1
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-272-9/+12
* s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke2010-07-261-42/+93
* s3: Factor out parse_streams_blobVolker Lendecke2010-07-261-8/+22
* s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke2010-07-261-49/+86
* s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke2010-07-262-52/+103
* s3: Callers of cli_qpathinfo_recv might ignore the outputVolker Lendecke2010-07-261-2/+8
* s3: cli_qpathinfo2 expects at least 68 bytesVolker Lendecke2010-07-261-1/+1
* s3: Convert cli_qpathinfo1 to cli_qpathinfoVolker Lendecke2010-07-261-61/+105
* s3: Fix a structure mess-upVolker Lendecke2010-07-261-1/+1
* s3: Remove some unused struct membersVolker Lendecke2010-07-261-6/+0
* s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke2010-07-251-20/+94
* s3: Factor out parse_ea_blobVolker Lendecke2010-07-251-25/+41
* s3: Convert cli_posix_stat to cli_qpathinfo_sendVolker Lendecke2010-07-251-57/+20
* s3: Convert cli_posix_getfacl to cli_qpathinfo_sendVolker Lendecke2010-07-251-53/+21
* s3: Convert cli_posix_readlink to cli_qpathinfo_sendVolker Lendecke2010-07-251-67/+33
* s3: Add async cli_qpathinfoVolker Lendecke2010-07-251-0/+135
* s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke2010-07-251-1/+1
* s3: Fix cli_posix_statVolker Lendecke2010-07-251-4/+4
* Fix bug 7583 - Smbclient fails to kerberos connect to a Alfresco JLAN CIFS Se...Jeremy Allison2010-07-231-152/+151
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-202-15/+23
* misc: cleanup get_krb5_smb_session_key()Simo Sorce2010-07-201-8/+15
* misc: cleanup cli_krb5_get_ticket()Simo Sorce2010-07-201-21/+20
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-203-21/+23