summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make char* parameters constDerrell Lipman2009-02-232-20/+10
| | | | | | | | | | | | | - Use const in function signatures whenever appropriate, to help prevent errant scribbling on users' buffers. smbc_set_credentials() always acted as if its formal parameters were const char *, and changing the formal declaration to specify that should not cause any change to the ABI. It is still allowable to pass a writable buffer to a function which specifies that it will not write to the buffer. I'm making this change only in master. Derrell
* Fix GDB_PROVISION modeSimo Sorce2009-02-231-1/+1
|
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
| | | | | | | | | | | behavior anyway, and given we can only have one transaction active per ldb context this is the only sane model we can support. Fix ldb_tdb transactions, we could return back with an error with neither committing nor canceling the actual tdb transaction in some error paths within the ltdb commit and cancel transaction paths. Added also some debugging to trace what was going on.
* s3-spoolss: remove cli_spoolss_notify.c completly.Günther Deschner2009-02-233-36/+1
| | | | | | All of the spoolss change notify code uses pidl generated functions now. Guenther
* s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.Günther Deschner2009-02-231-32/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner2009-02-234-284/+0
| | | | Guenther
* s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.Günther Deschner2009-02-233-349/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_RouterReplyPrinterEx.Günther Deschner2009-02-234-180/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner2009-02-233-83/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner2009-02-232-49/+14
| | | | Guenther
* s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of ↵Günther Deschner2009-02-232-75/+32
| | | | | | SPOOL_NOTIFY_OPTION and SPOOL_NOTIFY_OPTION_TYPE. Guenther
* s3-spoolss: add dup_spoolss_NotifyOption.Günther Deschner2009-02-231-0/+51
| | | | Guenther
* 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
|