summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* S3: Detect max_open_files from systemtodd stecher2009-02-203-1/+68
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-202-7/+7
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-203-70/+2
* s3: OneFS implementation of change notifySteven Danneman2009-02-204-2/+694
* 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
* 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 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-1910-41/+53
* 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
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-02-191-9/+24
* s3-libnet: fix coverity #848 (UNINIT).Günther Deschner2009-02-191-1/+1
* s3:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* 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
* s3: Fix bug opening streams with truncating dispositionTim Prouty2009-02-181-1/+1
* 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
* S3: Log warning in smbstatus about lack of pid in anonymous mode.todd stecher2009-02-181-0/+4
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-183-4/+22
* S3: Allow SMBD processes to survive in low memory condidtionstodd stecher2009-02-183-0/+39
* s3-spoolss: remove old spoolss_GetPrinterDriverDirectory.Günther Deschner2009-02-194-256/+0
* s3-spoolss: use pidl for _spoolss_GetPrinterDriverDirectory.Günther Deschner2009-02-193-95/+38
* s3-rpcclient: use rpccli_spoolss_GetPrinterDriverDirectory in rpcclient.Günther Deschner2009-02-191-17/+37
* s3-spoolss: add support for "AddPort" via _spoolss_XcvData for Vista.Günther Deschner2009-02-191-9/+68
* Interesting C compiler you have there... :-)Volker Lendecke2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-181-1/+1
* s3-spoolss: remove old spoolss_XcvData.Günther Deschner2009-02-184-234/+0
* s3-spoolss: use pidl for _spoolss_XcvData.Günther Deschner2009-02-183-84/+113