summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3-smb: Remove the obsolete signal type cast.Andreas Schneider2010-02-231-4/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-1/+2
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+1
* s3: Happy New Year 2010Stefan Metzmacher2010-01-041-1/+1
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-011-2/+0
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-231-0/+1
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+0
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-0/+1
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-211-0/+8
* Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison2009-10-291-0/+2
* Fix for CVE-2009-2906.Jeremy Allison2009-10-011-0/+1
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-141-0/+9
* s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-0/+1
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-3/+4
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-0/+3
* Add missing CreateFile flags to smb.hSteve French2009-08-211-1/+12
* s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher2009-08-191-0/+2
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+2
* s3: refomat definitions of some generic access rights for better readabilityMichael Adam2009-08-121-8/+19
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-071-2/+0
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-0/+1
* Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke2009-07-311-3/+2
* Remove the extraneous logic in smb_set_info_standard - weJeremy Allison2009-07-301-0/+1
* Fix a valgrind error in chain_replyVolker Lendecke2009-07-271-0/+2
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-1/+2
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-2/+0
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-1/+1
* Revert this commit :Jeremy Allison2009-07-141-6/+0
* s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang2009-07-151-0/+6
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-14/+0
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-1/+2
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-0/+6
* s3: Remove the now unused CFF_DOS_PATH flagTim Prouty2009-06-101-5/+0
* s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher2009-06-031-9/+0
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-0/+16
* s3:param: add PROTOCOL_SMB2Stefan Metzmacher2009-05-201-1/+9
* s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam2009-05-151-0/+1
* Remove an unused struct definitionVolker Lendecke2009-05-131-6/+0
* Add fncall_send/recvVolker Lendecke2009-05-011-0/+1
* s3: use generated dcerpc code.Günther Deschner2009-03-241-0/+2
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-15/+0
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-0/+2
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-7/+0
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-031-0/+6
* Use shared header file for character sets, remove old definitions from samba3...Jelmer Vernooij2009-03-011-16/+0
* Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-011-0/+16
|\
| * Also re-add removed codepoint_t; I'm clearly not having my day today.Jelmer Vernooij2009-03-011-0/+16
* | Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-2/+0
|/
* Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2009-03-011-16/+0
* s3: Remove unused inform_level2_message structTim Prouty2009-02-191-8/+0