libcli/smb move enum protocol_types to a common header
[kai/samba.git] / source3 / include / smb.h
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
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-29 Andrew Bartlettlibcli/smb Move FILE_ATTRIBUTE defines to the top level
2011-04-13 Günther Deschners3-includes: include lib/util/debug.h headers in includ...
2011-04-13 Günther Deschners3-includes: remove unused schema_types enum.
2011-04-13 Günther Deschners3-includes: move struct pipe_open_rec to srvsvc rpc...
2011-04-13 Günther Deschners3-build: finally remove references to ndr and dcerpc...
2011-03-30 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-03-30 Günther Deschners3-passdb: move some passdb defines to passdb.h
2011-03-29 Günther Deschners3-passdb: move lsa_dom_info and lsa_name_info out...
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-25 Andrew Tridgelllibcli: created smb_constants.h
2011-03-01 Andrew Bartletts3-auth struct security_unix_token replaces UNIX_USER_TOKEN
2011-03-01 Andrew Bartlettlib/util: new merged debug system
2011-02-25 Justin MaggardDetect Mac OS X as a separate client type.
2011-02-22 Günther Deschners3-printing: move more printing structs to printing.h
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-17 Andrew Bartletts3-cluster remove more CLUSTER_SUPPORT #ifdef stuff
2011-02-14 Günther Deschners3-librpc: no need to globally include endpointmapper...
2011-02-09 Günther Deschners3: move some stuff out of smb.h to better locations.
2011-02-09 Günther Deschners3: remove unused struct uuid_flat.
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2011-01-25 Jeremy AllisonAdd name_hash to files_struct. Set within fsp_set_smb_f...
2011-01-02 Stefan Metzmachers3: Happy New Year 2011
2010-12-28 Volker Lendeckes3: Remove an ancient typedef
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-20 Jeremy AllisonFrom metze's work on sparse attributes. FILE_ATTRIBUTE_...
2010-12-17 Jeremy AllisonUpdate our attribute flags.
2010-10-14 Andrew Bartlettlibcli/auth Merge source4/libcli/security and util_sid...
2010-10-14 Andrew Bartlettlibcli/security Define traditional constants in terms...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-11 Andrew Bartletts3-privs Further changes to remove SE_PRIV
2010-09-02 Andrew Tridgells3-param: added lp_set_cmdline() and --option= parameter
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-25 Günther Deschners3-build: no point in including doserr.h, noone uses...
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-08-18 Volker Lendeckes3: Remove unneeded "client_address" from connection_struct
2010-08-18 Volker Lendeckes3: Add smbd_server_connection->client_id
2010-08-16 Volker Lendeckes3: Remove an unused struct definition
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-06 Günther Deschners3: remove global include of samr.h
2010-08-06 Günther Deschners3-build: remove global include of krb5pac.h.
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-27 Simo Sorces3-printing: Handled case when smbd spools a file on...
2010-07-27 Simo Sorces3-smbd: Added code to print via spoolss.
2010-07-05 Volker Lendeckes3: Keep the connections.tdb data format fixed
2010-07-04 Volker Lendeckes3: Remove unused msg_flags from connections.tdb
2010-07-01 Günther Deschners3-libads: move keytab macros out of ads.h.
2010-06-25 Jelmer VernooijMove UCS2 macros to common code
2010-06-12 Volker Lendeckes3: Add "smbd_server_connection" to smb_request
2010-06-04 Jeremy AllisonChange smbd_aio_complete_mid() -> smbd_aio_complete_aio...
2010-06-03 Günther Deschners3-build: only include generated spoolss headers (not...
2010-06-03 Günther Deschners3-security: use shared "Standard access rights.".
2010-06-01 Andrew Bartletts3:idmap Use idmap.idl defined structures and constants
2010-05-26 Simo Sorces3-rpc_server: Created a per connection spoolss pipe.
2010-05-21 Jeremy AllisonMake DFS work over SMB2.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-20 Jeremy AllisonFix bug #7410 - samba sends "raw" inode number as...
2010-05-14 Simo SorceMake pcap headers private
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-09 Jeremy AllisonStop smb2 from calling into smb1 blocking lock request...
2010-03-27 Jeremy AllisonFix bug #7240 - Net usershare is not case sensitive.
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-03-09 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-02-23 Andreas Schneiders3-smb: Remove the obsolete signal type cast.
2010-01-27 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
next