summaryrefslogtreecommitdiffstats
path: root/source3/smbd/seal.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-211-1/+1
* s3-seal Remove struct smb_srv_trans_enc_ctxAndrew Bartlett2011-10-211-99/+50
* s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett2011-10-211-15/+24
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-211-1/+1
* s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett2011-10-211-2/+2
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-211-7/+8
* s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...Stefan Metzmacher2011-10-211-1/+1
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3: Pass smbd_server_connection to (unused) server_encryption_shutdownVolker Lendecke2011-08-251-1/+1
* s3: Pass smbd_server_connection to srv_encrypt_bufferVolker Lendecke2011-08-251-1/+2
* s3: Pass smbd_server_connection to srv_decrypt_bufferVolker Lendecke2011-08-251-1/+1
* s3: Pass smbd_server_connection to srv_free_enc_bufferVolker Lendecke2011-08-251-1/+1
* s3: Pass smbd_server_connection to is_encrypted_packetVolker Lendecke2011-08-251-1/+2
* s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctxVolker Lendecke2011-08-251-3/+3
* s3: Make srv_enc_ctx staticVolker Lendecke2011-08-051-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-051-3/+3
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-1/+7
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-0/+2
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-3/+7
* s3-ntlmssp Use auth_ntlmssp_*() functions in more placesAndrew Bartlett2011-08-031-2/+2
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-11/+39
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-161-0/+1
* s3: Fix input check in is_encrypted_packetVolker Lendecke2010-10-081-1/+3
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-4/+4
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-2/+2
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-0/+1
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-1/+1
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-1/+1
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-311-3/+6
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-3/+1
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-2/+1
* s3: fix another build warning.Günther Deschner2008-10-131-4/+4
* Cope with the fact that the data blobs returned are nowJelmer Vernooij2008-10-121-4/+20
* Remove unused variable.James Peach2008-04-071-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-071-2/+5
* Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-4/+16
* Simplify... plus add a debug message.Jeremy Allison2008-01-081-5/+5
* Correctly identify enc/non-enc packets.Jeremy Allison2008-01-081-3/+5
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-15/+29
* As the encryption is stream based there's no reasonJeremy Allison2007-12-301-0/+9
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+703