Jeremy Allison
341d07c516
Cause printer SD's to be displayed correctly (full control).
...
Jeremy.
-
Jeremy Allison
8ef41f31c5
Fixing get/set of security descriptors.
...
Removed ugly hack for NT printing.
Fixed up tdb parse stuff memory leaks.
Jeremy.
-
Jeremy Allison
34b63896ab
Memory leak fixes.
...
Jeremy.
-
Andrew Tridgell
1da9c5531a
fixed sizeof() typo
-
Andrew Tridgell
36f1189be1
fixed!!
...
yipee!
the damn "device settings cannot be displayed" error is gone. We
needed to supply a default set of forms. I've added A4 and Letter by
default.
-
Jeremy Allison
0d681ea252
Create elements in default, not in read.
...
Jeremy.
-
Jeremy Allison
03cd4aa144
Some tidyup fixes (memory leaks etc.). Still no progress with the
...
"no driver" issue. I'm banging my head against comparitive packet
dumps right now...
Jeremy.
-
Andrew Tridgell
6506e6f470
simple increment bug in uniarray_2_dosarray
-
Andrew Tridgell
62d72dd67b
don't ue nasty /proc/locks hack by default
-
Andrew Tridgell
581498fe6b
added locktest2
...
this uses 16 open file descriptors on 2 servers, with each server
accessed both via POSIX call and SMB calls. The idea is to test
NFS/SMB locking interaction.
Unfortunately the NT NFS locking implementation is so badly broken
that we don't have anything to test against
-
Tim Potter
df69027331
Forgot attr entry for private dir.
-
Tim Potter
e42f2fc397
Updated samba appliance example.
-
Andrew Tridgell
1c5f708219
fixed a off by one bug in ntforms read from the database
-
Tim Potter
6f07da3b91
Copied across NT_Security documentation from 2.0
-
Tim Potter
bac7a72f47
Someone wrote a man page for smbspool - how nice!
-
Andrew Tridgell
56ba49382f
added -O (use oplocks) option to locktest
-
Andrew Tridgell
c602b703a0
we no longer need the code to cope with setprinter having corrupted
...
data
-
Andrew Tridgell
417a88fc6a
no space was being reserved for the security descriptor in the parse
...
buffer
-
Andrew Tridgell
b152d75ea6
sec_desc_size() needs to handle a null secdesc
-
Andrew Tridgell
70476d6767
some printer parameters are getting corrupted, possibly by the client
...
possibly by smbd. Reset them so printing at least works while I try to
figure out what is going on.
-
Andrew Tridgell
ac9cdab33c
added some debug code to track down pack/unpack problems
-
Andrew Tridgell
1d37f76953
fixed the pack/unpack of the devicemode
...
we were being bitten by uint16/uint32 mixups
-
Andrew Tridgell
46f5f41c88
added a MANGLE_DRIVER_PATH define to chooose whether we stuff with the
...
driver path do a rename etc.
I turned it off by default as it is causing me no end of problems. The
client will *cache* this path, and that screws things up badly as the
temp directory is no longer there when it is needed.
-
Andrew Tridgell
29fa2e1d99
someone forgot a !
-
Andrew Tridgell
e00c162f72
new protos
-
Andrew Tridgell
7a670f5f3b
fixed some ptr declarations
-
Andrew Tridgell
16355a9c66
moved secrets fns into secrets.c
-
Andrew Tridgell
f890bcf067
moved secrets fns into secrets.c
-
Andrew Tridgell
b9f2cf4593
added %J and %T to run_print_command()
...
made the run_print_command a varargs fn
-
Andrew Tridgell
e49550b975
moved secrets handling into secrets.c
-
Jeremy Allison
f0a7540831
rpc_client/cli_lsarpc.c: Removed unused variable.
...
rpc_server/srv_spoolss_nt.c: Fixed more memory leaks.
smbd/nttrans.c: Fixed shadow variable problem.
Jeremy.
-
Jeremy Allison
ac383bb765
More memory leak and PANIC action fixes.
...
This is *horrible* code :-(.
Jeremy.
-
Jeremy Allison
4e7b6b20ea
More memory leak fixes.
...
Jeremy.
-
Jeremy Allison
71a0621f55
More memory corruption (leaks etc.) fixes.
...
Jeremy.
-
Jeremy Allison
48a8031826
Fixed null pointer indirect in addprinterex. Still working on problem
...
with extra directory layer in NT drivers.
Jeremy.
-
Jeremy Allison
3cdcfa6325
More insure found memory leak and corruption fixes.
...
Jeremy.
-
Jeremy Allison
d175d3ebef
param/loadparm.c: Looks like someone ran indent on this !
...
passdb/smbpass.c: Insure uninitialized memory reference fix.
printing/nt_printing.c:
rpc_server/srv_spoolss_nt.c: Insure memory leak fixes.
smbd/unix_acls.c: Shadow ref fix.
Jeremy.
-
Jeremy Allison
eba31e4e80
Back to building. Now to test with insure.
...
Added some frees needed to stop memory leaks.
Jeremy.
-
Jeremy Allison
c2099cfb03
Getting back to a compilable state (not there yet but close).
...
Added patches for random -> sys_random.
Added set_effective_xxx patches for AFS code.
Memory allocation changes in spoolss code.
Jeremy.
-
Jeremy Allison
864e7bde0e
More stuff I cvan't afford to lose. I'm realizing how dependent I am
...
on this bloody CVS link....
Jeremy.
-
Jeremy Allison
0a5e7a8f31
Changes I really don't want to lose whilst CVS is playing up.
...
Dynamic changes to spoolss code.
Jeremy.
-
Jeremy Allison
4534eae405
Changed interface to set_nt_acl slightly.
...
Jeremy.
-
Jeremy Allison
f09c53f6b1
Working UNIX -> NT ACL mapper.
...
Jeremy.
-
Jeremy Allison
400263245b
Fixed interface between new ACLS and nttrans code.
...
Jeremy.
-
Jeremy Allison
9adb9399df
The functionality in this file has been moved into smbd/unix_acls.c in order
...
to make the acl functionality regular (we can have smbd/posix_acls etc).
Jeremy.
-
Luke Leighton
3a1ebfa080
space in front of lp_preexec() causing make proto to not detect this fn.
-
Luke Leighton
9c6f2d75d8
messing about.
-
Andrew Tridgell
48bf12d23e
if the tdb stored driver isn't formatted right then return a default
...
driver
-
Matthew Chapman
7710b4f48d
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
...
Domain SID is saved in secrets.tdb upon joining domain.
Added "Authenticated Users" and "SYSTEM" well-known SIDs (under
NT Authority).
-
Andrew Tridgell
2170d72d50
fixed some more crashes
...
this introduces some memory leaks that I need to fix later
-