summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3-spoolss: use more idl types in spoolss server.Günther Deschner2009-02-232-11/+18
| | | | Guenther
* s3-spoolss: fix memleak of spoolss_Notify array in ↵Günther Deschner2009-02-232-4/+8
| | | | | | _spoolss_RouterRefreshPrinterChangeNotify. Guenther
* s3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.Günther Deschner2009-02-231-2/+36
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner2009-02-232-47/+24
| | | | Guenther
* s3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.Günther Deschner2009-02-231-106/+76
| | | | Guenther
* s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.Günther Deschner2009-02-232-381/+180
| | | | Guenther
* prefer gssapi header files from subdirectoryBjörn Jacke2009-02-232-6/+6
| | | | this fixes some compile time noise on FreeBSD 7
* s3-rpcclient: use correct clientname in ↵Günther Deschner2009-02-231-1/+8
| | | | | | spoolss_RemoteFindFirstPrinterChangeNotifyEx command. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-02-232-29/+12
| | | | Guenther
* spoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.Günther Deschner2009-02-231-1/+1
| | | | Guenther
* spoolss: fix some PRINTER_CHANGE_ defines (and add a new windows 7 flag).Günther Deschner2009-02-231-11/+6
| | | | Guenther
* all BSDs use this evironment variableBjörn Jacke2009-02-231-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3/docs: Fix typo in man mount.cifs.Karolin Seeger2009-02-231-1/+1
| | | | | | Thanks to Tobias Stoeckmann for reporting! Karolin
* 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-222-1/+115
|
* 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
| | | | | | This allows sendfile implementations that are atomic to avoid having to send zeros or kill the client connection on a short read (usually the file was truncated).
* Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty2009-02-213-35/+4
| | | | | | | | After the discussion on samba-technical, it was decided that the best answer for now was to revert this change. The right way to do this is to rewrite the token api to use opaque tokens with pluggable modules. This reverts commit 8e19a288052bca5efdb0277a40c1e0fdd099cc2b.
* Fix shadowed declaration warningTim Prouty2009-02-211-1/+1
|
* s3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.Günther Deschner2009-02-211-1/+2
| | | | Guenther
* s3-spoolss: remove duplicate flag.Günther Deschner2009-02-211-2/+0
| | | | Guenther
* s3-spoolss: fix _spoolss_GetPrinterDriverDirectory and ↵Günther Deschner2009-02-211-2/+2
| | | | | | | | | spoolss_GetPrintProcessorDirectory. Both calls need to return NULL in the error case to avoid ndr encoding problems. (found by smbtorture spoolss test). Guenther
* s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.Günther Deschner2009-02-212-3/+3
| | | | Guenther
* s4-smbtorture: fix eventlog getinformation test.Günther Deschner2009-02-211-4/+4
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-02-2110-260/+62
| | | | Guenther
* spoolss: add spoolssNotifyOptionFlags.Günther Deschner2009-02-211-1/+5
| | | | Guenther
* eventlog: remove unused eventlog_Record struct.Günther Deschner2009-02-211-26/+0
| | | | Guenther
* eventlog: fix eventlog_GetLogInformation typo in IDL.Günther Deschner2009-02-211-1/+1
| | | | Guenther
* pytevent: Fix include path - tevent_util is not installed.Jelmer Vernooij2009-02-211-1/+1
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-211-1/+1
|\
| * Fix the build on SolarisVolker Lendecke2009-02-211-1/+1
| |
* | Let --enable-external-libldb default to no (since linking againstJelmer Vernooij2009-02-212-4/+5
|/ | | | | external LDB doesn't work yet). Fix flags when using internal libs.
* Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij2009-02-212-5/+26
| | | | | explicitly enabling or disabling the use of the version provided by the system.
* 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
| | | | * actually check for existance of sysctlbyname()
* Introduce a new passdb backend: pdb_onefs_samDan Sledz2009-02-203-1/+439
| | | | | | | Implements a custom backend for onefs that exclusively uses the wbclient interface for all passdb calls. It lacks some features of a standard passdb. In particular it's a read only interface and doesn't implement privileges.
* Introduce a new authentication backend auth_onefs_wbDan Sledz2009-02-203-0/+141
| | | | | | | This new backend is custom tailored to onefs' unique requirements: 1) No fallback logic 2) Does not validate the domain of the user 3) Handles unencrypted passwords
* Allow building with an external libwbclient libraryDan Sledz2009-02-201-20/+57
| | | | | | Introduce a new configure option --with-wbclient which specifies a location to find a compatible libwbclient library to link against. This options is overwritten by --with-winbind
* s4 torture: Add comment to clarify testZack Kirsch2009-02-201-0/+3
|
* s3 BRL: Add more clarifying comments and add implied logic to make ↵Zack Kirsch2009-02-201-2/+6
| | | | conditional more clear
* 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
| | | | | const approptiately. Jeremy.
* S3: Detect max_open_files from systemtodd stecher2009-02-203-1/+68
| | | | | - Attempt to use syscalls to determine max-open-files value. - Add in periodic logging when max file limit reached
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-202-7/+7
| | | | | * move to reinit_after_fork() to protect all Samba daemons * only protect parent processes
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-206-85/+20
|