summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Add WERR_INVALID_COMPUTER_NAME.Günther Deschner1-0/+1
2008-01-24Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner1-0/+1
2008-01-24netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher1-1/+1
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner1-4/+1
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-0/+2
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-1/+26
2008-01-23Fix tab_depth: it should not create an extra debug header.Michael Adam1-2/+5
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke1-1/+0
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-0/+12
2008-01-22Hide streams from the EA APIVolker Lendecke1-0/+2
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2-0/+6
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam1-0/+2
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Reorder the registry key name constants in a more systematic way.Michael Adam1-5/+5
2008-01-20Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Some systems do not have XATTR_ definedVolker Lendecke1-0/+8
2008-01-19Add streams supportVolker Lendecke1-0/+5
2008-01-19Add the STREAMINFO vfs callVolker Lendecke2-0/+13
2008-01-19The remote storage op is goneVolker Lendecke1-1/+1
2008-01-19Fix the buildVolker Lendecke1-0/+1
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke1-0/+10
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-18Add and correct some WERROR codes.Michael Adam1-1/+6
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman5-102/+17
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman1-0/+1
2008-01-17Include auto-generated client headers for netlogon/samr.Günther Deschner1-0/+2
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner4-92/+5
2008-01-17Use pidl generated data from misc.idl.Günther Deschner1-10/+10
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2-7/+0
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2-4/+4
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison2-45/+43
2008-01-16Merge branch 'ctdb-merge' into v3-2-testAlexander Bokovoy4-0/+44
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-19/+0
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2-0/+37
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2-0/+7
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman1-0/+2
2008-01-15Include libnet_join.h in the right places.Günther Deschner1-0/+2
2008-01-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2-169/+4
2008-01-14Add detection for need of update to the registry db.Michael Adam1-0/+4
2008-01-14Remove old lsa set info policy call.Günther Deschner1-16/+0
2008-01-14Remove more redundant lsa parsing functions.Günther Deschner1-115/+0
2008-01-14Start removing hand-written lsa marshalling code (namelyGünther Deschner1-38/+0
2008-01-13Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman1-1/+1
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2-4/+5
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2-4/+5
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2-4/+5
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2-4/+5
2008-01-10Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2-0/+35
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison1-0/+8