summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-3/+3
* s3:include: remove SMBkeepaliveStefan Metzmacher2011-07-121-1/+0
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-13/+0
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-5/+0
* libcli/smb move FILE_TYPE constants in commonAndrew Bartlett2011-07-061-8/+0
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-061-12/+0
* s3: Calculate&store the maximum share access maskVolker Lendecke2011-07-051-0/+1
* s3: RIP 'struct client_address'.Andreas Schneider2011-07-041-5/+0
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-50/+0
* s3-param Remove unused FLAG_DOS_STRINGAndrew Bartlett2011-06-291-1/+0
* param: Merge struct parm_struct definitionsAndrew Bartlett2011-06-291-1/+3
* s3-param Use .offset rather than .ptr when defining parametersAndrew Bartlett2011-06-291-1/+1
* s3-param use lp_parm_ptr() rather than parm.ptr directlyAndrew Bartlett2011-06-291-0/+2
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* s3-param: remove unused share_iterator functionsAndrew Bartlett2011-05-181-4/+0
* libds: moved enum security_types to a common headerAndrew Tridgell2011-05-081-3/+0
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-7/+0
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-includes: move enum flush_reason_enum to smb.hGünther Deschner2011-05-031-0/+16
* s3-include: use new roles.hAndrew Tridgell2011-05-031-8/+1
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+0
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-1/+0
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-291-1/+0
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+0
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+0
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+0
* libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett2011-04-291-20/+0
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-141-4/+0
* s3-includes: remove unused schema_types enum.Günther Deschner2011-04-141-3/+0
* s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner2011-04-141-10/+0
* s3-build: finally remove references to ndr and dcerpc headers that were inclu...Günther Deschner2011-04-131-1/+0
* s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner2011-03-301-21/+0
* s3-passdb: move some passdb defines to passdb.hGünther Deschner2011-03-301-29/+0
* s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.Günther Deschner2011-03-301-15/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+2
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-15/+2
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-9/+2
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-1/+2
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-251-1/+1
* s3-printing: move more printing structs to printing.hGünther Deschner2011-02-221-40/+0
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
* s3-cluster remove more CLUSTER_SUPPORT #ifdef stuffAndrew Bartlett2011-02-171-4/+0
* s3-librpc: no need to globally include endpointmapper headers.Günther Deschner2011-02-141-1/+0
* s3: move some stuff out of smb.h to better locations.Günther Deschner2011-02-091-6/+0
* s3: remove unused struct uuid_flat.Günther Deschner2011-02-091-7/+0
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-10/+18
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-251-4/+7
* Add name_hash to files_struct. Set within fsp_set_smb_fname().Jeremy Allison2011-01-251-0/+1