summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman2009-02-201-1/+14
* s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman2009-02-206-0/+56
* Added torture tests to RAW-NOTIFYSteven Danneman2009-02-201-2/+150
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-02-201-1/+7
* variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman2009-02-201-5/+7
* Make libsmbclient work with DFSBo Yang2009-02-207-6/+108
* s3/docs: Add hint about getfattr in man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+9
* s3/docs: Add man vfs_acl_tdb.Karolin Seeger2009-02-201-0/+66
* s3/docs: Add man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+61
* s3/docs: Fix several typos.Karolin Seeger2009-02-2019-27/+24
* s3 OneFS: Add shadow copy moduleTim Prouty2009-02-195-1/+1538
* s3 OneFS: Add file_id_create implementation to take advantage of snapshotsTim Prouty2009-02-191-0/+18
* s3: Change the vfs_GetWd cache to use the file_id structTim Prouty2009-02-191-12/+3
* s3: Remove unused inform_level2_message structTim Prouty2009-02-191-8/+0
* s3: Add extid to the dev/inode pairTim Prouty2009-02-1914-63/+122
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-1912-44/+56
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-193-10/+11
* Fix printf type warning.Jeremy Allison2009-02-191-2/+2
* Fix an uninitialized variableVolker Lendecke2009-02-191-0/+1
* Fix a O(n^2) algorithm in regdb_fetch_keys()Volker Lendecke2009-02-191-5/+27
* s3-spoolss: fix vista fallback in _spoolss_AddPrinterDriverEx.Günther Deschner2009-02-191-2/+1
* s3-spoolss: remove old spoolss_AddPrinterDriver{Ex}.Günther Deschner2009-02-193-207/+0
* s3-spoolss: use pidl for _spoolss_AddPrinterDriver{Ex}.Günther Deschner2009-02-193-130/+218
* s3-spoolss: remove old spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-194-233/+0
* s3-spoolss: use pidl for _spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-193-83/+46
* s3-rpcclient: use rpccli_spoolss_GetPrintProcessorDirectory in rpcclient.Günther Deschner2009-02-191-12/+35
* s3-spoolss: fix _spoolss_GetPrinterDriverDirectory.Günther Deschner2009-02-191-1/+6
* s3-rpcclient: use SPOOLSS_ARCHITECTURE_NT_X86 define in spoolss getdriverdir ...Günther Deschner2009-02-191-1/+1
* s3-spoolss: _spoolss_OpenPrinterEx needs to wipe out policy handle upon failure.Günther Deschner2009-02-191-0/+10
* s3-spoolss: _spoolss_AddPrinterEx needs to wipe out policy handle upon failure.Günther Deschner2009-02-191-0/+1
* spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner2009-02-192-0/+11
* s3: re-run make samba3-idl.Günther Deschner2009-02-193-7/+1
* spoolss: remove gensize calculation from spoolss_StringArray. Thanks metze!Günther Deschner2009-02-191-1/+1
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-02-191-9/+24
* s3: re-run make samba3-idl.Günther Deschner2009-02-196-0/+358
* spoolss: fill in spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-191-1/+17
* s3-libnet: fix coverity #848 (UNINIT).Günther Deschner2009-02-191-1/+1
* s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* s3:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* librpc: rerun make idlStefan Metzmacher2009-02-191-1/+1
* pidl:NDR/Parser: don't call [noopnum] function when creating the ndr_interfac...Stefan Metzmacher2009-02-191-3/+3
* s3 OneFS: Fixes "inherit permissions" and "nt acl support" for Onefs.Zack Kirsch2009-02-191-1/+11
* S3: Dumb down debug spew in perfcount module codetodd stecher2009-02-191-4/+4
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-194-16/+120
* s4 torture: Add new test to create a file with a lot of streamsTim Prouty2009-02-181-0/+45
* s3: Fix bug opening streams with truncating dispositionTim Prouty2009-02-181-1/+1
* s4 torture: Add additional streams create disposition testTim Prouty2009-02-181-0/+20
* s3: OneFS: Pass in the client's fnum to the ifs_cbrl syscall.Zack Kirsch2009-02-181-3/+4
* s3: Fix OneFS bug opening streams with truncating dispositionAravind Srinivasan2009-02-181-1/+1
* s3: Fix streams enumeration bug in OneFS implementationAravind Srinivasan2009-02-183-18/+68