Happy New Year 2013
[kai/samba.git] / source3 / include / smb.h
2013-01-01 Stefan MetzmacherHappy New Year 2013
2012-08-10 Stefan MetzmacherRevert "s3:smb: include "smbXsrv.h" before "vfs.h""
2012-08-01 Stefan Metzmacherlibcli/smb: move some TCON related defines to smb_const...
2012-08-01 Richard SharpeAdd two flags to allow for handling of Extended Signatu...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-03 Michael Adams3:smb: include "smbXsrv.h" before "vfs.h"
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-15 Michael Adams3:smbd: change FNUM_FIELD_INVALID from -1 to 0
2012-06-15 Michael Adams3:include: define FNUM_FIELD_INVALID - the invalid...
2012-06-06 Michael Adams3:smb: change the value of TID_FIELD_INVALID from...
2012-06-06 Michael Adams3:smb: introduce a name TID_FIELD_INVALID for the...
2012-06-06 Michael Adams3:connections: add a CNUM_OFFSET for mapping between...
2012-06-06 Michael Adams3:smb.h: fix a comment typo
2012-06-06 Stefan Metzmachers3:include: change current_user->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move struct smb_request to vfs.h
2012-06-06 Stefan Metzmachers3:smbd: move struct user_struct to globals.h
2012-06-06 Stefan Metzmachers3:include: remove typedef user_struct
2012-06-06 Stefan Metzmachers3:smbd: move forward declaration of struct aio_extra...
2012-06-06 Stefan Metzmachers3:include: remove unused forward declaration of deferr...
2012-06-06 Stefan Metzmachers3:smbd: move UCF_ defines to smbd.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_filename to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_file_time to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct connection_struct (and sub...
2012-06-06 Stefan Metzmachers3:include: move struct stream_struct to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct fd_handle/files_struct to vfs.h
2012-06-06 Stefan Metzmachers3:includes: move union unid_t to vfs.h
2012-06-06 Stefan Metzmachers3:smbd: move struct trans_state to smbd.h
2012-06-06 Stefan Metzmachers3:smbd: move struct privilege_paths to smbd.h
2012-06-06 Stefan Metzmachers3:smbd: make struct notify_change_buf private to notify.c
2012-06-06 Stefan Metzmachers3:printing: make struct print_file_data private to...
2012-06-06 Stefan Metzmachers3:smbd: make struct vfs_fsp_data private to vfs.c
2012-06-06 Stefan Metzmachers3:includes: move struct share_mode_lock to locking.h
2012-06-06 Stefan Metzmachers3:smbd: make typedef write_cache private to fileio.c
2012-06-05 Stefan Metzmachers3:lib: split things into a conn_tdb.h
2012-05-22 Michael Adams3:smbd: remove unused 'connection_struct->used'
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: #ifdef LARGE_SMB_OFF_T as off_t is now always...
2012-03-22 Volker Lendeckes3: Add FILE_NOTIFY_CHANGE_ALL #define
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-21 Volker Lendeckes3: Remove "conn" from sys_notify_context
2012-03-10 Volker Lendeckes3: Add smb_request_done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->chain_outbuf
2012-03-01 Richard SharpeTrivial Comment fix: Supply a missing word in a comment
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-23 Volker Lendeckes3: smb_request->vwv can be const
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-02-14 Volker Lendeckes3: files_struct->mode is only written, remove it
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-01 Stefan Metzmachers3: Happy New Year 2012
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-14 Günther Deschners3-includes: remove PRIMARY_* SID_INDEX defines defined...
2011-12-14 Volker Lendeckes3: Remove UNUSED_SHARE_MODE_ENTRY
2011-12-14 Stefan Metzmachers3:smbd/server: maintain the list of child processes...
2011-12-12 Stefan Metzmachers3:smbd: make struct pending_message_list private
2011-12-12 Stefan Metzmachers3:smbd: remember the smbd_server_connection on pending...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-23 Volker Lendeckes3: Move server_info_struct to nmbd
2011-11-23 Volker Lendeckes3: Replace delete_token_list by an array
2011-10-26 Stefan Metzmacherlibcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_con...
2011-10-24 Stefan Metzmacherlibcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines...
2011-10-24 Stefan Metzmacherlibcli/smb: move more defines to smb_constants.h
2011-10-24 Stefan Metzmacherlibcli/smb: move CAP_* defines to smb_constants.h
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-21 Stefan Metzmacherlibcli/smb: move some common defines to smb_constants.h
2011-10-11 Andrew Bartlettlibcli/smb Move CSC_POLICY_* definition to smb_constants.h
2011-09-15 Stefan Metzmachers3:include: add some masks for SMB1 CAP_* flags
2011-08-30 Stefan Metzmachers3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines
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-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-12 Stefan Metzmachers3:include: remove SMBkeepalive
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-06 Andrew Bartlettlibcli/smb move FILE_TYPE constants in common
2011-07-06 Andrew Bartlettlibcli/smb move enum protocol_types to a common header
2011-07-05 Volker Lendeckes3: Calculate&store the maximum share access mask
2011-07-04 Andreas Schneiders3: RIP 'struct client_address'.
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-29 Andrew Bartletts3-param Remove unused FLAG_DOS_STRING
2011-06-29 Andrew Bartlettparam: Merge struct parm_struct definitions
2011-06-29 Andrew Bartletts3-param Use .offset rather than .ptr when defining...
2011-06-29 Andrew Bartletts3-param use lp_parm_ptr() rather than parm.ptr directly
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-05-18 Andrew Bartletts3-param: remove unused share_iterator functions
2011-05-08 Andrew Tridgelllibds: moved enum security_types to a common header
2011-05-06 Andrew Bartletts3-lib Remove unused dos error codes from errmap_unix
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-03 Günther Deschners3-includes: move enum flush_reason_enum to smb.h
2011-05-03 Andrew Tridgells3-include: use new roles.h
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
next