summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2010-07-20s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2-15/+23
2010-07-20misc: cleanup get_krb5_smb_session_key()Simo Sorce1-8/+15
2010-07-20misc: cleanup cli_krb5_get_ticket()Simo Sorce1-21/+20
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison3-21/+23
2010-07-20Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison3-13/+16
2010-07-20Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2-7/+8
2010-07-20Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2-6/+6
2010-07-20Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2-48/+2
2010-07-20Fixes pointed out by <david.kondrad@legrand.us>. Free memory if not beingJeremy Allison1-38/+37
2010-07-20s3-auth: Add auth_ntlmssp wrapper for client sideSimo Sorce1-0/+59
2010-07-20s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce1-0/+118
2010-07-19Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2-54/+19
2010-07-19Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison1-4/+2
2010-07-19Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2-75/+25
2010-07-19Fix [Bug 7577] SPNEGO auth fails when contacting Win7 system using Microsoft ...Jeremy Allison1-7/+54
2010-07-19s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce3-21/+4
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner2-0/+2
2010-06-30s3-libsmb: move change_trust_account_password out of smbd into libsmb.Günther Deschner1-0/+74
2010-06-28s3-libsmb: Make sure that finfo is initialized.Andreas Schneider1-0/+2
2010-06-28s3: Fix some valgrind errorsVolker Lendecke1-19/+36
2010-06-21s3: Fix some valgrind errorsVolker Lendecke1-18/+33
2010-06-05s3: fix build on Heimdal based systems like NetBSD5Björn Jacke1-3/+3
2010-06-03s3: remove authdata.hGünther Deschner1-1/+8
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-1/+1
2010-05-31s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.Andrew Bartlett2-623/+1
2010-05-31s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2-11/+35
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett5-5/+5
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner4-0/+20
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-28s3-build: only use ndr_samr.h where needed.Günther Deschner1-0/+1
2010-05-22s3: Remove unreachable codeVolker Lendecke1-1/+0
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett6-25/+25
2010-05-19Correctly check error code return.Jeremy Allison1-1/+1
2010-05-19Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...Jeremy Allison1-32/+34
2010-05-18Fix our NTLMSSP implementation against the Microsoft torture tester.Jeremy Allison1-13/+37
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner3-0/+3
2010-05-18s3-rpc_client: move protos to cli_netlogon.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_samr.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2-7/+7
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-14/+14
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij5-15/+9
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner4-0/+9
2010-05-17s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner1-2/+4
2010-05-14s3-libsmb: fix typo in remote_password_change().Günther Deschner1-1/+1
2010-05-13s3:libsmb/namecache Remove namecache_enable()Andrew Bartlett1-28/+0
2010-05-12s3-rap: fix cli_oem_change_password() and give room for the convert reply word.Günther Deschner1-1/+1
2010-05-09s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().Günther Deschner1-1/+1