| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
Sync up lib/time.c from HEAD. Fix error return from cli_initialise().
Allow cli_trans to cope with a smbd "STATUS_BUFFER_OVERFLOW" return as
well as the old style ERRmoredata return (now smbcacls can get names
from a Samba server too). Fix memory leaks in smbcacls.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!).
Fixed smbcacls leaks.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
- add some debugs for comparing two security descriptors and for
comparing printer_info_level structs
(source/rpc_parse/parse_sec.c source/rpc_server/srv_spoolss_nt.c)
|
| | |
|
| |
| |
| |
| | |
jerry
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- trivial typo in definition of enum_printing[]
(source/param/loadparm.c)
- fixed printer status display bug. When no jobs existed in queue, the
clients were not properly notified of printer status. This caused
native tools for pausing/unpausing a print queue to not work.
(source/printing/printing.c)
|
| |
| |
| |
| |
| | |
srv_lsa and new smbcacls fixes).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
dead records, else the record is just marked for deletion, not actually deleted.
Second, ensure allocated record is marked as "in use" before free list lock is
released, else other processes in the freelist merge code may try and merge it.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| | |
(wrong number of args to create_nt_token())
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
server and client
lsa_lookup_names() and lsa_lookup_sids().
Removed the special casing of SIDs in se_access_check. This is now done (correctly)
when the NT_USER_TOKEN is *created*.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
it's working :-).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to the cache during the look returned a blank stat struct. Made
weird occurrences such as...
$ smbclient //pogo/print$
smb:\ > cd w32x86
ERROR: Invalid path
smb:\ > cd w32x86
smb:\w32x86\ >
|
| |
| |
| |
| | |
Jeremy
|
| |
| |
| |
| |
| |
| |
| | |
a choice of invalid share mode and access denied. We must return the
access denied by preference, but also remember to break the oplocks...
This is needed for multi-user MS-Access.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
- return NULL instead of return False in char *prs_mem_get();
(source/rpc_parse/parse_prs.c)
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
- Make the appropriate make_sec_desc() changes to the psec tool.
(testsuite/printing/Makefile.psec testsuite/printing/psec.c)
|
| |
| |
| |
| |
| | |
failed on last component and directory scan matched the last component.
Jeremy.
|
| |
| |
| |
| |
| | |
in one printq case. Now always goes through common function.
Jeremy.
|
| |
| |
| |
| |
| | |
Added calls for smbcacls.
Jeremy.
|
| |
| |
| |
| |
| | |
one hashchain and the next hashchain was empty.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Also, fix etags/ctags rules to work when srcdir != builddir
- updated configure
- compiler warning fixes from APPLIANCE_HEAD
(source/lib/util_sec.c source/smbd/vfs-wrap.c)
- tdb_chainlock() no longer returns a value.
(source/locking/locking.c source/tdb/tdbutil.c source/include/proto.h)
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| | |
certain compilers unhappy.
|
| | |
|
| |
| |
| |
| | |
--jerry
|
| |
| |
| |
| | |
Jeremy.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
a --with-spinlocks option to configure, this does mean the on-disk tdb
format has changed, so 2.2alphaX sites will need to re-create their
tdb's. The upside is no more tdb fragmentation and a +5% on netbench.
Swings and roundabouts....
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
This needs TESTING !!! (It passes tdbtest of course :-).
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
- clean up yodl doc for the -U changes, update man and html versions
(docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html
docs/manpages/smbclient.1)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
a --with-spinlocks option to configure, this does mean the on-disk tdb
format has changed, so 2.2alphaX sites will need to re-create their
tdb's. The upside is no more tdb fragmentation and a +5% on netbench.
Swings and roundabouts....
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- clean up some confusing variable names, remove unreachable 'break'
statements.
(source/printing/nt_printing.c)
- reformatted to fit 80 columns
(docs/docbook/docbook.txt)
- configure.developer now runs configure in `dirname $0`
(source/configure.developer)
- syncup of smbclient docs
(docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1
docs/yodldocs/smbclient.1.yo)
- fix to debugging code
(testsuite/printing/psec.c)
|
| |
| |
| |
| | |
Jeremy.
|
|\| |
|