Gerald Carter
1d14d812ea
merge from 2.2 (reorder commands in array)
-
Jeremy Allison
49f0e7e714
Added sys_dlopen/sys_dlsym/sys_dlclose.
...
Jeremy.
-
Andrew Tridgell
4ec971e905
fixed rpcclient readline code
-
Andrew Tridgell
386fdff2df
added basic command completion support
-
Andrew Tridgell
af62692e62
fixed unused variable
-
Andrew Tridgell
7940b6b0cf
much simpler readline code
...
should work with readline 2.x
-
Andrew Tridgell
e430ded56e
fixed some compilation errors with IRIX cc
-
Andrew Tridgell
e1487eb2c4
much better readline support from Simo Sorce, with some mods from me
...
to make it a bit simpler
-
Andrew Tridgell
d039d84164
fix this in rpc calls as well
...
- ADMIN$ is an IPC share, not a disk share
-
Andrew Tridgell
0ea62800ed
ADMIN$ is an IPC share, not a disk share
-
Andrew Tridgell
348ebe30d0
removed useless debug msg
-
Jeremy Allison
af364b93d9
lib/system.c (Finally) fixed all insure errors in password caching code. We can't
...
stop libc routines from calling getpwXXX functions, so caching a pointer to them
is impossible. This new code now makes two copies of the returned struct passwd
struct - one used as a cache, one returned to allow the caller to modify. When
doing a lookup we compare against the cached copy. Code is now easier to understand
also.
smbd/posix_acls.c: If we move the head of the linked list, remember to pass a
reference to that pointer.....
Jeremy.
-
Jeremy Allison
7b97ac289e
I'm happy with the mapping for NT getACL, now for NT setACL.
...
Jeremy.
-
Jeremy Allison
4e76f33869
Updates for CUPS 1.1 from Michael Sweet.
...
Jeremy.
-
Jeremy Allison
2e3ec2b4fc
Updated defaults for CUPS printing from Michael Sweet.
...
Jeremy.
-
Andrew Tridgell
899ca6e832
don't need to force unicode strings in flg2 anymore
-
Andrew Tridgell
2131d8bf76
fixed volume_name(). It used dos_to_unix() which uses a static buffer,
...
and that buffer got clobbered in the trans2 QFS_VOLUME_INFO call, so
the volume label always showed as "." from NT clients.
-
Jeremy Allison
c0345bbaed
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
...
Parameterises the printing functions so other backends can be plugged
directly in (this is a good thing :-).
Jeremy.
-
Andrew Tridgell
1d145a3786
finished the conversion to unicode of the last of the trans2 fns
-
Andrew Tridgell
ecc2c35ca0
converted the nttrans code to unicode on the wire
-
Andrew Tridgell
70d6b09ac9
converted reply_printqueue
-
Andrew Tridgell
0331f93a81
converted reply_search
-
Andrew Tridgell
797293811e
added STR_ASCII support to clistr_pull()
-
Andrew Tridgell
e787fc1daf
enable unicode on the wire by default in smbd
...
the unicode support isn't complete, but it is good enough to be usable
for a test server.
-
Jeremy Allison
9822f13ae2
Added files for CUP printing patch split.
...
Jeremy.
-
Gerald Carter
f37ba49c28
whoops...forgot one
-
Gerald Carter
8b2e21c333
make proto
-
Gerald Carter
0cb7639cef
addprinter and adddriver are working now :-)
-
Gerald Carter
86c56a6921
make proto
-
Gerald Carter
5d32167385
added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct
-
Gerald Carter
7a84bc93ed
make proto
-
Gerald Carter
83d6bc4454
added getdriver and enumdrivers commands. Also fixed
...
enumprinters so that it works as well. Couple of other
misc fixes while we're working on rpcclient.
-
Gerald Carter
cbce0c9350
renamed one of the enumprinterdrivers parsing functions
...
for consistency sake.
-
Jeremy Allison
0d6c7dedd2
Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).
...
Jeremy.
-
Jeremy Allison
45e96777d0
Last tweak (I promise :-). Fallback to returning our SID if we're a domain
...
member but can't get the domain sid.
Jeremy.
-
Jeremy Allison
58dd295882
Final ! Fix.
...
Jeremy.
-
Jeremy Allison
f2680842d7
Last attempt at fix...
...
Jeremy.
-
Jeremy Allison
c202ebe3b6
Return correct error message if we can't get the SID secret.
...
Jeremy.
-
Gerald Carter
161842a3e0
make proto
-
Gerald Carter
6aaac37663
more updates. several spoolss commands added as placeholders
...
to be filled in one at a time.
-
Jeremy Allison
b318a754e7
Fixed a Dr. Watson when viewing permissions - we were missing the "standalone
...
server" case.
Jeremy.
-
Jeremy Allison
28a0bc5f57
AS/U on a sparc now joins and authenticates against a Samba PDC !
...
Jeremy.
-
Gerald Carter
b28d51c8e8
last make proto got messed up it seems
-
Gerald Carter
04d74c20bc
make proto
-
Gerald Carter
d98ac8852a
set of changes in the beginning of bringing rpcclient changes
...
back to working order. The main change is that the cli_*() RPC
functions from libsmb/*.c now should accept a struct cli_state*.
The reason for this is that rpcclient should establish the
connection to the server at startup so that it is not necessary
to keep the clear test or password hash in memory for each command.
enumports and enumprinters now works as well. lsa* functions
have been tested. SAMR calls may or may not work (one of the core
dumps I know), but it compiles :-)
jerry
-
Gerald Carter
af3f2a30c6
patches from Simo. Couple of snity things
-
Andrew Tridgell
d5b39a1d43
don't need srvstr_push_size or srvstr_pull_size
-
Andrew Tridgell
34a0821e08
simpler clistr interface which handles individual packets having
...
unicode bit set differently to capabilities
-
Andrew Tridgell
54bde1b3ae
converted the smb messaging code to unicode
-
Andrew Tridgell
ddee550877
converted a bunch more trans2 calls for unicode. This got quite tricky :(
-