| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
merge over to the tng samr stuff.
Jeremy.
|
|
|
|
|
|
| |
of the RPC data is returned. This is needed as we're moving to all the
prs_XXX calls doing tallocs not mallocs to ease cleanup.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
been done with spoolss. Changes will be made to lsa and spoolss also.......
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
Samba (in the same way we disallow sprintf).
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
smbd/server.c: Stop duplicate log files.
printing/printing.c: Debug logs from DaveCB for common error case.
lib/interface.c: Bind interfaces fix from Herb.
Jeremy.
|
|
|
|
|
|
|
| |
small modifications, this code may also work on Solaris, as they are derived
from the same SVR4 codebase.
When the Samba Solaris box is up and running again I will test this.
Jeremy.
|
|
|
|
|
| |
character set issue urgently for 3.0.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
logon homes etc.
Jeremy.
|
|
|
|
|
|
|
|
| |
languages.
lib/util.c: Fixes from Toomas Soome <tsoome@ut.ee> for NIS+.
rpc_server/srv_samr.c: Fixes from Toomas Soome <tsoome@ut.ee> to eliminate duplicate groups.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
name. Needs more testing.
Jeremy.
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
| |
libsmb/nmblib.c: dos2unix fix.
printing/nt_printing.c: Exit code fixes.
printing/printing.c: debug fixes.
tdb/tdbtool.c: Updates from JohnR.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib/msrpc_use.c,rpc_client/cli_spoolss.c: remove const
param/loadparm.c: changed show add printer wizard to true.
If you don't want the add printer wizard to display, you can't change the
forms nor add/delete/update drivers from an NT box !!!
printing/nt_printing.c: more checking and debug in unused code !
rpc_server/srv_spoolss_nt.c: don't save the per-user devmode and explain
why. A bit long but I hope it clears confusion.
smbd/process.c, smbd/server.c: picky compiler
J.F.
|
|
|
|
|
|
|
| |
Fixed also rpcclient's getprinter buffer size. It used to be correct a
long time ago. I guess the one who changed that made a mistake.
J.F.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
lib/debug.c: Fixes from JohnR to implement debug classes.
smbd/process.c:
smbd/server.c:
param/loadparm.c: "max smbd processes" parameter from JohnR.
rpc_parse/parse_spoolss.c: Drivername fix from JohnR.
rpc_server/srv_spoolss_nt.c: Update from JF.
smbd/trans2.c: Revert incorrect wildcard fix.
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
so we can map 0x0 to PRINTER_ACCESS_USE in the access_required mask.
Thought I check this in before.....oh well....
jerry
|
| |
|
|
|
|
|
|
|
|
|
| |
_spoolss_open_printer_ex() for print servers.
j-
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
sometimes I write ugly code, but the guy who wrote get_passwd_entries() is
worse than I.
J.F.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That way the NT hash is not converted back and forth between unicode and
ascii.
srv_reg.c: added checks for the netlogon parameter key. Send a reply like
NT4. Should fix the "unknown RPC call" error with a W2K joining a samba
domain.
srv_samr.c: don't check if smb_create_user() succed ot not. Explanation in
the code.
nttrans.c: changed checking of W2K in get_filename_transact(). added check
on the SD. That fix the incorrect perms set on W2K profiles.
J.F.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
source/rpc_server/srv_spoolss_nt.c
source/rpc_server/srv_spoolss.c
source/include/proto.h
- correct checking of access_required in openprinterex as talked
with John R. and Jerry.
You can only do server stuff (adding printers, changing forms,
..) if you're root or if user is in printer admin list.
Printers options are grayed if you don't have the
PRINTER_ADMINISTER flag in the secdesc.
|
| |
| |
| |
| | |
From "Richard Bollinger" <rabollinger@home.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
srv_samr.c: Fix for pw caching.
smbd/nttrans.c: Fix to allow trans create to set ACL on open.
Jeremy.
|
| |
| |
| |
| | |
From "Richard Bollinger" <rabollinger@home.com>
|
| |
| |
| |
| |
| | |
change to default break response time of 10ms -> 0ms.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
source/include/proto.h
- make proto
source/printing/nt_printing.c
source/rpc_server/srv_spoolss_nt.c
- Fix for the overwriting of printerdata entries when WinNT and
Win2k are modifying printer parameters on PCL printers. Turns out
that Win2k creates a printer with a NULL devmode entry and then
expects to set it on *OPEN* (yes this is insane). So we cannot
return a "default" devmode for a printer - and we must allow an
open to set it.
source/tdb/tdb.c
- Show freelist in an easier format. Show total free.
- When storing a new record, allocate memory for the key + data
before the tdb_allocate() as if the malloc fails a (sparse) hole
is left in the tdb.
source/tdb/tdbtool.c
- Show freelist in an easier format. Show total free.
source/tdb/Makefile
- cleaned up Makefile dependancies
source/smbd/lanman.c
- Fix for Win9x corrupting it's own parameter string.
source/printing/printfsp.c
source/printing/printing.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/close.c
- Added normal close parameter into print_fsp_end() which treats an
abnormal close as error condition and deletes the spool file.
|