summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty2009-02-211-0/+24
* Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty2009-02-213-35/+4
* s3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.Günther Deschner2009-02-211-1/+2
* s3-spoolss: remove duplicate flag.Günther Deschner2009-02-211-2/+0
* s3-spoolss: fix _spoolss_GetPrinterDriverDirectory and spoolss_GetPrintProces...Günther Deschner2009-02-211-2/+2
* s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.Günther Deschner2009-02-212-3/+3
* Fix the build on SolarisVolker Lendecke2009-02-211-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-211-31/+31
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-219-27/+32
* Fix a typoVolker Lendecke2009-02-211-1/+1
* Do not close an fd we know is -1Volker Lendecke2009-02-211-1/+0
* Move some bytes from the data to the text segmentVolker Lendecke2009-02-211-3/+3
* Fix an uninitialized variableVolker Lendecke2009-02-211-1/+1
* s3: Fix build break in d9a842b2Steven Danneman2009-02-201-19/+3
* Introduce a new passdb backend: pdb_onefs_samDan Sledz2009-02-203-1/+439
* Introduce a new authentication backend auth_onefs_wbDan Sledz2009-02-203-0/+141
* Allow building with an external libwbclient libraryDan Sledz2009-02-201-20/+57
* s3 BRL: Add more clarifying comments and add implied logic to make conditiona...Zack Kirsch2009-02-201-2/+6
* s3 OneFS: Add debugging for createfile_flagsZack Kirsch2009-02-201-12/+15
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-202-10/+17
* 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