summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-203-13/+16
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-202-7/+8
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-202-6/+6
* Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2010-07-202-48/+2
* Fixes pointed out by <david.kondrad@legrand.us>. Free memory if not beingJeremy Allison2010-07-201-38/+37
* s3-auth: Add auth_ntlmssp wrapper for client sideSimo Sorce2010-07-201-0/+59
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-0/+118
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-192-54/+19
* Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison2010-07-191-4/+2
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-192-75/+25
* Fix [Bug 7577] SPNEGO auth fails when contacting Win7 system using Microsoft ...Jeremy Allison2010-07-191-7/+54
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-193-21/+4
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-012-0/+2
* s3-libsmb: move change_trust_account_password out of smbd into libsmb.Günther Deschner2010-06-301-0/+74
* s3-libsmb: Make sure that finfo is initialized.Andreas Schneider2010-06-281-0/+2
* s3: Fix some valgrind errorsVolker Lendecke2010-06-281-19/+36
* s3: Fix some valgrind errorsVolker Lendecke2010-06-211-18/+33
* s3: fix build on Heimdal based systems like NetBSD5Björn Jacke2010-06-051-3/+3
* s3: remove authdata.hGünther Deschner2010-06-031-1/+8
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1