summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24s3: re-run make samba3-idl.Günther Deschner3-39/+369
Guenther
2009-02-24spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner2-0/+481
Guenther
2009-02-24spoolss: add spoolss_DriverInfo101 to IDL.Günther Deschner1-1/+33
Note that the size_is of the spoolss_DriverFileInfo is not reflected on the ndr. It is just used as pidl cannot handle a relative pointer to a static array of structs. Guenther
2009-02-24spoolss: generate size functions for printer driver structs.Günther Deschner1-11/+11
Guenther
2009-02-24error-codes: add WERR_INVALID_USER_BUFFER.Günther Deschner2-0/+2
Guenther
2009-02-24added a missing linefeedAndrew Tridgell1-1/+1
2009-02-23More warning fixes for Solaris.Jeremy Allison6-32/+33
Jeremy.
2009-02-23Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison4-55/+55
Makes real problems easier to spot. Jeremy.
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce28-38/+42
do not reference it from ldb.h
2009-02-23Make char* parameters constDerrell Lipman2-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
2009-02-23Fix GDB_PROVISION modeSimo Sorce1-1/+1
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2-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.
2009-02-23s3-spoolss: remove cli_spoolss_notify.c completly.Günther Deschner3-36/+1
All of the spoolss change notify code uses pidl generated functions now. Guenther
2009-02-23s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.Günther Deschner1-32/+0
Guenther
2009-02-23s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner4-284/+0
Guenther
2009-02-23s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.Günther Deschner3-349/+0
Guenther
2009-02-23s3-spoolss: remove old spoolss_RouterReplyPrinterEx.Günther Deschner4-180/+0
Guenther
2009-02-23s3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner3-83/+0
Guenther
2009-02-23s3-spoolss: use pidl for _spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner2-49/+14
Guenther
2009-02-23s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of ↵Günther Deschner2-75/+32
SPOOL_NOTIFY_OPTION and SPOOL_NOTIFY_OPTION_TYPE. Guenther
2009-02-23s3-spoolss: add dup_spoolss_NotifyOption.Günther Deschner1-0/+51
Guenther
2009-02-23s3-spoolss: use more idl types in spoolss server.Günther Deschner2-11/+18
Guenther
2009-02-23s3-spoolss: fix memleak of spoolss_Notify array in ↵Günther Deschner2-4/+8
_spoolss_RouterRefreshPrinterChangeNotify. Guenther
2009-02-23s3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.Günther Deschner1-2/+36
Guenther
2009-02-23s3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner2-47/+24
Guenther
2009-02-23s3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.Günther Deschner1-106/+76
Guenther
2009-02-23s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.Günther Deschner2-381/+180
Guenther
2009-02-23prefer gssapi header files from subdirectoryBjörn Jacke2-6/+6
this fixes some compile time noise on FreeBSD 7
2009-02-23s3-rpcclient: use correct clientname in ↵Günther Deschner1-1/+8
spoolss_RemoteFindFirstPrinterChangeNotifyEx command. Guenther
2009-02-23s3: re-run make samba3-idl.Günther Deschner2-29/+12
Guenther
2009-02-23spoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.Günther Deschner1-1/+1
Guenther
2009-02-23spoolss: fix some PRINTER_CHANGE_ defines (and add a new windows 7 flag).Günther Deschner1-11/+6
Guenther
2009-02-23all BSDs use this evironment variableBjörn Jacke1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-02-23s3/docs: Fix typo in man mount.cifs.Karolin Seeger1-1/+1
Thanks to Tobias Stoeckmann for reporting! Karolin
2009-02-22s3: Wrap usage of rlimit in configure checksSteven Danneman1-20/+19
2009-02-22For some unknown reason ldbrename was not being built in samba3.Simo Sorce2-1/+115
2009-02-21s3 OneFS: Add an atomic sendfile implementationTim Prouty3-0/+282
2009-02-21s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty1-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).
2009-02-21Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty3-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.
2009-02-21Fix shadowed declaration warningTim Prouty1-1/+1
2009-02-21s3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.Günther Deschner1-1/+2
Guenther
2009-02-21s3-spoolss: remove duplicate flag.Günther Deschner1-2/+0
Guenther
2009-02-21s3-spoolss: fix _spoolss_GetPrinterDriverDirectory and ↵Günther Deschner1-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
2009-02-21s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.Günther Deschner2-3/+3
Guenther
2009-02-21s4-smbtorture: fix eventlog getinformation test.Günther Deschner1-4/+4
Guenther
2009-02-21s3: re-run make samba3-idl.Günther Deschner10-260/+62
Guenther
2009-02-21spoolss: add spoolssNotifyOptionFlags.Günther Deschner1-1/+5
Guenther
2009-02-21eventlog: remove unused eventlog_Record struct.Günther Deschner1-26/+0
Guenther
2009-02-21eventlog: fix eventlog_GetLogInformation typo in IDL.Günther Deschner1-1/+1
Guenther
2009-02-21pytevent: Fix include path - tevent_util is not installed.Jelmer Vernooij1-1/+1