s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer static
[rusty/samba.git] / source3 / include /
2011-10-19 Stefan Metzmachers3:include: use smb_[set]len_[nbt|tcp]() macros
2011-10-19 David Disseldorps3: Remove duplicate fsctl function definitions
2011-10-18 Simo Sorcepdb-interface: Do not use unid_t here
2011-10-18 Andrew Bartletts3-libsmb Use a gensec module to provide the ntlmssp...
2011-10-18 Andrew Bartletts3-ntlmssp split auth_ntlmssp_client_start() into two...
2011-10-18 Andrew Bartletts3-auth: use typedefs in auth.h
2011-10-18 Andrew Bartletts3-auth fix comment after s3 ntlmssp gensec module
2011-10-18 Andrew Bartletts3-ntlmssp Implement the server-side auth_ntlmssp code...
2011-10-14 Günther Deschners3-passdb: remove fstring from pdb_set_user_sid_from_st...
2011-10-14 Günther Deschners3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.
2011-10-14 Günther Deschners3-passdb: use uintX_t at least in headers.
2011-10-14 Günther Deschners3-passdb: move passdb prototypes into passdb.h
2011-10-14 Günther Deschners3-passdb: move group mapping headers into passdb.h
2011-10-14 Günther Deschners3: remove some dead prototypes.
2011-10-13 Jeremy AllisonAnother part of the fix for Bug 8473 - smb2_find uses...
2011-10-12 Gregor Becks3: factor out messaging_send_to_children()
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers_read() in sessionid_tr...
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers() in sessionid_traverse()
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_ldap.h.
2011-10-11 Günther Deschners3-smbldap: rearrange prototypes a bit.
2011-10-11 Andrew Bartlettlibcli/smb Move CSC_POLICY_* definition to smb_constants.h
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-07 Andrew Bartlettldb: use ldb directly rather than via a copy
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-04 Günther Deschners3-smbldap: remove an obsolete prototype.
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-09-26 Simo Sorces3-passdb: Cleanup use of fstring and move to talloc.
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->server{zone,time} to cli->conn...
2011-09-15 Stefan Metzmachers3:libsmb: split cli->secblob into cli->conn.smb1.serve...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sesskey to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: detect lock_read and write_unlock support
2011-09-15 Stefan Metzmachers3:libsmb: move cli->*braw_supported to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sec_mode to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_mux to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
2011-09-15 Stefan Metzmachers3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
2011-09-15 Stefan Metzmachers3:libsmb: move cli->capabilities to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->protocol to cli->conn.protocol
2011-09-15 Stefan Metzmachers3:libsmb: use local variables in cli_state_create()
2011-09-15 Stefan Metzmachers3:include: add some masks for SMB1 CAP_* flags
2011-09-14 Stefan Metzmachers3:libsmb: remove unused cli->is_samba
2011-09-14 Stefan Metzmachers3:client.h: remove unused defines
2011-09-14 Stefan Metzmachers3:smb_signing: add support for easier negotiation...
2011-09-14 Jeremy AllisonFix bug #8229 - git patch attached against 3.6.0-rc2...
2011-09-13 Stefan Metzmachers3:smb2cli: split cli->smb2.gss_blob from cli->secblob
2011-09-13 Stefan Metzmachers3:libsmb: don't mix smb2 share capabilities with smb1...
2011-09-13 Stefan Metzmachers3:libsmb: the smb2 server capabilities from the sessio...
2011-09-13 Volker Lendeckes3: Fix some nonempty blank lines
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
2011-08-31 Sumit Boses3-pdb_ipa: Add supprted encryption types to struct...
2011-08-31 Sumit Boses3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
2011-08-30 Stefan Metzmachers3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines
2011-08-28 Stefan Metzmachers3:libsmb: make cli_session_request_send/recv() static
2011-08-28 Stefan Metzmachers3:libsmb: move cli_smb_oplock_break_waiter*() to cliop...
2011-08-13 Amitay Isaacspassdb: Add a function to read secrets db from a specif...
2011-08-12 Stefan Metzmachers3:libsmb: abstract the incoming dispatch function...
2011-08-11 Simo Sorces3-messaging: Change classification of MSG_SMB_CONF_UPD...
2011-08-11 Simo Sorces3-messaging: Fix messaging classes.
2011-08-11 Simo Sorces3-messaging: Remove obsolete class.
2011-08-10 Stefan Metzmachers3:libsmb: store the remote_realm on the cli_state
2011-08-10 Stefan Metzmachers3:smb_macros.h: simplify _smb_setlen() and _smb_setlen...
2011-08-10 Stefan Metzmachers3:include: smb.h base old smb header offsets on new...
2011-08-10 Stefan Metzmachers3:include: smb.h merge some stuff from source4
2011-08-08 Gregor Becks3:registry avoid updating keys which are going to...
2011-08-05 Volker Lendeckes3: Fix some nonempty blank lines
2011-08-03 Andrew Bartlettselftest: test plugin_s4_dc against all ncacn_np tests
2011-08-03 Andrew Bartletts3-auth clarify the role of these session keys
2011-08-03 Andrew Bartletts3-auth remove sanitized_username from auth_serversuppl...
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-ntlmssp Split calls to gensec plugin into prepare...
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_and_flags()
2011-08-03 Andrew Bartletts3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_...
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_or_flags
2011-08-03 Andrew Bartletts3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update
2011-08-03 Andrew Bartletts3-ntlmssp Add hooks to optionally call into GENSEC...
2011-08-03 Andrew Bartletts3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_ses...
2011-08-03 Andrew Bartletts3-auth Allow auth modules to provide an initialised...
2011-08-03 Andrew Bartletts3-ntlmssp Use auth_ntlmssp_*() functions in more places
2011-08-02 Volker Lendeckes3: Remove unused ERROR_FORCE_NT macro
2011-08-02 Volker Lendeckes3: Remove unused ERROR_DOS macro
2011-08-02 Volker Lendeckes3: Fix some nonempty blank lines
2011-08-02 Simo Sorces3:smbd - Move printing queue stuff
2011-08-02 Stefan Metzmachers3:include: change cli->protocol to enum protocol_types
2011-08-02 Stefan Metzmachers3:include: make use of cli_state_capabilities() in...
2011-08-01 Andreas Schneiders3-rpc_server: Added common function to create tcpip...
2011-07-31 Günther Deschners3-secrets: add lsa_secret passdb api.
2011-07-31 Günther Deschners3-passdb: add dummy calls to control global (replicate...
2011-07-29 Jeremy AllisonFirst part of bugfix for bug #8335 - file copy aborts...
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_o...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Andreas Schneiders3-printing: Add forward declaration for dcerpc_binding...
2011-07-28 Andreas Schneiders3-spoolss: Use existing handle in printer_driver_files...
2011-07-28 Andreas Schneiders3-spoolss: Use existing handle in printer_driver_in_use().
next