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