summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* param: calculate server role from security, and security from server roleAndrew Bartlett2011-11-171-1/+0
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-171-1/+0
* s3-param: Add "server role" as global parameterAmitay Isaacs2011-11-171-0/+1
* s3-libsmb: introduce option to disable dos error mappingBjörn Baumbach2011-11-161-0/+1
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-2/+5
* s3-smbldap: remove duplicate prototype of smbldap_init().Günther Deschner2011-11-161-3/+0
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-102/+0
* s3-smbldap: use include/smb_ldap.h in smbldap.hGünther Deschner2011-11-161-1/+1
* Fix bug #8561 - Password change settings not fully observed.Jeremy Allison2011-11-161-0/+1
* s3-winbind: Increase the negative cache entry timout.Andreas Schneider2011-11-151-1/+1
* s3:libsmb: also remember the optional server name from the negprot responseStefan Metzmacher2011-11-041-0/+1
* s3-trustdomcache: make enumerate_domain_trusts() static.Günther Deschner2011-11-021-3/+0
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* s3-passdb: use tevent_context in passdb.Günther Deschner2011-10-281-2/+3
* s3-smbldap: use tevent_context in smbldap.Günther Deschner2011-10-281-3/+3
* s3: Add serverids_existVolker Lendecke2011-10-271-0/+5
* s3: Add processes_existVolker Lendecke2011-10-271-0/+2
* s3-ctdb: Add ctdb_processes_existVolker Lendecke2011-10-271-0/+3
* s3: Fix some nonempty blank linesVolker Lendecke2011-10-271-3/+3
* s3: Enable uid wrapper.Andreas Schneider2011-10-271-3/+0
* s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher2011-10-262-1/+3
* libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.hStefan Metzmacher2011-10-261-6/+0
* s3:libsmb: s/event_context/tevent_context/ in async_smb.[ch]Stefan Metzmacher2011-10-251-2/+2
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-251-54/+0
* libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.hStefan Metzmacher2011-10-241-11/+4
* libcli/smb: move more defines to smb_constants.hStefan Metzmacher2011-10-241-106/+0
* libcli/smb: move CAP_* defines to smb_constants.hStefan Metzmacher2011-10-241-46/+0
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-221-0/+1
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-211-71/+0
* s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett2011-10-211-1/+1
* s3-ntlmssp Remove auth_ntlmssp_session_key()Andrew Bartlett2011-10-211-3/+0
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-211-1/+0
* s3-ntlmssp use gensec_{seal,unseal,sign,check}_packetAndrew Bartlett2011-10-211-26/+0
* s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett2011-10-211-2/+0
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-211-4/+0
* s3:include: make smb_setlen() a macroStefan Metzmacher2011-10-212-1/+1
* libcli/smb: move some common defines to smb_constants.hStefan Metzmacher2011-10-211-27/+0
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-191-1/+0
* s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher2011-10-191-2/+2
* s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher2011-10-191-0/+9
* s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher2011-10-191-4/+4
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-191-49/+0
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-2/+2
* s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.cAndrew Bartlett2011-10-181-3/+5
* s3-ntlmssp split auth_ntlmssp_client_start() into two partsAndrew Bartlett2011-10-181-5/+4
* s3-auth: use typedefs in auth.hAndrew Bartlett2011-10-181-8/+14
* s3-auth fix comment after s3 ntlmssp gensec moduleAndrew Bartlett2011-10-181-1/+1
* s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC moduleAndrew Bartlett2011-10-181-2/+0
* s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner2011-10-141-1/+1
* s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner2011-10-141-0/+8