summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-spoolss: use pidl for _spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner2009-02-232-49/+14
* s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_...Günther Deschner2009-02-232-75/+32
* s3-spoolss: add dup_spoolss_NotifyOption.Günther Deschner2009-02-231-0/+51
* s3-spoolss: use more idl types in spoolss server.Günther Deschner2009-02-232-11/+18
* s3-spoolss: fix memleak of spoolss_Notify array in _spoolss_RouterRefreshPrin...Günther Deschner2009-02-232-4/+8
* s3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.Günther Deschner2009-02-231-2/+36
* s3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner2009-02-232-47/+24
* s3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.Günther Deschner2009-02-231-106/+76
* s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.Günther Deschner2009-02-232-381/+180
* prefer gssapi header files from subdirectoryBjörn Jacke2009-02-232-6/+6
* s3-rpcclient: use correct clientname in spoolss_RemoteFindFirstPrinterChangeN...Günther Deschner2009-02-231-1/+8
* s3: Wrap usage of rlimit in configure checksSteven Danneman2009-02-221-20/+19
* For some unknown reason ldbrename was not being built in samba3.Simo Sorce2009-02-221-1/+8
* s3 OneFS: Add an atomic sendfile implementationTim Prouty2009-02-213-0/+282
* 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