summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2-4/+5
2008-01-07Fix wrong unused opaque macro for kernel_flock().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2-4/+6
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2-4/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2-4/+5
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2-4/+5
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2-4/+4
2008-01-06Wrap lines for readability.Michael Adam1-2/+10
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2-4/+5
2008-01-05Add the options smb_encrypt_level to set the requestedJeremy Allison1-0/+7
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison2-4/+11
2008-01-03Add ads_get_joinable_ous().Günther Deschner1-0/+4
2008-01-03Add some more join related werror codes.Günther Deschner1-0/+2
2008-01-03Add commentsVolker Lendecke1-1/+54
2008-01-02Happy new year !Günther Deschner1-1/+1
2007-12-28Convert get_root_nt_token to memcacheVolker Lendecke1-0/+1
2007-12-28Convert csamuser to memcacheVolker Lendecke1-0/+1
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison1-0/+1
2007-12-28Fix the non-gcc branch of "likely"Volker Lendecke1-2/+2
2007-12-27Wrap the DEBUG checks in a "unlikely"Volker Lendecke1-6/+21
2007-12-27Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison1-1/+2
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison4-12/+57
2007-12-26Remove the sampwent interfaceVolker Lendecke1-7/+2
2007-12-22Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2-2/+12
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+4
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-0/+1
2007-12-21Add a singleton cacheVolker Lendecke1-1/+2
2007-12-21Add memcache_add_tallocVolker Lendecke1-1/+7
2007-12-21Add a global cacheVolker Lendecke1-0/+2
2007-12-19Add filesystem capabilities bitmask to statfs info.James Peach1-0/+2
2007-12-19Expose per-fsp extension talloc context.James Peach1-0/+9
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam2-4/+6
2007-12-19Rename cache.[ch] to memcache.[ch]Volker Lendecke2-3/+3
2007-12-19Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner1-0/+1
2007-12-18Add forgotten cache.hVolker Lendecke1-0/+51
2007-12-18Add a in-memory cacheVolker Lendecke1-0/+1
2007-12-17Add combined flag LOOKUP_NAME_LOCAL.Michael Adam1-0/+4
2007-12-16Make smb_np_struct talloc'edVolker Lendecke1-1/+1
2007-12-14add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher1-0/+2
2007-12-13Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach1-1/+9
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai1-0/+14
2007-12-13Add flags for correctly implementing lsa_lookup_name levels.Michael Adam1-1/+9
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison1-1/+1