summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2011-10-21s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett1-1/+1
2011-10-21s3-ntlmssp Remove auth_ntlmssp_session_key()Andrew Bartlett1-3/+0
2011-10-21s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett1-1/+0
2011-10-21s3-ntlmssp use gensec_{seal,unseal,sign,check}_packetAndrew Bartlett1-26/+0
2011-10-21s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett1-2/+0
2011-10-21s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett1-4/+0
2011-10-21s3:include: make smb_setlen() a macroStefan Metzmacher2-1/+1
2011-10-21libcli/smb: move some common defines to smb_constants.hStefan Metzmacher1-27/+0
2011-10-19s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher1-1/+0
2011-10-19s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher1-2/+2
2011-10-19s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher1-0/+9
2011-10-19s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher1-4/+4
2011-10-19s3: Remove duplicate fsctl function definitionsDavid Disseldorp1-49/+0
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-2/+2
2011-10-18s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.cAndrew Bartlett1-3/+5
2011-10-18s3-ntlmssp split auth_ntlmssp_client_start() into two partsAndrew Bartlett1-5/+4
2011-10-18s3-auth: use typedefs in auth.hAndrew Bartlett1-8/+14
2011-10-18s3-auth fix comment after s3 ntlmssp gensec moduleAndrew Bartlett1-1/+1
2011-10-18s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC moduleAndrew Bartlett1-2/+0
2011-10-14s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner1-1/+1
2011-10-14s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner1-0/+8
2011-10-14s3-passdb: use uintX_t at least in headers.Günther Deschner1-4/+4
2011-10-14s3-passdb: move passdb prototypes into passdb.hGünther Deschner1-1/+285
2011-10-14s3-passdb: move group mapping headers into passdb.hGünther Deschner2-34/+87
2011-10-14s3: remove some dead prototypes.Günther Deschner1-1/+0
2011-10-13Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ...Jeremy Allison1-3/+3
2011-10-12s3: factor out messaging_send_to_children()Gregor Beck1-0/+1
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2-3/+3
2011-10-11s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()Michael Adam1-4/+4
2011-10-11s3:sessionid: use dbwrap_travers() in sessionid_traverse()Michael Adam1-4/+4
2011-10-11s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner1-11/+0
2011-10-11s3-smbldap: rearrange prototypes a bit.Günther Deschner1-19/+18
2011-10-11libcli/smb Move CSC_POLICY_* definition to smb_constants.hAndrew Bartlett1-6/+0
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2-0/+23
2011-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett1-0/+4
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett3-39/+2
2011-10-04s3-smbldap: remove an obsolete prototype.Günther Deschner1-1/+0
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2-0/+28
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-2/+2
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-10/+0
2011-09-15s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...Stefan Metzmacher1-2/+2
2011-09-15s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...Stefan Metzmacher1-1/+4
2011-09-15s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_keyStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: detect lock_read and write_unlock supportStefan Metzmacher1-0/+2
2011-09-15s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher1-2/+2
2011-09-15s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_modeStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_muxStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmitStefan Metzmacher1-1/+3
2011-09-15s3:libsmb: move cli->smb1.mid to cli->conn.smb1.midStefan Metzmacher1-1/+2